Salome HOME
Debug
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.hxx
index ed872eee3304b8a3db83319b2327002f3c71b021..1a43e4b3e27fa18da6fe06a1c9e48344632931d0 100644 (file)
@@ -505,6 +505,9 @@ public:
    */
   SALOMEDS::SObject_ptr GetAlgoSO(const ::SMESH_Algo* algo);
 
+  SALOMEDS::Study_ptr GetStudy(CORBA::Long theStudyID);
+  SALOME::Notebook_ptr GetNotebook(CORBA::Long theStudyID);
+
 private:
   // Create hypothesis of given type
   SMESH::SMESH_Hypothesis_ptr createHypothesis( const char* theHypName,