]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Interaction/ImageSliceStyle.h
...
[cpPlugins.git] / lib / cpExtensions / Interaction / ImageSliceStyle.h
index 9fa34499430c1672c0ab5fde7e904f274b14c829..6d2b11491b92669d3b185d12f673c7c2a0f0ade4 100644 (file)
@@ -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;