PAL13639 (EDF PAL 317 : SMESH : Create "0D Hypothesis")

PAL13615 (EDF PAL 315/31 GEOM SMESH : meshing of a "5 edges quadrangle")
   minor changes
This commit is contained in:
eap 2007-02-20 07:07:06 +00:00
parent 602d60e4d1
commit a7051ca684

View File

@ -27,13 +27,14 @@
// Module : SMESH // Module : SMESH
// $Header$ // $Header$
using namespace std;
#include "StdMeshers_Regular_1D_i.hxx" #include "StdMeshers_Regular_1D_i.hxx"
#include "SMESH_Gen.hxx" #include "SMESH_Gen.hxx"
#include "Utils_CorbaException.hxx" #include "Utils_CorbaException.hxx"
#include "utilities.h" #include "utilities.h"
using namespace std;
//============================================================================= //=============================================================================
/*! /*!
* StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i * StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i
@ -43,8 +44,8 @@ using namespace std;
//============================================================================= //=============================================================================
StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i( PortableServer::POA_ptr thePOA, StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i( PortableServer::POA_ptr thePOA,
int theStudyId, int theStudyId,
::SMESH_Gen* theGenImpl ) ::SMESH_Gen* theGenImpl )
: SALOME::GenericObj_i( thePOA ), : SALOME::GenericObj_i( thePOA ),
SMESH_Hypothesis_i( thePOA ), SMESH_Hypothesis_i( thePOA ),
SMESH_Algo_i( thePOA ), SMESH_Algo_i( thePOA ),
@ -52,8 +53,8 @@ StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i( PortableServer::POA_ptr thePOA
{ {
MESSAGE( "StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i" ); MESSAGE( "StdMeshers_Regular_1D_i::StdMeshers_Regular_1D_i" );
myBaseImpl = new ::StdMeshers_Regular_1D( theGenImpl->GetANewId(), myBaseImpl = new ::StdMeshers_Regular_1D( theGenImpl->GetANewId(),
theStudyId, theStudyId,
theGenImpl ); theGenImpl );
} }
//============================================================================= //=============================================================================