#include "igl_inline.h"
#include <Eigen/Core>
#include <unordered_map>
#include "edge_crossings.cpp"
Go to the source code of this file.
|
template<typename DeriveduE , typename DerivedS , typename DerivedT > |
void | igl::edge_crossings (const Eigen::MatrixBase< DeriveduE > &uE, const Eigen::MatrixBase< DerivedS > &S, const typename DerivedS::Scalar val, std::unordered_map< int, int > &uE2I, Eigen::PlainObjectBase< DerivedT > &T) |
| Compute the each point that a scalar field crosses a specified value along an edge of a mesh.
|
|