return (SALOME_MED::medGeometryElement) 0;
}
+//=============================================================================
+/*!
+ * Test if this and other aggregate the same MESH
+ */
+//=============================================================================
CORBA::Boolean SMESH_MEDMesh_i::areEquals(SALOME_MED::MESH_ptr other)
+ throw (SALOME::SALOME_Exception)
{
+ MESSAGE("!!!! NOT YET IMPLEMENTED !!!!!");
+
+ THROW_SALOME_CORBA_EXCEPTION("Unimplemented Method", SALOME::BAD_PARAM);
+
return false;
}
void calculeNbElts() throw(SALOME::SALOME_Exception);
void createFamilies() throw(SALOME::SALOME_Exception);
- CORBA::Boolean areEquals(SALOME_MED::MESH_ptr other);
+ CORBA::Boolean areEquals(SALOME_MED::MESH_ptr other)
+ throw(SALOME::SALOME_Exception);;
};
#endif /* _MED_MESH_I_HXX_ */