Detailed Description
A base class for modifiers of ParticleTripletsTemp.
The primary function of such a class is to change the passed particles.
- See also:
- IMP::TripletFunctor
Implementors should see IMP_TRIPLET_MODIFIER(). Also see TripletDerivativeModifier.
List of all members.
Public Types |
|
typedef ParticleTriplet | Argument |
|
typedef ParticleIndexTriplet | IndexArgument |
Additional Inherited Members |
|
| Object (std::string name) |
Member Function Documentation
| virtual void IMP::TripletModifier::apply |
( |
const ParticleTriplet & |
| ) |
const |
|
pure virtual |
Apply the function to a single value
| virtual void IMP::TripletModifier::apply_index |
( |
Model * |
m, |
|
|
const ParticleIndexTriplet & |
v |
|
) |
| const |
|
virtual |
Apply the function to a single value
| virtual void IMP::TripletModifier::apply_indexes |
( |
Model * |
m, |
|
|
const ParticleIndexTriplets & |
o |
|
) |
| const |
|
virtual |
Apply the function to a collection of ParticleTripletsTemp
| virtual ContainersTemp IMP::TripletModifier::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::TripletModifier::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: