Rosetta
|
Classes | |
class | Timer |
: singleton checkpoint timer class More... | |
class | FileBuffer |
class | CheckPointer |
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 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 | ||
) |
References core::io::silent::SilentFileData::begin(), core::chemical::CENTROID, core::pose::Pose::clear(), core::io::silent::SilentFileData::end(), core::sequence::end, core::chemical::FA_STANDARD, protocols::abinitio::filename(), core::io::silent::SilentFileData::read_file(), and core::pose::Pose::transfer_constraint_set().
Referenced by protocols::checkpoint::CheckPointer::recover_checkpoint().
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 |