![]() |
Rosetta Protocols
2015.09
|
Classes | |
class | CheckPointer |
class | FileBuffer |
class | Timer |
: singleton checkpoint timer class More... | |
Typedefs | |
typedef utility::pointer::shared_ptr < CheckPointer > | CheckPointerOP |
typedef utility::pointer::shared_ptr < CheckPointer const > | CheckPointerCOP |
Functions | |
void | checkpoint_with_interval (const int interval_in) |
static thread_local basic::Tracer | TR ("protocols::checkpoint") |
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) |
typedef utility::pointer::shared_ptr< CheckPointer const > protocols::checkpoint::CheckPointerCOP |
typedef utility::pointer::shared_ptr< CheckPointer > protocols::checkpoint::CheckPointerOP |
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 | ||
) |
Referenced by protocols::checkpoint::CheckPointer::checkpoint().
|
static |