libigl v2.5.0
Loading...
Searching...
No Matches
ears.h
Go to the documentation of this file.
1#ifndef IGL_EARS_H
2#define IGL_EARS_H
3#include "igl_inline.h"
4#include <Eigen/Core>
5namespace igl
6{
15 template <
16 typename DerivedF,
17 typename Derivedear,
18 typename Derivedear_opp>
20 const Eigen::MatrixBase<DerivedF> & F,
21 Eigen::PlainObjectBase<Derivedear> & ear,
22 Eigen::PlainObjectBase<Derivedear_opp> & ear_opp);
23}
24#ifndef IGL_STATIC_LIBRARY
25# include "ears.cpp"
26#endif
27#endif
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:17
void ears(const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< Derivedear > &ear, Eigen::PlainObjectBase< Derivedear_opp > &ear_opp)
Find all ears (faces with two boundary edges) in a given mesh.