|
ROPO
|
#include "pyropo_compat.h"#include "Python.h"#include <math.h>#include <stdio.h>#include <string.h>#include "pyropogenerator.h"#include "pyfmiimage.h"#include "pyrave_debug.h"#include "rave_alloc.h"
Go to the source code of this file.
Macros | |
| #define | PYROPOGENERATOR_MODULE |
| #define | raiseException_gotoTag(tag, type, msg) {PyErr_SetString(type, msg); goto tag;} |
| #define | raiseException_returnNULL(type, msg) {PyErr_SetString(type, msg); return NULL;} |
Functions | |
| PYRAVE_DEBUG_MODULE ("_ropogenerator") | |
| MOD_INIT (_ropogenerator) | |
Variables | |
| PyTypeObject | PyRopoGenerator_Type |
| #define PYROPOGENERATOR_MODULE |
to get correct part in pyropogenerator
Definition at line 31 of file pyropogenerator.c.
| #define raiseException_gotoTag | ( | tag, | |
| type, | |||
| msg ) {PyErr_SetString(type, msg); goto tag;} |
Sets a python exception and goto tag
Definition at line 46 of file pyropogenerator.c.
| #define raiseException_returnNULL | ( | type, | |
| msg ) {PyErr_SetString(type, msg); return NULL;} |
Sets python exception and returns NULL
Definition at line 52 of file pyropogenerator.c.
| MOD_INIT | ( | _ropogenerator | ) |
Definition at line 913 of file pyropogenerator.c.
| PYRAVE_DEBUG_MODULE | ( | "_ropogenerator" | ) |
Debug this module
| PyTypeObject PyRopoGenerator_Type |