|
RAVE
|
Python version of the PolarNavigationInfo. More...
#include "rave_types.h"Go to the source code of this file.
Classes | |
| struct | PyPolarNavigationInfo |
| A cartesian product. More... | |
Macros | |
| #define | PyPolarNavigationInfo_Type_NUM 0 |
| index of type | |
| #define | PyPolarNavigationInfo_GetNative_NUM 1 |
| index of GetNative | |
| #define | PyPolarNavigationInfo_GetNative_RETURN PolarNavigationInfo |
| return type for GetNative | |
| #define | PyPolarNavigationInfo_GetNative_PROTO (PyPolarNavigationInfo*) |
| arguments for GetNative | |
| #define | PyPolarNavigationInfo_New_NUM 2 |
| index of New | |
| #define | PyPolarNavigationInfo_New_RETURN PyPolarNavigationInfo* |
| return type for New | |
| #define | PyPolarNavigationInfo_New_PROTO (PolarNavigationInfo) |
| arguments for New | |
| #define | PyPolarNavigationInfo_API_pointers 3 |
| number of API pointers | |
| #define | PyPolarNavigationInfo_CAPSULE_NAME "_pypolarnavinfo._C_API" |
| #define | PyPolarNavigationInfo_GetNative (*(PyPolarNavigationInfo_GetNative_RETURN (*)PyPolarNavigationInfo_GetNative_PROTO) PyPolarNavigationInfo_API[PyPolarNavigationInfo_GetNative_NUM]) |
| Returns a pointer to the internal area, remember to release the reference when done with the object. | |
| #define | PyPolarNavigationInfo_New (*(PyPolarNavigationInfo_New_RETURN (*)PyPolarNavigationInfo_New_PROTO) PyPolarNavigationInfo_API[PyPolarNavigationInfo_New_NUM]) |
| Creates a new polar scan instance. | |
| #define | PyPolarNavigationInfo_Check(op) |
| Checks if the object is a python area. | |
| #define | PyPolarNavigationInfo_Type (*(PyTypeObject*)PyPolarNavigationInfo_API[PyPolarNavigationInfo_Type_NUM]) |
| #define | import_pypolarnavinfo() |
| Imports the PyArea module (like import _pypolarnavinfo in python). | |
Python version of the PolarNavigationInfo.
| #define import_pypolarnavinfo | ( | ) |
Imports the PyArea module (like import _pypolarnavinfo in python).
| #define PyPolarNavigationInfo_API_pointers 3 |
number of API pointers
| #define PyPolarNavigationInfo_Check | ( | op | ) |
Checks if the object is a python area.
| #define PyPolarNavigationInfo_GetNative (*(PyPolarNavigationInfo_GetNative_RETURN (*)PyPolarNavigationInfo_GetNative_PROTO) PyPolarNavigationInfo_API[PyPolarNavigationInfo_GetNative_NUM]) |
Returns a pointer to the internal area, remember to release the reference when done with the object.
(RAVE_OBJECT_RELEASE).
| #define PyPolarNavigationInfo_GetNative_NUM 1 |
index of GetNative
| #define PyPolarNavigationInfo_GetNative_PROTO (PyPolarNavigationInfo*) |
arguments for GetNative
| #define PyPolarNavigationInfo_GetNative_RETURN PolarNavigationInfo |
return type for GetNative
| #define PyPolarNavigationInfo_New (*(PyPolarNavigationInfo_New_RETURN (*)PyPolarNavigationInfo_New_PROTO) PyPolarNavigationInfo_API[PyPolarNavigationInfo_New_NUM]) |
Creates a new polar scan instance.
Release this object with Py_DECREF. If a Area_t area is provided and this area already is bound to a python instance, this instance will be increfed and returned.
| [in] | navinfo | - the PolarNavigationInfo intance. |
| #define PyPolarNavigationInfo_New_NUM 2 |
index of New
| #define PyPolarNavigationInfo_New_PROTO (PolarNavigationInfo) |
arguments for New
| #define PyPolarNavigationInfo_New_RETURN PyPolarNavigationInfo* |
return type for New
| #define PyPolarNavigationInfo_Type_NUM 0 |
index of type