44 template <
typename DerivedP,
typename IndexType,
typename DerivedCH,
45 typename DerivedCN,
typename DerivedW>
47 std::vector<std::vector<IndexType> > & point_indices,
48 Eigen::PlainObjectBase<DerivedCH>& CH,
49 Eigen::PlainObjectBase<DerivedCN>& CN,
50 Eigen::PlainObjectBase<DerivedW>& W);
53#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void octree(const Eigen::MatrixBase< DerivedP > &P, std::vector< std::vector< IndexType > > &point_indices, Eigen::PlainObjectBase< DerivedCH > &CH, Eigen::PlainObjectBase< DerivedCN > &CN, Eigen::PlainObjectBase< DerivedW > &W)
Given a set of 3D points P, generate data structures for a pointerless octree.