Loading...
Searching...
No Matches

The python export class for WindLabSimuData. More...

#include <WindLabSimuDataPy.h>

Public Types

typedef WindLabSimuData * PointerType
 
- 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
 
 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
 
- 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 WindLabSimuDataPy.
 
static PyMethodDef Methods []
 Methods structure of WindLabSimuDataPy.
 
static PyTypeObject Type
 Type structure of WindLabSimuDataPy.
 
- 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

 ~WindLabSimuDataPy ()
 
- Protected Member Functions inherited from WindLabAPI::WindLabFeaturePy
 ~WindLabFeaturePy ()
 

Detailed Description

The python export class for WindLabSimuData.

Member Typedef Documentation

◆ PointerType

Constructor & Destructor Documentation

◆ ~WindLabSimuDataPy()

WindLabSimuDataPy::~WindLabSimuDataPy ( )
protected

◆ WindLabSimuDataPy()

WindLabSimuDataPy::WindLabSimuDataPy ( WindLabSimuData * pcObject,
PyTypeObject * T = &Type )

Member Function Documentation

◆ getCustomAttributes()

PyObject * WindLabAPI::WindLabSimuDataPy::getCustomAttributes ( const char * attr) const

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

◆ GetType()

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

Reimplemented from WindLabAPI::WindLabFeaturePy.

◆ getWindLabSimuDataPtr()

WindLabSimuData * WindLabSimuDataPy::getWindLabSimuDataPtr ( ) const

getter for the object handled by this class

◆ PyInit()

virtual int WindLabAPI::WindLabSimuDataPy::PyInit ( PyObject * args,
PyObject * k )
virtual

Reimplemented from WindLabAPI::WindLabFeaturePy.

◆ PyMake()

static PyObject * WindLabAPI::WindLabSimuDataPy::PyMake ( struct _typeobject * ,
PyObject * ,
PyObject *  )
static

◆ representation()

std::string WindLabAPI::WindLabSimuDataPy::representation ( ) const

◆ setCustomAttributes()

int WindLabAPI::WindLabSimuDataPy::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 WindLabSimuDataPy::GetterSetter
static
Initial value:
= {
{nullptr, nullptr, nullptr, nullptr, nullptr}
}

Attribute structure of WindLabSimuDataPy.

◆ Methods

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

Methods structure of WindLabSimuDataPy.

◆ Type

PyTypeObject WindLabSimuDataPy::Type
static

Type structure of WindLabSimuDataPy.


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