uvgVPCCenc 1.2.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Typedefs
kdTree.hpp File Reference
#include "nanoflann.hpp"
#include "KDTreeVectorOfVectorsAdaptor.h"
#include "utils/constants.hpp"
#include "uvgutils/utils.hpp"
Include dependency graph for kdTree.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KdTree
 

Typedefs

using nanoflannAdaptorType = KDTreeVectorOfVectorsAdaptor< std::vector< uvgutils::VectorN< typeGeometryInput, 3 > >, double, 3, nanoflann::metric_L2_Simple, size_t >
 

Typedef Documentation

◆ nanoflannAdaptorType

using nanoflannAdaptorType = KDTreeVectorOfVectorsAdaptor<std::vector<uvgutils::VectorN<typeGeometryInput, 3> >, double, 3, nanoflann::metric_L2_Simple, size_t>