MeshRead::InFileImporter Class Reference

#include <InFileImporter.h>

Inheritance diagram for MeshRead::InFileImporter:
Inheritance graph
[legend]
Collaboration diagram for MeshRead::InFileImporter:
Collaboration graph
[legend]

List of all members.

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)

Constructor & Destructor Documentation

MeshRead::InFileImporter::InFileImporter (  ) 
MeshRead::InFileImporter::InFileImporter ( const std::string &  fn  ) 
MeshRead::InFileImporter::~InFileImporter (  )  [virtual]

Here is the call graph for this function:


Member Function Documentation

bool MeshRead::InFileImporter::doRead ( hHybridMesh m  )  [virtual]

Implements MeshRead::MeshFileImporter.

Here is the call graph for this function:

void MeshRead::InFileImporter::Free (  )  [virtual]

Frees resources used by builder.

Reimplemented from MeshRead::MeshFileImporter.

Here is the caller graph for this function:

bool MeshRead::InFileImporter::Init ( const std::string &  file_name  )  [virtual]

/return true if MeshBuilder initialized successfully, otherwise returns false.

Reimplemented from MeshRead::MeshFileImporter.

Here is the call graph for this function:

bool MeshRead::InFileImporter::Init (  )  [virtual]

/return true if MeshBuilder initialized successfully, otherwise returns false.

Reimplemented from MeshRead::MeshFileImporter.

Here is the call graph for this function:

Here is the caller graph for this function:


Friends And Related Function Documentation

std::istream& operator>> ( std::istream &  ifs,
InFileImporter::EBlockLine b 
) [friend]

Member Data Documentation

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]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1