X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaVtk%2FvtkVectorsVisu.h;h=0e2dda4efe67b34a9c90b75fe8d356f0ad593876;hb=b14773c04cfae41766a01441d155225c9fc4668f;hp=56b41c4821b9913096016ce49927e76a1122864b;hpb=41a74698bb0203749248628baa1503144e1f12f7;p=creaVtk.git diff --git a/lib/creaVtk/vtkVectorsVisu.h b/lib/creaVtk/vtkVectorsVisu.h index 56b41c4..0e2dda4 100644 --- a/lib/creaVtk/vtkVectorsVisu.h +++ b/lib/creaVtk/vtkVectorsVisu.h @@ -30,12 +30,10 @@ #include "vtkVectorsTensorsVisuBase.h" - #include "vtkArrowSource.h" +#include "vtkLineSource.h" #include "vtkGlyph3D.h" - - //--------------------------------------------- // Class Name: vtkVectorsVisu // [classdescription] @@ -69,7 +67,8 @@ protected: //--------------------------------------------- private: vtkArrowSource *_vtkarrowsource; - vtkGlyph3D *_vtkglyph; + vtkLineSource *_vtklinesource; + vtkGlyph3D *_vtkglyph; }; //-end of _vtkVectorsVISU_H_------------------------------------------------------