|
BEAM BLOCKAGE
|
Python version of the beam blockage map. More...
#include "beamblockagemap.h"Go to the source code of this file.
Classes | |
| struct | PyBeamBlockageMap |
| The beam blockage. More... | |
Macros | |
| #define | PyBeamBlockageMap_Type_NUM 0 |
| index of type | |
| #define | PyBeamBlockageMap_GetNative_NUM 1 |
| index of GetNative | |
| #define | PyBeamBlockageMap_GetNative_RETURN BeamBlockageMap_t* |
| return type for GetNative | |
| #define | PyBeamBlockageMap_GetNative_PROTO (PyBeamBlockageMap*) |
| arguments for GetNative | |
| #define | PyBeamBlockageMap_New_NUM 2 |
| index of New | |
| #define | PyBeamBlockageMap_New_RETURN PyBeamBlockageMap* |
| return type for New | |
| #define | PyBeamBlockageMap_New_PROTO (BeamBlockageMap_t*) |
| arguments for New | |
| #define | PyBeamBlockageMap_API_pointers 3 |
| number of type and function pointers | |
| #define | PyBeamBlockageMap_CAPSULE_NAME "_beamblockagemap._C_API" |
| #define | PyBeamBlockageMap_GetNative (*(PyBeamBlockageMap_GetNative_RETURN (*)PyBeamBlockageMap_GetNative_PROTO) PyBeamBlockageMap_API[PyBeamBlockageMap_GetNative_NUM]) |
| Returns a pointer to the internal beam blockage, remember to release the reference when done with the object. | |
| #define | PyBeamBlockageMap_New (*(PyBeamBlockageMap_New_RETURN (*)PyBeamBlockageMap_New_PROTO) PyBeamBlockageMap_API[PyBeamBlockageMap_New_NUM]) |
| Creates a new beam blockage instance. | |
| #define | PyBeamBlockageMap_Check(op) |
| Checks if the object is a python beam blockage instance. | |
| #define | PyBeamBlockageMap_Type (*(PyTypeObject*)PyBeamBlockageMap_API[PyBeamBlockageMap_Type_NUM]) |
| #define | import_beamblockagemap() |
| Imports the PyBeamBlockageMap module (like import _beamblockage in python). | |
Python version of the beam blockage map.
| #define import_beamblockagemap | ( | ) |
Imports the PyBeamBlockageMap module (like import _beamblockage in python).
| #define PyBeamBlockageMap_API_pointers 3 |
number of type and function pointers
| #define PyBeamBlockageMap_Check | ( | op | ) |
Checks if the object is a python beam blockage instance.
| #define PyBeamBlockageMap_GetNative (*(PyBeamBlockageMap_GetNative_RETURN (*)PyBeamBlockageMap_GetNative_PROTO) PyBeamBlockageMap_API[PyBeamBlockageMap_GetNative_NUM]) |
Returns a pointer to the internal beam blockage, remember to release the reference when done with the object.
(RAVE_OBJECT_RELEASE).
| #define PyBeamBlockageMap_GetNative_NUM 1 |
index of GetNative
| #define PyBeamBlockageMap_GetNative_PROTO (PyBeamBlockageMap*) |
arguments for GetNative
| #define PyBeamBlockageMap_GetNative_RETURN BeamBlockageMap_t* |
return type for GetNative
| #define PyBeamBlockageMap_New (*(PyBeamBlockageMap_New_RETURN (*)PyBeamBlockageMap_New_PROTO) PyBeamBlockageMap_API[PyBeamBlockageMap_New_NUM]) |
Creates a new beam blockage instance.
Release this object with Py_DECREF. If a BeamBlockage_t instance is provided and this instance already is bound to a python instance, this instance will be increfed and returned.
| [in] | beamb | - the BeamBlockage_t instance. |
| #define PyBeamBlockageMap_New_NUM 2 |
index of New
| #define PyBeamBlockageMap_New_PROTO (BeamBlockageMap_t*) |
arguments for New
| #define PyBeamBlockageMap_New_RETURN PyBeamBlockageMap* |
return type for New
| #define PyBeamBlockageMap_Type_NUM 0 |
index of type