8#ifndef IGL_EYTZINGER_AABB_WINDING_NUMBER_TREE_H
9#define IGL_EYTZINGER_AABB_WINDING_NUMBER_TREE_H
32 const Eigen::MatrixBase<DerivedE> & E,
33 const Eigen::MatrixBase<Derivedleaf> & leaf,
34 Eigen::PlainObjectBase<DerivedI> & I,
35 Eigen::PlainObjectBase<DerivedC> & C);
38#ifndef IGL_STATIC_LIBRARY
39#include "eytzinger_aabb_winding_number_tree.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void eytzinger_aabb_winding_number_tree(const Eigen::MatrixBase< DerivedE > &E, const Eigen::MatrixBase< Derivedleaf > &leaf, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedC > &C)
For each internal node of the Eytzinger AABB tree, compute a streamed list of pairs of vertices which...