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 7 of file triangle_insertion.hpp.
std::shared_ptr<Mesh> wmtk::components::triangle_insertion::ChildMeshes::bbox_mesh = nullptr |
Definition at line 13 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 12 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 11 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 10 of file triangle_insertion.hpp.
Referenced by wmtk::components::triangle_insertion::triangle_insertion().