Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgWritePointSet Class Reference

#include <SgPointSetUtil.h>

List of all members.


Detailed Description

Write all points in set.

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 SgPointSetm_pointSet
std::string m_label

Related Functions

(Note that these are not member functions.)

std::ostream & operator<< (std::ostream &out, const SgWritePointSet &write)


Constructor & Destructor Documentation

SgWritePointSet::SgWritePointSet ( const SgPointSet pointSet,
std::string  label = "",
bool  writeSize = true 
)

Definition at line 18 of file SgPointSetUtil.cpp.


Member Function Documentation

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<<().


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  out,
const SgWritePointSet write 
) [related]

Definition at line 55 of file SgPointSetUtil.cpp.


Member Data Documentation

std::string SgWritePointSet::m_label [private]

Definition at line 30 of file SgPointSetUtil.h.

Referenced by Write().

const SgPointSet& SgWritePointSet::m_pointSet [private]

Definition at line 28 of file SgPointSetUtil.h.

Referenced by Write().

bool SgWritePointSet::m_writeSize [private]

Definition at line 26 of file SgPointSetUtil.h.

Referenced by Write().


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


17 Jun 2010 Doxygen 1.4.7