mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-22 16:35:37 +05:00
Refactoring
This commit is contained in:
parent
5309c82daf
commit
32e88840df
@ -163,7 +163,7 @@ char* SMESH_Hypothesis_i::GetComponent()
|
||||
* SMESH_Hypothesis_i::IsValid()
|
||||
*/
|
||||
//=============================================================================
|
||||
char* SMESH_Hypothesis_i::IsValid()
|
||||
CORBA::Boolean SMESH_Hypothesis_i::IsValid()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
@ -3403,7 +3403,7 @@ char* SMESH_Mesh_i::GetComponent()
|
||||
* \brief ...
|
||||
*/
|
||||
//=============================================================================
|
||||
char* SMESH_Mesh_i::IsValid()
|
||||
CORBA::Boolean SMESH_Mesh_i::IsValid()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
@ -471,6 +471,21 @@ public:
|
||||
*/
|
||||
virtual SALOME_MED::MedFileInfo* GetMEDFileInfo();
|
||||
|
||||
/*!
|
||||
* ...
|
||||
*/
|
||||
virtual char* GetEntry();
|
||||
|
||||
/*!
|
||||
* ...
|
||||
*/
|
||||
virtual char* GetComponent();
|
||||
|
||||
/*!
|
||||
* ...
|
||||
*/
|
||||
virtual CORBA::Boolean IsValid();
|
||||
|
||||
/*!
|
||||
* Sets list of notebook variables used for Mesh operations
|
||||
*/
|
||||
@ -481,6 +496,11 @@ public:
|
||||
*/
|
||||
virtual SALOME::StringArray* GetParameters();
|
||||
|
||||
/*!
|
||||
* ...
|
||||
*/
|
||||
virtual void Update( SALOME::Notebook_ptr theNotebook );
|
||||
|
||||
/*!
|
||||
* Returns statistic of mesh elements
|
||||
* Result array of number enityties
|
||||
|
Loading…
Reference in New Issue
Block a user