|
| | MinField () |
| |
| std::string | getDescription () |
| |
| double | operator() (double x, double y, double z, GEntity *ge=nullptr) |
| |
| const char * | getName () |
| |
| | Field () |
| |
| virtual | ~Field () |
| |
| bool | isDeprecated () |
| |
| virtual void | update () |
| |
| virtual int | numComponents () const |
| |
| virtual bool | isotropic () const |
| |
| virtual void | operator() (double x, double y, double z, SVector3 &, GEntity *ge=0) |
| |
| virtual void | operator() (double x, double y, double z, SMetric3 &, GEntity *ge=nullptr) |
| |
| void | putOnNewView (int viewTag=-1) |
| |
| FieldOption * | getOption (const std::string &optionName) |
| |
Definition at line 1839 of file Field.cpp.
◆ MinField()
◆ getDescription()
| std::string MinField::getDescription |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
| const char* MinField::getName |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
| double MinField::operator() |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
GEntity * |
ge = nullptr |
|
) |
| |
|
inlinevirtual |
◆ _fieldIds
| std::list<int> MinField::_fieldIds |
|
private |
◆ _fields
| std::vector<Field*> MinField::_fields |
|
private |
The documentation for this class was generated from the following file: