Detailed Description
Write to a Writer periodically.
Examples: display log
List of all members.
Public Member Functions |
|
| WriteOptimizerState (WriterOutput w) |
|
template<class List > |
| void | add_geometries (List objs) |
|
unsigned int | add_geometry (Geometry *obj) |
|
void | clear_geometries () |
|
GeometryIterator | geometries_begin () |
|
GeometryConstIterator | geometries_begin () const |
|
GeometryIterator | geometries_end () |
|
GeometryConstIterator | geometries_end () const |
|
Geometries | get_geometries () const |
|
Geometry * | get_geometry (unsigned int i) const |
|
bool | get_has_geometries () const |
|
unsigned int | get_number_of_geometries () const |
|
template<class List > |
| void | remove_geometries (List d) |
|
template<class F > |
| void | remove_geometries_if (const F &f) |
|
void | remove_geometry (Geometry *d) |
|
void | reserve_geometries (unsigned int sz) |
|
template<class List > |
| void | set_geometries (List ps) |
|
template<class List > |
| void | set_geometries_order (List ps) |
|
void | set_period (unsigned int p) |
|
void | write (WriterOutput w) const |
|
| OptimizerState (std::string name="OptimizerState %1%") |
|
Optimizer * | get_optimizer () const |
| virtual void | set_is_optimizing (bool) |
|
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) |
The documentation for this class was generated from the following file: