This table contains all possible configurations for curring a tetrahedra with a plane. The script for generating the table is avilable at https://github.com/wildmeshing/fTetWild.
More...
#include <TetMeshCutTable.hpp>
|
|
static const std::vector< std::vector< Eigen::Vector4i > > & | get_tet_confs (const int idx) |
| |
|
static const std::vector< std::vector< Eigen::Vector2i > > & | get_diag_confs (const int idx) |
| |
|
static const std::vector< std::vector< std::array< bool, 4 > > > & | get_surface_conf (const int idx) |
| |
|
static const std::vector< std::vector< Eigen::Vector4i > > & | get_face_id_conf (const int idx) |
| |
|
static const std::vector< Eigen::Vector4i > & | get_tet_conf (const int idx, const int cfg) |
| |
|
static const std::vector< std::array< bool, 4 > > & | get_surface_conf (const int idx, const int cfg) |
| |
|
static const std::vector< Eigen::Vector4i > & | get_face_id_conf (const int idx, const int cfg) |
| |
This table contains all possible configurations for curring a tetrahedra with a plane. The script for generating the table is avilable at https://github.com/wildmeshing/fTetWild.
The documentation for this class was generated from the following files:
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/TetMeshCutTable.hpp
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/TetMeshCutTable.cpp