Close.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Close< Distance, Point >

Functions

template<class D, class P>
std::ostream & operator<< (std::ostream &o, const Close< D, P > &c)


Function Documentation

template<class D, class P>
std::ostream& operator<< ( std::ostream &  o,
const Close< D, P > &  c 
)

Definition at line 25 of file Close.h.

00025                                                           {
00026   o<<"["<<c.min()<<","<<c.point()<<"]";
00027 }


Generated on Fri Sep 21 13:20:37 2007 for AtlfastUtils by  doxygen 1.5.1