X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaVtk%2FvtkTensorsVisu.h;h=cdfdb93fc44b370508817e6cdf266e4139b7a53b;hb=b5ae034170e154e060837d657257f22c422d4b21;hp=ef8bd53db76cf30aa2018609ef66c7a801d9039f;hpb=01e86dfa5ed3ba31723d46760d83e267f7f1e558;p=creaVtk.git diff --git a/lib/creaVtk/vtkTensorsVisu.h b/lib/creaVtk/vtkTensorsVisu.h index ef8bd53..cdfdb93 100644 --- a/lib/creaVtk/vtkTensorsVisu.h +++ b/lib/creaVtk/vtkTensorsVisu.h @@ -35,6 +35,7 @@ #include "vtkPointData.h" #include "vtkSphereSource.h" #include "vtkTensorGlyph.h" +#include "vtkSuperquadricSource.h" #include "vtkVectorsTensorsVisuBase.h" @@ -68,12 +69,13 @@ protected: //--------------------------------------------- private: - vtkSmartPointer ss; - vtkSmartPointer cs; - vtkSmartPointer tg; - vtkSmartPointer pdn; - vtkSmartPointer pd; - vtkSmartPointer pod; + vtkSmartPointer ss; + vtkSmartPointer superquadratic; + vtkSmartPointer cs; + vtkSmartPointer tg; + vtkSmartPointer pdn; + vtkSmartPointer pd; + vtkSmartPointer pod; }; //-end of _VTKTENSORSVISU_H_------------------------------------------------------