Detailed Description
A base class for modifiers of ParticlesTemp.
The primary function of such a class is to change the derivatives of the passed particles.
Implementors should see and IMP_SINGLETON_DERIVATIVE_MODIFIER() and IMP::SingletonModifier.
List of all members.
Public Types |
|
typedef Particle * | Argument |
|
typedef ParticleIndex | IndexArgument |
Additional Inherited Members |
|
| Object (std::string name) |
Member Function Documentation
Apply the function to a single value
Apply the function to a single value
| virtual void IMP::SingletonDerivativeModifier::apply_indexes |
( |
Model * |
m, |
|
|
const ParticleIndexes & |
o, |
|
|
DerivativeAccumulator & |
da |
|
) |
| const |
|
virtual |
Apply the function to a collection of ParticlesTemp
| virtual ContainersTemp IMP::SingletonDerivativeModifier::get_input_containers |
( |
Particle * |
p | ) |
const |
|
pure virtual |
Get the set of input containers when this modifier is applied to the arguments.
Get the set of particles read when applied to the arguments.
| virtual ContainersTemp IMP::SingletonDerivativeModifier::get_output_containers |
( |
Particle * |
p | ) |
const |
|
pure virtual |
Get the set of output containers when this modifier is applied to the arguments.
Get the set of particles modifier when applied to the arguments.
The documentation for this class was generated from the following file: