RMF
RMF::decorator::FragmentFactory Class Reference

#include <RMF/decorator/sequence.h>

+ Inheritance diagram for RMF::decorator::FragmentFactory:

Public Member Functions

 FragmentFactory (FileConstHandle fh)
 
 FragmentFactory (FileHandle fh)
 
FragmentConst get (NodeConstHandle nh) const
 
Fragment get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Fragment.

Definition at line 568 of file sequence.h.

Member Function Documentation

FragmentConst RMF::decorator::FragmentFactory::get ( NodeConstHandle  nh) const

Get a FragmentConst for nh.

Definition at line 582 of file sequence.h.

+ Here is the call graph for this function:

Fragment RMF::decorator::FragmentFactory::get ( NodeHandle  nh) const

Get a Fragment for nh.

Definition at line 589 of file sequence.h.

+ Here is the call graph for this function:

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

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

Definition at line 597 of file sequence.h.

+ Here is the call graph for this function:


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