]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkImageViewer2_XYZ.h
Tout le travail de documentation de la librairie creaMaracasVisu.Ils étaient ajouté...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkImageViewer2_XYZ.h
index ebac223770d4654df472581b9e44facc9e6944df..24cb363903fdf6a5e4aea8598902e1f26fae09fb 100644 (file)
@@ -7,6 +7,8 @@
 //------------------------------------------------------------------
 #include "marTypes.h"
 #include "vtkImageViewer2.h"
+#include "vtkImageMapToWindowLevelColors.h"
+#include "vtkColorTransferFunction.h"
 
 class  creaMaracasVisu_EXPORT vtkImageViewer2_XYZ{
 public:
@@ -22,9 +24,12 @@ public:
        int                             GetZSlice();
        vtkImageViewer2 *GetVtkImageViewer2();
 
+       void setColorTransferFunction(vtkColorTransferFunction* colortable);
+
 private:
        int     _x1,_x2,_y1,_y2,_z1,_z2;
        vtkImageViewer2 *_vtkimageviewer2;
+       vtkColorTransferFunction* _colortable;
 protected:     
 };