Salome HOME
Implementation of the issue 19950.
authorrnv <rnv@opencascade.com>
Thu, 25 Sep 2008 05:34:45 +0000 (05:34 +0000)
committerrnv <rnv@opencascade.com>
Thu, 25 Sep 2008 05:34:45 +0000 (05:34 +0000)
src/SMESH_I/SMESH_MEDMesh_i.cxx
src/SMESH_I/SMESH_MEDMesh_i.hxx

index b7f15cf172f231e52a2d7f083170af5c59fc75c0..2075a2dac06259837e9a708f324d9a1aecf0a504 100644 (file)
@@ -728,6 +728,22 @@ SMESH_MEDMesh_i::getBoundaryElements(SALOME_MED::medEntityMesh entity)
   return NULL;
 }
 //=============================================================================
   return NULL;
 }
 //=============================================================================
+/*!
+ * CORBA:  Method return a reference on a support define on all the element of
+ *         an entity.
+ */
+//=============================================================================
+SALOME_MED::SUPPORT_ptr
+SMESH_MEDMesh_i::getSupportOnAll(SALOME_MED::medEntityMesh entity)
+  throw (SALOME::SALOME_Exception)
+{
+  MESSAGE("!!!! NOT YET IMPLEMENTED !!!!!");
+
+  THROW_SALOME_CORBA_EXCEPTION("Unimplemented Method", SALOME::BAD_PARAM);
+
+  return NULL;
+}
+//=============================================================================
 /*!
  * CORBA: Returns references for the support of the skin of the support
  * mySupport3D
 /*!
  * CORBA: Returns references for the support of the skin of the support
  * mySupport3D
index f14ea173e7616a33c4dcf2bf21c0cd8543309d0d..14c24fee39e3f75bd01074d1e3a03e3f94ac7aed 100644 (file)
@@ -195,6 +195,10 @@ public:
   getBoundaryElements(SALOME_MED::medEntityMesh entity)
     throw (SALOME::SALOME_Exception);
   
   getBoundaryElements(SALOME_MED::medEntityMesh entity)
     throw (SALOME::SALOME_Exception);
   
+  SALOME_MED::SUPPORT_ptr
+  getSupportOnAll(SALOME_MED::medEntityMesh entity)
+    throw (SALOME::SALOME_Exception);
+  
   SALOME_MED::SUPPORT_ptr getSkin(SALOME_MED::SUPPORT_ptr mySupport3D)
     throw (SALOME::SALOME_Exception);
   
   SALOME_MED::SUPPORT_ptr getSkin(SALOME_MED::SUPPORT_ptr mySupport3D)
     throw (SALOME::SALOME_Exception);