]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkVectorsTensorsVisuBase.h
#3517 Adjustments Undo - Redo for deformation
[creaVtk.git] / lib / creaVtk / vtkVectorsTensorsVisuBase.h
index f229542a7283f9341c04c438f496cc1063ef8d8e..7d08c22f024b4dd5eb3f0b6a4e4ddfb091ba50e8 100644 (file)
@@ -97,6 +97,7 @@ public :
    void                                        SetColorLaw(int);
    void                                        SetColor(std::vector<double>);
    void                                SetOrientation(int orientation);
+   void                                        SetExternalLut(vtkScalarsToColors* lut);
 
    bool                                GetActive();
    vtkDataObject*              GetDataObject();
@@ -136,6 +137,8 @@ protected:
        vtkSmartPointer<vtkPolyDataMapper>                      _pdm;
        vtkSmartPointer<vtkActor>                       _actor;
        vtkLookupTableDirectionVector                           *_LutEED;
+       vtkScalarsToColors                                                      *_externalLut;  // lookuptable
+
        int                                                                             _colorlaw;
        double                                                                          _colorR,_colorG,_colorB;
 };