Tesseract
3.02
|
Public Member Functions | |
Element () | |
Element (const Key &k, const Value &v) | |
Public Attributes | |
Key | key |
Value | value |
Definition at line 58 of file kdtree.cpp.
MinK< Key, Value >::Element::Element | ( | ) | [inline] |
Definition at line 59 of file kdtree.cpp.
{}
MinK< Key, Value >::Element::Element | ( | const Key & | k, |
const Value & | v | ||
) | [inline] |
Definition at line 60 of file kdtree.cpp.
Key MinK< Key, Value >::Element::key |
Definition at line 62 of file kdtree.cpp.
Value MinK< Key, Value >::Element::value |
Definition at line 63 of file kdtree.cpp.