A class which makes sure that the right particles are passed back.
Inheritance diagram for IMP.test.TestRefiner:Public Member Functions | |
| def | do_show |
| def | get_can_refine |
| def | get_refined |
| def | get_version_info |
Public Member Functions inherited from IMP::Refiner | |
| Refiner (std::string name="Refiner %1%") | |
| virtual bool | get_can_refine (Particle *) const |
| Return true if this refiner can refine that particle. | |
| virtual ContainersTemp | get_input_containers (Particle *) const =0 |
| Return the set of containers used when refining. | |
| virtual ParticlesTemp | get_input_particles (Particle *) const =0 |
| Return the set of particles used when refining particle p. | |
| virtual unsigned int | get_number_of_refined (Particle *a) const =0 |
| virtual const ParticlesTemp | get_refined (Particle *a) const =0 |
| Refine the passed particle into a set of particles. | |
| virtual Particle * | get_refined (Particle *a, unsigned int i) const =0 |
| Get the ith refined particle. | |
| RefinedIterator | refined_begin (Particle *a) const |
| RefinedIterator | refined_end (Particle *a) const |
Public Member Functions inherited from IMP::base::Object | |
| std::size_t | __hash__ () const |
| virtual std::string | get_type_name () const =0 |
| Return a string identifying the type of the object. | |
| 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. | |
| 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 | |
|
typedef internal::IndexingIterator < Accessor > | RefinedIterator |