BEAM BLOCKAGE
|
Python API to the beam blockage functions. More...
#include "pybeamb_compat.h"
#include "Python.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "pybeamblockage.h"
#include "pypolarscan.h"
#include "pyravefield.h"
#include "pyrave_debug.h"
#include "rave_alloc.h"
Macros | |
#define | PYBEAMBLOCKAGE_MODULE |
to get correct part in pybeamblockage | |
#define | raiseException_gotoTag(tag, type, msg) |
Sets a python exception and goto tag. | |
#define | raiseException_returnNULL(type, msg) |
Sets python exception and returns NULL. | |
Functions | |
PYRAVE_DEBUG_MODULE ("_beamblockage") | |
Debug this module. | |
MOD_INIT (_beamblockage) | |
Variables | |
PyTypeObject | PyBeamBlockage_Type |
Python API to the beam blockage functions.
#define PYBEAMBLOCKAGE_MODULE |
to get correct part in pybeamblockage
#define raiseException_gotoTag | ( | tag, | |
type, | |||
msg ) |
Sets a python exception and goto tag.
#define raiseException_returnNULL | ( | type, | |
msg ) |
Sets python exception and returns NULL.
PYRAVE_DEBUG_MODULE | ( | "_beamblockage" | ) |
Debug this module.