home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
npctransport
version 20241121.develop.d97d4ead1f
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 */