Stores a searchable shared collection of particle_triplets.
Implementors should see IMP_TRIPLET_FILTER().

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