Rosetta
Namespaces | Functions | Variables
StepWiseMove.cc File Reference
#include <protocols/stepwise/monte_carlo/mover/StepWiseMove.hh>
#include <core/pose/full_model_info/FullModelParameters.hh>
#include <utility>
#include <utility/tools/make_vector1.hh>
#include <map>
#include <iostream>
#include <utility/string_util.hh>
#include <basic/Tracer.hh>
#include <utility/pointer/memory.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::stepwise
 
 protocols::stepwise::monte_carlo
 
 protocols::stepwise::monte_carlo::mover
 

Functions

static basic::Tracer TR ("protocols.stepwise.monte_carlo.mover.StepWiseMove")
 
void protocols::stepwise::monte_carlo::mover::initialize_move_type_name ()
 
std::string protocols::stepwise::monte_carlo::mover::to_string (MoveType const &move_type)
 
MoveType protocols::stepwise::monte_carlo::mover::move_type_from_string (std::string const &name)
 
void protocols::stepwise::monte_carlo::mover::initialize_attachment_type_name ()
 
std::string protocols::stepwise::monte_carlo::mover::to_string (AttachmentType const &attachment_type)
 
AttachmentType protocols::stepwise::monte_carlo::mover::attachment_type_from_string (std::string const &name)
 
std::ostream & protocols::stepwise::monte_carlo::mover::operator<< (std::ostream &os, StepWiseMove const &swa_move)
 
std::ostream & protocols::stepwise::monte_carlo::mover::operator<< (std::ostream &os, Attachment const &attachment)
 
bool protocols::stepwise::monte_carlo::mover::operator== (Attachment const &a, Attachment const &b)
 
bool protocols::stepwise::monte_carlo::mover::operator== (StepWiseMove const &a, StepWiseMove const &b)
 

Variables

std::map< MoveType, std::string > protocols::stepwise::monte_carlo::mover::move_type_name
 
std::map< AttachmentType, std::string > protocols::stepwise::monte_carlo::mover::attachment_type_name
 

Detailed Description

Author
Rhiju Das, rhiju.nosp@m.@sta.nosp@m.nford.nosp@m..edu

Function Documentation

◆ TR()

static basic::Tracer TR ( "protocols.stepwise.monte_carlo.mover.StepWiseMove"  )
static