RMF
|
#include <RMF/decorator/sequence.h>
Public Member Functions | |
void | set_chain_id (String v) |
void | set_chain_type (String v) |
void | set_frame_chain_id (String v) |
void | set_frame_chain_type (String v) |
void | set_frame_sequence (String v) |
void | set_frame_sequence_offset (Int v) |
void | set_frame_uniprot_accession (String v) |
void | set_sequence (String v) |
void | set_sequence_offset (Int v) |
void | set_static_chain_id (String v) |
void | set_static_chain_type (String v) |
void | set_static_sequence (String v) |
void | set_static_sequence_offset (Int v) |
void | set_static_uniprot_accession (String v) |
void | set_uniprot_accession (String v) |
Public Member Functions inherited from RMF::decorator::ChainConst | |
String | get_chain_id () const |
String | get_chain_type () const |
String | get_frame_chain_id () const |
String | get_frame_chain_type () const |
String | get_frame_sequence () const |
Int | get_frame_sequence_offset () const |
String | get_frame_uniprot_accession () const |
String | get_sequence () const |
Int | get_sequence_offset () const |
String | get_static_chain_id () const |
String | get_static_chain_type () const |
String | get_static_sequence () const |
Int | get_static_sequence_offset () const |
String | get_static_uniprot_accession () const |
String | get_uniprot_accession () const |
Static Public Member Functions | |
static std::string | get_decorator_type_name () |
Static Public Member Functions inherited from RMF::decorator::ChainConst | |
static std::string | get_decorator_type_name () |
Additional Inherited Members | |
Protected Member Functions inherited from RMF::decorator::ChainConst | |
ChainConst (NodeConstHandle nh, StringKey chain_id, StringKey sequence, IntKey sequence_offset, StringKey uniprot_accession, StringKey chain_type) | |
Protected Member Functions inherited from RMF::Decorator | |
Decorator (NodeConstHandle handle) | |
NodeHandle | get_node () const |
Protected Attributes inherited from RMF::decorator::ChainConst | |
StringKey | chain_id_ |
StringKey | chain_type_ |
StringKey | sequence_ |
IntKey | sequence_offset_ |
StringKey | uniprot_accession_ |
See also ChainFactory.
Definition at line 322 of file sequence.h.