#include <Eigen/Dense>
#include "is_boundary_edge.cpp"
Go to the source code of this file.
|
| template<typename DerivedF, typename DerivedE, typename DerivedB> |
| void | igl::is_boundary_edge (const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedB > &B) |
| | Determine for each edge E if it is a "boundary edge" in F.
|
| template<typename DerivedF, typename DerivedE, typename DerivedB, typename DerivedEMAP> |
| void | igl::is_boundary_edge (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|