X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaVtk%2FvtkVectorsVisu.h;h=c9a34b099540943a9e4d3bc527e8b280eb4241f5;hb=refs%2Fheads%2Fvtk9itk5wx3-macos;hp=0e2dda4efe67b34a9c90b75fe8d356f0ad593876;hpb=a342cde9f80ff07e8ec22e555a5bf6d1b72752d8;p=creaVtk.git diff --git a/lib/creaVtk/vtkVectorsVisu.h b/lib/creaVtk/vtkVectorsVisu.h index 0e2dda4..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; + vtkPolyData *_vtklineGlyphPolyData; vtkGlyph3D *_vtkglyph; + vtkTransform *_trans; }; //-end of _vtkVectorsVISU_H_------------------------------------------------------