OpenImageDialog.h
Go to the documentation of this file.00001 #ifndef OpenImageDialog_H_
00002 #define OpenImageDialog_H_
00003
00004 #include "marTypes.h"
00005 #include "vtkImageData.h"
00006 #include "vtkMetaImageReader.h"
00007 #include "wx/wx.h"
00008
00009 namespace creaMaracasVisuKernel{
00010
00011 class creaMaracasVisu_EXPORT OpenImageDialog {
00012 public:
00013 OpenImageDialog();
00014 ~OpenImageDialog();
00015
00016 vtkImageData* getImageData();
00017 protected:
00018
00019 private:
00020 vtkImageData* img;
00021 };
00022
00023 }
00024
00025 #endif