BEAM BLOCKAGE
|
Python API to the beam blockage map functions. More...
#include "pybeamb_compat.h"
#include "Python.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "pybeamblockagemap.h"
#include "pypolarscan.h"
#include "pyrave_debug.h"
#include "rave_alloc.h"
#include "pybbtopography.h"
Macros | |
#define | PYBEAMBLOCKAGEMAP_MODULE |
to get correct part in pybeamblockagemap | |
#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 ("_beamblockagemap") | |
Debug this module. | |
MOD_INIT (_beamblockagemap) | |
Variables | |
PyTypeObject | PyBeamBlockageMap_Type |
Python API to the beam blockage map functions.
#define PYBEAMBLOCKAGEMAP_MODULE |
to get correct part in pybeamblockagemap
#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 | ( | "_beamblockagemap" | ) |
Debug this module.