![]() |
Rosetta Core
2015.22
|
#include <LoopCycle.hh>
Public Member Functions | |
LoopCycle () | |
LoopCycle (utility::vector1< Loop > const &loops) | |
~LoopCycle () | |
Loop const & | loop (Size const n) const |
utility::vector1< Loop > const & | loops () const |
Size | size () const |
Size | find_index_for_loop_landing_at_domain (Size const &takeoff_domain) |
Private Attributes | |
utility::vector1< Loop > | loops_ |
Friends | |
std::ostream & | operator<< (std::ostream &os, LoopCycle const &loop_cycle) |
Test IO operator for debug and Python bindings. More... | |
core::scoring::loop_graph::LoopCycle::LoopCycle | ( | ) |
core::scoring::loop_graph::LoopCycle::LoopCycle | ( | utility::vector1< Loop > const & | loops | ) |
core::scoring::loop_graph::LoopCycle::~LoopCycle | ( | ) |
Size core::scoring::loop_graph::LoopCycle::find_index_for_loop_landing_at_domain | ( | Size const & | takeoff_domain | ) |
References loops_.
Referenced by core::scoring::loop_graph::LoopGraph::update().
References loops_.
Referenced by core::scoring::loop_graph::LoopGraph::check_disjoint(), and core::scoring::loop_graph::LoopGraph::update().
|
inline |
References loops_.
|
inline |
References loops_.
Referenced by core::scoring::loop_graph::LoopGraph::check_disjoint(), and core::scoring::loop_graph::LoopGraph::update().
|
friend |
Test IO operator for debug and Python bindings.
|
private |
Referenced by find_index_for_loop_landing_at_domain(), loop(), loops(), core::scoring::loop_graph::operator<<(), and size().