Abstract class for mesh loaders. More...
#include <mesh_loader.h>
Inherited by ExodusIIReader, and H2DReader.
Public Member Functions | |
| virtual | ~MeshLoader () |
| virtual bool | load (const char *file_name, Mesh *mesg)=0 |
| Loads the mesh from a file. Aborts the program on error. | |
Abstract class for mesh loaders.
| virtual MeshLoader::~MeshLoader | ( | ) | [inline, virtual] |
| virtual bool MeshLoader::load | ( | const char * | file_name, | |
| Mesh * | mesg | |||
| ) | [pure virtual] |
Loads the mesh from a file. Aborts the program on error.
| filename | [in] The name of the file. | |
| mesh | [out] The mesh. |
Implemented in ExodusIIReader, and H2DReader.
1.6.3