Mesh Class Reference
Helper class used providing methods to read in information and create the graph.
More...
#include <Mesh.h>
List of all members.
Detailed Description
Helper class used providing methods to read in information and create the graph.
Member Function Documentation
template<typename Collection >
int Mesh::getBad |
( |
Graph * |
mesh, |
|
|
Collection & |
ret | |
|
) |
| | [inline] |
- Parameters:
-
| mesh | The graph representing the mesh |
- Returns:
- the bad triangles in the graph
void Mesh::next_line |
( |
std::ifstream & |
scanner |
) |
[inline, private] |
void Mesh::read |
( |
Graph * |
mesh, |
|
|
std::string |
basename | |
|
) |
| | [inline] |
void Mesh::readElements |
( |
Graph * |
mesh, |
|
|
std::string |
filename, |
|
|
std::vector< Tuple > & |
tuples | |
|
) |
| | [inline, private] |
void Mesh::readNodes |
( |
std::string |
filename, |
|
|
std::vector< Tuple > & |
tuples | |
|
) |
| | [inline, private] |
void Mesh::readPoly |
( |
Graph * |
mesh, |
|
|
std::string |
filename, |
|
|
std::vector< Tuple > & |
tuples | |
|
) |
| | [inline, private] |
bool Mesh::verify |
( |
Graph * |
mesh |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: