Salome HOME
MEDCoupling API change - stage #1
[tools/medcoupling.git] / doc / user / doxygen / doxfiles / reference / medloader / medloader.dox
1 /*!
2 \page medloader MEDLoader: Writing, reading MED files
3
4 MEDLoader is built on top of the **MEDCoupling** library and uses its core structure 
5 (\ref arrays DataArray,  \ref meshes Meshes, \ref fields Fields).
6 It is an extension dedicated to the writing and reading of mesh and fields to MED files (files with a .med
7 extension). 
8
9 - \subpage intro-medloader
10 - \subpage MEDLoaderBasicAPIPage
11 - \subpage MEDLoaderAdvancedAPIPage
12
13 More information on the MED file format itself can be found at:
14 - \ref med-file 
15
16 */