|
RAVE
|
Provides functionallity for creating a surrounding bitmap on a composite. More...
Go to the source code of this file.
Typedefs | |
| typedef struct _BitmapGenerator_t | BitmapGenerator_t |
| Defines an object for creating bitmaps. | |
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.
| typedef struct _BitmapGenerator_t BitmapGenerator_t |
Defines an object for creating bitmaps.
| 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
|
extern |
Type definition to use when creating a rave object.