25#ifndef BITMAP_GENERATOR_H
26#define BITMAP_GENERATOR_H
RaveCoreObjectType BitmapGenerator_TYPE
Type definition to use when creating a rave object.
Definition bitmap_generator.c:201
RaveField_t * BitmapGenerator_create_surrounding(BitmapGenerator_t *self, CartesianParam_t *param)
Creates a bitmask that surrounds all radars.
Definition bitmap_generator.c:71
RaveField_t * BitmapGenerator_create_intersect(BitmapGenerator_t *self, CartesianParam_t *param, const char *qualityFieldName)
Creates a bitmask that shows the intersection between the radars.
Definition bitmap_generator.c:133
Defines the functions available when working with cartesian products.
Defines the functions available when working with a cartesian field.
Generic field that only provides a 2-dim data field and a number of dynamic attributes.
Generic implementation of an object that is used within rave.
Represents the functionality for creating bitmaps.
Definition bitmap_generator.c:34
Represents the cartesian field product.
Definition cartesianparam.c:40
Represents the cartesian volume.
Definition rave_field.c:36
The rave object type definition.
Definition rave_object.h:52