|
BEAM BLOCKAGE
|
Python version of the beam blockage. More...
#include "beamblockage.h"Go to the source code of this file.
Classes | |
| struct | PyBeamBlockage |
| The beam blockage. More... | |
Macros | |
| #define | PyBeamBlockage_Type_NUM 0 |
| index of type | |
| #define | PyBeamBlockage_GetNative_NUM 1 |
| index of GetNative | |
| #define | PyBeamBlockage_GetNative_RETURN BeamBlockage_t* |
| return type for GetNative | |
| #define | PyBeamBlockage_GetNative_PROTO (PyBeamBlockage*) |
| arguments for GetNative | |
| #define | PyBeamBlockage_New_NUM 2 |
| index of New | |
| #define | PyBeamBlockage_New_RETURN PyBeamBlockage* |
| return type for New | |
| #define | PyBeamBlockage_New_PROTO (BeamBlockage_t*) |
| arguments for New | |
| #define | PyBeamBlockage_API_pointers 3 |
| number of type and function pointers | |
| #define | PyBeamBlockage_CAPSULE_NAME "_beamblockage._C_API" |
| #define | PyBeamBlockage_GetNative (*(PyBeamBlockage_GetNative_RETURN (*)PyBeamBlockage_GetNative_PROTO) PyBeamBlockage_API[PyBeamBlockage_GetNative_NUM]) |
| Returns a pointer to the internal beam blockage, remember to release the reference when done with the object. | |
| #define | PyBeamBlockage_New (*(PyBeamBlockage_New_RETURN (*)PyBeamBlockage_New_PROTO) PyBeamBlockage_API[PyBeamBlockage_New_NUM]) |
| Creates a new beam blockage instance. | |
| #define | PyBeamBlockage_Check(op) |
| Checks if the object is a python beam blockage instance. | |
| #define | PyBeamBlockage_Type (*(PyTypeObject*)PyBeamBlockage_API[PyBeamBlockage_Type_NUM]) |
| #define | import_beamblockage() |
| Imports the PyBeamBlockage module (like import _beamblockage in python). | |
Python version of the beam blockage.
| #define import_beamblockage | ( | ) |
Imports the PyBeamBlockage module (like import _beamblockage in python).
| #define PyBeamBlockage_API_pointers 3 |
number of type and function pointers
| #define PyBeamBlockage_Check | ( | op | ) |
Checks if the object is a python beam blockage instance.
| #define PyBeamBlockage_GetNative (*(PyBeamBlockage_GetNative_RETURN (*)PyBeamBlockage_GetNative_PROTO) PyBeamBlockage_API[PyBeamBlockage_GetNative_NUM]) |
Returns a pointer to the internal beam blockage, remember to release the reference when done with the object.
(RAVE_OBJECT_RELEASE).
| #define PyBeamBlockage_GetNative_NUM 1 |
index of GetNative
| #define PyBeamBlockage_GetNative_PROTO (PyBeamBlockage*) |
arguments for GetNative
| #define PyBeamBlockage_GetNative_RETURN BeamBlockage_t* |
return type for GetNative
| #define PyBeamBlockage_New (*(PyBeamBlockage_New_RETURN (*)PyBeamBlockage_New_PROTO) PyBeamBlockage_API[PyBeamBlockage_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 PyBeamBlockage_New_NUM 2 |
index of New
| #define PyBeamBlockage_New_PROTO (BeamBlockage_t*) |
arguments for New
| #define PyBeamBlockage_New_RETURN PyBeamBlockage* |
return type for New
| #define PyBeamBlockage_Type_NUM 0 |
index of type