![]() |
Rosetta
2021.16
|
#include <Loop.hh>

Public Member Functions | |
| Loop () | |
| Loop (Size const takeoff_pos, Size const landing_pos, Size const takeoff_domain, Size const landing_domain) | |
| ~Loop () override | |
| Loop (Loop const &src) | |
| copy constructor More... | |
| Loop & | operator= (Loop const &src) |
| void | set_takeoff_pos (core::Size const &setting) |
| core::Size | takeoff_pos () const |
| void | set_landing_pos (core::Size const &setting) |
| core::Size | landing_pos () const |
| void | set_takeoff_domain (core::Size const &setting) |
| core::Size | takeoff_domain () const |
| void | set_landing_domain (core::Size const &setting) |
| core::Size | landing_domain () const |
Private Attributes | |
| core::Size | takeoff_pos_ |
| core::Size | landing_pos_ |
| core::Size | takeoff_domain_ |
| core::Size | landing_domain_ |
Friends | |
| bool | operator== (Loop const &a, Loop const &b) |
| a and b are the same atom More... | |
| std::ostream & | operator<< (std::ostream &os, Loop const &loop) |
| Test IO operator for debug and Python bindings. More... | |
Directed edge between one position in the pose to another position. Records takeoff_pos & landing_pos (in full_model numbering). Also records 'domain', i.e. if there are multiple poses in a collection, which pose.
| core::scoring::loop_graph::Loop::Loop | ( | ) |
| core::scoring::loop_graph::Loop::Loop | ( | Size const | takeoff_pos, |
| Size const | landing_pos, | ||
| Size const | takeoff_domain, | ||
| Size const | landing_domain | ||
| ) |
|
overridedefault |
| core::scoring::loop_graph::Loop::Loop | ( | Loop const & | src | ) |
copy constructor
|
inline |
|
inline |
References landing_domain_, landing_pos_, takeoff_domain_, and takeoff_pos_.
|
inline |
References landing_domain_.
|
inline |
References landing_pos_.
|
inline |
References takeoff_domain_.
|
inline |
References takeoff_pos_.
|
inline |
|
inline |
|
friend |
Test IO operator for debug and Python bindings.
|
private |
Referenced by landing_domain(), core::scoring::loop_graph::operator<<(), operator=(), and set_landing_domain().
|
private |
Referenced by landing_pos(), core::scoring::loop_graph::operator<<(), operator=(), and set_landing_pos().
|
private |
Referenced by core::scoring::loop_graph::operator<<(), operator=(), set_takeoff_domain(), and takeoff_domain().
|
private |
Referenced by core::scoring::loop_graph::operator<<(), operator=(), set_takeoff_pos(), and takeoff_pos().
1.8.7