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

SgWritePointSet Class Reference

Write all points in set. More...

#include <SgPointSetUtil.h>

List of all members.

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)

Detailed Description

Write all points in set.

Definition at line 16 of file SgPointSetUtil.h.


Constructor & Destructor Documentation

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

Definition at line 17 of file SgPointSetUtil.cpp.


Member Function Documentation

ostream & SgWritePointSet::Write ( std::ostream &  out  )  const

Definition at line 25 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 54 of file SgPointSetUtil.cpp.


Member Data Documentation

std::string SgWritePointSet::m_label [private]

Definition at line 29 of file SgPointSetUtil.h.

Referenced by Write().

Definition at line 27 of file SgPointSetUtil.h.

Referenced by Write().

Definition at line 25 of file SgPointSetUtil.h.

Referenced by Write().


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


Sun Mar 13 2011 Doxygen 1.7.1