|
IMP
2.0.1
The Integrative Modeling Platform
|
The refiner can refine any particle by returning a fixed set.
#include <IMP/core/FixedRefiner.h>
Inheritance diagram for IMP::core::FixedRefiner:Public Member Functions | |
| FixedRefiner (const ParticlesTemp &ps) | |
| Store the set of particles. | |
| virtual void | do_show (std::ostream &out) const |
| virtual bool | get_can_refine (Particle *) const |
| Return true if this refiner can refine that particle. More... | |
| virtual unsigned int | get_number_of_refined (Particle *) const |
| virtual const ParticlesTemp | get_refined (Particle *) const |
| Refine the passed particle into a set of particles. More... | |
| virtual Particle * | get_refined (Particle *, unsigned int) const |
| Get the ith refined particle. More... | |
Public Member Functions inherited from IMP::kernel::Refiner | |
| Refiner (std::string name="Refiner %1%") | |
| ContainersTemp | get_input_containers (Particle *p) const |
| ParticlesTemp | get_input_particles (Particle *p) const |
| ModelObjectsTemp | get_inputs (Model *m, const ParticleIndexes &pis) const |
| RefinedIterator | refined_begin (Particle *a) const |
| RefinedIterator | refined_end (Particle *a) const |
Public Member Functions inherited from IMP::base::Object | |
| virtual void | clear_caches () |
| virtual IMP::base::VersionInfo | get_version_info () const =0 |
| Get information about the module and version of the object. | |
| 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::kernel::Refiner | |
| virtual ModelObjectsTemp | do_get_inputs (Model *m, const ParticleIndexes &pis) const =0 |
Related Functions inherited from IMP::kernel::Refiner | |
| typedef IMP::base::Vector < IMP::base::WeakPointer < Refiner > > | RefinersTemp |
Definition at line 23 of file FixedRefiner.h.
|
virtual |
This should not throw, so be careful what fields are touched.
Reimplemented from IMP::kernel::Refiner.
|
virtual |
As a precondition can_refine_particle(a) should be true.
Implements IMP::kernel::Refiner.
As a precondition can_refine_particle(a) should be true.
Implements IMP::kernel::Refiner.
|
virtual |
As a precondition can_refine_particle(a) should be true.
Implements IMP::kernel::Refiner.