IMP
2.0.0
The Integrative Modeling Platform
|
#include <IMP/rmf/SaveOptimizerState.h>
Public Member Functions | |
SaveOptimizerState (RMF::FileHandle fh) | |
virtual void | do_update (unsigned int call_num) |
void | set_simulator (atom::Simulator *sim) |
Use the simulator to tag frames with current time. More... | |
void | update_always (std::string name) |
Write a frame with a given name. | |
void | update_always () |
Public Member Functions inherited from IMP::core::PeriodicOptimizerState | |
PeriodicOptimizerState (std::string name) | |
unsigned int | get_number_of_updates () const |
Return the number of times update has been called. | |
unsigned int | get_period () const |
virtual void | reset () |
void | set_number_of_updates (unsigned int n) |
Set the counter. | |
void | set_period (unsigned int p) |
void | update_always () |
Public Member Functions inherited from IMP::kernel::OptimizerState | |
OptimizerState (std::string name="OptimizerState %1%") | |
Optimizer * | get_optimizer () const |
virtual void | set_is_optimizing (bool) |
virtual void | update ()=0 |
Called when the Optimizer accepts a new conformation. | |
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) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::base::Object | |
Object (std::string name) | |
Construct an object with the given name. More... | |
Protected Attributes inherited from IMP::kernel::OptimizerState | |
UncheckedWeakPointer< Optimizer > | optimizer_ |
Related Functions inherited from IMP::core::PeriodicOptimizerState | |
typedef IMP::base::Vector < IMP::base::WeakPointer < PeriodicOptimizerState > > | PeriodicOptimizerStatesTemp |
Periodically call the save_frame() method to save the everything associated with the RMF file to file.
Definition at line 26 of file SaveOptimizerState.h.
|
virtual |
This method is called every get_period() update calls.
Implements IMP::core::PeriodicOptimizerState.
void IMP::rmf::SaveOptimizerState::set_simulator | ( | atom::Simulator * | sim | ) |