Wildmeshing Toolkit
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
wmtk::CutTable Class Reference

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 Public Member Functions

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)
 

Detailed Description

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: