36 template <
typename DerivedV,
typename DerivedF,
typename DerivedC,
typename DerivedI>
38 Eigen::PlainObjectBase<DerivedV>& V,
39 Eigen::PlainObjectBase<DerivedF>& F,
40 const Eigen::MatrixBase<DerivedC>& cuts,
41 Eigen::PlainObjectBase<DerivedI>& I
55 template <
typename DerivedV,
typename DerivedF,
typename DerivedFF,
typename DerivedFFi,
typename DerivedC,
typename DerivedI>
57 Eigen::PlainObjectBase<DerivedV>& V,
58 Eigen::PlainObjectBase<DerivedF>& F,
59 Eigen::MatrixBase<DerivedFF>& FF,
60 Eigen::MatrixBase<DerivedFFi>& FFi,
61 const Eigen::MatrixBase<DerivedC>& C,
62 Eigen::PlainObjectBase<DerivedI>& I
76 template <
typename DerivedV,
typename DerivedF,
typename DerivedC>
78 const Eigen::MatrixBase<DerivedV>& V,
79 const Eigen::MatrixBase<DerivedF>& F,
80 const Eigen::MatrixBase<DerivedC>& cuts,
81 Eigen::PlainObjectBase<DerivedV>& Vn,
82 Eigen::PlainObjectBase<DerivedF>& Fn
109 const Eigen::MatrixBase<DerivedV>& V,
110 const Eigen::MatrixBase<DerivedF>& F,
111 const Eigen::MatrixBase<DerivedC>& cuts,
112 Eigen::PlainObjectBase<DerivedVn>& Vn,
113 Eigen::PlainObjectBase<DerivedFn>& Fn,
114 Eigen::PlainObjectBase<DerivedI>& I);
121#ifndef IGL_STATIC_LIBRARY
122#include "cut_mesh.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void cut_mesh(Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F, const Eigen::MatrixBase< DerivedC > &cuts, Eigen::PlainObjectBase< DerivedI > &I)
Given a mesh and a list of edges that are to be cut, the function generates a new disk-topology mesh ...