Write point. More...
#include <SgPoint.h>
Public Member Functions | |
| SgWritePoint (SgPoint p) | |
Public Attributes | |
| SgPoint | m_p |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &out, const SgWritePoint &writePoint) |
Write point.
Wrapper class to allow overloading the output stream operator, because SgPoint is a typedef int.
Definition at line 159 of file SgPoint.h.
| std::ostream & operator<< | ( | std::ostream & | out, | |
| const SgWritePoint & | writePoint | |||
| ) | [related] |
Definition at line 146 of file SgPoint.cpp.
Definition at line 161 of file SgPoint.h.
Referenced by operator<<().