uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
nanoflann::IndexDist_Sorter Struct Reference

#include <nanoflann.hpp>

Collaboration diagram for nanoflann::IndexDist_Sorter:

Public Member Functions

template<typename PairType >
bool operator() (const PairType &p1, const PairType &p2) const
 

Detailed Description

operator "<" for std::sort()

Member Function Documentation

◆ operator()()

template<typename PairType >
bool nanoflann::IndexDist_Sorter::operator() ( const PairType &  p1,
const PairType &  p2 
) const
inline

PairType will be typically: ResultItem<IndexType,DistanceType>


The documentation for this struct was generated from the following file: