IMP
2.4.0
The Integrative Modeling Platform
|
#include <IMP/rmf/simple_links.h>
Manage a link between an IMP object and an RMF node.
Definition at line 132 of file simple_links.h.
Public Member Functions | |
void | add (RMF::NodeHandle parent, const base::Vector< base::Pointer< O > > &os) |
Public Member Functions inherited from IMP::rmf::SaveLink | |
void | save (RMF::FileHandle fh) |
Public Member Functions inherited from IMP::base::Object | |
virtual void | clear_caches () |
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. 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 | |
SimpleSaveLink (std::string name) | |
void | add_link (O *o, RMF::NodeConstHandle nh) |
virtual void | do_add (O *o, RMF::NodeHandle c) |
void | do_save (RMF::FileHandle fh) |
virtual void | do_save_one (O *o, RMF::NodeHandle nh)=0 |
virtual RMF::NodeType | get_type (O *o) const =0 |
Protected Member Functions inherited from IMP::rmf::SaveLink | |
SaveLink (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 () |