Generated on Mon Jun 23 16:24:56 2008 for BIU-1.7.0 by doxygen 1.5.1

src/biu/util/point.hh

Go to the documentation of this file.
00001 
00002 #ifndef UTIL_POINT_HH_
00003 #define UTIL_POINT_HH_
00004 
00005 #include "../Point.hh"
00006 
00007     std::ostream& 
00008     operator<< (std::ostream &out, const biu::IPointSet& s);
00009 
00010     std::ostream& 
00011     operator<< (std::ostream &out, const biu::IPointVec& s);
00012 
00013     std::ostream& 
00014     operator<< (std::ostream &out, const biu::DPointSet& s);
00015 
00016     std::ostream& 
00017     operator<< (std::ostream &out, const biu::DPointVec& s);
00018 
00019 
00020 namespace biu {
00021     
00022     
00023     
00027     template<class T>
00028     bool
00029     isSubset(const std::set< Point3D<T> > &s, const std::set< Point3D<T> > &sub);
00030     
00031     
00032 } // namespace biu
00033 
00034 
00035 // implementations
00036 #include "point.icc"
00037 
00038 #endif /*UTIL_POINT_HH_*/