OpenLB 1.7
Loading...
Searching...
No Matches
Public Attributes | List of all members
nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node Struct Reference

#include <nanoflann.hpp>

+ Collaboration diagram for nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node:

Public Attributes

union { 
 
   struct { 
 
      IndexType   left 
 Indices of points in leaf node. More...
 
      IndexType   right 
 
   }   lr 
 
   struct { 
 
      int   divfeat 
 Dimension used for subdivision. More...
 
      DistanceType   divlow 
 The values used for subdivision. More...
 
      DistanceType   divhigh 
 
   }   sub 
 
};  
 
Nodechild1
 The child nodes.
 
Nodechild2
 

Detailed Description

template<typename Distance, class DatasetAdaptor, int DIM = -1, typename IndexType = size_t>
struct nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node

Definition at line 897 of file nanoflann.hpp.

Member Data Documentation

◆ [union]

union { ... } nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node

◆ child1

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
Node* nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::child1

The child nodes.

Definition at line 919 of file nanoflann.hpp.

◆ child2

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
Node * nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::child2

Definition at line 919 of file nanoflann.hpp.

◆ divfeat

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
int nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divfeat

Dimension used for subdivision.

Definition at line 909 of file nanoflann.hpp.

◆ divhigh

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divhigh

Definition at line 913 of file nanoflann.hpp.

◆ divlow

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divlow

The values used for subdivision.

Definition at line 913 of file nanoflann.hpp.

◆ left

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
IndexType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::left

Indices of points in leaf node.

Definition at line 903 of file nanoflann.hpp.

◆ [struct]

struct { ... } nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::lr

◆ right

template<typename Distance , class DatasetAdaptor , int DIM = -1, typename IndexType = size_t>
IndexType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::right

Definition at line 903 of file nanoflann.hpp.

◆ [struct]

struct { ... } nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::sub

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