Each particle is refined by returning the list of particles stored for it in a table.
Public Member Functions | |
void | add_particle (Particle *p, const Particles &ps) |
Add a mapping to the table. | |
virtual bool | get_can_refine (Particle *) const |
virtual ContainersTemp | get_input_containers (Particle *p) const |
virtual ParticlesTemp | get_input_particles (Particle *p) const |
virtual unsigned int | get_number_of_refined (Particle *) const |
virtual const ParticlesTemp | get_refined (Particle *) const |
virtual Particle * | get_refined (Particle *, unsigned int) const |
virtual std::string | get_type_name () const |
virtual ::IMP::VersionInfo | get_version_info () const |
void | remove_particle (Particle *p) |
Remove a mapping from the table. | |
void | set_particle (Particle *p, const Particles &ps) |
Set the mapping for a particular particle. | |
TableRefiner () | |
Initialize it with an empty table. | |
Friends | |
template<class T > | |
void | IMP::internal::unref (T *) |