IMP  2.3.1
The Integrative Modeling Platform
IMP::multifit::SettingsData Class Reference

Holds header data for optimization. More...

#include <IMP/multifit/SettingsData.h>

+ Inheritance diagram for IMP::multifit::SettingsData:

Detailed Description

Holds header data for optimization.

Definition at line 135 of file SettingsData.h.

Public Member Functions

unsigned int add_component_header (ComponentHeader *obj)
 
void add_component_headers (const ComponentHeaders &objs)
 
void clear_component_headers ()
 
const char * get_assembly_filename () const
 
AssemblyHeaderget_assembly_header () const
 
ComponentHeaderget_component_header (unsigned int i) const
 
ComponentHeaders get_component_headers () const
 
std::string get_data_path () const
 
bool get_has_component_headers ()
 
unsigned int get_number_of_component_headers () const
 
virtual std::string get_type_name () const
 
virtual ::IMP::base::VersionInfo get_version_info () const
 Get information about the module and version of the object. More...
 
void remove_component_header (ComponentHeader *d)
 
void remove_component_headers (const ComponentHeaders &d)
 
void reserve_component_headers (unsigned int sz)
 
void set_assembly_filename (const std::string &fn)
 
void set_assembly_header (AssemblyHeader *h)
 
void set_component_headers (const ComponentHeaders &ps)
 
void set_component_headers_order (const ComponentHeaders &objs)
 
void set_data_path (const std::string &fn)
 
- Public Member Functions inherited from IMP::base::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 std::string get_component_header_line ()
 
static std::string get_density_header_line ()
 
static void show_component_header_line (std::ostream &out=std::cout)
 
static void show_density_header_line (std::ostream &out=std::cout)
 

Protected Attributes

std::string asmb_fn_
 
std::string data_path_
 
IMP::base::PointerMember
< AssemblyHeader
dens_data_
 

Additional Inherited Members

- Protected Member Functions inherited from IMP::base::Object
 Object (std::string name)
 Construct an object with the given name. More...
 
virtual void do_destroy ()
 

Member Function Documentation

virtual ::IMP::base::VersionInfo IMP::multifit::SettingsData::get_version_info ( ) const
virtual

Get information about the module and version of the object.

Reimplemented from IMP::base::Object.

Definition at line 165 of file SettingsData.h.


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