Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgWritePoint Struct Reference

#include <SgPoint.h>

List of all members.


Detailed Description

Write point.

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)


Constructor & Destructor Documentation

SgWritePoint::SgWritePoint ( SgPoint  p  )  [explicit]

Definition at line 158 of file SgPoint.h.


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  out,
const SgWritePoint writePoint 
) [related]

Definition at line 147 of file SgPoint.cpp.


Member Data Documentation

SgPoint SgWritePoint::m_p

Definition at line 150 of file SgPoint.h.

Referenced by operator<<().


The documentation for this struct was generated from the following file:


17 Jun 2010 Doxygen 1.4.7