Wildmeshing Toolkit
|
#include "delaunay.hpp"
#include <wmtk/PointMesh.hpp>
#include <wmtk/TetMesh.hpp>
#include <wmtk/TriMesh.hpp>
#include <wmtk/utils/Logger.hpp>
#include <wmtk/utils/mesh_utils.hpp>
#include "internal/delaunay_2d.hpp"
#include "internal/delaunay_3d.hpp"
Go to the source code of this file.
Namespaces | |
namespace | wmtk |
namespace | 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) |