Loading...
Searching...
No Matches

The python export class for WindLabFeatureLocationDistribution. More...

#include <WindLabFeatureLocationDistributionPy.h>

Public Types

typedef WindLabFeatureLocationDistributionPointerType
 
- 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
 
 WindLabFeatureLocationDistributionPy (WindLabFeatureLocationDistribution *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.
 
WindLabFeatureLocationDistributiongetWindLabFeatureLocationDistributionPtr () 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 WindLabFeatureLocationDistributionPy.
 
static PyMethodDef Methods []
 Methods structure of WindLabFeatureLocationDistributionPy.
 
static PyTypeObject Type
 Type structure of WindLabFeatureLocationDistributionPy.
 
- 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

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

Detailed Description

The python export class for WindLabFeatureLocationDistribution.

Member Typedef Documentation

◆ PointerType

Constructor & Destructor Documentation

◆ ~WindLabFeatureLocationDistributionPy()

WindLabFeatureLocationDistributionPy::~WindLabFeatureLocationDistributionPy ( )
protected

◆ WindLabFeatureLocationDistributionPy()

WindLabFeatureLocationDistributionPy::WindLabFeatureLocationDistributionPy ( WindLabFeatureLocationDistribution * pcObject,
PyTypeObject * T = &Type )

Member Function Documentation

◆ getCustomAttributes()

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

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

◆ GetType()

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

◆ getWindLabFeatureLocationDistributionPtr()

WindLabFeatureLocationDistribution * WindLabFeatureLocationDistributionPy::getWindLabFeatureLocationDistributionPtr ( ) const

getter for the object handled by this class

◆ PyInit()

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

◆ PyMake()

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

◆ representation()

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

◆ setCustomAttributes()

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

Attribute structure of WindLabFeatureLocationDistributionPy.

◆ Methods

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

Methods structure of WindLabFeatureLocationDistributionPy.

◆ Type

PyTypeObject WindLabFeatureLocationDistributionPy::Type
static

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