Rosetta Protocols  2015.09
Classes | Typedefs | Functions
protocols::checkpoint Namespace Reference

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 Documentation

typedef utility::pointer::shared_ptr< CheckPointer const > protocols::checkpoint::CheckPointerCOP

Function Documentation

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 
)
static thread_local basic::Tracer protocols::checkpoint::TR ( "protocols::checkpoint"  )
static