IMP
2.0.0
The Integrative Modeling Platform
|
Return the endpoints of a bond. More...
#include <IMP/atom/BondEndpointsRefiner.h>
Public Member Functions | |
BondEndpointsRefiner () | |
no arguments | |
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) |
Related Functions | |
(Note that these are not member functions.) | |
typedef IMP::base::Vector < IMP::base::WeakPointer < BondEndpointsRefiner > > | BondEndpointsRefinersTemp |
Related Functions inherited from IMP::kernel::Refiner | |
typedef IMP::base::Vector < IMP::base::WeakPointer < Refiner > > | RefinersTemp |
Related Functions inherited from IMP::base::Object | |
typedef IMP::base::Vector < IMP::base::WeakPointer < Object > > | ObjectsTemp |
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 |
Definition at line 22 of file BondEndpointsRefiner.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.
|
virtual |
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.
|
related |
Pass a set of objects.
Definition at line 31 of file BondEndpointsRefiner.h.