Medusa  1.1
Coordinate Free Mehless Method implementation
KDTree.cpp
Go to the documentation of this file.
3 
9 template class mm::KDTree<mm::Vec1d>;
11 template std::ostream& mm::operator<<(std::ostream&, const mm::KDTree<mm::Vec1d>&);
12 template class mm::KDTree<mm::Vec2d>;
13 template std::ostream& mm::operator<<(std::ostream&, const mm::KDTree<mm::Vec2d>&);
14 template class mm::KDTree<mm::Vec3d>;
15 template std::ostream& mm::operator<<(std::ostream&, const mm::KDTree<mm::Vec3d>&);
mm::KDTree
Class representing a static k-d tree data structure.
Definition: KDTree_fwd.hpp:36
mm::operator<<
std::ostream & operator<<(std::ostream &os, const Gaussian< S > &b)
Output basic information about given Gaussian RBF.
Definition: Gaussian.hpp:37
KDTree.hpp
Vec.hpp