Loading...
Searching...
No Matches

The python export class for WindLabSimulationData. More...

#include <WindLabSimulationDataPy.h>

Public Types

typedef WindLabSimulationDataPointerType
 
- Public Types inherited from WindLabAPI::WindLabFeaturePy
typedef WindLabFeaturePointerType
 

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.
 
WindLabSimulationDatagetWindLabSimulationDataPtr () 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.
 
WindLabFeaturegetWindLabFeaturePtr () 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 ()
 

Detailed Description

The python export class for WindLabSimulationData.

Member Typedef Documentation

◆ PointerType

Constructor & Destructor Documentation

◆ ~WindLabSimulationDataPy()

WindLabSimulationDataPy::~WindLabSimulationDataPy ( )
protected

◆ WindLabSimulationDataPy()

WindLabSimulationDataPy::WindLabSimulationDataPy ( WindLabSimulationData * pcObject,
PyTypeObject * T = &Type )

Referenced by PyMake().

Member Function Documentation

◆ getCustomAttributes()

PyObject * WindLabSimulationDataPy::getCustomAttributes ( const char * attr) const

getter method for special attributes (e.g. dynamic ones)

◆ GetType()

virtual PyTypeObject * WindLabAPI::WindLabSimulationDataPy::GetType ( )
virtual

Reimplemented from WindLabAPI::WindLabFeaturePy.

◆ getWindLabSimulationDataPtr()

WindLabSimulationData * WindLabSimulationDataPy::getWindLabSimulationDataPtr ( ) const

getter for the object handled by this class

◆ PyInit()

int WindLabSimulationDataPy::PyInit ( PyObject * args,
PyObject * k )
virtual

Reimplemented from WindLabAPI::WindLabFeaturePy.

◆ PyMake()

PyObject * WindLabSimulationDataPy::PyMake ( struct _typeobject * ,
PyObject * ,
PyObject *  )
static

◆ representation()

std::string WindLabSimulationDataPy::representation ( void ) const

◆ setCustomAttributes()

int WindLabSimulationDataPy::setCustomAttributes ( const char * attr,
PyObject * obj )

setter for special attributes (e.g.

dynamic ones) Output: Success=1, Failure=-1, Ignore=0

Member Data Documentation

◆ GetterSetter

PyGetSetDef WindLabSimulationDataPy::GetterSetter
static
Initial value:
= {
{nullptr, nullptr, nullptr, nullptr, nullptr}
}

Attribute structure of WindLabSimulationDataPy.

◆ Methods

PyMethodDef WindLabSimulationDataPy::Methods
static
Initial value:
= {
{nullptr, nullptr, 0, nullptr}
}

Methods structure of WindLabSimulationDataPy.

◆ Type

PyTypeObject WindLabSimulationDataPy::Type
static

Type structure of WindLabSimulationDataPy.


The documentation for this class was generated from the following files:
  • RPS/Build/src/Mod/WindLabAPI/App/WindLabSimulationDataPy.h
  • RPS/LabRPS/LabRPS_KOFFI/src/Mod/WindLabAPI/App/WindLabSimulationDataPyImp.cpp
  • RPS/Build/src/Mod/WindLabAPI/App/WindLabSimulationDataPy.cpp