![]() |
Rosetta Protocols
2015.02
|
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 utility::pointer::shared_ptr< InterfaceAnalyzerMover const > protocols::analysis::InterfaceAnalyzerMoverCOP |
typedef utility::pointer::shared_ptr< InterfaceAnalyzerMover > protocols::analysis::InterfaceAnalyzerMoverOP |
typedef utility::pointer::shared_ptr< LoopAnalyzerMover > protocols::analysis::LoopAnalyzerMoverOP |
typedef utility::pointer::shared_ptr< PackStatMover > protocols::analysis::PackStatMoverOP |
std::ostream& protocols::analysis::which_ostream | ( | std::ostream & | ost, |
std::ostream & | oss, | ||
bool const | tracer | ||
) |
stupid helper function needed because ternary operator does not allow variable return types
Referenced by protocols::analysis::LoopAnalyzerMover::apply(), protocols::analysis::InterfaceAnalyzerMover::print_pymol_selection_of_hbond_unsat(), and protocols::analysis::InterfaceAnalyzerMover::print_pymol_selection_of_interface_residues().