RAVE
|
Provides functionallity for creating a surrounding bitmap on a composite. More...
#include <bitmap_generator.h>
#include "rave_debug.h"
#include "rave_alloc.h"
#include "raveutil.h"
#include <string.h>
Classes | |
struct | _BitmapGenerator_t |
Represents the functionality for creating bitmaps. More... | |
Functions | |
RaveField_t * | BitmapGenerator_create_surrounding (BitmapGenerator_t *self, CartesianParam_t *param) |
Creates a bitmask that surrounds all radars. | |
RaveField_t * | BitmapGenerator_create_intersect (BitmapGenerator_t *self, CartesianParam_t *param, const char *qualityFieldName) |
Creates a bitmask that shows the intersection between the radars. | |
Variables | |
RaveCoreObjectType | BitmapGenerator_TYPE |
Type definition to use when creating a rave object. | |
Provides functionallity for creating a surrounding bitmap on a composite.
RaveField_t * BitmapGenerator_create_intersect | ( | BitmapGenerator_t * | self, |
CartesianParam_t * | param, | ||
const char * | qualityFieldName ) |
Creates a bitmask that shows the intersection between the radars.
[in] | self | - self |
[in] | param | - the cartesian parameter |
[in] | qualityFieldName | - the name of the quality field in the parameter that consists of the radar index |
First we work from left to right
And then from up and downwards
RaveField_t * BitmapGenerator_create_surrounding | ( | BitmapGenerator_t * | self, |
CartesianParam_t * | param ) |
Creates a bitmask that surrounds all radars.
[in] | self | - self |
[in] | param | - the cartesian parameter |
First we work from left to right
And then up to down
RaveCoreObjectType BitmapGenerator_TYPE |
Type definition to use when creating a rave object.