]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkImageViewer2_XYZ.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkImageViewer2_XYZ.h
1 #ifndef VTKIMAGEVIEWER2_XYZ_H_
2 #define VTKIMAGEVIEWER2_XYZ_H_
3
4
5 //------------------------------------------------------------------
6 //------------------------------------------------------------------
7 //------------------------------------------------------------------
8 #include "marTypes.h"
9 #include "vtkImageViewer2.h"
10
11 class  creaMaracasVisu_EXPORT vtkImageViewer2_XYZ{
12 public:
13         vtkImageViewer2_XYZ();
14         ~vtkImageViewer2_XYZ();
15
16         void                    SetExtentDimension(int x1,int x2, int y1,int y2, int z1,int z2);
17         void                    SetXSlice(int slice);
18         void                    SetYSlice(int slice);
19         void                    SetZSlice(int slice);
20         int                             GetXSlice();
21         int                             GetYSlice();
22         int                             GetZSlice();
23         vtkImageViewer2 *GetVtkImageViewer2();
24
25 private:
26         int     _x1,_x2,_y1,_y2,_z1,_z2;
27         vtkImageViewer2 *_vtkimageviewer2;
28 protected:      
29 };
30
31
32 #endif /*VTKIMAGEVIEWER2_XYZ_H_*/