#include <SgPoint.h>
Wrapper class to allow overloading the output stream operator, because SgPoint is a typedef int.
Definition at line 148 of file 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) |
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWritePoint & | writePoint | |||
) | [related] |
Definition at line 147 of file SgPoint.cpp.