]> Pileus Git - aweather/blobdiff - src/plugins/level2.h
Add iso-surface rendering to level 2 radars
[aweather] / src / plugins / level2.h
index a81042892412fdfd0a977490ac9bd635a6d92bc1..250c19a36a4d1ed20e12b2813eea14ad47cdb085 100644 (file)
@@ -38,6 +38,7 @@ struct _AWeatherLevel2 {
        AWeatherColormap *colormap;
 
        /* Private */
+       GritsVolume      *volume;
        Sweep            *sweep;
        AWeatherColormap *sweep_colors;
        gdouble           sweep_coords[2];
@@ -58,6 +59,8 @@ AWeatherLevel2 *aweather_level2_new_from_file(const gchar *file, const gchar *si
 void aweather_level2_set_sweep(AWeatherLevel2 *level2,
                int type, gfloat elev);
 
+void aweather_level2_set_iso(AWeatherLevel2 *level2, gfloat level);
+
 GtkWidget *aweather_level2_get_config(AWeatherLevel2 *level2);
 
 #endif