29 #ifndef __creaImageIOWxIsimpleDlg_h_INCLUDED__
30 #define __creaImageIOWxIsimpleDlg_h_INCLUDED__
36 #include <itkImageFileReader.h>
37 #include <boost/any.hpp>
45 template <
typename TImage>
46 class __declspec(dllexport) WxISimpleDlg :
public wxDialog
50 WxISimpleDlg( wxWindow *parent,
51 wxString i_title =_T(
""),
52 const std::string i_namedescp =
"localdatabase_Descriptor.dscp",
53 const std::string i_namedb =
"Local Database"
58 void setExts(std::vector<std::string>);
91 void readImg(
const std::string &i_name);
92 void readDicomImg(
const std::vector<std::string> &i_names);
104 #endif //__creaImageIOWxIsimpleDlg_h_INCLUDED__