IMP logo
Public Member Functions | Static Public Member Functions | Protected Attributes
IMP::multifit::SettingsData Class Reference

Detailed Description

Holds header data for optimization.

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

List of all members.

Public Member Functions

unsigned int add_component_header (ComponentHeader *obj)
template<class List >
void add_component_headers (List objs)
void clear_component_headers ()
ComponentHeaderIterator component_headers_begin ()
ComponentHeaderConstIterator component_headers_begin () const
ComponentHeaderIterator component_headers_end ()
ComponentHeaderConstIterator component_headers_end () const
const char * get_asmb_fn () 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 () const
unsigned int get_number_of_component_headers () const
void remove_component_header (ComponentHeader *d)
template<class List >
void remove_component_headers (List d)
template<class F >
void remove_component_headers_if (const F &f)
void reserve_component_headers (unsigned int sz)
void set_asmb_fn (const std::string &fn)
void set_assembly_header (AssemblyHeader *h)
template<class List >
void set_component_headers (List ps)
template<class List >
void set_component_headers_order (List ps)
void set_data_path (const char *fn)
- Public Member Functions inherited from IMP::base::Object
std::size_t __hash__ () const
virtual std::string get_type_name () const =0
 Return a string identifying the type of the object.
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.
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 SettingsDataget_from (IMP::base::Object *o)
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::OwnerPointer< AssemblyHeaderdens_data_

Additional Inherited Members

- Protected Member Functions inherited from IMP::base::Object
 Object (std::string name)

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

Generated on Tue May 22 2012 23:33:37 for IMP by doxygen 1.8.1