X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FInteraction%2FImageSliceStyle.h;h=6d2b11491b92669d3b185d12f673c7c2a0f0ade4;hb=f6e163be0bf2ffeb19239bb31c1df936017cdc8e;hp=9fa34499430c1672c0ab5fde7e904f274b14c829;hpb=b7d57f95cc5a95278d6ca8642e1248f5a30ba7ec;p=cpPlugins.git diff --git a/lib/cpExtensions/Interaction/ImageSliceStyle.h b/lib/cpExtensions/Interaction/ImageSliceStyle.h index 9fa3449..6d2b114 100644 --- a/lib/cpExtensions/Interaction/ImageSliceStyle.h +++ b/lib/cpExtensions/Interaction/ImageSliceStyle.h @@ -15,6 +15,7 @@ namespace cpExtensions namespace Visualization { class CursorActors; + class LUTImageActor; class WindowLevelImageActor; } namespace Interaction @@ -27,6 +28,7 @@ namespace cpExtensions public: typedef ImageSliceStyle Self; typedef cpExtensions::Visualization::CursorActors TCursor; + typedef cpExtensions::Visualization::LUTImageActor TLUTActor; typedef cpExtensions::Visualization::WindowLevelImageActor TWLActor; public: @@ -70,6 +72,7 @@ namespace cpExtensions protected: vtkSmartPointer< vtkPropPicker > m_PropPicker; + vtkSmartPointer< TLUTActor > m_LUTActor; vtkSmartPointer< TWLActor > m_WLActor; vtkSmartPointer< TCursor > m_Cursor; vtkSmartPointer< vtkTextActor > m_Text;