RAVE
|
Python version of the PolarScanParam API. More...
#include "polarscanparam.h"
Go to the source code of this file.
Classes | |
struct | PyPolarScanParam |
A polar scan param. More... | |
Macros | |
#define | PyPolarScanParam_Type_NUM 0 |
index of the type | |
#define | PyPolarScanParam_GetNative_NUM 1 |
index of GetNative | |
#define | PyPolarScanParam_GetNative_RETURN PolarScanParam_t* |
return type for GetNative | |
#define | PyPolarScanParam_GetNative_PROTO (PyPolarScanParam*) |
arguments for GetNative | |
#define | PyPolarScanParam_New_NUM 2 |
index of New | |
#define | PyPolarScanParam_New_RETURN PyPolarScanParam* |
return type for New | |
#define | PyPolarScanParam_New_PROTO (PolarScanParam_t*) |
arguments for New | |
#define | PyPolarScanParam_API_pointers 3 |
number of pointers | |
#define | PyPolarScanParam_CAPSULE_NAME "_polarscanparam._C_API" |
#define | PyPolarScanParam_GetNative (*(PyPolarScanParam_GetNative_RETURN (*)PyPolarScanParam_GetNative_PROTO) PyPolarScanParam_API[PyPolarScanParam_GetNative_NUM]) |
Returns a pointer to the internal polar scan param, remember to release the reference when done with the object. | |
#define | PyPolarScanParam_New (*(PyPolarScanParam_New_RETURN (*)PyPolarScanParam_New_PROTO) PyPolarScanParam_API[PyPolarScanParam_New_NUM]) |
Creates a new polar scan param instance. | |
#define | PyPolarScanParam_Check(op) |
Checks if the object is a python polar scan param. | |
#define | PyPolarScanParam_Type (*(PyTypeObject*)PyPolarScanParam_API[PyPolarScanParam_Type_NUM]) |
#define | import_pypolarscanparam() |
Imports the PyPolarScanParam module (like import _polarscanparam in python). | |
Python version of the PolarScanParam API.
#define import_pypolarscanparam | ( | ) |
Imports the PyPolarScanParam module (like import _polarscanparam in python).
#define PyPolarScanParam_API_pointers 3 |
number of pointers
#define PyPolarScanParam_Check | ( | op | ) |
Checks if the object is a python polar scan param.
#define PyPolarScanParam_GetNative (*(PyPolarScanParam_GetNative_RETURN (*)PyPolarScanParam_GetNative_PROTO) PyPolarScanParam_API[PyPolarScanParam_GetNative_NUM]) |
Returns a pointer to the internal polar scan param, remember to release the reference when done with the object.
(RAVE_OBJECT_RELEASE).
#define PyPolarScanParam_GetNative_NUM 1 |
index of GetNative
#define PyPolarScanParam_GetNative_PROTO (PyPolarScanParam*) |
arguments for GetNative
#define PyPolarScanParam_GetNative_RETURN PolarScanParam_t* |
return type for GetNative
#define PyPolarScanParam_New (*(PyPolarScanParam_New_RETURN (*)PyPolarScanParam_New_PROTO) PyPolarScanParam_API[PyPolarScanParam_New_NUM]) |
Creates a new polar scan param instance.
Release this object with Py_DECREF. If a PolarScanParam_t scan is provided and this scan param already is bound to a python instance, this instance will be increfed and returned.
[in] | scan | - the PolarScanParam_t intance. |
#define PyPolarScanParam_New_NUM 2 |
index of New
#define PyPolarScanParam_New_PROTO (PolarScanParam_t*) |
arguments for New
#define PyPolarScanParam_New_RETURN PyPolarScanParam* |
return type for New
#define PyPolarScanParam_Type_NUM 0 |
index of the type