HDF5Reader Class Reference
[Mesh loaders]

Mesh loader from HDF5 format. More...

#include <hdf5.h>

Inherits MeshLoader.

List of all members.

Public Member Functions

 HDF5Reader ()
virtual ~HDF5Reader ()
virtual bool load (const char *file_name, Mesh *mesh)
 Loads the mesh from a file. Aborts the program on error.
virtual bool save (const char *file_name, Mesh *mesh)
 Saves the mesh, including all refinements, to a file. Caution: never overwrite hand-created meshes with this function -- all comments in the original file will be lost.

Public Attributes

char * description

Detailed Description

Mesh loader from HDF5 format.


Constructor & Destructor Documentation

HDF5Reader::HDF5Reader (  ) 
HDF5Reader::~HDF5Reader (  )  [virtual]

Member Function Documentation

bool HDF5Reader::load ( const char *  file_name,
Mesh mesg 
) [virtual]

Loads the mesh from a file. Aborts the program on error.

Parameters:
filename [in] The name of the file.
mesh [out] The mesh.

Implements MeshLoader.

bool HDF5Reader::save ( const char *  file_name,
Mesh mesh 
) [virtual]

Saves the mesh, including all refinements, to a file. Caution: never overwrite hand-created meshes with this function -- all comments in the original file will be lost.

Parameters:
filename [in] The name of the file.
mesh [out] The mesh.

Implements MeshLoader.


Member Data Documentation


The documentation for this class was generated from the following files:
Generated on Fri Sep 3 09:22:20 2010 for Hermes3D Library: Real Version by  doxygen 1.6.3