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

Classes

class  Timer
 : singleton checkpoint timer class More...
 
class  FileBuffer
 
class  CheckPointer
 

Typedefs

typedef utility::pointer::shared_ptr< CheckPointerCheckPointerOP
 
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 Documentation

◆ CheckPointerCOP

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

◆ CheckPointerOP

typedef utility::pointer::shared_ptr< CheckPointer > protocols::checkpoint::CheckPointerOP

Function Documentation

◆ checkpoint_with_interval()

void protocols::checkpoint::checkpoint_with_interval ( const int  interval_in)

◆ pose_from_binary_silent_file()

bool protocols::checkpoint::pose_from_binary_silent_file ( const std::string &  filename,
const std::string &  tag,
pose::Pose pose,
bool  fullatom 
)

◆ pose_to_binary_silent_file()

bool protocols::checkpoint::pose_to_binary_silent_file ( std::ostream &  output,
const std::string &  tag,
const pose::Pose pose 
)

◆ TR()

static basic::Tracer protocols::checkpoint::TR ( "protocols::checkpoint"  )
static