RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
Int | get_frame_residue_index () const |
String | get_frame_residue_type () const |
Int | get_residue_index () const |
String | get_residue_type () const |
Int | get_static_residue_index () const |
String | get_static_residue_type () const |
Static Public Member Functions | |
static std::string | get_decorator_type_name () |
Protected Member Functions | |
ResidueConst (NodeConstHandle nh, IntKey residue_index, StringKey residue_type) | |
Protected Member Functions inherited from RMF::Decorator | |
Decorator (NodeConstHandle handle) | |
NodeHandle | get_node () const |
Protected Attributes | |
IntKey | residue_index_ |
StringKey | residue_type_ |
See also Residue and ResidueFactory.
Definition at line 30 of file sequence.h.