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 #ifndef __MEDCOUPLINGMESHCLIENT_HXX__
00021 #define __MEDCOUPLINGMESHCLIENT_HXX__
00022
00023 #include "SALOMEconfig.h"
00024 #ifdef WNT
00025 #define NOMINMAX
00026 #endif
00027 #include CORBA_SERVER_HEADER(MEDCouplingCorbaServant)
00028 #include "MEDCouplingClient.hxx"
00029
00030 namespace ParaMEDMEM
00031 {
00032 class MEDCouplingMesh;
00033
00034 class MEDCOUPLINGCLIENT_EXPORT MEDCouplingMeshClient
00035 {
00036 public:
00037 static MEDCouplingMesh *New(SALOME_MED::MEDCouplingMeshCorbaInterface_ptr mesh);
00038 static void fillMeshFromCorbaData(MEDCouplingMesh *meshCpp, SALOME_MED::MEDCouplingMeshCorbaInterface_ptr meshPtr);
00039 };
00040 }
00041
00042 #endif