IMP  2.3.1
The Integrative Modeling Platform
IMP::core::TableRefiner Class Reference

A lookup based particle refiner. More...

#include <IMP/core/TableRefiner.h>

+ Inheritance diagram for IMP::core::TableRefiner:

Detailed Description

A lookup based particle refiner.

Each particle is refined by returning the list of particles stored for it in a table.

Definition at line 21 of file TableRefiner.h.

Public Member Functions

 TableRefiner ()
 Initialize it with an empty table. More...
 
void add_particle (kernel::Particle *p, const kernel::ParticlesTemp &ps)
 Add a mapping to the table. More...
 
virtual kernel::ModelObjectsTemp do_get_inputs (kernel::Model *m, const kernel::ParticleIndexes &pis) const
 
virtual bool get_can_refine (kernel::Particle *) const
 Return true if this refiner can refine that particle. More...
 
virtual const kernel::ParticlesTemp get_refined (kernel::Particle *) const
 Refine the passed particle into a set of particles. More...
 
virtual std::string get_type_name () const
 
virtual ::IMP::base::VersionInfo get_version_info () const
 Get information about the module and version of the object. More...
 
void remove_particle (kernel::Particle *p)
 Remove a mapping from the table. More...
 
void set_particle (kernel::Particle *p, const kernel::ParticlesTemp &ps)
 Set the mapping for a particular particle. More...
 
- Public Member Functions inherited from IMP::kernel::Refiner
 Refiner (std::string name="Refiner %1%", bool is_by_ref=false)
 
bool get_is_by_ref_supported ()
 
virtual unsigned int get_number_of_refined (Particle *a) const
 
virtual Particleget_refined (Particle *a, unsigned int i) const
 Get the ith refined particle. More...
 
virtual ParticleIndexes get_refined_indexes (Model *m, ParticleIndex pi) const
 Return the indexes of the particles returned by get_refined() More...
 
virtual ParticleIndexes const & get_refined_indexes_by_ref (Model *m, ParticleIndex pi) const
 Return the indexes of the particles returned by get_refined() More...
 
RefinedIterator refined_begin (Particle *a) const
 
RefinedIterator refined_end (Particle *a) const
 
- Public Member Functions inherited from IMP::kernel::ParticleInputs
virtual ContainersTemp get_input_containers (Particle *p) const
 
virtual ParticlesTemp get_input_particles (Particle *p) const
 
ModelObjectsTemp get_inputs (kernel::Model *m, const ParticleIndexes &pis) const
 
- Public Member Functions inherited from IMP::base::Object
virtual void clear_caches ()
 
CheckLevel get_check_level () const
 
LogLevel get_log_level () const
 
void set_check_level (CheckLevel l)
 
void set_log_level (LogLevel l)
 Set the logging level used in this object. More...
 
void set_was_used (bool tf) const
 
void show (std::ostream &out=std::cout) const
 
const std::string & get_name () const
 
void set_name (std::string name)
 

Additional Inherited Members

- Public Types inherited from IMP::kernel::Refiner
typedef
internal::IndexingIterator
< Accessor > 
RefinedIterator
 
- Protected Member Functions inherited from IMP::base::Object
 Object (std::string name)
 Construct an object with the given name. More...
 
virtual void do_destroy ()
 

Constructor & Destructor Documentation

IMP::core::TableRefiner::TableRefiner ( )

Initialize it with an empty table.

Member Function Documentation

void IMP::core::TableRefiner::add_particle ( kernel::Particle p,
const kernel::ParticlesTemp ps 
)

Add a mapping to the table.

virtual kernel::ModelObjectsTemp IMP::core::TableRefiner::do_get_inputs ( kernel::Model m,
const kernel::ParticleIndexes pis 
) const
virtual

Overload this method to specify the inputs.

Reimplemented from IMP::kernel::ParticleInputs.

virtual bool IMP::core::TableRefiner::get_can_refine ( kernel::Particle ) const
virtual

Return true if this refiner can refine that particle.

This should not throw, so be careful what fields are touched.

Reimplemented from IMP::kernel::Refiner.

virtual const kernel::ParticlesTemp IMP::core::TableRefiner::get_refined ( kernel::Particle a) const
virtual

Refine the passed particle into a set of particles.

As a precondition can_refine_particle(a) should be true.

Parameters
acoarse particle to be refined

Implements IMP::kernel::Refiner.

virtual ::IMP::base::VersionInfo IMP::core::TableRefiner::get_version_info ( ) const
virtual

Get information about the module and version of the object.

Reimplemented from IMP::base::Object.

Definition at line 45 of file TableRefiner.h.

void IMP::core::TableRefiner::remove_particle ( kernel::Particle p)

Remove a mapping from the table.

void IMP::core::TableRefiner::set_particle ( kernel::Particle p,
const kernel::ParticlesTemp ps 
)

Set the mapping for a particular particle.


The documentation for this class was generated from the following file: