|
RAVE
|
Python version of the Compositing Generator Plugin API. More...
#include "pyravecompat.h"#include <limits.h>#include <math.h>#include <stdio.h>#include <string.h>#include "pyrave_debug.h"#include "pycompositegeneratorfactory.h"#include "pyraveproperties.h"#include "rave_alloc.h"#include "pycompositearguments.h"#include "pycartesian.h"Macros | |
| #define | PYCOMPOSITEGENERATORFACTORY_MODULE |
| to get correct part in pycompositegeneratorfactory.h | |
| #define | raiseException_gotoTag(tag, type, msg) |
| Sets a python exception and goto tag. | |
| #define | raiseException_returnNULL(type, msg) |
| Sets a python exception and return NULL. | |
Functions | |
| PYRAVE_DEBUG_MODULE ("_compositegeneratorfactory") | |
| Debug this module. | |
| MOD_INIT (_compositegeneratorfactory) | |
Variables | |
| PyTypeObject | PyCompositeGeneratorFactory_Type |
Python version of the Compositing Generator Plugin API.
| #define PYCOMPOSITEGENERATORFACTORY_MODULE |
to get correct part in pycompositegeneratorfactory.h
| #define raiseException_gotoTag | ( | tag, | |
| type, | |||
| msg ) |
Sets a python exception and goto tag.
| #define raiseException_returnNULL | ( | type, | |
| msg ) |
Sets a python exception and return NULL.
| PYRAVE_DEBUG_MODULE | ( | "_compositegeneratorfactory" | ) |
Debug this module.