|
Rosetta
|
A container for an array of secondary structure boundaries. More...
#include <DsspShiftArray.hh>

Public Member Functions | |
| DsspShiftArray () | |
| DsspShiftArray (core::pose::Pose const &pose) | |
| DsspShiftArray (DsspShiftArray const &src) | |
| ~DsspShiftArray () override | |
| DsspShiftArrayOP | clone () const |
| void | populate (core::pose::Pose const &pose) |
| core::Size | get_distance_to_nth_shift (core::Size N_res, core::Size shift_gap) |
Private Attributes | |
| utility::vector1< core::Size > | shift_array_ |
A container for an array of secondary structure boundaries.
| protocols::pose_sewing::data_storage::DsspShiftArray::DsspShiftArray | ( | ) |
References shift_array_.
Referenced by clone().
| protocols::pose_sewing::data_storage::DsspShiftArray::DsspShiftArray | ( | core::pose::Pose const & | pose | ) |
References populate(), and shift_array_.
|
default |
|
override |
| DsspShiftArrayOP protocols::pose_sewing::data_storage::DsspShiftArray::clone | ( | ) | const |
References DsspShiftArray().
| core::Size protocols::pose_sewing::data_storage::DsspShiftArray::get_distance_to_nth_shift | ( | core::Size | N_res, |
| core::Size | shift_gap | ||
| ) |
References shift_array_.
| void protocols::pose_sewing::data_storage::DsspShiftArray::populate | ( | core::pose::Pose const & | pose | ) |
References protocols::simple_filters::dssp(), shift_array_, and core::pose::Pose::size().
Referenced by DsspShiftArray().
|
private |
Referenced by DsspShiftArray(), get_distance_to_nth_shift(), and populate().