#include <InFileImporter.h>


Classes | |
| struct | EBlockLine |
Public Member Functions | |
| InFileImporter () | |
| InFileImporter (const std::string &fn) | |
| virtual | ~InFileImporter () |
| 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, InFileImporter::EBlockLine &b) |
| MeshRead::InFileImporter::InFileImporter | ( | ) |
| MeshRead::InFileImporter::InFileImporter | ( | const std::string & | fn | ) |
| MeshRead::InFileImporter::~InFileImporter | ( | ) | [virtual] |

| bool MeshRead::InFileImporter::doRead | ( | hHybridMesh * | m | ) | [virtual] |
| void MeshRead::InFileImporter::Free | ( | ) | [virtual] |
Frees resources used by builder.
Reimplemented from MeshRead::MeshFileImporter.

| bool MeshRead::InFileImporter::Init | ( | const std::string & | file_name | ) | [virtual] |
/return true if MeshBuilder initialized successfully, otherwise returns false.
Reimplemented from MeshRead::MeshFileImporter.

| bool MeshRead::InFileImporter::Init | ( | ) | [virtual] |
/return true if MeshBuilder initialized successfully, otherwise returns false.
Reimplemented from MeshRead::MeshFileImporter.


| std::istream& operator>> | ( | std::istream & | ifs, | |
| InFileImporter::EBlockLine & | b | |||
| ) | [friend] |
const std::string MeshRead::InFileImporter::cmBlockBegin = "CMBLOCK" [static, protected] |
const std::string MeshRead::InFileImporter::elemsBegin = "EBLOCK" [static, protected] |
const char MeshRead::InFileImporter::eol = '\n' [static, protected] |
const std::string MeshRead::InFileImporter::nodesBegin = "NBLOCK" [static, protected] |
const std::string MeshRead::InFileImporter::nodesEnd = "N" [static, protected] |
1.6.1