#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "circulation.cpp"
Go to the source code of this file.
|
| template<typename DerivedEMAP, typename DerivedEF, typename DerivedEI> |
| std::vector< int > | igl::circulation (const int e, const bool ccw, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DerivedEF > &EF, const Eigen::MatrixBase< DerivedEI > &EI) |
| | Return list of faces around the end point of an edge.
|
| template<typename DerivedEMAP, typename DerivedEF, typename DerivedEI, typename DerivedvN> |
| void | igl::circulation (const int e, const bool ccw, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DerivedEF > &EF, const Eigen::MatrixBase< DerivedEI > &EI, Eigen::PlainObjectBase< DerivedvN > &vN) |
| | Return list of faces around the end point of an edge.
|
| template<typename DerivedF, typename DerivedEMAP, typename DerivedEF, typename DerivedEI, typename Nv_type> |
| void | igl::circulation (const int e, const bool ccw, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DerivedEF > &EF, const Eigen::MatrixBase< DerivedEI > &EI, std::vector< Nv_type > &Nv, std::vector< Nv_type > &Nf) |
| | Return list of faces around the end point of an edge.
|