RMF
RMF::decorator::BondFactory Class Reference

#include <RMF/decorator/bond.h>

+ Inheritance diagram for RMF::decorator::BondFactory:

Public Member Functions

 BondFactory (FileConstHandle fh)
 
 BondFactory (FileHandle fh)
 
BondConst get (NodeConstHandle nh) const
 
Bond get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Bond.

Definition at line 220 of file bond.h.

Member Function Documentation

BondConst RMF::decorator::BondFactory::get ( NodeConstHandle  nh) const

Get a BondConst for nh.

Definition at line 235 of file bond.h.

Bond RMF::decorator::BondFactory::get ( NodeHandle  nh) const

Get a Bond for nh.

Definition at line 243 of file bond.h.

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

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

Definition at line 252 of file bond.h.

+ Here is the call graph for this function:


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