|
IMP
2.0.1
The Integrative Modeling Platform
|
Holds header data for optimization.
#include <IMP/multifit/SettingsData.h>
Inheritance diagram for IMP::multifit::SettingsData: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 |
| AssemblyHeader * | get_assembly_header () const |
| ComponentHeader * | get_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 |
| 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 () |
| virtual IMP::base::VersionInfo | get_version_info () const =0 |
| Get information about the module and version of the object. | |
| 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) |
Protected Attributes | |
| std::string | asmb_fn_ |
| std::string | data_path_ |
| IMP::OwnerPointer< 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... | |
Related Functions inherited from IMP::base::Object | |
| typedef IMP::base::Vector < IMP::base::WeakPointer < Object > > | ObjectsTemp |
Definition at line 130 of file SettingsData.h.