]> Creatis software - creaMaracasVisu.git/blobdiff - lib/Kernel/VTKObjects/ViewerWidgets/imageplanewidget.h
changes to volume rendering base
[creaMaracasVisu.git] / lib / Kernel / VTKObjects / ViewerWidgets / imageplanewidget.h
index 59647ef7253a3866a58c472f2ba2db200084e4d2..1dae6bd4ebf825f3707b5aabf73f86fe873243f8 100644 (file)
@@ -6,6 +6,7 @@
 #include "vtkRendererCollection.h"
 #include "vtkImagePlaneWidget.h"
 #include "vtkImageData.h"
+#include "vtkColorTransferFunction.h"
 
 class ImagePlaneWidget
 {
@@ -16,6 +17,8 @@ public:
 
     virtual void SetLookupTable(vtkLookupTable *lookuptable);
 
+    virtual void SetColorTable(vtkColorTransferFunction *lookuptable);
+
     virtual void showPlanes(bool show);
 
     void initialize(vtkRenderWindowInteractor* interactor);