Searched refs:nodeSize_ (Results 1 – 1 of 1) sorted by relevance
30 KDBush(const std::uint8_t nodeSize_ = defaultNodeSize) : nodeSize(nodeSize_) { in KDBush() argument33 KDBush(const std::vector<TPoint> &points_, const std::uint8_t nodeSize_ = defaultNodeSize) in KDBush() argument34 : KDBush(std::begin(points_), std::end(points_), nodeSize_) { in KDBush()40 const std::uint8_t nodeSize_ = defaultNodeSize) in KDBush() argument41 : nodeSize(nodeSize_) { in KDBush()