struct with static members used as a namespace replacement. More...
#include <vidl_gui_param_dialog.h>
Static Public Member Functions | |
static vidl_image_list_istream * | image_list_istream () |
Use vgui dialogs to open an image list istream. | |
static vidl_image_list_ostream * | image_list_ostream () |
Use vgui dialogs to open an image list ostream. | |
static vidl_ffmpeg_istream * | ffmpeg_istream () |
Use vgui dialogs to open a FFMPEG istream. | |
static vidl_ffmpeg_ostream * | ffmpeg_ostream () |
Use vgui dialogs to open a FFMPEG ostream. | |
static vidl_dc1394_istream * | dc1394_istream () |
Use vgui dialogs to open a dc1394 istream. | |
static vidl_v4l2_istream * | v4l2_istream () |
Use vgui dialogs to open a v4l2 istream. | |
static bool | update_iidc1394_params (vcl_vector< vidl_iidc1394_params::feature_options > &features) |
Use a vgui dialog to update iidc1394 camera parameters. |
struct with static members used as a namespace replacement.
Change to a namespace when they are allowed in VXL
Definition at line 44 of file vidl_gui_param_dialog.h.
vidl_dc1394_istream * vidl_gui_param_dialog::dc1394_istream | ( | ) | [static] |
Use vgui dialogs to open a dc1394 istream.
Definition at line 340 of file vidl_gui_param_dialog.cxx.
vidl_ffmpeg_istream * vidl_gui_param_dialog::ffmpeg_istream | ( | ) | [static] |
Use vgui dialogs to open a FFMPEG istream.
Definition at line 188 of file vidl_gui_param_dialog.cxx.
vidl_ffmpeg_ostream * vidl_gui_param_dialog::ffmpeg_ostream | ( | ) | [static] |
Use vgui dialogs to open a FFMPEG ostream.
Definition at line 216 of file vidl_gui_param_dialog.cxx.
vidl_image_list_istream * vidl_gui_param_dialog::image_list_istream | ( | ) | [static] |
Use vgui dialogs to open an image list istream.
Definition at line 119 of file vidl_gui_param_dialog.cxx.
vidl_image_list_ostream * vidl_gui_param_dialog::image_list_ostream | ( | ) | [static] |
Use vgui dialogs to open an image list ostream.
Definition at line 143 of file vidl_gui_param_dialog.cxx.
bool vidl_gui_param_dialog::update_iidc1394_params | ( | vcl_vector< vidl_iidc1394_params::feature_options > & | features | ) | [static] |
Use a vgui dialog to update iidc1394 camera parameters.
Definition at line 489 of file vidl_gui_param_dialog.cxx.
vidl_v4l2_istream * vidl_gui_param_dialog::v4l2_istream | ( | ) | [static] |
Use vgui dialogs to open a v4l2 istream.
Definition at line 264 of file vidl_gui_param_dialog.cxx.