![]() |
Rosetta
2021.16
|
Class for storing a range of resids. More...
#include <ResidueRanges.hh>
Public Member Functions | |
| ResidueRange () | |
| ResidueRange (Size const startval, Size const stopval) | |
| bool | operator< (ResidueRange const &other) const |
| less than operator that can be used for sorting More... | |
| Size | start () const |
| Returns the starting residue of the range. More... | |
| void | set_start (Size const start_res) |
| Sets starting residue of the range. More... | |
| Size | stop () const |
| Returns the stopping residue of the range. More... | |
| void | set_stop (Size const stop_res) |
| Sets stopping residue of the range. More... | |
| std::string | to_string () const |
| String representation of the range. More... | |
Private Attributes | |
| Size | start_ |
| Size | stop_ |
Class for storing a range of resids.
|
inline |
|
inline |
| bool core::select::residue_selector::ResidueRange::operator< | ( | ResidueRange const & | other | ) | const |
| void core::select::residue_selector::ResidueRange::set_start | ( | Size const | start_res | ) |
Sets starting residue of the range.
References start_.
| void core::select::residue_selector::ResidueRange::set_stop | ( | Size const | stop_res | ) |
Sets stopping residue of the range.
References stop_.
| Size core::select::residue_selector::ResidueRange::start | ( | ) | const |
Returns the starting residue of the range.
References start_.
Referenced by protocols::fold_from_loops::NubInitioMover::make_template_ranges(), operator<(), and protocols::fold_from_loops::utils::split_mid_ranges().
| Size core::select::residue_selector::ResidueRange::stop | ( | ) | const |
Returns the stopping residue of the range.
References stop_.
Referenced by protocols::fold_from_loops::NubInitioMover::make_template_ranges(), operator<(), and protocols::fold_from_loops::utils::split_mid_ranges().
| std::string core::select::residue_selector::ResidueRange::to_string | ( | ) | const |
String representation of the range.
References start_, stop_, and core::id::to_string().
Referenced by protocols::fold_from_loops::utils::Nub::join_pieces(), and protocols::fold_from_loops::utils::split_mid_ranges().
|
private |
Referenced by operator<(), set_start(), start(), and to_string().
|
private |
Referenced by operator<(), set_stop(), stop(), and to_string().
1.8.7