#include <SgPointSetUtil.h>
Definition at line 60 of file SgPointSetUtil.h.
Public Member Functions | |
SgReadPointSet (SgPointSet &pointSet) | |
std::istream & | Read (std::istream &in) const |
Private Attributes | |
SgPointSet & | m_pointSet |
Related Functions | |
(Note that these are not member functions.) | |
std::istream & | operator>> (std::istream &in, const SgReadPointSet &Read) |
SgReadPointSet::SgReadPointSet | ( | SgPointSet & | pointSet | ) |
Definition at line 82 of file SgPointSetUtil.cpp.
istream & SgReadPointSet::Read | ( | std::istream & | in | ) | const |
Definition at line 87 of file SgPointSetUtil.cpp.
References SgPointSet::Include(), m_pointSet, and SgPointUtil::Pt().
Referenced by operator>>().
std::istream & operator>> | ( | std::istream & | in, | |
const SgReadPointSet & | Read | |||
) | [related] |
Definition at line 109 of file SgPointSetUtil.cpp.
SgPointSet& SgReadPointSet::m_pointSet [mutable, private] |