This object is used to give information about the different meshes/supports/fields that are contained in a file. This enables the user to know about the file content without loading the meshes in memory. Also, it can be useful for memory management since meshes, supports and fields accessed through a MED object are destroyed when the MED object is destroyed.
The methods are described in the following sections :
For an example using these methods, one may see the Python scripts in the directory $MED_ROOT_DIR/bin/salome/
,testMedObj.py
, or C++ example program in the directory $MED_SRC_DIR/src/MEDMEM
, duplicateMED.cxx
.