Chi-Tech
|
#include <FieldFunctionInterface.h>
Protected Member Functions | |
FieldFunctionInterface (const chi::InputParameters ¶ms) | |
FieldFunction * | GetFieldFunction () const |
Static Protected Member Functions | |
static chi::InputParameters | GetInputParameters () |
Private Attributes | |
chi::ParameterBlock | field_function_param_ |
Interface class to add a dependency on a logical volume. Two things need to be done to use this interface. 1) Derive from it. 2) Add its parameters to the child class. Now it will require a handle to a FieldFunction in the input language.
Definition at line 15 of file FieldFunctionInterface.h.
|
explicitprotected |
Definition at line 22 of file FieldFunctionInterface.cc.
|
protected |
Definition at line 28 of file FieldFunctionInterface.cc.
|
staticprotected |
Definition at line 11 of file FieldFunctionInterface.cc.
|
private |
Definition at line 25 of file FieldFunctionInterface.h.