Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Private Attributes | Related Functions

SgWriteSPointList< SIZE > Class Template Reference

Output a SgSList with SgPoint elements to a stream. More...

#include <SgWrite.h>

List of all members.

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)

Detailed Description

template<int SIZE>
class SgWriteSPointList< SIZE >

Output a SgSList with SgPoint elements to a stream.

Definition at line 71 of file SgWrite.h.


Constructor & Destructor Documentation

template<int SIZE>
SgWriteSPointList< SIZE >::SgWriteSPointList ( const SgArrayList< SgPoint, SIZE > &  list,
std::string  label = "",
bool  writeSize = true 
)

Definition at line 93 of file SgWrite.h.


Member Function Documentation

template<int SIZE>
std::ostream & SgWriteSPointList< SIZE >::Write ( std::ostream &  out  )  const

Friends And Related Function Documentation

template<int SIZE>
std::ostream & operator<< ( std::ostream &  out,
const SgWriteSPointList< SIZE > &  write 
) [related]

Definition at line 112 of file SgWrite.h.


Member Data Documentation

template<int SIZE>
std::string SgWriteSPointList< SIZE >::m_label [private]

Definition at line 84 of file SgWrite.h.

Referenced by SgWriteSPointList< SIZE >::Write().

template<int SIZE>
const SgArrayList<SgPoint,SIZE>& SgWriteSPointList< SIZE >::m_list [private]

Definition at line 82 of file SgWrite.h.

Referenced by SgWriteSPointList< SIZE >::Write().

template<int SIZE>
bool SgWriteSPointList< SIZE >::m_writeSize [private]

Definition at line 80 of file SgWrite.h.

Referenced by SgWriteSPointList< SIZE >::Write().


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


Sun Mar 13 2011 Doxygen 1.7.1