]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkVectorsVisu.h
#3470 merge vtk8itk5wx3-mingw64
[creaVtk.git] / lib / creaVtk / vtkVectorsVisu.h
index 56b41c4821b9913096016ce49927e76a1122864b..8fe751fb9604416d3c49fd5f04053ef976f69032 100644 (file)
 
 #include "vtkVectorsTensorsVisuBase.h"
 
-
 #include "vtkArrowSource.h"
+#include "vtkLineSource.h"
 #include "vtkGlyph3D.h"
 
-
-
 //---------------------------------------------
 // Class Name: vtkVectorsVisu
 // [classdescription]
@@ -69,6 +67,7 @@ protected:
 //---------------------------------------------
 private:
        vtkArrowSource  *_vtkarrowsource;
+       vtkLineSource   *_vtklinesource;
        vtkGlyph3D      *_vtkglyph;
 };