Struct KdTreeIndex::Index

Nested Relationships

This struct is a nested type of Template Class KdTreeIndex.

Inheritance Relationships

Base Type

  • public std::vector< Node >

Struct Documentation

struct Index : public std::vector<Node>

Public Functions

inline void toStream(std::ostream &str) const
inline void fromStream(std::istream &str)

Public Members

BoundingBox rootBBox
int dims = 0
int nValues = 0