]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SALOME_SWIG/SALOMEGUI_Swig.hxx
Salome HOME
several methods of SALOMEGUI_Swig such a FitAll do not work in a Python Gui embedded...
[modules/gui.git] / src / SALOME_SWIG / SALOMEGUI_Swig.hxx
old mode 100755 (executable)
new mode 100644 (file)
index b96dc49..6b537c8
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -65,6 +65,12 @@ public:
   void             ViewRight();
   void             ViewFront();
   void             ViewBack();
+
+  const char* getViewParameters();
+  void setCameraPosition( double x, double y, double z );
+  void setCameraFocalPoint( double x, double y, double z );
+  void setCameraViewUp( double x, double y, double z );
+  void setViewScale( double parallelScale,double x, double y, double z );
 };
 
 #endif // SALOMEGUI_SWIG_HXX