Wildmeshing Toolkit
delaunay.cpp File Reference
Include dependency graph for delaunay.cpp:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::components
 

Functions

template<int D>
RowVectors< double, D > wmtk::components::points_to_rowvectors (const PointMesh &point_cloud, const attribute::MeshAttributeHandle &pts_attr)
 
template<int D, typename MeshT >
std::shared_ptr< MeshT > wmtk::components::delaunay_exec (const PointMesh &point_cloud, const attribute::MeshAttributeHandle &pts_attr, const std::string &output_pos_attr_name)
 
std::shared_ptr< Mesh > wmtk::components::delaunay (const PointMesh &point_cloud, const attribute::MeshAttributeHandle &pts_attr, const std::string &output_pos_attr_name)