IMP  2.3.1
The Integrative Modeling Platform
IMP::rmf::SimpleSaveLink< O > Class Template Referenceabstract

#include <IMP/rmf/simple_links.h>

+ Inheritance diagram for IMP::rmf::SimpleSaveLink< O >:

Detailed Description

template<class O>
class IMP::rmf::SimpleSaveLink< O >

Manage a link between an IMP object and an RMF node.

Warning: SimpleSaveLink has not been stabilized and is likely to change without notice.

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::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::base::Object
 Object (std::string name)
 Construct an object with the given name. More...
 
virtual void do_destroy ()
 

The documentation for this class was generated from the following file: