Stores a searchable shared collection of particle_pairs.
Implementors should see IMP_PAIR_FILTER().

Public Member Functions | |
| def | __disown__ |
| virtual bool | get_contains_particle_pair (const ParticlePair &p) const =0 |
| PairFilter (std::string name="PairFilter %1%") | |
Interactions | |
Return the set of particles used when applied to the passed list. | |
| virtual ObjectsTemp | get_input_objects (const ParticlePair &p) const =0 |
| virtual ParticlesTemp | get_input_particles (const ParticlePair &p) const =0 |
Friends | |
| template<class T > | |
| void | IMP::internal::unref (T *) |
| virtual bool IMP::PairFilter::get_contains_particle_pair | ( | const ParticlePair & | p | ) | const [pure virtual] |