0032400: Visualization, TKIVtk - convert VTK camera to OCC
[occt.git] / src / IVtkOCC / IVtkOCC_ViewerSelector.hxx
index a818f9f..2e24bd3 100644 (file)
@@ -57,6 +57,9 @@ public:
   //! Deactivate the given selection
   void Deactivate (const Handle(SelectMgr_Selection)& theSelection);
 
+  //! Converts VTK camera defiened for input view to OCC camera
+  static Handle(Graphic3d_Camera) ConvertVtkToOccCamera (const IVtk_IView::Handle& theView);
+
   DEFINE_STANDARD_RTTIEXT(IVtkOCC_ViewerSelector,SelectMgr_ViewerSelector)
 
 private: