IMP  2.1.1
The Integrative Modeling Platform
kernel/ScoringFunction.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/ScoringFunction.h
3  * \brief Storage of a model, its restraints,
4  * constraints and particles.
5  *
6  * Copyright 2007-2013 IMP Inventors. All rights reserved.
7  *
8  */
9 
10 #ifndef IMPKERNEL_SCORING_FUNCTION_H
11 #define IMPKERNEL_SCORING_FUNCTION_H
12 
13 #include <IMP/kernel/kernel_config.h>
15 #include "declare_Model.h"
16 #include <boost/tuple/tuple.hpp>
17 
18 IMPKERNEL_BEGIN_NAMESPACE
19 
20 IMPKERNEL_END_NAMESPACE
21 
22 #endif /* IMPKERNEL_SCORING_FUNCTION_H */
Storage of a model, its restraints, constraints and particles.
Storage of a model, its restraints, constraints and particles.