X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaVtk%2FvtkVectorsVisu.h;h=8fe751fb9604416d3c49fd5f04053ef976f69032;hb=ebcdaf2f06d2d7b7afce5573cec42a6c6caaa7a2;hp=55981f0047622307aa14806a641cd9edaaf92e2a;hpb=562222204bce7de0a24fac67cb4e5acc05b20f5d;p=creaVtk.git diff --git a/lib/creaVtk/vtkVectorsVisu.h b/lib/creaVtk/vtkVectorsVisu.h index 55981f0..8fe751f 100644 --- a/lib/creaVtk/vtkVectorsVisu.h +++ b/lib/creaVtk/vtkVectorsVisu.h @@ -30,13 +30,10 @@ #include "vtkVectorsTensorsVisuBase.h" - #include "vtkArrowSource.h" #include "vtkLineSource.h" #include "vtkGlyph3D.h" - - //--------------------------------------------- // Class Name: vtkVectorsVisu // [classdescription] @@ -71,7 +68,7 @@ protected: private: vtkArrowSource *_vtkarrowsource; vtkLineSource *_vtklinesource; - vtkGlyph3D *_vtkglyph; + vtkGlyph3D *_vtkglyph; }; //-end of _vtkVectorsVISU_H_------------------------------------------------------