Functions
core/vidl/gui/vidl_gui_param_dialog.cxx File Reference
#include "vidl_gui_param_dialog.h"
#include <vcl_iostream.h>
#include <vcl_sstream.h>
#include <vil/vil_file_format.h>
#include <vgui/vgui_error_dialog.h>
#include <vgui/vgui_dialog.h>
#include <vidl/vidl_config.h>
#include <vidl/vidl_image_list_istream.h>
#include <vidl/vidl_image_list_ostream.h>

Go to the source code of this file.

Functions

vidl_istreamvidl_gui_open_istream_dialog ()
 Use vgui dialogs to prompt the user for parameters and open an istream.
vidl_ostreamvidl_gui_open_ostream_dialog ()
 Use vgui dialogs to prompt the user for parameters and open an ostream.

Detailed Description

Author:
Matt Leotta

Definition in file vidl_gui_param_dialog.cxx.


Function Documentation

vidl_istream* vidl_gui_open_istream_dialog ( )

Use vgui dialogs to prompt the user for parameters and open an istream.

Allows the user to select any of the supported istreams

Definition at line 34 of file vidl_gui_param_dialog.cxx.

vidl_ostream* vidl_gui_open_ostream_dialog ( )

Use vgui dialogs to prompt the user for parameters and open an ostream.

Allows the user to select any of the supported ostreams

Definition at line 83 of file vidl_gui_param_dialog.cxx.