Medusa  1.1
Coordinate Free Mehless Method implementation
KDTreeMutable.cpp
Go to the documentation of this file.
3 
9 template class mm::KDTreeMutable<mm::Vec1d>;
11 template std::ostream& mm::operator<<(std::ostream&, const mm::KDTreeMutable<mm::Vec1d>&);
12 template class mm::KDTreeMutable<mm::Vec2d>;
13 template std::ostream& mm::operator<<(std::ostream&, const mm::KDTreeMutable<mm::Vec2d>&);
14 template class mm::KDTreeMutable<mm::Vec3d>;
15 template std::ostream& mm::operator<<(std::ostream&, const mm::KDTreeMutable<mm::Vec3d>&);
mm::KDTreeMutable
A k-d tree data structure that supports dynamic insertions and lazy-removal.
Definition: HalfLinksRefine_fwd.hpp:18
mm::operator<<
std::ostream & operator<<(std::ostream &os, const Gaussian< S > &b)
Output basic information about given Gaussian RBF.
Definition: Gaussian.hpp:37
KDTreeMutable.hpp
Vec.hpp