OpenStructure
|
#include <sec_structure_segments.hh>
Public Member Functions | |
SecStructureSegment (int f, int l, SecStructure s) | |
SecStructureSegment () | |
bool | operator== (const SecStructureSegment &rhs) const |
bool | operator!= (const SecStructureSegment &rhs) const |
Data Fields | |
int | first |
int | last |
SecStructure | ss_type |
a consecutive secondary structure element
Definition at line 31 of file sec_structure_segments.hh.
|
inline |
Definition at line 32 of file sec_structure_segments.hh.
|
inline |
Definition at line 35 of file sec_structure_segments.hh.
|
inline |
Definition at line 42 of file sec_structure_segments.hh.
|
inline |
Definition at line 38 of file sec_structure_segments.hh.
int first |
index of first residue part of the segment
Definition at line 48 of file sec_structure_segments.hh.
int last |
index of last residue part of the segment
Definition at line 50 of file sec_structure_segments.hh.
SecStructure ss_type |
secondandary structure type of the segment
Definition at line 52 of file sec_structure_segments.hh.