#include <Field.h>
|
typedef bool(* | ptrfunction) (double, double, double, void *, double &) |
|
typedef bool(* | ptrfunctionextended) (double, double, double, void *, void *, double &) |
|
|
| GenericField () |
|
| ~GenericField () |
|
virtual double | operator() (double x, double y, double z, GEntity *ge=nullptr) |
|
virtual const char * | getName () |
|
void | setCallbackWithData (ptrfunction fct, void *data) |
|
void | setCallbackWithData (ptrfunctionextended fct, void *data) |
|
| 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) |
|
virtual std::string | getDescription () |
|
FieldOption * | getOption (const std::string &optionName) |
|
Definition at line 448 of file Field.h.
◆ ptrfunction
typedef bool(* GenericField::ptrfunction) (double, double, double, void *, double &) |
◆ ptrfunctionextended
typedef bool(* GenericField::ptrfunctionextended) (double, double, double, void *, void *, double &) |
◆ GenericField()
GenericField::GenericField |
( |
| ) |
|
◆ ~GenericField()
GenericField::~GenericField |
( |
| ) |
|
◆ getName()
virtual const char* GenericField::getName |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
double GenericField::operator() |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
GEntity * |
ge = nullptr |
|
) |
| |
|
virtual |
◆ setCallbackWithData() [1/2]
void GenericField::setCallbackWithData |
( |
ptrfunction |
fct, |
|
|
void * |
data |
|
) |
| |
◆ setCallbackWithData() [2/2]
◆ cbs_extended_with_data
◆ cbs_with_data
std::vector<std::pair<ptrfunction, void *> > GenericField::cbs_with_data |
|
private |
The documentation for this class was generated from the following files: