#include <Region.hh>
|
| virtual | ~Region () |
| | Automatically generated virtual destructor for class deriving directly from ReferenceCount. More...
|
| |
| | Region (Size start_pos, Size stop_pos) |
| | Creates a new region with the specified start/stop residues. More...
|
| |
| Size | start () const |
| | Returns the starting position of this region O(1) More...
|
| |
| Size | stop () const |
| | Returns the stopping position of this region O(1) More...
|
| |
| Size | length () const |
| | Returns the length of this region. Makes no assumption about directionality. That is, Region(3,5).length() == Region(5,3).length(). O(1) More...
|
| |
| bool | increasing () const |
| | Returns true if start <= stop, false otherwise. More...
|
| |
| bool | decreasing () const |
| | Returns true if stop <= start, false otherwise. More...
|
| |
Definition at line 29 of file Region.hh.
| protocols::nonlocal::Region::~Region |
( |
) | |
|
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
Definition at line 23 of file Region.cc.
Creates a new region with the specified start/stop residues.
Definition at line 25 of file Region.cc.
| bool protocols::nonlocal::Region::decreasing |
( |
) | |
const |
Returns true if stop <= start, false otherwise.
Definition at line 44 of file Region.cc.
References start(), and stop().
| bool protocols::nonlocal::Region::increasing |
( |
) | |
const |
| core::Size protocols::nonlocal::Region::length |
( |
) | |
const |
| core::Size protocols::nonlocal::Region::start |
( |
) | |
const |
| core::Size protocols::nonlocal::Region::stop |
( |
) | |
const |
| Size protocols::nonlocal::Region::start_ |
|
private |
The starting position of the contiguous sequence.
Definition at line 59 of file Region.hh.
Referenced by start().
| Size protocols::nonlocal::Region::stop_ |
|
private |
The ending position of the contiguous sequence.
Definition at line 62 of file Region.hh.
Referenced by stop().
The documentation for this class was generated from the following files: