Rosetta Protocols  2015.02
Classes | Typedefs | Enumerations | Functions
protocols::analysis Namespace Reference

Classes

class  InterfaceAnalyzerMover
 Class for analyzing interfaces of a pose. Many metrics are calculated and accessible after the apply method. More...
 
class  InterfaceAnalyzerMoverCreator
 
struct  InterfaceData
 All interface data. Unless otherwise specified, they refer specifically to the interface. More...
 
class  LoopAnalyzerMover
 
class  PackStatMover
 
struct  PerResidueInterfaceData
 All per residue interface data and residue averages. Interface Residues only. More...
 

Typedefs

typedef
utility::pointer::shared_ptr
< InterfaceAnalyzerMover
InterfaceAnalyzerMoverOP
 
typedef
utility::pointer::shared_ptr
< InterfaceAnalyzerMover const > 
InterfaceAnalyzerMoverCOP
 
typedef
utility::pointer::shared_ptr
< LoopAnalyzerMover
LoopAnalyzerMoverOP
 
typedef
utility::pointer::shared_ptr
< PackStatMover
PackStatMoverOP
 

Enumerations

enum  InterfaceRegion { total = 1, side1, side2 }
 

Functions

std::ostream & which_ostream (std::ostream &ost, std::ostream &oss, bool const tracer)
 stupid helper function needed because ternary operator does not allow variable return types More...
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
total 
side1 
side2 

Function Documentation

std::ostream& protocols::analysis::which_ostream ( std::ostream &  ost,
std::ostream &  oss,
bool const  tracer 
)