RMF
RMF::decorator::DiffuserFactory Class Reference

#include <RMF/decorator/physics.h>

+ Inheritance diagram for RMF::decorator::DiffuserFactory:

Public Member Functions

 DiffuserFactory (FileConstHandle fh)
 
 DiffuserFactory (FileHandle fh)
 
DiffuserConst get (NodeConstHandle nh) const
 
Diffuser get (NodeHandle nh) const
 
bool get_is (NodeConstHandle nh) const
 
bool get_is_static (NodeConstHandle nh) const
 

Detailed Description

Create decorators of type Diffuser.

Definition at line 805 of file physics.h.

Member Function Documentation

DiffuserConst RMF::decorator::DiffuserFactory::get ( NodeConstHandle  nh) const

Get a DiffuserConst for nh.

Definition at line 819 of file physics.h.

+ Here is the call graph for this function:

Diffuser RMF::decorator::DiffuserFactory::get ( NodeHandle  nh) const

Get a Diffuser for nh.

Definition at line 826 of file physics.h.

+ Here is the call graph for this function:

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

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

Definition at line 834 of file physics.h.

+ Here is the call graph for this function:


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