|
RMF
|
#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 |
Create decorators of type Residue.
Definition at line 135 of file sequence.h.
| ResidueConst RMF::decorator::ResidueFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ResidueConst for nh.
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: