Holds header data for optimization.
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 |
|
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 () 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) |
|
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) |