typePrint.h

Go to the documentation of this file.
00001 #ifndef TYPE_PRINT_H
00002 #define TYPE_PRINT_H
00003 
00013 #include "typeUtils.h"
00014 #include <iostream>
00015 
00016 
00023 std::ostream& operator<<(std::ostream& s, const VXV::Position3D& rhs);
00024 
00031 std::ostream& operator<<(std::ostream& s, const VXV::Position& rhs);
00032 
00039 std::ostream& operator<<(std::ostream& s, const VXV::Direction& rhs);
00040 
00041 #endif /* !TYPE_PRINT_H */
00042 

Generated on Mon Apr 13 22:52:05 2009 by  doxygen 1.5.7.1