Output a SgSList with SgPoint elements to a stream. More...
#include <SgWrite.h>
Public Member Functions | |
SgWriteSPointList (const SgArrayList< SgPoint, SIZE > &list, std::string label="", bool writeSize=true) | |
std::ostream & | Write (std::ostream &out) const |
Private Attributes | |
bool | m_writeSize |
const SgArrayList< SgPoint, SIZE > & | m_list |
std::string | m_label |
Related Functions | |
(Note that these are not member functions.) | |
template<int SIZE> | |
std::ostream & | operator<< (std::ostream &out, const SgWriteSPointList< SIZE > &write) |
Output a SgSList with SgPoint elements to a stream.
Definition at line 71 of file SgWrite.h.
SgWriteSPointList< SIZE >::SgWriteSPointList | ( | const SgArrayList< SgPoint, SIZE > & | list, | |
std::string | label = "" , |
|||
bool | writeSize = true | |||
) |
std::ostream & SgWriteSPointList< SIZE >::Write | ( | std::ostream & | out | ) | const |
Definition at line 103 of file SgWrite.h.
References SgWriteSPointList< SIZE >::m_label, SgWriteSPointList< SIZE >::m_list, and SgWriteSPointList< SIZE >::m_writeSize.
Referenced by operator<<().
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWriteSPointList< SIZE > & | write | |||
) | [related] |
std::string SgWriteSPointList< SIZE >::m_label [private] |
Definition at line 84 of file SgWrite.h.
Referenced by SgWriteSPointList< SIZE >::Write().
const SgArrayList<SgPoint,SIZE>& SgWriteSPointList< SIZE >::m_list [private] |
Definition at line 82 of file SgWrite.h.
Referenced by SgWriteSPointList< SIZE >::Write().
bool SgWriteSPointList< SIZE >::m_writeSize [private] |
Definition at line 80 of file SgWrite.h.
Referenced by SgWriteSPointList< SIZE >::Write().