X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkImageViewer2_XYZ.h;h=472ac9b830743b8bcb097a140b02f96d718c8c01;hb=37319ea6defbf2dc5ddce23e0b65c2247543ae33;hp=ebac223770d4654df472581b9e44facc9e6944df;hpb=a4ee3758aa0477f677fb981e2c4d6e29995e8db8;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkImageViewer2_XYZ.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkImageViewer2_XYZ.h index ebac223..472ac9b 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkImageViewer2_XYZ.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkImageViewer2_XYZ.h @@ -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;