The Tetgen Interface.
More...
#include <TetgenInterface.hpp>
|
| | TetgenInterface () |
| |
| | ~TetgenInterface () |
| |
| void | CreateDelaunay (const Eigen::MatrixXd &points, const std::vector< unsigned int > &points_marker, Gedim::IMeshDAO &mesh) const |
| |
| void | CreateMesh (const Eigen::MatrixXd &polyhedronVertices, const Eigen::MatrixXi &polyhedronEdges, const std::vector< Eigen::MatrixXi > &polyhedronFaces, const double &maxTetrahedronVolume, Gedim::IMeshDAO &mesh, const std::string &tetgenOptions="Qpqfezna") const |
| |
| void | CreateMesh (const Eigen::MatrixXd &points, const std::vector< std::vector< unsigned int > > &facets, const double &maxTetrahedronVolume, Gedim::IMeshDAO &mesh, const std::string &tetgenOptions="Qpqfezna") const |
| |
| void | CreateMesh (const Eigen::MatrixXd &points, const std::vector< std::vector< unsigned int > > &facets, const std::vector< Region > ®ions, Gedim::IMeshDAO &mesh, const std::string &tetgenOptions="QpqfeznaA") const |
| |
◆ TetgenInterface()
| Gedim::TetgenInterface::TetgenInterface |
( |
| ) |
|
◆ ~TetgenInterface()
| Gedim::TetgenInterface::~TetgenInterface |
( |
| ) |
|
◆ CreateDelaunay()
◆ CreateMesh() [1/3]
◆ CreateMesh() [2/3]
◆ CreateMesh() [3/3]
| void Gedim::TetgenInterface::CreateMesh |
( |
const Eigen::MatrixXd & |
polyhedronVertices, |
|
|
const Eigen::MatrixXi & |
polyhedronEdges, |
|
|
const std::vector< Eigen::MatrixXi > & |
polyhedronFaces, |
|
|
const double & |
maxTetrahedronVolume, |
|
|
Gedim::IMeshDAO & |
mesh, |
|
|
const std::string & |
tetgenOptions = "Qpqfezna" |
|
) |
| const |
The documentation for this class was generated from the following files: