libigl v2.5.0
Loading...
Searching...
No Matches
signed_distance_isosurface.h File Reference
#include "../../igl_inline.h"
#include "../../signed_distance.h"
#include <Eigen/Core>
#include "signed_distance_isosurface.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

bool igl::copyleft::cgal::signed_distance_isosurface (const Eigen::MatrixXd &IV, const Eigen::MatrixXi &IF, const double level, const double angle_bound, const double radius_bound, const double distance_bound, const SignedDistanceType sign_type, Eigen::MatrixXd &V, Eigen::MatrixXi &F)
 Compute the contour of an iso-level of the signed distance field to a given mesh.