Stores a searchable shared collection of particles.
Implementors should see IMP_SINGLETON_FILTER().
Public Member Functions | |
def | __disown__ |
virtual bool | get_contains_particle (Particle *p) const =0 |
SingletonFilter (std::string name="SingletonFilter %1%") | |
Interactions | |
Return the set of particles used when applied to the passed list. | |
virtual ObjectsTemp | get_input_objects (Particle *p) const =0 |
virtual ParticlesTemp | get_input_particles (Particle *p) const =0 |
Friends | |
template<class T > | |
void | IMP::internal::unref (T *) |
virtual bool IMP::SingletonFilter::get_contains_particle | ( | Particle * | p | ) | const [pure virtual] |