SPH
Variables
Octree.h File Reference

Implementation of Octree algorithm for kNN queries. More...

#include "objects/containers/Array.h"
#include "objects/finders/NeighbourFinder.h"
#include "objects/geometry/Box.h"
#include "system/Profiler.h"

Go to the source code of this file.

Variables

constexpr NAMESPACE_SPH_BEGIN Size MAX_CHILDREN_PER_LEAF = 1
 

Detailed Description

Implementation of Octree algorithm for kNN queries.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file Octree.h.

Variable Documentation

◆ MAX_CHILDREN_PER_LEAF

constexpr NAMESPACE_SPH_BEGIN Size MAX_CHILDREN_PER_LEAF = 1
constexpr

Definition at line 15 of file Octree.h.