Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/med.git] / doc / doxygen / MED_class.dox
1
2 /*!
3 \page MED_class MED object
4
5 \section MED_general General Information
6
7 This object is used to give information about the different
8 meshes/supports/fields that are contained in a file. 
9 This enables the user to know about the file content without 
10 loading the meshes in memory. Also, it can be useful for
11 memory management since meshes, supports and fields accessed through a MED
12 object are destroyed when the MED object is destroyed. 
13
14 \section MED_object_outline
15 The methods are described in the following sections :
16 - constructors : \ref MED_constructors
17 - query methods : \ref MED_query
18
19 For an example using these methods, one may see the Python scripts in the
20 directory \c $MED_ROOT_DIR/bin/salome/,\c testMedObj.py, or C++
21 example program in the directory \c $MED_SRC_DIR/src/MEDMEM,
22 \c duplicateMED.cxx.
23
24 */