#include <memory>
#include "autopas/containers/octree/OctreeInnerNode.h"
#include "autopas/containers/octree/OctreeLeafNode.h"
#include "autopas/containers/octree/OctreeNodeWrapper.h"
Go to the source code of this file.
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |
Functions | |
template<typename Particle_T , typename FunctionType > | |
decltype(auto) | autopas::withStaticNodeType (const std::unique_ptr< OctreeNodeInterface< Particle_T > > &root, FunctionType &&function) |
Will execute the passed function on the given root node. | |