From: eap Date: Thu, 9 Sep 2010 14:04:23 +0000 (+0000) Subject: Preparation of MEDMEM for SALOME 6x X-Git-Tag: V1_MEDMEM_PreparedForV6~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8701bada8b9528a45c5e0c90a35954b5658c1de7;p=tools%2Fmedcoupling.git Preparation of MEDMEM for SALOME 6x Replaced by MEDFILEBROWSER --- diff --git a/doc/doxygen/MED_class.dox b/doc/doxygen/MED_class.dox deleted file mode 100644 index fa348a573..000000000 --- a/doc/doxygen/MED_class.dox +++ /dev/null @@ -1,24 +0,0 @@ - -/*! -\page MED_class MED object - -\section MED_general General Information - -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. - -\section MED_object_outline -The methods are described in the following sections : -- constructors : \ref MED_constructors -- query methods : \ref MED_query - -For an example using these methods, one may see the Python scripts in the -directory \c $MED_ROOT_DIR/bin/salome/,\c testMedObj.py, or C++ -example program in the directory \c $MED_SRC_DIR/src/MEDMEM, -\c duplicateMED.cxx. - -*/ \ No newline at end of file