Medusa  1.1
Coordinate Free Mehless Method implementation
KDGrid.cpp
Go to the documentation of this file.
2 
8 template class mm::KDGrid<mm::Vec1d>;
10 template std::ostream& mm::operator<<(std::ostream&, const mm::KDGrid<Vec1d>&);
11 template class mm::KDGrid<mm::Vec2d>;
12 template std::ostream& mm::operator<<(std::ostream&, const mm::KDGrid<Vec2d>&);
13 template class mm::KDGrid<mm::Vec3d>;
14 template std::ostream& mm::operator<<(std::ostream&, const mm::KDGrid<Vec3d>&);
mm::operator<<
std::ostream & operator<<(std::ostream &os, const Gaussian< S > &b)
Output basic information about given Gaussian RBF.
Definition: Gaussian.hpp:37
mm::KDGrid
Search structure over given d-dimensional box with given cell size.
Definition: KDGrid_fwd.hpp:29
KDGrid.hpp