IMP
2.4.0
The Integrative Modeling Platform
|
#include <IMP/rmf/atom_links.h>
Manage the loading link between an RMF file and an atom::Hierarchy.
Definition at line 35 of file atom_links.h.
Public Member Functions | |
HierarchyLoadLink (RMF::FileConstHandle fh) | |
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... | |
Public Member Functions inherited from IMP::rmf::SimpleLoadLink< kernel::Particle > | |
base::Vector< base::Pointer < kernel::Particle > > | create (RMF::NodeConstHandle rt) |
base::Vector< base::Pointer < kernel::Particle > > | create (RMF::NodeConstHandle rt, kernel::Model *m) |
void | link (RMF::NodeConstHandle rt, const base::Vector< base::Pointer< kernel::Particle > > &ps) |
Public Member Functions inherited from IMP::rmf::LoadLink | |
void | load (RMF::FileConstHandle fh) |
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) |
Static Public Member Functions | |
static const char * | get_name () |
Protected Member Functions | |
virtual void | do_link_particle (kernel::Model *m, kernel::ParticleIndex root, kernel::ParticleIndex cur, RMF::NodeConstHandle node) |
virtual void | do_load_hierarchy (RMF::NodeConstHandle root_node, kernel::Model *m, kernel::ParticleIndex root) |
virtual void | do_setup_particle (kernel::Model *m, kernel::ParticleIndex root, kernel::ParticleIndex cur, RMF::NodeConstHandle node) |
Protected Member Functions inherited from IMP::rmf::SimpleLoadLink< kernel::Particle > | |
SimpleLoadLink (std::string name) | |
void | add_link (kernel::Particle *o, RMF::NodeConstHandle nh) |
virtual kernel::Particle * | do_create (RMF::NodeConstHandle) |
void | do_load (RMF::FileConstHandle fh) |
Protected Member Functions inherited from IMP::rmf::LoadLink | |
LoadLink (std::string name) | |
Protected Member Functions inherited from IMP::base::Object | |
Object (std::string name) | |
Construct an object with the given name. More... | |
virtual void | do_destroy () |
|
protectedvirtual |
Overload this to take specific action on linking a member of the hierarchy.
Definition at line 101 of file atom_links.h.
|
protectedvirtual |
This method is called for the hierarchy.
Definition at line 80 of file atom_links.h.
|
protectedvirtual |
Overload this to take specific action on creating a member of the hierarchy.
Definition at line 89 of file atom_links.h.
|
virtual |
Get information about the module and version of the object.
Reimplemented from IMP::base::Object.
Definition at line 115 of file atom_links.h.