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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedS , typename Derivedvals , typename DerivediB , typename DerivediFI , typename DerivediE , typename DerivedI >
void igl::isolines_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedS > &S, const Eigen::MatrixBase< Derivedvals > &vals, Eigen::PlainObjectBase< DerivediB > &iB, Eigen::PlainObjectBase< DerivediFI > &iFI, Eigen::PlainObjectBase< DerivediE > &iE, Eigen::PlainObjectBase< DerivedI > &I)
 Compute isolines of a scalar field on a triangle mesh intrinsically.
 
template<typename DerivedF , typename DerivedS , typename DeriveduE , typename DerivedEMAP , typename DeriveduEC , typename DeriveduEE , typename DerivediB , typename DerivediFI , typename DerivediE >
void igl::isolines_intrinsic (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedS > &S, const Eigen::MatrixBase< DeriveduE > &uE, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DeriveduEC > &uEC, const Eigen::MatrixBase< DeriveduEE > &uEE, const typename DerivedS::Scalar val, Eigen::PlainObjectBase< DerivediB > &iB, Eigen::PlainObjectBase< DerivediFI > &iFI, Eigen::PlainObjectBase< DerivediE > &iE)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.