IMP logo
IMP Reference Guide  develop.cb6747d2d1,2024/03/28
The Integrative Modeling Platform
IMP::npctransport::HierarchyWithSitesSaveLink Class Reference

Save sites data to an RMF file. More...

#include <IMP/npctransport/rmf_links.h>

+ Inheritance diagram for IMP::npctransport::HierarchyWithSitesSaveLink:

Detailed Description

Save sites data to an RMF file.

Definition at line 75 of file rmf_links.h.

Public Member Functions

 HierarchyWithSitesSaveLink (RMF::FileHandle fh)
 
void add_test_sites (core::ParticleType t, algebra::Sphere3Ds sites)
 
- Public Member Functions inherited from IMP::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_save_hierarchy (Model *m, ParticleIndex root, RMF::NodeHandle root_node) override
 
virtual void do_setup_node (Model *m, ParticleIndex root, ParticleIndex cur, RMF::NodeHandle cur_node) override
 
- Protected Member Functions inherited from IMP::Object
 Object (std::string name)
 Construct an object with the given name. More...
 
virtual void do_destroy ()
 

Member Function Documentation

virtual void IMP::npctransport::HierarchyWithSitesSaveLink::do_save_hierarchy ( Model m,
ParticleIndex  root,
RMF::NodeHandle  root_node 
)
overrideprotectedvirtual

save the values of a hierarchy

Reimplemented from IMP::rmf::HierarchySaveLink.

virtual void IMP::npctransport::HierarchyWithSitesSaveLink::do_setup_node ( Model m,
ParticleIndex  root,
ParticleIndex  p,
RMF::NodeHandle  n 
)
overrideprotectedvirtual

Override to add extra data for nodes.

Reimplemented from IMP::rmf::HierarchySaveLink.


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