Go to the documentation of this file.00001 #ifndef __creaImageIOGimmickReaderDialog_h_INCLUDED__
00002 #define __creaImageIOGimmickReaderDialog_h_INCLUDED__
00003
00004 #include "creaImageIOSystem.h"
00005 #include <vtkImageData.h>
00006 #include <vector>
00007
00008 extern "C"
00009 {
00010 CREAIMAGEIO_EXPORT vtkImageData* getImageDataDialog();
00011 }
00012
00013 namespace creaImageIO
00014 {
00021 bool CREAIMAGEIO_EXPORT GimmickReaderDialog
00022 (std::vector<vtkImageData*>& images,
00023 const std::string i_namedescp ,
00024 const std::string i_namedb = "Local Database",
00025 const std::string& title = "Select images",
00026 int posx = 0, int posy = 0,
00027 int sizex = 1200, int sizey = 800,
00028 int image_min_type = 2,
00029 int image_max_type = 3,
00030 int image_out_dim = 2,
00031 int nb_threads = 1);
00032
00033 }
00034
00035 #endif