creaImageIOGimmickReaderDialog.h

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 
00009 namespace creaImageIO
00010 {
00017   bool CREAIMAGEIO_EXPORT GimmickReaderDialog
00018   (std::vector<vtkImageData*>& images,
00019    const std::string& title = "Select images",
00020    int posx = 0, int posy = 0,
00021    int sizex = 1200, int sizey = 800,
00022    int image_min_type = 2,
00023    int image_max_type = 3,
00024    int image_out_dim = 2,
00025    int nb_threads = 1);
00026   
00027 }
00028 
00029 #endif

Generated on Mon Jun 22 10:49:30 2009 for CreaImageIO by  doxygen 1.5.3