Salome HOME
cf841cf04da1b0acd8fdd1f6ebfd6000ff7a7342
[tools/medcoupling.git] / doc / user / doxygen / doxfiles / reference / distrib / corba-distrib.dox
1 /*!
2 \page corba-distrib Distribution in MEDCoupling using CORBA
3
4 The following classes allow to publish \ref medcoupling "MEDCoupling objects" on the CORBA bus.
5 They are provided in the SALOME MED module that contains elements for the integration of MEDCoupling in SALOME.
6 They are directly related to the equivalent class in MEDCoupling, without the string \c Servant at the end of the
7 name:
8
9 - \ref ParaMEDMEM::DataArrayDoubleServant "DataArrayDoubleServant"
10 - \ref ParaMEDMEM::DataArrayIntServant "DataArrayIntServant"
11 - \ref ParaMEDMEM::MEDCouplingUMeshServant "MEDCouplingUMeshServant"
12 - \ref ParaMEDMEM::MEDCouplingCMeshServant "MEDCouplingCMeshServant"
13 - \ref ParaMEDMEM::MEDCouplingFieldDoubleServant "MEDCouplingFieldDoubleServant"
14
15  TODO: complete the list.
16
17 */