Definition in file SgPointSetUtil.h.
#include <iosfwd>
#include <string>
#include "SgPointSet.h"
Go to the source code of this file.
Namespaces | |
| namespace | SgPointSetUtil |
Classes | |
| class | SgWritePointSet |
| Write all points in set. More... | |
| class | SgWritePointSetID |
| Write center point and size of set. More... | |
| class | SgReadPointSet |
| Read all points in set. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const SgWritePointSet &write) |
| std::ostream & | operator<< (std::ostream &out, const SgPointSet &set) |
| std::ostream & | operator<< (std::ostream &stream, const SgWritePointSetID &w) |
| std::istream & | operator>> (std::istream &in, const SgReadPointSet &Read) |
| std::istream & | operator>> (std::istream &in, SgPointSet &pointSet) |
| void | SgPointSetUtil::Rotate (int rotation, SgPointSet &pointSet, int boardSize) |
| Rotate coordinates - see SgPointUtil::Rotate. | |
| std::ostream& operator<< | ( | std::ostream & | stream, | |
| const SgWritePointSetID & | w | |||
| ) |
Definition at line 67 of file SgPointSetUtil.cpp.
References SgPointSet::Center(), SgPointSet::IsEmpty(), SgWritePointSetID::Points(), and SgPointSet::Size().
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgPointSet & | set | |||
| ) |
Definition at line 60 of file SgPointSetUtil.cpp.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgWritePointSet & | write | |||
| ) |
| std::istream& operator>> | ( | std::istream & | in, | |
| SgPointSet & | pointSet | |||
| ) |
Definition at line 114 of file SgPointSetUtil.cpp.
| std::istream& operator>> | ( | std::istream & | in, | |
| const SgReadPointSet & | Read | |||
| ) |