Rosetta
Classes | Typedefs | Enumerations | Functions
protocols::trRosetta_protocols::movers Namespace Reference

Classes

class  trRosettaProtocolMover
 The full trRosetta structure prediction protocol from Yang et al, converted to C++ and implemented as a mover. More...
 
class  trRosettaProtocolMoverCreator
 

Typedefs

using trRosettaProtocolMoverOP = utility::pointer::shared_ptr< trRosettaProtocolMover >
 
using trRosettaProtocolMoverCOP = utility::pointer::shared_ptr< trRosettaProtocolMover const >
 

Enumerations

enum class  trRosettaProtocolBackboneRandomizationMode { classic = 1 , ramachandran , bins , NUM_ENTRIES = bins }
 The modes for randomizing backbone dihedrals. More...
 
enum class  trRosettaProtocolBackboneMinimizationMode { classic0 = 1 , classic1 , classic2 , NUM_ENTRIES = classic2 }
 The modes for minimizing the backbone. More...
 

Functions

std::ostream & operator<< (std::ostream &os, trRosettaProtocolMover const &mover)
 private methods /// More...
 

Typedef Documentation

◆ trRosettaProtocolMoverCOP

◆ trRosettaProtocolMoverOP

Enumeration Type Documentation

◆ trRosettaProtocolBackboneMinimizationMode

The modes for minimizing the backbone.

If a developer adds an entry to this list, she or he should be sure to update trRosettaProtocolMover::get_minimization_mode_string_from_enum(). Also, the basic/options/options_rosetta.py "trRosetta" OptionGroup should have the new options added to the "backbone_minimization_mode" option.

Enumerator
classic0 
classic1 
classic2 
NUM_ENTRIES 

◆ trRosettaProtocolBackboneRandomizationMode

The modes for randomizing backbone dihedrals.

If a developer adds an entry to this list, she or he should be sure to update trRosettaProtocolMover::get_randomization_mode_string_from_enum(). Also, the basic/options/options_rosetta.py "trRosetta" OptionGroup should have the new options added to the "backbone_randomization_mode" option.

Enumerator
classic 
ramachandran 
bins 
NUM_ENTRIES 

Function Documentation

◆ operator<<()

std::ostream & protocols::trRosetta_protocols::movers::operator<< ( std::ostream &  os,
trRosettaProtocolMover const &  mover 
)