|
DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
Factory for building search trees. More...
#include <DTK_SearchTreeFactory.hpp>
Static Public Member Functions | |
| static Teuchos::RCP< StaticSearchTree > | createStaticTree (const unsigned dim, const Teuchos::ArrayView< const double > &points, const unsigned leaf_size) |
| Static tree creation method. More... | |
Factory for building search trees.
Definition at line 57 of file DTK_SearchTreeFactory.hpp.
|
static |
Static tree creation method.
| dim | Spatial dimension of the tree. |
| points | The point cloud coordinates to build the tree with. |
| leaf_size | The leaft size to build the tree with. |
Definition at line 57 of file DTK_SearchTreeFactory.cpp.
1.8.11