PLaSK library
|
#include "transform.hpp"
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) |