IMP
2.0.0
The Integrative Modeling Platform
|
#include <IMP/container/ConsecutivePairContainer.h>
Additional Inherited Members | |
Public Types inherited from IMP::kernel::PairPredicate | |
typedef ParticlePair | Argument |
typedef ParticleIndexPair | IndexArgument |
Public Member Functions inherited from IMP::kernel::PairPredicate | |
PairPredicate (std::string name="PairPredicate %1%") | |
ContainersTemp | get_input_containers (Particle *p) const |
ParticlesTemp | get_input_particles (Particle *p) const |
ModelObjectsTemp | get_inputs (Model *m, const ParticleIndexes &pis) const |
virtual int | get_value (const ParticlePair &vt) const =0 |
Compute the predicate. | |
virtual Ints | get_value (const ParticlePairsTemp &o) const |
virtual int | get_value_index (Model *m, const ParticleIndexPair &vt) const |
Compute the predicate and the derivative if needed. | |
virtual Ints | get_value_index (Model *m, const ParticleIndexPairs &o) const |
int | operator() (Model *m, const ParticleIndexPair &vt) const |
Enable them to be use as functors. More... | |
Protected Member Functions inherited from IMP::kernel::PairPredicate | |
virtual ModelObjectsTemp | do_get_inputs (Model *m, const ParticleIndexes &pis) const =0 |
Related Functions inherited from IMP::kernel::PairPredicate | |
typedef IMP::base::Vector < IMP::base::WeakPointer < PairPredicate > > | PairPredicatesTemp |
Check for whether the pair is a member of any ExclusiveConsecutivePairContainer.
Definition at line 134 of file ConsecutivePairContainer.h.