]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h
*** empty log message ***
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtk2DBaseView.h
index 749401273e0ba6df5239bcc58ce17eb3619d45a1..7516b6c0104e8b839cce0c31ee36a43fc95884a4 100644 (file)
@@ -34,6 +34,11 @@ public:
        virtual void                    TransformCoordinate_spacing_ModelToView(double &X,double &Y, double &Z);
        virtual void                    GetSpacing(double spc[3]);
 
+       void setColorTransferFunction(vtkColorTransferFunction* colortable);
+
+       void setWindowLevel(double level);
+
+       void setColorLevel(double level);
 
 private:
        vtkBaseData                                                     *_vtkbasedata;