MeshRead::BinaryFileReader Class Reference
#include <BinaryFileReader.h>
List of all members.
Constructor & Destructor Documentation
MeshRead::BinaryFileReader::BinaryFileReader |
( |
|
) |
|
MeshRead::BinaryFileReader::BinaryFileReader |
( |
const std::string & |
fileName |
) |
|
MeshRead::BinaryFileReader::~BinaryFileReader |
( |
|
) |
[virtual] |
Member Function Documentation
bool MeshRead::BinaryFileReader::doRead |
( |
hHybridMesh * |
mesh |
) |
[virtual] |
void MeshRead::BinaryFileReader::Free |
( |
|
) |
[virtual] |
bool MeshRead::BinaryFileReader::GetBoundaryConditions |
( |
double ** |
bc, |
|
|
int & |
bcCount | |
|
) |
| | [virtual] |
/param bc array for boundary condition parameters bc[0] - Dirichlet BC bc[1] - Neumann BC bc[2] - Cauchy BC par1 bc[3] - Cauchy BC par2
Reimplemented from MeshRead::IMeshReader.
int MeshRead::BinaryFileReader::GetCoordinatesDimension |
( |
|
) |
const [virtual] |
void MeshRead::BinaryFileReader::GetElementCount |
( |
int * |
|
) |
|
bool MeshRead::BinaryFileReader::GetNextElement |
( |
Tind * |
, |
|
|
Tind * |
, |
|
|
Tind * |
, |
|
|
Tind & |
, |
|
|
Tind & |
, |
|
|
int8_t & |
, |
|
|
int8_t & |
| |
|
) |
| | |
bool MeshRead::BinaryFileReader::GetNextVertex |
( |
double * |
|
) |
|
int MeshRead::BinaryFileReader::GetVerticesCount |
( |
|
) |
[virtual] |
bool MeshRead::BinaryFileReader::Init |
( |
const std::string & |
s |
) |
[virtual] |
bool MeshRead::BinaryFileReader::Init |
( |
|
) |
[virtual] |
/return true if MeshBuilder initialized successfully, otherwise returns false.
Implements MeshRead::IMeshReader.
std::string MeshRead::BinaryFileReader::Name |
( |
|
) |
const [virtual] |
bool MeshRead::BinaryFileReader::needsSetup |
( |
|
) |
const [virtual] |
Friends And Related Function Documentation
The documentation for this class was generated from the following files: