#include <cl_Mesh_GmshReader.hpp>
Public Member Functions | |
| GmshReader (const string &aPath, Mesh *aMesh=nullptr, const bool aComputeConnectivities=true, const real aMeshScale=1.0) | |
| ~GmshReader () override | |
| Mesh * | mesh () |
| Public Member Functions inherited from belfem::Ascii | |
| Ascii (const string &aPath, const enum FileMode &aMode) | |
| virtual | ~Ascii () |
| bool | save () |
| void | print (const std::string &aLine) |
| index_t | length () const |
| return the number of lines | |
| string & | line (const index_t aLineNumber) |
| const string & | line (const index_t aLineNumber) const |
Additional Inherited Members | |
| Protected Attributes inherited from belfem::Ascii | |
| string | mPath |
| const FileMode | mMode |
| Cell< string > | mBuffer |
| bool | mChangedSinceLastSave = false |
| belfem::mesh::GmshReader::GmshReader | ( | const string & | aPath, |
| Mesh * | aMesh = nullptr, | ||
| const bool | aComputeConnectivities = true, | ||
| const real | aMeshScale = 1.0 ) |
|
override |
|
inline |