Salome HOME
Merge from V6_main 15/03/2013
[tools/medcoupling.git] / doc / doxygen / medfilebrowser.dox
1
2 /*!
3 \page MEDFILEBROWSER_class MEDFILEBROWSER
4
5 \section MED_general General Information
6
7 This object is used to get information about the different
8 meshes/fields that are contained in a file. 
9 This enables the user to know about the file content without 
10 loading med objects in memory.
11
12 \section MEDFILEBROWSER_object_outline Outline
13 The methods are described in the following sections :
14 - \ref MEDFILEBROWSER_constructors
15 - \ref MEDFILEBROWSER_query
16
17 For an example using these methods, one may see the Python scripts in the
18 directory \c $MED_ROOT_DIR/bin/salome/,\c med_test1.py, or C++
19 example program in the directory \c $MED_SRC_DIR/src/MEDMEMBinTest,
20 \c duplicateMED.cxx.
21
22 */