IMP  2.1.1
The Integrative Modeling Platform
kernel/Model.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/Model.h \brief Storage of a model, its restraints,
3  * constraints and particles.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_MODEL_H
10 #define IMPKERNEL_MODEL_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 #include "declare_Model.h"
14 #include <IMP/base/log.h>
15 
16 IMPKERNEL_BEGIN_NAMESPACE
17 
18 IMPKERNEL_END_NAMESPACE
19 #include "ScoringFunction.h"
20 #include "Restraint.h"
21 
22 #endif /* IMPKERNEL_MODEL_H */
Storage of a model, its restraints, constraints and particles.
Abstract base class for all restraints.
Storage of a model, its restraints, constraints and particles.
Logging and error reporting support.