|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
#include <IMP/rmf/simple_links.h>
Inheritance diagram for IMP::rmf::SimpleLoadLink< O >:Manage a link between an IMP object and an RMF node.
Definition at line 32 of file simple_links.h.
Public Member Functions | |
| Vector< Pointer< O > > | create (RMF::NodeConstHandle rt) |
| Vector< Pointer< O > > | create (RMF::NodeConstHandle rt, Model *m) |
| void | link (RMF::NodeConstHandle rt, const Vector< Pointer< O > > &ps) |
Public Member Functions inherited from IMP::rmf::LoadLink | |
| void | load (RMF::FileConstHandle fh) |
Public Member Functions inherited from IMP::Object | |
| virtual void | clear_caches () |
| CheckLevel | get_check_level () const |
| def | get_derived_object |
| Return this object cast to the most derived subclass. More... | |
| LogLevel | get_log_level () const |
| virtual VersionInfo | get_version_info () const |
| Get information about the module and version of the object. More... | |
| 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) |
| virtual O * | do_create (RMF::NodeConstHandle, Model *) |
| void | do_load (RMF::FileConstHandle fh) override |
| 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::Object | |
| Object (std::string name) | |
| Construct an object with the given name. More... | |
| virtual void | do_destroy () |
| Vector<Pointer<O> > IMP::rmf::SimpleLoadLink< O >::create | ( | RMF::NodeConstHandle | rt | ) |
Create all the entities under the passed root.
Definition at line 60 of file simple_links.h.
| Vector<Pointer<O> > IMP::rmf::SimpleLoadLink< O >::create | ( | RMF::NodeConstHandle | rt, |
| Model * | m | ||
| ) |
Create all the entities under the passed root.
Definition at line 80 of file simple_links.h.