RAVE
pypoocompositealgorithm.c File Reference

Python version of the POO Compositing Algorithm API. More...

#include "pyravecompat.h"
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "pyrave_debug.h"
#include "pycompositealgorithm.h"
#include "rave_alloc.h"
#include "poo_composite_algorithm.h"

Macros

#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 ("_poocompositealgorithm")
 This modules name.
 
 MOD_INIT (_poocompositealgorithm)
 

Detailed Description

Python version of the POO Compositing Algorithm API.

Author
Anders Henja (Swedish Meteorological and Hydrological Institute, SMHI)
Date
2011-10-28

Macro Definition Documentation

◆ raiseException_gotoTag

#define raiseException_gotoTag ( tag,
type,
msg )
Value:
{PyErr_SetString(type, msg); goto tag;}

Sets a python exception and goto tag.

◆ raiseException_returnNULL

#define raiseException_returnNULL ( type,
msg )
Value:
{PyErr_SetString(type, msg); return NULL;}

Sets a python exception and return NULL.

Function Documentation

◆ PYRAVE_DEBUG_MODULE()

PYRAVE_DEBUG_MODULE ( "_poocompositealgorithm" )

This modules name.