Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
octree.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "octree.cpp"
+ Include dependency graph for octree.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedP , typename IndexType , typename DerivedCH , typename DerivedCN , typename DerivedW >
IGL_INLINE 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)