GisPluginRadar

GisPluginRadar

Synopsis

                    colormap_t;
                    GisPluginRadar;
GisPluginRadar *    gis_plugin_radar_new                (GisWorld *world,
                                                         GisView *view,
                                                         GisOpenGL *opengl,
                                                         GisPrefs *prefs);

Object Hierarchy

  GObject
   +----GisPluginRadar

Implemented Interfaces

GisPluginRadar implements GisPlugin.

Description

Details

colormap_t

typedef struct {
	char *name;
	guint8 data[256][4];
} colormap_t;


GisPluginRadar

typedef struct _GisPluginRadar GisPluginRadar;


gis_plugin_radar_new ()

GisPluginRadar *    gis_plugin_radar_new                (GisWorld *world,
                                                         GisView *view,
                                                         GisOpenGL *opengl,
                                                         GisPrefs *prefs);

world :

view :

opengl :

prefs :

Returns :