Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
VantagePointTree< RandomAccessIterator, DistanceCallback >::Node Struct Reference

Public Member Functions

 Node ()
 
 ~Node ()
 
 Node (const Node &)
 
Nodeoperator= (const Node &)
 

Public Attributes

int index
 
double threshold
 
Nodeleft
 
Noderight
 

Detailed Description

template<class RandomAccessIterator, class DistanceCallback>
struct tapkee::tapkee_internal::VantagePointTree< RandomAccessIterator, DistanceCallback >::Node

Definition at line 117 of file neighbors/vptree.hpp.

Constructor & Destructor Documentation

Node ( )

Definition at line 124 of file neighbors/vptree.hpp.

~Node ( )

Definition at line 130 of file neighbors/vptree.hpp.

Node ( const Node )

Member Function Documentation

Node& operator= ( const Node )

Member Data Documentation

int index

Definition at line 119 of file neighbors/vptree.hpp.

Node* left

Definition at line 121 of file neighbors/vptree.hpp.

Node* right

Definition at line 122 of file neighbors/vptree.hpp.

double threshold

Definition at line 120 of file neighbors/vptree.hpp.


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