16template <
typename Particle_T>
28template <
typename Particle_T,
typename FunctionType>
30 FunctionType &&function) {
Inner nodes of the octree data structure.
Definition: OctreeInnerNode.h:23
An octree leaf node.
Definition: OctreeLeafNode.h:27
The base class that provides the necessary function definitions that can be applied to an octree.
Definition: OctreeNodeInterface.h:32
virtual bool hasChildren()=0
Check if the node is a leaf or an inner node.
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32
decltype(auto) withStaticNodeType(const std::unique_ptr< OctreeNodeInterface< Particle_T > > &root, FunctionType &&function)
Will execute the passed function on the given root node.
Definition: OctreeStaticNodeSelector.h:29