#include <SgWrite.h>
Splits long lists into multiple lines.
Definition at line 46 of file SgWrite.h.
Public Member Functions | |
| SgWritePointList (const std::vector< SgPoint > &pointList, std::string label="", bool writeSize=true) | |
| SgWritePointList (const SgVector< SgPoint > &pointList, std::string label="", bool writeSize=true) | |
| std::ostream & | Write (std::ostream &out) const |
Private Attributes | |
| bool | m_writeSize |
| std::vector< SgPoint > | m_pointList |
| std::string | m_label |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &out, const SgWritePointList &write) |
| SgWritePointList::SgWritePointList | ( | const std::vector< SgPoint > & | pointList, | |
| std::string | label = "", |
|||
| bool | writeSize = true | |||
| ) |
Definition at line 52 of file SgWrite.cpp.
| ostream & SgWritePointList::Write | ( | std::ostream & | out | ) | const |
Definition at line 69 of file SgWrite.cpp.
References m_label, m_pointList, and m_writeSize.
Referenced by operator<<().
| std::ostream & operator<< | ( | std::ostream & | out, | |
| const SgWritePointList & | write | |||
| ) | [related] |
Definition at line 99 of file SgWrite.cpp.
std::string SgWritePointList::m_label [private] |
std::vector<SgPoint> SgWritePointList::m_pointList [private] |
bool SgWritePointList::m_writeSize [private] |