DataTransferKit - Multiphysics Solution Transfer Services  2.0
Public Member Functions | List of all members
DataTransferKit::nanoflann::IndexDist_Sorter Struct Reference

#include <DTK_nanoflann.hpp>

Public Member Functions

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

Detailed Description

operator "<" for std::sort()

Definition at line 197 of file DTK_nanoflann.hpp.

Member Function Documentation

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

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

Definition at line 201 of file DTK_nanoflann.hpp.


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