Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #include "StdMeshers_UseExisting_1D2D_i.hxx"
00028
00029 #include "SMESH_Gen.hxx"
00030
00031 #include "utilities.h"
00032
00033
00037
00038
00039 StdMeshers_UseExisting_1D_i::StdMeshers_UseExisting_1D_i
00040 ( PortableServer::POA_ptr thePOA,
00041 int theStudyId,
00042 ::SMESH_Gen* theGenImpl )
00043 : SALOME::GenericObj_i( thePOA ),
00044 SMESH_Hypothesis_i( thePOA ),
00045 SMESH_Algo_i( thePOA ),
00046 SMESH_1D_Algo_i( thePOA )
00047 {
00048 MESSAGE( "StdMeshers_UseExisting_1D_i::StdMeshers_UseExisting_1D_i" );
00049 myBaseImpl = new ::StdMeshers_UseExisting_1D( theGenImpl->GetANewId(),
00050 theStudyId,
00051 theGenImpl );
00052 }
00053
00054
00055 StdMeshers_UseExisting_1D_i::~StdMeshers_UseExisting_1D_i()
00056 {
00057 MESSAGE( "StdMeshers_UseExisting_1D_i::~StdMeshers_UseExisting_1D_i" );
00058 }
00059
00060
00061 ::StdMeshers_UseExisting_1D* StdMeshers_UseExisting_1D_i::GetImpl()
00062 {
00063 MESSAGE( "StdMeshers_UseExisting_1D_i::GetImpl" );
00064 return ( ::StdMeshers_UseExisting_1D* )myBaseImpl;
00065 }
00066
00067
00068
00072
00073
00074 StdMeshers_UseExisting_2D_i::StdMeshers_UseExisting_2D_i
00075 ( PortableServer::POA_ptr thePOA,
00076 int theStudyId,
00077 ::SMESH_Gen* theGenImpl )
00078 : SALOME::GenericObj_i( thePOA ),
00079 SMESH_Hypothesis_i( thePOA ),
00080 SMESH_Algo_i( thePOA ),
00081 SMESH_2D_Algo_i( thePOA )
00082 {
00083 MESSAGE( "StdMeshers_UseExisting_2D_i::StdMeshers_UseExisting_2D_i" );
00084 myBaseImpl = new ::StdMeshers_UseExisting_2D( theGenImpl->GetANewId(),
00085 theStudyId,
00086 theGenImpl );
00087 }
00088
00089
00090 StdMeshers_UseExisting_2D_i::~StdMeshers_UseExisting_2D_i()
00091 {
00092 MESSAGE( "StdMeshers_UseExisting_2D_i::~StdMeshers_UseExisting_2D_i" );
00093 }
00094
00095
00096 ::StdMeshers_UseExisting_2D* StdMeshers_UseExisting_2D_i::GetImpl()
00097 {
00098 MESSAGE( "StdMeshers_UseExisting_2D_i::GetImpl" );
00099 return ( ::StdMeshers_UseExisting_2D* )myBaseImpl;
00100 }