Loading...
Searching...
No Matches
The python export class for WindLabSimuData. More...
#include <WindLabSimuDataPy.h>
Public Types | |
typedef WindLabSimuData * | PointerType |
![]() | |
typedef WindLabFeature * | PointerType |
Public Member Functions | |
virtual PyTypeObject * | GetType () |
virtual int | PyInit (PyObject *args, PyObject *k) |
std::string | representation () const |
WindLabSimuDataPy (WindLabSimuData *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. | |
WindLabSimuData * | getWindLabSimuDataPtr () const |
getter for the object handled by this class | |
![]() | |
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 PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
Static Public Attributes | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of WindLabSimuDataPy. | |
static PyMethodDef | Methods [] |
Methods structure of WindLabSimuDataPy. | |
static PyTypeObject | Type |
Type structure of WindLabSimuDataPy. | |
![]() | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of WindLabFeaturePy. | |
static PyMethodDef | Methods [] |
Methods structure of WindLabFeaturePy. | |
static PyTypeObject | Type |
Type structure of WindLabFeaturePy. | |
Protected Member Functions | |
~WindLabSimuDataPy () | |
![]() | |
~WindLabFeaturePy () | |
The python export class for WindLabSimuData.
WindLabSimuData* WindLabAPI::WindLabSimuDataPy::PointerType |
|
protected |
WindLabSimuDataPy::WindLabSimuDataPy | ( | WindLabSimuData * | pcObject, |
PyTypeObject * | T = &Type ) |
PyObject * WindLabAPI::WindLabSimuDataPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
|
virtual |
Reimplemented from WindLabAPI::WindLabFeaturePy.
WindLabSimuData * WindLabSimuDataPy::getWindLabSimuDataPtr | ( | ) | const |
getter for the object handled by this class
|
virtual |
Reimplemented from WindLabAPI::WindLabFeaturePy.
|
static |
std::string WindLabAPI::WindLabSimuDataPy::representation | ( | ) | const |
int WindLabAPI::WindLabSimuDataPy::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 WindLabSimuDataPy.
|
static |
Methods structure of WindLabSimuDataPy.
|
static |
Type structure of WindLabSimuDataPy.