Wildmeshing Toolkit
|
#include <string>
#include <tuple>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | wmtk::components::triangle_insertion::ChildMeshes |
Namespaces | |
namespace | wmtk |
namespace | wmtk::attribute |
namespace | wmtk::components |
namespace | wmtk::components::triangle_insertion |
Functions | |
std::tuple< std::shared_ptr< wmtk::TetMesh >, ChildMeshes > | wmtk::components::triangle_insertion::triangle_insertion (const TetMesh &bg_mesh, const std::string &bg_position, const TriMesh &mesh_in, const std::string &in_position, std::vector< attribute::MeshAttributeHandle > &pass_through, bool round, bool track_submeshes, bool make_child_free) |