13#include <Eigen/Sparse>
23 template <
typename DerivedF,
typename DerivedE>
25 const Eigen::MatrixBase<DerivedF> & F,
26 Eigen::PlainObjectBase<DerivedE> & E);
34 template <
typename DerivedI,
typename DerivedC,
typename DerivedE>
36 const Eigen::MatrixBase<DerivedI> & I,
37 const Eigen::MatrixBase<DerivedC> & C,
38 Eigen::PlainObjectBase<DerivedE> & E);
43 template <
typename T,
typename DerivedE>
45 const Eigen::SparseMatrix<T> & A,
46 Eigen::PlainObjectBase<DerivedE> & E);
49#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void edges(const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E)
Constructs a list of unique edges represented in a given mesh (V,F)