#include <FieldPython.h>
|
| const char * | getName () |
| |
| std::string | getDescription () |
| |
| | FieldPython (PyObject *cb, PyObject *arg=NULL) |
| |
| | ~FieldPython () |
| |
| double | operator() (double x, double y, double z, GEntity *ge=0) |
| |
| | 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 12 of file FieldPython.h.
◆ FieldPython()
| FieldPython::FieldPython |
( |
PyObject * |
cb, |
|
|
PyObject * |
arg = NULL |
|
) |
| |
|
inline |
◆ ~FieldPython()
| FieldPython::~FieldPython |
( |
| ) |
|
|
inline |
◆ getDescription()
| std::string FieldPython::getDescription |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
| const char* FieldPython::getName |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
| double FieldPython::operator() |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
GEntity * |
ge = 0 |
|
) |
| |
|
inlinevirtual |
◆ _callback
| PyObject* FieldPython::_callback |
|
private |
The documentation for this class was generated from the following file: