Definition at line 35 of file function_base.h.
#include <function_base.h>
◆ FunctionBase() [1/2]
MAST::FunctionBase::FunctionBase |
( |
const std::string & |
nm, |
|
|
const bool |
is_field_func |
|
) |
| |
◆ FunctionBase() [2/2]
◆ ~FunctionBase()
virtual MAST::FunctionBase::~FunctionBase |
( |
| ) |
|
|
inlinevirtual |
◆ depends_on()
◆ is_shape_parameter()
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.
◆ is_topology_parameter()
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.
◆ name()
const std::string& MAST::FunctionBase::name |
( |
| ) |
const |
|
inline |
◆ set_as_shape_parameter()
virtual void MAST::FunctionBase::set_as_shape_parameter |
( |
bool |
f | ) |
|
|
inlinevirtual |
◆ set_as_topology_parameter()
virtual void MAST::FunctionBase::set_as_topology_parameter |
( |
bool |
f | ) |
|
|
inlinevirtual |
◆ _functions
set of functions that this
function depends on
Definition at line 118 of file function_base.h.
◆ _is_field_func
bool MAST::FunctionBase::_is_field_func |
|
protected |
flag to store the nature of field function
Definition at line 110 of file function_base.h.
◆ _is_shape_parameter
bool MAST::FunctionBase::_is_shape_parameter |
|
protected |
◆ _is_topology_parameter
bool MAST::FunctionBase::_is_topology_parameter |
|
protected |
◆ _name
std::string MAST::FunctionBase::_name |
|
protected |
The documentation for this class was generated from the following files: