![]() |
IMP
2.1.1
The Integrative Modeling Platform
|
#include <IMP/rmf/simple_links.h>
Inheritance diagram for IMP::rmf::SimpleLoadLink< O >:Public Member Functions | |
| base::Vector< base::Pointer< O > > | create (RMF::NodeConstHandle rt) |
| base::Vector< base::Pointer< O > > | create (RMF::NodeConstHandle rt, kernel::Model *m) |
| void | link (RMF::NodeConstHandle rt, const base::Vector< base::Pointer< O > > &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 () |
| virtual void | do_destroy () |
| CheckLevel | get_check_level () const |
| LogLevel | get_log_level () const |
| virtual VersionInfo | get_version_info () const |
| 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) |
| virtual std::string | get_type_name () const |
Protected Member Functions | |
| SimpleLoadLink (std::string name) | |
| void | add_link (O *o, RMF::NodeConstHandle nh) |
| virtual void | do_add_link (O *, RMF::NodeConstHandle) |
| virtual O * | do_create (RMF::NodeConstHandle nh) |
| virtual O * | do_create (RMF::NodeConstHandle nh, kernel::Model *m) |
| void | do_load (RMF::FileConstHandle fh) |
| virtual void | do_load_one (RMF::NodeConstHandle nh, O *o)=0 |
| virtual bool | get_is (RMF::NodeConstHandle nh) const =0 |
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... | |
| Object () | |
Manage a link between an IMP object and an RMF node.
Definition at line 31 of file simple_links.h.
| base::Vector<base::Pointer<O> > IMP::rmf::SimpleLoadLink< O >::create | ( | RMF::NodeConstHandle | rt | ) |
Create all the entities under the passed root.
Definition at line 59 of file simple_links.h.
| base::Vector<base::Pointer<O> > IMP::rmf::SimpleLoadLink< O >::create | ( | RMF::NodeConstHandle | rt, |
| kernel::Model * | m | ||
| ) |
Create all the entities under the passed root.
Definition at line 79 of file simple_links.h.