X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPlugin_SimpleHypothesis_2D_i.cxx;h=e434f847844d2868b84f0e68f762df0f769b3675;hb=1b359b696a744f5cefdd5185651b466a78e5812f;hp=ba2f4b8bb0358e73a824e364a0748562d7d1448b;hpb=65987d083d9ef9c3deccf4b87d24fee7f71fc889;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_2D_i.cxx b/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_2D_i.cxx index ba2f4b8..e434f84 100644 --- a/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_2D_i.cxx +++ b/src/NETGENPlugin/NETGENPlugin_SimpleHypothesis_2D_i.cxx @@ -49,7 +49,7 @@ NETGENPlugin_SimpleHypothesis_2D_i (PortableServer::POA_ptr thePOA, : SALOME::GenericObj_i( thePOA ), SMESH_Hypothesis_i( thePOA ) { - MESSAGE( "NETGENPlugin_SimpleHypothesis_2D_i::NETGENPlugin_SimpleHypothesis_2D_i" ); + //MESSAGE( "NETGENPlugin_SimpleHypothesis_2D_i::NETGENPlugin_SimpleHypothesis_2D_i" ); myBaseImpl = new ::NETGENPlugin_SimpleHypothesis_2D (theGenImpl->GetANewId(), theGenImpl); } @@ -63,7 +63,7 @@ NETGENPlugin_SimpleHypothesis_2D_i (PortableServer::POA_ptr thePOA, //============================================================================= NETGENPlugin_SimpleHypothesis_2D_i::~NETGENPlugin_SimpleHypothesis_2D_i() { - MESSAGE( "NETGENPlugin_SimpleHypothesis_2D_i::~NETGENPlugin_SimpleHypothesis_2D_i" ); + //MESSAGE( "NETGENPlugin_SimpleHypothesis_2D_i::~NETGENPlugin_SimpleHypothesis_2D_i" ); } //============================================================================= @@ -74,7 +74,6 @@ NETGENPlugin_SimpleHypothesis_2D_i::~NETGENPlugin_SimpleHypothesis_2D_i() void NETGENPlugin_SimpleHypothesis_2D_i::SetNumberOfSegments(CORBA::Short nb) throw ( SALOME::SALOME_Exception ) { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::SetNumberOfSegments"); ASSERT(myBaseImpl); try { this->GetImpl()->SetNumberOfSegments(nb); @@ -92,7 +91,6 @@ void NETGENPlugin_SimpleHypothesis_2D_i::SetNumberOfSegments(CORBA::Short nb) //============================================================================= CORBA::Short NETGENPlugin_SimpleHypothesis_2D_i::GetNumberOfSegments() { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::GetNumberOfSegments"); ASSERT(myBaseImpl); return this->GetImpl()->GetNumberOfSegments(); } @@ -105,7 +103,6 @@ CORBA::Short NETGENPlugin_SimpleHypothesis_2D_i::GetNumberOfSegments() void NETGENPlugin_SimpleHypothesis_2D_i::SetLocalLength(CORBA::Double segmentLength) { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::SetLocalLength"); ASSERT(myBaseImpl); try { this->GetImpl()->SetLocalLength(segmentLength); @@ -124,7 +121,6 @@ void NETGENPlugin_SimpleHypothesis_2D_i::SetLocalLength(CORBA::Double segmentLen CORBA::Double NETGENPlugin_SimpleHypothesis_2D_i::GetLocalLength() { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::GetLocalLength"); ASSERT(myBaseImpl); return this->GetImpl()->GetLocalLength(); } @@ -136,7 +132,6 @@ CORBA::Double NETGENPlugin_SimpleHypothesis_2D_i::GetLocalLength() //============================================================================= void NETGENPlugin_SimpleHypothesis_2D_i::LengthFromEdges() { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::LengthFromEdges"); ASSERT(myBaseImpl); this->GetImpl()->LengthFromEdges(); SMESH::TPythonDump() << _this() << ".LengthFromEdges()"; @@ -149,7 +144,6 @@ void NETGENPlugin_SimpleHypothesis_2D_i::LengthFromEdges() //============================================================================= void NETGENPlugin_SimpleHypothesis_2D_i::SetMaxElementArea(CORBA::Double area) { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::SetMaxElementArea"); ASSERT(myBaseImpl); this->GetImpl()->SetMaxElementArea(area); SMESH::TPythonDump() << _this() << ".SetMaxElementArea( " << SMESH::TVar(area) << " )"; @@ -164,7 +158,6 @@ void NETGENPlugin_SimpleHypothesis_2D_i::SetMaxElementArea(CORBA::Double area) CORBA::Double NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea() { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::GetMaxElementArea"); ASSERT(myBaseImpl); return this->GetImpl()->GetMaxElementArea(); } @@ -199,7 +192,6 @@ CORBA::Boolean NETGENPlugin_SimpleHypothesis_2D_i::GetAllowQuadrangles() //============================================================================= ::NETGENPlugin_SimpleHypothesis_2D* NETGENPlugin_SimpleHypothesis_2D_i::GetImpl() const { - MESSAGE("NETGENPlugin_SimpleHypothesis_2D_i::GetImpl"); return (::NETGENPlugin_SimpleHypothesis_2D*)myBaseImpl; }