]> SALOME platform Git repositories - tools/medcoupling.git/blob - doc/user/doxygen/doxfiles/reference/distrib/corba-distrib.dox
Salome HOME
7th step - Update doc.
[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 MEDCoupling::DataArrayDoubleServant "DataArrayDoubleServant"
10 - \ref MEDCoupling::DataArrayIntServant "DataArrayIntServant"
11 - \ref MEDCoupling::MEDCouplingUMeshServant "MEDCouplingUMeshServant"
12 - \ref MEDCoupling::MEDCouplingCMeshServant "MEDCouplingCMeshServant"
13 - \ref MEDCoupling::MEDCouplingFieldDoubleServant "MEDCouplingFieldDoubleServant"
14
15  TODO: complete the list.
16
17 */