SPH
Public Attributes | List of all members
ProcessedNode Struct Reference

Object used during traversal. More...

#include <KdTree.inl.h>

Public Attributes

Size idx
 Index into the nodeStack array. We cannot use pointers because the array might get reallocated. More...
 
Vector sizeSqr
 
Float distanceSqr
 

Detailed Description

Object used during traversal.

Holds an index of the node and squared distance of the bounding box.

Definition at line 300 of file KdTree.inl.h.

Member Data Documentation

◆ distanceSqr

Float ProcessedNode::distanceSqr

Definition at line 306 of file KdTree.inl.h.

◆ idx

Size ProcessedNode::idx

Index into the nodeStack array. We cannot use pointers because the array might get reallocated.

Definition at line 302 of file KdTree.inl.h.

◆ sizeSqr

Vector ProcessedNode::sizeSqr

Definition at line 304 of file KdTree.inl.h.


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