G+Smo  25.01.0
Geometry + Simulation Modules
 
Loading...
Searching...
No Matches
gsKDTree< KeyType, ValueType > Class Template Reference

Detailed Description

template<class KeyType, class ValueType>
class gismo::gsKDTree< KeyType, ValueType >

An interface representing a kd-tree in some number of dimensions.

The tree can be constructed from a set of data, (key,value)-pairs, and then queried for membership and k-nearest neighbors.

Public Member Functions

void print (std::ostream &os) const
 Prints the object as a string.