EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanoflann::IndexDist_Sorter Struct Reference

#include <fun4all_coresoftware/blob/master/offline/packages/PHTpcTracker/externals/nanoflann.hpp>

Public Member Functions

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

Detailed Description

operator "<" for std::sort()

Definition at line 204 of file nanoflann.hpp.

View newest version in sPHENIX GitHub at line 204 of file nanoflann.hpp

Member Function Documentation

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

PairType will be typically: std::pair<IndexType,DistanceType>

Definition at line 208 of file nanoflann.hpp.

View newest version in sPHENIX GitHub at line 208 of file nanoflann.hpp

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

PairType will be typically: std::pair<IndexType,DistanceType>

Definition at line 208 of file nanoflann.hpp.

View newest version in sPHENIX GitHub at line 208 of file nanoflann.hpp


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