The python export class for WindLabFeatureLocationDistribution. More...
#include <WindLabFeatureLocationDistributionPy.h>
Public Types | |
| typedef WindLabFeatureLocationDistribution * | 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 |
| 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. | |
| WindLabFeatureLocationDistribution * | getWindLabFeatureLocationDistributionPtr () 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 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 () | |
The python export class for WindLabFeatureLocationDistribution.
|
protected |
| WindLabFeatureLocationDistributionPy::WindLabFeatureLocationDistributionPy | ( | WindLabFeatureLocationDistribution * | pcObject, |
| PyTypeObject * | T = &Type ) |
| PyObject * WindLabAPI::WindLabFeatureLocationDistributionPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
|
virtual |
Reimplemented from WindLabAPI::WindLabFeaturePy.
Reimplemented in WindLabAPI::IrpsWLLocationDistributionPy.
| WindLabFeatureLocationDistribution * WindLabFeatureLocationDistributionPy::getWindLabFeatureLocationDistributionPtr | ( | ) | const |
getter for the object handled by this class
|
virtual |
Reimplemented from WindLabAPI::WindLabFeaturePy.
Reimplemented in WindLabAPI::IrpsWLLocationDistributionPy.
|
static |
| std::string WindLabAPI::WindLabFeatureLocationDistributionPy::representation | ( | ) | const |
| int WindLabAPI::WindLabFeatureLocationDistributionPy::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 WindLabFeatureLocationDistributionPy.
|
static |
Methods structure of WindLabFeatureLocationDistributionPy.
|
static |
Type structure of WindLabFeatureLocationDistributionPy.