Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
K2Tree< T >::NearestState Struct Reference

Thread-local state for nearest-neighbor recursion. More...

Collaboration diagram for K2Tree< T >::NearestState:
[legend]

Public Attributes

Nodenode = nullptr
 
Geom_Number dist2
 

Detailed Description

template<typename T = Empty_Class>
struct K2Tree< T >::NearestState

Thread-local state for nearest-neighbor recursion.

Definition at line 476 of file tpl_2dtree.H.

Member Data Documentation

◆ dist2

template<typename T = Empty_Class>
Geom_Number K2Tree< T >::NearestState::dist2

Definition at line 479 of file tpl_2dtree.H.

Referenced by K2Tree< T >::nearest().

◆ node

template<typename T = Empty_Class>
Node* K2Tree< T >::NearestState::node = nullptr

Definition at line 478 of file tpl_2dtree.H.

Referenced by K2Tree< T >::nearest().


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