RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
String | get_chain () const |
String | get_filename () const |
String | get_frame_chain () const |
Int | get_frame_residue_offset () const |
Int | get_residue_offset () const |
String | get_static_chain () const |
Int | get_static_residue_offset () const |
Static Public Member Functions | |
static std::string | get_decorator_type_name () |
Protected Member Functions | |
StructureProvenanceConst (NodeConstHandle nh, StringKey structure_filename, StringKey structure_chain, IntKey structure_residue_offset) | |
Protected Member Functions inherited from RMF::Decorator | |
Decorator (NodeConstHandle handle) | |
NodeHandle | get_node () const |
Protected Attributes | |
StringKey | structure_chain_ |
StringKey | structure_filename_ |
IntKey | structure_residue_offset_ |
See also StructureProvenance and StructureProvenanceFactory.
Definition at line 30 of file provenance.h.