PLaSK library
Loading...
Searching...
No Matches
spatial_index.hpp File Reference
#include "transform.hpp"
Include dependency graph for spatial_index.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  plask::SpatialIndexNode< DIMS >
 Base class for cache and nodes of cache. More...
 

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Functions

template<int DIMS>
std::unique_ptr< SpatialIndexNode< DIMS > > plask::buildSpatialIndex (const std::vector< shared_ptr< Translation< DIMS > > > &children)
 Build spatial index.
 
template PLASK_API std::unique_ptr< SpatialIndexNode< 2 > > plask::buildSpatialIndex (const std::vector< shared_ptr< Translation< 2 > > > &children)
 
template PLASK_API std::unique_ptr< SpatialIndexNode< 3 > > plask::buildSpatialIndex (const std::vector< shared_ptr< Translation< 3 > > > &children)