X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Mesh_i.cxx;h=643492dc1a1a367afeea10775de5ab0ab5b6a7cd;hp=a9235af91d71eafdbc8f4ca1ab0a4f69dd9b7c63;hb=e5ed5aa5ac8420179aa37e3bf3a175e22ef3f69a;hpb=8bd7e4737d4999c204dba61f1c065a4611f50cce diff --git a/src/SMESH_I/SMESH_Mesh_i.cxx b/src/SMESH_I/SMESH_Mesh_i.cxx index a9235af91..643492dc1 100644 --- a/src/SMESH_I/SMESH_Mesh_i.cxx +++ b/src/SMESH_I/SMESH_Mesh_i.cxx @@ -3380,7 +3380,7 @@ void SMESH_Mesh_i::checkGroupNames() //============================================================================= /*! - * \brief ... + * \brief Get internal entry of mesh */ //============================================================================= char* SMESH_Mesh_i::GetEntry() @@ -3390,7 +3390,7 @@ char* SMESH_Mesh_i::GetEntry() //============================================================================= /*! - * \brief ... + * \brief Get name of the component */ //============================================================================= char* SMESH_Mesh_i::GetComponent() @@ -3400,7 +3400,7 @@ char* SMESH_Mesh_i::GetComponent() //============================================================================= /*! - * \brief ... + * \brief Get validity status of mesh */ //============================================================================= CORBA::Boolean SMESH_Mesh_i::IsValid() @@ -3429,13 +3429,22 @@ SALOME::StringArray* SMESH_Mesh_i::GetParameters() //============================================================================= /*! - * \brief ... + * \brief Update mesh according to the SALOME Notebook */ //============================================================================= void SMESH_Mesh_i::Update( SALOME::Notebook_ptr theNotebook ) { } +//============================================================================= +/*! + * \brief Update string attribute of mesh + */ +//============================================================================= +void SMESH_Mesh_i::UpdateStringAttribute() +{ +} + //============================================================================= /*! * \brief Returns statistic of mesh elements