Salome HOME
Reverted to SALOME current CMake build procedure.
[tools/medcoupling.git] / src / MEDLoader / MEDLoader.cxx
index 9c7189655f8e0f9fc5d6868455dd601c1ceceea0..70c6d889a1c140e18d4524351729db6cb02b8788 100644 (file)
 #include <iterator>
 #include <algorithm>
 
+/*! \class MEDLoader
+ *
+ * \brief Static class offering the "basic" API to read and write MED files/
+ *
+ * This class implements only static methods and offers the high level API to access MED files.
+ * Take a look at \ref medloader for more details.
+ *
+ */
+
 med_geometry_type typmai[MED_N_CELL_FIXED_GEO] = { MED_POINT1,
   MED_SEG2,
   MED_SEG3,