#include <SgPointSetUtil.h>
Definition at line 17 of file SgPointSetUtil.h.
Public Member Functions | |
SgWritePointSet (const SgPointSet &pointSet, std::string label="", bool writeSize=true) | |
std::ostream & | Write (std::ostream &out) const |
Private Attributes | |
bool | m_writeSize |
const SgPointSet & | m_pointSet |
std::string | m_label |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &out, const SgWritePointSet &write) |
SgWritePointSet::SgWritePointSet | ( | const SgPointSet & | pointSet, | |
std::string | label = "" , |
|||
bool | writeSize = true | |||
) |
Definition at line 18 of file SgPointSetUtil.cpp.
ostream & SgWritePointSet::Write | ( | std::ostream & | out | ) | const |
Definition at line 26 of file SgPointSetUtil.cpp.
References m_label, m_pointSet, m_writeSize, and SgPointSet::Size().
Referenced by operator<<().
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWritePointSet & | write | |||
) | [related] |
Definition at line 55 of file SgPointSetUtil.cpp.
std::string SgWritePointSet::m_label [private] |
const SgPointSet& SgWritePointSet::m_pointSet [private] |
bool SgWritePointSet::m_writeSize [private] |