]> Creatis software - creaVtk.git/blobdiff - lib/creaVtk/vtkVectorsTensorsVisuBase.h
VectorField 2D view
[creaVtk.git] / lib / creaVtk / vtkVectorsTensorsVisuBase.h
index 831fc2ccde4b6a719f7da66562bf8ef68b7f2a47..f229542a7283f9341c04c438f496cc1063ef8d8e 100644 (file)
@@ -96,6 +96,7 @@ public :
    void                                        SetTypeForm(int);
    void                                        SetColorLaw(int);
    void                                        SetColor(std::vector<double>);
+   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;