]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkVectorsVisu.h
#3470 merge vtk8itk5wx3-mingw64
[creaVtk.git] / lib / creaVtk / vtkVectorsVisu.h
index 55981f0047622307aa14806a641cd9edaaf92e2a..8fe751fb9604416d3c49fd5f04053ef976f69032 100644 (file)
 
 #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_------------------------------------------------------