mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
PythonDump for SMESH Controls / Filter
This commit is contained in:
parent
1bc504bf90
commit
6bbcf82682
@ -79,7 +79,7 @@ static int MYDEBUG = 0;
|
|||||||
SMESH_Mesh::SMESH_Mesh(int localId, int studyId, SMESH_Gen * gen, SMESHDS_Document * myDocument)
|
SMESH_Mesh::SMESH_Mesh(int localId, int studyId, SMESH_Gen * gen, SMESHDS_Document * myDocument)
|
||||||
: _groupId( 0 )
|
: _groupId( 0 )
|
||||||
{
|
{
|
||||||
INFOS("SMESH_Mesh::SMESH_Mesh(int localId)");
|
INFOS("SMESH_Mesh::SMESH_Mesh; this = "<<this);
|
||||||
_id = localId;
|
_id = localId;
|
||||||
_studyId = studyId;
|
_studyId = studyId;
|
||||||
_gen = gen;
|
_gen = gen;
|
||||||
@ -97,7 +97,7 @@ SMESH_Mesh::SMESH_Mesh(int localId, int studyId, SMESH_Gen * gen, SMESHDS_Docume
|
|||||||
|
|
||||||
SMESH_Mesh::~SMESH_Mesh()
|
SMESH_Mesh::~SMESH_Mesh()
|
||||||
{
|
{
|
||||||
INFOS("SMESH_Mesh::~SMESH_Mesh");
|
INFOS("SMESH_Mesh::~SMESH_Mesh; this = "<<this);
|
||||||
|
|
||||||
// delete groups
|
// delete groups
|
||||||
map < int, SMESH_Group * >::iterator itg;
|
map < int, SMESH_Group * >::iterator itg;
|
||||||
|
Loading…
Reference in New Issue
Block a user