#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "propagate_winding_numbers.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedL , typename DerivedW > |
bool | igl::copyleft::cgal::propagate_winding_numbers (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedL > &labels, Eigen::PlainObjectBase< DerivedW > &W) |
| Compute winding number on each side of the face.
|
|
template<typename DerivedV , typename DerivedF , typename DeriveduE , typename DeriveduEC , typename DeriveduEE , typename DerivedP , typename DerivedC , typename DerivedL , typename DerivedW > |
bool | igl::copyleft::cgal::propagate_winding_numbers (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DeriveduE > &uE, const Eigen::PlainObjectBase< DeriveduEC > &uEC, const Eigen::PlainObjectBase< DeriveduEE > &uEE, const size_t num_patches, const Eigen::PlainObjectBase< DerivedP > &P, const size_t num_cells, const Eigen::PlainObjectBase< DerivedC > &C, const Eigen::PlainObjectBase< DerivedL > &labels, Eigen::PlainObjectBase< DerivedW > &W) |
|