RMF
RMF::decorator::ResidueFactory Class Reference

#include <RMF/decorator/sequence.h>

+ Inheritance diagram for RMF::decorator::ResidueFactory:

Public Member Functions

 ResidueFactory (FileConstHandle fh)
 
 ResidueFactory (FileHandle fh)
 
ResidueConst get (NodeConstHandle nh) const
 
Residue get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Residue.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 135 of file sequence.h.

Member Function Documentation

ResidueConst RMF::decorator::ResidueFactory::get ( NodeConstHandle  nh) const

Get a ResidueConst for nh.

Examples:
benchmark/benchmark_rmf.cpp.

Definition at line 151 of file sequence.h.

Residue RMF::decorator::ResidueFactory::get ( NodeHandle  nh) const

Get a Residue for nh.

Definition at line 159 of file sequence.h.

bool RMF::decorator::ResidueFactory::get_is ( NodeConstHandle  nh) const

Check whether nh has all the attributes required to be a ResidueConst.

Definition at line 168 of file sequence.h.

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: