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