]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkVectorsTensorsVisuBase.h
#3110 creaVtk Bug New Normal - branch vtk7itk4 compilation with vtk7
[creaVtk.git] / lib / creaVtk / vtkVectorsTensorsVisuBase.h
index c1e7b7531bd000fb71f9d63ba98feaec7264fe90..1c9ba9ea13d2fd4578afb83fbbb966fb9ed6729f 100644 (file)
@@ -140,7 +140,7 @@ protected:
 //Methods and attributes only visible by this class
 //---------------------------------------------
 private:
-   bool                                                                                        _actorAdded;
+   bool                                                                                _actorAdded;
 
    double                                                                              _scalefactor;
    double                                                                              _opacity;
@@ -150,13 +150,13 @@ private:
 
 
 protected:
-   bool                                                                                        _firsttime;
+   bool                                                                                _firsttime;
    bool                                                                                        _active;
 
-   vtkSmartPointer<vtkPolyDataMapper>  _pdm;
-   vtkSmartPointer<vtkActor>           _actor;
-   vtkLookupTableDirectionVector                       *_LutEED;
-       int                                                                                     _colorlaw;
+   vtkSmartPointer<vtkPolyDataMapper>                  _pdm;
+   vtkSmartPointer<vtkActor>                                   _actor;
+   vtkLookupTableDirectionVector                               *_LutEED;
+       int                                                                             _colorlaw;
        double                                                                          _colorR,_colorG,_colorB;
 
 };