]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkImageViewer2_XYZ.h
ViewerNV 2D with color Transfer Function
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkImageViewer2_XYZ.h
index ebac223770d4654df472581b9e44facc9e6944df..472ac9b830743b8bcb097a140b02f96d718c8c01 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,6 +24,8 @@ public:
        int                             GetZSlice();
        vtkImageViewer2 *GetVtkImageViewer2();
 
+       void setColorTransferFunction(vtkColorTransferFunction* colortable);
+
 private:
        int     _x1,_x2,_y1,_y2,_z1,_z2;
        vtkImageViewer2 *_vtkimageviewer2;