IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
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 ()
 
void erase_component_header (unsigned int i)
 
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 override
 
virtual ::IMP::VersionInfo get_version_info () const override
 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::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)
 

Public Attributes

list component_headers
 A Python list of ComponentHeaders More...
 

Protected Attributes

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

Additional Inherited Members

- 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 ::IMP::VersionInfo IMP::multifit::SettingsData::get_version_info ( ) const
overridevirtual

Get information about the module and version of the object.

Reimplemented from IMP::Object.

Definition at line 165 of file SettingsData.h.

Member Data Documentation

list IMP::multifit::SettingsData::component_headers

A Python list of ComponentHeaders

Note
This class member is only available in Python.

Definition at line 165 of file SettingsData.h.


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