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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename IntegerT >
void igl::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.
 
template<typename DerivedT , typename DerivedI , typename DerivedC >
void igl::on_boundary (const Eigen::MatrixBase< DerivedT > &T, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedC > &C)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.