BEAM BLOCKAGE
|
Python version of the beam blockage topography field. More...
#include "pybeamb_compat.h"
#include "Python.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "pybbtopography.h"
#include "pyrave_debug.h"
#include "rave_alloc.h"
#include <arrayobject.h>
#include "raveutil.h"
#include "rave.h"
Macros | |
#define | NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
#define | PYBBTOPOGRAPHY_MODULE |
to get correct part in pybbtopography | |
#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 ("_bbtopography") | |
Debug this module. | |
MOD_INIT (_bbtopography) | |
Variables | |
PyTypeObject | PyBBTopography_Type |
Python version of the beam blockage topography field.
#define PYBBTOPOGRAPHY_MODULE |
to get correct part in pybbtopography
#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 | ( | "_bbtopography" | ) |
Debug this module.