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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedP , typename IndexType , typename DerivedCH , typename DerivedCN , typename DerivedW >
void igl::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.