SPH
Variables
KdTree.cpp File Reference
#include "objects/finders/KdTree.h"

Go to the source code of this file.

Variables

NAMESPACE_SPH_BEGIN thread_local Array< ProcessedNodenodeStack
 Cached stack to avoid reallocation. More...
 

Variable Documentation

◆ nodeStack

NAMESPACE_SPH_BEGIN thread_local Array<ProcessedNode> nodeStack

Cached stack to avoid reallocation.

It is thread_local to allow using KdTree from multiple threads

Definition at line 5 of file KdTree.cpp.