#include <MshFileImporter.h>
Classes | |
struct | EBlockLine |
Public Member Functions | |
MshFileImporter () | |
MshFileImporter (const std::string &fn) | |
virtual | ~MshFileImporter () |
void | Free () |
bool | Init () |
bool | Init (const std::string &fn) |
bool | doRead (hHybridMesh *m) |
Static Protected Attributes | |
static const std::string | nodesBegin = "NBLOCK" |
static const std::string | elemsBegin = "EBLOCK" |
static const std::string | nodesEnd = "N" |
static const std::string | cmBlockBegin = "CMBLOCK" |
static const char | eol = '\n' |
Friends | |
std::istream & | operator>> (std::istream &ifs, EBlockLine &b) |
MeshRead::MshFileImporter::MshFileImporter | ( | ) |
MeshRead::MshFileImporter::MshFileImporter | ( | const std::string & | fn | ) |
MeshRead::MshFileImporter::~MshFileImporter | ( | ) | [virtual] |
bool MeshRead::MshFileImporter::doRead | ( | hHybridMesh * | m | ) | [virtual] |
void MeshRead::MshFileImporter::Free | ( | ) | [virtual] |
Frees resources used by builder.
Reimplemented from MeshRead::MeshFileImporter.
bool MeshRead::MshFileImporter::Init | ( | const std::string & | file_name | ) | [virtual] |
/return true if MeshBuilder initialized successfully, otherwise returns false.
Reimplemented from MeshRead::MeshFileImporter.
bool MeshRead::MshFileImporter::Init | ( | ) | [virtual] |
/return true if MeshBuilder initialized successfully, otherwise returns false.
Reimplemented from MeshRead::MeshFileImporter.
std::istream& operator>> | ( | std::istream & | ifs, | |
MshFileImporter::EBlockLine & | b | |||
) | [friend] |
const std::string MeshRead::MshFileImporter::cmBlockBegin = "CMBLOCK" [static, protected] |
const std::string MeshRead::MshFileImporter::elemsBegin = "EBLOCK" [static, protected] |
const char MeshRead::MshFileImporter::eol = '\n' [static, protected] |
const std::string MeshRead::MshFileImporter::nodesBegin = "NBLOCK" [static, protected] |
const std::string MeshRead::MshFileImporter::nodesEnd = "N" [static, protected] |