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(bool usegimmick = true);
00014         ~OpenImageDialog();
00015 
00016         vtkImageData* getImageData();
00017         
00018         std::string getFilename();
00019 protected:
00020 
00021 private:
00022         vtkImageData* img;
00023         std::string _filename;
00024 };
00025 
00026 }
00027 
00028 #endif /*OpenImageDialog_H_*/

Generated on 20 Oct 2010 for creaMaracasVisu_lib by  doxygen 1.6.1