#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_istream * | vidl_gui_open_istream_dialog () |
Use vgui dialogs to prompt the user for parameters and open an istream. | |
vidl_ostream * | vidl_gui_open_ostream_dialog () |
Use vgui dialogs to prompt the user for parameters and open an ostream. |
Definition in file vidl_gui_param_dialog.cxx.
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.