41 #ifndef DTK_SEARCHTREEFACTORY_HPP 42 #define DTK_SEARCHTREEFACTORY_HPP 46 #include <Teuchos_RCP.hpp> 67 static Teuchos::RCP<StaticSearchTree>
69 const Teuchos::ArrayView<const double> &points,
70 const unsigned leaf_size );
79 #endif // end DTK_SEARCHTREEFACTORY_HPP Spatial searching for point clouds.
static Teuchos::RCP< StaticSearchTree > createStaticTree(const unsigned dim, const Teuchos::ArrayView< const double > &points, const unsigned leaf_size)
Static tree creation method.
Factory for building search trees.