IMP Reference Guide
2.6.1
The Integrative Modeling Platform
|
#include <IMP/model_object_helpers.h>
Inherit from this for objects that take particle arguments and modify them.
Definition at line 34 of file model_object_helpers.h.
Public Member Functions | |
ModelObjectsTemp | get_outputs (Model *m, const ParticleIndexes &pis) const |
Protected Member Functions | |
virtual ModelObjectsTemp | do_get_outputs (Model *m, const ParticleIndexes &pis) const =0 |
|
protectedpure virtual |
Overload this method to specify the outputs.
Implemented in IMP::core::TransformationSymmetry, IMP::core::WeightedDerivativesToRefined, IMP::core::CentroidOfRefined, IMP::core::TransformationAndReflectionSymmetry, IMP::core::CoverRefined, IMP::example::ExampleSingletonModifier, IMP::core::DerivativesFromRefined, IMP::core::DerivativesToRefined, IMP::core::Transform, and IMP::atom::CoverBond.
ModelObjectsTemp IMP::ParticleOutputs::get_outputs | ( | Model * | m, |
const ParticleIndexes & | pis | ||
) | const |
Get the list of ModelObjects changed when passed the given list of particles is used.