#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "piecewise_constant_winding_number.cpp"
Go to the source code of this file.
|
template<typename DerivedF , typename DeriveduE , typename DeriveduEC , typename DeriveduEE > |
bool | igl::piecewise_constant_winding_number (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DeriveduE > &uE, const Eigen::MatrixBase< DeriveduEC > &uEC, const Eigen::MatrixBase< DeriveduEE > &uEE) |
| Determine if a given mesh induces a piecewise constant winding number field: Is this mesh valid input to solid set operations.
|
|
template<typename DerivedF > |
bool | igl::piecewise_constant_winding_number (const Eigen::MatrixBase< DerivedF > &F) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|