IMP logo
IMP Reference Guide  develop.b3a5ae88fa,2024/05/02
The Integrative Modeling Platform
npctransport_proto.fwd.h
Go to the documentation of this file.
1 /**
2  * \file npctransport/npctransport_proto.fwd.h
3  * \brief forward declaration of incomplete protobuf files
4  * for the main data structures used
5  *
6  * Copyright 2007-2022 IMP Inventors. All rights reserved.
7  */
8 
9 #ifndef IMPNPCTRANSPORT_NPCTRANSPORT_PROTO_FWD_H
10 #define IMPNPCTRANSPORT_NPCTRANSPORT_PROTO_FWD_H
11 
12 
13 #include "npctransport_config.h"
14 
15 namespace npctransport_proto {
16  class Assignment;
17  class Configuration;
18  class Statistics;
19  class Assignment_FGAssignment;
20  class Assignment_InteractionAssignment;
21  class Assignment_FloaterAssignment;
22  class Assignment_ObstacleAssignment;
23 }
24 
25 #endif /* IMPNPCTRANSPORT_NPCTRANSPORT_PROTO_FWD_H */