X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaVtk%2FvtkVectorsVisu.h;h=c9a34b099540943a9e4d3bc527e8b280eb4241f5;hb=4294e8aea7cf9b5cc13eb7c996f0ca4d1205b72f;hp=8fe751fb9604416d3c49fd5f04053ef976f69032;hpb=d1ff777024c5613e1c10ed20c784bb323c8407a1;p=creaVtk.git diff --git a/lib/creaVtk/vtkVectorsVisu.h b/lib/creaVtk/vtkVectorsVisu.h index 8fe751f..c9a34b0 100644 --- a/lib/creaVtk/vtkVectorsVisu.h +++ b/lib/creaVtk/vtkVectorsVisu.h @@ -32,8 +32,12 @@ #include "vtkArrowSource.h" #include "vtkLineSource.h" + #include "vtkGlyph3D.h" +#include "vtkGlyph2D.h" +#include + //--------------------------------------------- // Class Name: vtkVectorsVisu // [classdescription] @@ -51,7 +55,6 @@ public : virtual void Process(); - //--Method template---------------------------- // void FunctionName(int& parameterA); @@ -67,8 +70,9 @@ protected: //--------------------------------------------- private: vtkArrowSource *_vtkarrowsource; - vtkLineSource *_vtklinesource; - vtkGlyph3D *_vtkglyph; + vtkPolyData *_vtklineGlyphPolyData; + vtkGlyph3D *_vtkglyph; + vtkTransform *_trans; }; //-end of _vtkVectorsVISU_H_------------------------------------------------------