RDM_RTREE_KEY Struct Reference

The RDM R-tree Key data structure. More...

#include "rdmtypes.h"

Data Fields

const void * value
size_t bytesIn
RDM_RTREE_TYPE type
uint32_t maxNeighbors

Detailed Description

The RDM R-tree Key data structure.

Field Documentation

bytesIn

size_t RDM_RTREE_KEY::bytesIn

The length of value

maxNeighbors

uint32_t RDM_RTREE_KEY::maxNeighbors

For nearest neighbor searches the maximum number to identify

type

RDM_RTREE_TYPE RDM_RTREE_KEY::type

The type of search to perform

value

const void* RDM_RTREE_KEY::value

The key value

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