SPH
|
#include "objects/finders/KdTree.h"
Go to the source code of this file.
Variables | |
NAMESPACE_SPH_BEGIN thread_local Array< ProcessedNode > | nodeStack |
Cached stack to avoid reallocation. More... | |
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.