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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedC , typename DerivedI >
void igl::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 that has the cuts at its boundary.
 
template<typename DerivedV , typename DerivedF , typename DerivedFF , typename DerivedFFi , typename DerivedC , typename DerivedI >
void igl::cut_mesh (Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F, Eigen::MatrixBase< DerivedFF > &FF, Eigen::MatrixBase< DerivedFFi > &FFi, const Eigen::MatrixBase< DerivedC > &C, 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 that has the cuts at its boundary.
 
template<typename DerivedV , typename DerivedF , typename DerivedC >
void igl::cut_mesh (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedC > &cuts, Eigen::PlainObjectBase< DerivedV > &Vn, Eigen::PlainObjectBase< DerivedF > &Fn)
 Given a mesh and a list of edges that are to be cut, the function generates a new disk-topology mesh that has the cuts at its boundary.
 
template<typename DerivedV , typename DerivedF , typename DerivedC , typename DerivedI >
void igl::cut_mesh (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedC > &cuts, Eigen::PlainObjectBase< DerivedV > &Vn, Eigen::PlainObjectBase< DerivedF > &Fn, 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 that has the cuts at its boundary.