Wildmeshing Toolkit
|
#include <triangle_insertion.hpp>
Public Attributes | |
std::shared_ptr< Mesh > | surface_mesh = nullptr |
std::shared_ptr< Mesh > | open_boundary_mesh = nullptr |
std::shared_ptr< Mesh > | nonmanifold_edge_mesh = nullptr |
std::shared_ptr< Mesh > | bbox_mesh = nullptr |
Definition at line 19 of file triangle_insertion.hpp.
std::shared_ptr<Mesh> wmtk::components::triangle_insertion::ChildMeshes::bbox_mesh = nullptr |
Definition at line 25 of file triangle_insertion.hpp.
Referenced by wmtk::components::triangle_insertion::triangle_insertion().
std::shared_ptr<Mesh> wmtk::components::triangle_insertion::ChildMeshes::nonmanifold_edge_mesh = nullptr |
Definition at line 24 of file triangle_insertion.hpp.
Referenced by wmtk::components::triangle_insertion::triangle_insertion().
std::shared_ptr<Mesh> wmtk::components::triangle_insertion::ChildMeshes::open_boundary_mesh = nullptr |
Definition at line 23 of file triangle_insertion.hpp.
Referenced by wmtk::components::triangle_insertion::triangle_insertion().
std::shared_ptr<Mesh> wmtk::components::triangle_insertion::ChildMeshes::surface_mesh = nullptr |
Definition at line 22 of file triangle_insertion.hpp.
Referenced by wmtk::components::triangle_insertion::triangle_insertion().