7 #ifndef IMPKERNEL_MODEL_OBJECT_H
8 #define IMPKERNEL_MODEL_OBJECT_H
10 #include <IMP/kernel/kernel_config.h>
15 IMPKERNEL_BEGIN_NAMESPACE
29 void set_model(
Model *m);
32 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
33 void validate_inputs()
const;
34 void validate_outputs()
const;
40 Model *get_model()
const {
return model_; }
52 bool get_has_dependencies()
const;
55 void set_has_dependencies(
bool tf);
58 void set_has_required_score_states(
bool tf);
61 bool get_has_required_score_states()
const;
84 IMPKERNEL_END_NAMESPACE
IMP::kernel::ModelObject ModelObject
virtual void handle_set_has_required_score_states(bool)
Various general useful macros for IMP.
Various general useful macros for IMP.
Common base class for heavy weight IMP objects.
ScoreStatesTemp get_required_score_states(ModelObject *p, const ModelObjectsTemp &all, const DependencyGraph &dg, const DependencyGraphVertexIndex &index)
Class for storing model, its restraints, constraints, and particles.