8#ifndef IGL_REMESH_ALONG_ISOLINE_H
9#define IGL_REMESH_ALONG_ISOLINE_H
13#include <Eigen/Sparse>
45 const Eigen::MatrixBase<DerivedV> & V,
46 const Eigen::MatrixBase<DerivedF> & F,
47 const Eigen::MatrixBase<DerivedS> & S,
48 const typename DerivedS::Scalar val,
49 Eigen::PlainObjectBase<DerivedU> & U,
50 Eigen::PlainObjectBase<DerivedG> & G,
51 Eigen::PlainObjectBase<DerivedSU> & SU,
52 Eigen::PlainObjectBase<DerivedJ> & J,
53 Eigen::SparseMatrix<BCtype> & BC,
54 Eigen::PlainObjectBase<DerivedL> & L);
67 const Eigen::MatrixBase<DerivedF> & F,
68 const Eigen::MatrixBase<DerivedS> & S,
69 const typename DerivedS::Scalar val,
70 Eigen::PlainObjectBase<DerivedG> & G,
71 Eigen::PlainObjectBase<DerivedSU> & SU,
72 Eigen::PlainObjectBase<DerivedJ> & J,
73 Eigen::SparseMatrix<BCtype> & BC,
74 Eigen::PlainObjectBase<DerivedL> & L);
77#ifndef IGL_STATIC_LIBRARY
78# include "remesh_along_isoline.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void remesh_along_isoline(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedS > &S, const typename DerivedS::Scalar val, Eigen::PlainObjectBase< DerivedU > &U, Eigen::PlainObjectBase< DerivedG > &G, Eigen::PlainObjectBase< DerivedSU > &SU, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::SparseMatrix< BCtype > &BC, Eigen::PlainObjectBase< DerivedL > &L)
Given a triangle mesh and a scalar field, remesh so that a given isovalue of the scalar field follows...