X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaVtk%2FvtkVectorsTensorsVisuBase.h;fp=lib%2FcreaVtk%2FvtkVectorsTensorsVisuBase.h;h=f229542a7283f9341c04c438f496cc1063ef8d8e;hb=7b056a20a4768265dac820ba75338779e04c787d;hp=831fc2ccde4b6a719f7da66562bf8ef68b7f2a47;hpb=15546f370a550eb33623748e220d611441a4451c;p=creaVtk.git diff --git a/lib/creaVtk/vtkVectorsTensorsVisuBase.h b/lib/creaVtk/vtkVectorsTensorsVisuBase.h index 831fc2c..f229542 100644 --- a/lib/creaVtk/vtkVectorsTensorsVisuBase.h +++ b/lib/creaVtk/vtkVectorsTensorsVisuBase.h @@ -96,6 +96,7 @@ public : void SetTypeForm(int); void SetColorLaw(int); void SetColor(std::vector); + void SetOrientation(int orientation); bool GetActive(); vtkDataObject* GetDataObject(); @@ -104,6 +105,7 @@ public : double GetOpacity(); vtkProp3D* GetProp3D(); int GetTypeForm(); + int GetOrientation(); virtual void Process(); void VisibilityActor(); @@ -126,6 +128,7 @@ private: vtkDataObject *_dataobject; vtkRenderer *_renderer; int _typeForm; + int _orientation; protected: bool _firsttime;