X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaVtk%2FvtkVectorsTensorsVisuBase.h;h=1c9ba9ea13d2fd4578afb83fbbb966fb9ed6729f;hb=ae7fdf94ccaa1c21be9e2d1a4775253a6ca08670;hp=c1e7b7531bd000fb71f9d63ba98feaec7264fe90;hpb=3767e9344d361bdc745a52df7af8e320ce311f2c;p=creaVtk.git diff --git a/lib/creaVtk/vtkVectorsTensorsVisuBase.h b/lib/creaVtk/vtkVectorsTensorsVisuBase.h index c1e7b75..1c9ba9e 100644 --- a/lib/creaVtk/vtkVectorsTensorsVisuBase.h +++ b/lib/creaVtk/vtkVectorsTensorsVisuBase.h @@ -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 _pdm; - vtkSmartPointer _actor; - vtkLookupTableDirectionVector *_LutEED; - int _colorlaw; + vtkSmartPointer _pdm; + vtkSmartPointer _actor; + vtkLookupTableDirectionVector *_LutEED; + int _colorlaw; double _colorR,_colorG,_colorB; };