#include <function_base.h>
Definition at line 35 of file function_base.h.
MAST::FunctionBase::FunctionBase |
( |
const std::string & |
nm, |
|
|
const bool |
is_field_func |
|
) |
| |
virtual MAST::FunctionBase::~FunctionBase |
( |
| ) |
|
|
inlinevirtual |
virtual bool MAST::FunctionBase::is_shape_parameter |
( |
| ) |
const |
|
inlinevirtual |
- Returns
- true if the function is a shape parameter. False by default.
Definition at line 89 of file function_base.h.
virtual bool MAST::FunctionBase::is_topology_parameter |
( |
| ) |
const |
|
inlinevirtual |
- Returns
- true if the function is a topology parameter. False by default.
Definition at line 97 of file function_base.h.
const std::string& MAST::FunctionBase::name |
( |
| ) |
const |
|
inline |
virtual void MAST::FunctionBase::set_as_shape_parameter |
( |
bool |
f | ) |
|
|
inlinevirtual |
virtual void MAST::FunctionBase::set_as_topology_parameter |
( |
bool |
f | ) |
|
|
inlinevirtual |
set of functions that this
function depends on
Definition at line 118 of file function_base.h.
bool MAST::FunctionBase::_is_field_func |
|
protected |
flag to store the nature of field function
Definition at line 110 of file function_base.h.
bool MAST::FunctionBase::_is_shape_parameter |
|
protected |
bool MAST::FunctionBase::_is_topology_parameter |
|
protected |
std::string MAST::FunctionBase::_name |
|
protected |
The documentation for this class was generated from the following files: