/* $Id: sounding.h,v 1.1 1997/01/27 20:45:44 johan Exp johan $ */

/* Vis5D version 4.3 */

/*
Vis5D system for visualizing five dimensional gridded data sets
Copyright (C) 1990 - 1997 Bill Hibbard, Brian Paul, Dave Santek,
and Andre Battaiola.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 1, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/



#ifndef SOUNDING_H
#define SOUNDING_H


#include "globals.h"

extern int reload_sounding_data( Context ctx );

extern int draw_sounding( Context ctx, int time);

extern int  make_soundGFX_window( Context ctx, char *title, int xpos, int ypos,
                           int width, int height, Window ctrlwindow, char *wdpy_name);

extern void do_pixmap_art( Context ctx );

extern void resize_snd_window( Context ctx, int width, int height,
                               int x, int y);

#endif
