8#ifndef IGL_ON_BOUNDARY_H
9#define IGL_ON_BOUNDARY_H
27 template <
typename IntegerT>
29 const std::vector<std::vector<IntegerT> > & T,
30 std::vector<bool> & I,
31 std::vector<std::vector<bool> > & C);
33 template <
typename DerivedT,
typename DerivedI,
typename DerivedC>
35 const Eigen::MatrixBase<DerivedT>& T,
36 Eigen::PlainObjectBase<DerivedI>& I,
37 Eigen::PlainObjectBase<DerivedC>& C);
40#ifndef IGL_STATIC_LIBRARY
41# include "on_boundary.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void on_boundary(const std::vector< std::vector< IntegerT > > &T, std::vector< bool > &I, std::vector< std::vector< bool > > &C)
Determine boundary facets of mesh elements stored in T.