]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkVectorsTensorsVisuBase.h
#3526 Active option in HausdorffDistancePointSetFilter box
[creaVtk.git] / lib / creaVtk / vtkVectorsTensorsVisuBase.h
index 831fc2ccde4b6a719f7da66562bf8ef68b7f2a47..7d08c22f024b4dd5eb3f0b6a4e4ddfb091ba50e8 100644 (file)
@@ -96,6 +96,8 @@ public :
    void                                        SetTypeForm(int);
    void                                        SetColorLaw(int);
    void                                        SetColor(std::vector<double>);
+   void                                SetOrientation(int orientation);
+   void                                        SetExternalLut(vtkScalarsToColors* lut);
 
    bool                                GetActive();
    vtkDataObject*              GetDataObject();
@@ -104,6 +106,7 @@ public :
    double                              GetOpacity();
    vtkProp3D*                  GetProp3D();
    int                                 GetTypeForm();
+   int                                         GetOrientation();
 
    virtual void                Process();
    void                                VisibilityActor();
@@ -126,6 +129,7 @@ private:
        vtkDataObject                                                           *_dataobject;
        vtkRenderer                                                             *_renderer;
        int                                                                                     _typeForm;
+       int                                                                                     _orientation;
 
 protected:
        bool                                                                            _firsttime;
@@ -133,6 +137,8 @@ protected:
        vtkSmartPointer<vtkPolyDataMapper>                      _pdm;
        vtkSmartPointer<vtkActor>                       _actor;
        vtkLookupTableDirectionVector                           *_LutEED;
+       vtkScalarsToColors                                                      *_externalLut;  // lookuptable
+
        int                                                                             _colorlaw;
        double                                                                          _colorR,_colorG,_colorB;
 };