![]() |
Rosetta Protocols
2014.35
|
Classes | |
class | CheckPointer |
class | FileBuffer |
class | Timer |
: singleton checkpoint timer class More... | |
Typedefs | |
typedef utility::pointer::owning_ptr < CheckPointer > | CheckPointerOP |
typedef utility::pointer::owning_ptr < CheckPointer const > | CheckPointerCOP |
Functions | |
void | checkpoint_with_interval (const int interval_in) |
bool | pose_to_binary_silent_file (std::ostream &output, const std::string &tag, const pose::Pose &pose) |
bool | pose_from_binary_silent_file (const std::string &filename, const std::string &tag, pose::Pose &pose, bool fullatom) |
Variables | |
basic::Tracer | TR ("protocols::checkpoint") |
void protocols::checkpoint::checkpoint_with_interval | ( | const int | interval_in | ) |
bool protocols::checkpoint::pose_from_binary_silent_file | ( | const std::string & | filename, |
const std::string & | tag, | ||
pose::Pose & | pose, | ||
bool | fullatom | ||
) |
bool protocols::checkpoint::pose_to_binary_silent_file | ( | std::ostream & | output, |
const std::string & | tag, | ||
const pose::Pose & | pose | ||
) |
References core::io::silent::SilentStruct::fill_struct().
Referenced by protocols::checkpoint::CheckPointer::checkpoint().
basic::Tracer protocols::checkpoint::TR("protocols::checkpoint") |