X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaVtk%2FvtkVectorsVisu.h;h=c9a34b099540943a9e4d3bc527e8b280eb4241f5;hb=8b897e95b16fec9d4da9e687b750101f6f16e173;hp=45f922432d959a9e1c23fe87d271c87873233b2a;hpb=0fe587457cf4d6eda506990f92a35796ad6ef7cc;p=creaVtk.git diff --git a/lib/creaVtk/vtkVectorsVisu.h b/lib/creaVtk/vtkVectorsVisu.h index 45f9224..c9a34b0 100644 --- a/lib/creaVtk/vtkVectorsVisu.h +++ b/lib/creaVtk/vtkVectorsVisu.h @@ -30,12 +30,13 @@ #include "vtkVectorsTensorsVisuBase.h" - #include "vtkArrowSource.h" #include "vtkLineSource.h" -#include "vtkGlyph3D.h" +#include "vtkGlyph3D.h" +#include "vtkGlyph2D.h" +#include //--------------------------------------------- // Class Name: vtkVectorsVisu @@ -54,7 +55,6 @@ public : virtual void Process(); - //--Method template---------------------------- // void FunctionName(int& parameterA); @@ -70,8 +70,9 @@ protected: //--------------------------------------------- private: vtkArrowSource *_vtkarrowsource; - vtkLineSource *_vtklinesource; - vtkGlyph3D *_vtkglyph; + vtkPolyData *_vtklineGlyphPolyData; + vtkGlyph3D *_vtkglyph; + vtkTransform *_trans; }; //-end of _vtkVectorsVISU_H_------------------------------------------------------