Loading...
Searching...
No Matches
The python export class for WindLabSimulationData. More...
#include <WindLabSimulationDataPy.h>
Public Types | |
| typedef WindLabSimulationData * | PointerType |
Public Types inherited from WindLabAPI::WindLabFeaturePy | |
| typedef WindLabFeature * | PointerType |
Public Member Functions | |
| virtual PyTypeObject * | GetType () |
| virtual int | PyInit (PyObject *args, PyObject *k) |
| std::string | representation () const |
| WindLabSimulationDataPy (WindLabSimulationData *pcObject, PyTypeObject *T=&Type) | |
callbacks and implementers for the python object attributes | |
| PyObject * | getCustomAttributes (const char *attr) const |
| getter method for special attributes (e.g. dynamic ones) | |
| int | setCustomAttributes (const char *attr, PyObject *obj) |
| setter for special attributes (e.g. | |
| WindLabSimulationData * | getWindLabSimulationDataPtr () const |
| getter for the object handled by this class | |
Public Member Functions inherited from WindLabAPI::WindLabFeaturePy | |
| std::string | representation () const |
| WindLabFeaturePy (WindLabFeature *pcObject, PyTypeObject *T=&Type) | |
| PyObject * | getCustomAttributes (const char *attr) const |
| getter method for special attributes (e.g. dynamic ones) | |
| int | setCustomAttributes (const char *attr, PyObject *obj) |
| setter for special attributes (e.g. | |
| WindLabFeature * | getWindLabFeaturePtr () const |
| getter for the object handled by this class | |
Static Public Member Functions | |
| static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
Static Public Member Functions inherited from WindLabAPI::WindLabFeaturePy | |
| static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
Static Public Attributes | |
| static PyGetSetDef | GetterSetter [] |
| Attribute structure of WindLabSimulationDataPy. | |
| static PyMethodDef | Methods [] |
| Methods structure of WindLabSimulationDataPy. | |
| static PyTypeObject | Type |
| Type structure of WindLabSimulationDataPy. | |
Static Public Attributes inherited from WindLabAPI::WindLabFeaturePy | |
| static PyGetSetDef | GetterSetter [] |
| Attribute structure of WindLabFeaturePy. | |
| static PyMethodDef | Methods [] |
| Methods structure of WindLabFeaturePy. | |
| static PyTypeObject | Type |
| Type structure of WindLabFeaturePy. | |
Protected Member Functions | |
| ~WindLabSimulationDataPy () | |
Protected Member Functions inherited from WindLabAPI::WindLabFeaturePy | |
| ~WindLabFeaturePy () | |
The python export class for WindLabSimulationData.
|
protected |
| WindLabSimulationDataPy::WindLabSimulationDataPy | ( | WindLabSimulationData * | pcObject, |
| PyTypeObject * | T = &Type ) |
Referenced by PyMake().
| PyObject * WindLabSimulationDataPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
|
virtual |
Reimplemented from WindLabAPI::WindLabFeaturePy.
| WindLabSimulationData * WindLabSimulationDataPy::getWindLabSimulationDataPtr | ( | ) | const |
getter for the object handled by this class
|
virtual |
Reimplemented from WindLabAPI::WindLabFeaturePy.
|
static |
References WindLabSimulationDataPy().
| std::string WindLabSimulationDataPy::representation | ( | void | ) | const |
| int WindLabSimulationDataPy::setCustomAttributes | ( | const char * | attr, |
| PyObject * | obj ) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
|
static |
Attribute structure of WindLabSimulationDataPy.
|
static |
Methods structure of WindLabSimulationDataPy.
|
static |
Type structure of WindLabSimulationDataPy.