DataTransferKit - Multiphysics Solution Transfer Services  2.0
Static Public Member Functions | List of all members
DataTransferKit::SearchTreeFactory Class Reference

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...
 

Detailed Description

Factory for building search trees.

Definition at line 57 of file DTK_SearchTreeFactory.hpp.

Member Function Documentation

Teuchos::RCP< StaticSearchTree > DataTransferKit::SearchTreeFactory::createStaticTree ( const unsigned  dim,
const Teuchos::ArrayView< const double > &  points,
const unsigned  leaf_size 
)
static

Static tree creation method.

Parameters
dimSpatial dimension of the tree.
pointsThe point cloud coordinates to build the tree with.
leaf_sizeThe leaft size to build the tree with.
Returns
The constructed tree.

Definition at line 57 of file DTK_SearchTreeFactory.cpp.


The documentation for this class was generated from the following files: