#include "igl_inline.h"
#include <Eigen/Core>
#include "edge_flaps.cpp"
Go to the source code of this file.
|
| template<typename DerivedF, typename DeriveduE, typename DerivedEMAP, typename DerivedEF, typename DerivedEI> |
| void | igl::edge_flaps (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DeriveduE > &uE, const Eigen::MatrixBase< DerivedEMAP > &EMAP, Eigen::PlainObjectBase< DerivedEF > &EF, Eigen::PlainObjectBase< DerivedEI > &EI) |
| | Determine "edge flaps": two faces on either side of a unique edge (assumes edge-manifold mesh).
|
| template<typename DerivedF, typename DeriveduE, typename DerivedEMAP, typename DerivedEF, typename DerivedEI> |
| void | igl::edge_flaps (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DeriveduE > &uE, Eigen::PlainObjectBase< DerivedEMAP > &EMAP, Eigen::PlainObjectBase< DerivedEF > &EF, Eigen::PlainObjectBase< DerivedEI > &EI) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|