Definition in file SgPointSetUtil.cpp.
#include "SgSystem.h"
#include "SgPointSetUtil.h"
#include <iostream>
#include "SgPointSet.h"
#include "SgWrite.h"
Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &out, const SgWritePointSet &write) |
| ostream & | operator<< (ostream &out, const SgPointSet &pointSet) |
| ostream & | operator<< (ostream &stream, const SgWritePointSetID &w) |
| istream & | operator>> (istream &in, const SgReadPointSet &read) |
| istream & | operator>> (istream &in, SgPointSet &pointSet) |
| void | SgPointSetUtil::Rotate (int rotation, SgPointSet &pointSet, int boardSize) |
| Rotate coordinates - see SgPointUtil::Rotate. | |
| ostream& operator<< | ( | ostream & | stream, | |
| const SgWritePointSetID & | w | |||
| ) |
Definition at line 67 of file SgPointSetUtil.cpp.
| std::ostream & operator<< | ( | std::ostream & | out, | |
| const SgPointSet & | pointSet | |||
| ) |
Definition at line 60 of file SgPointSetUtil.cpp.
| std::ostream & operator<< | ( | std::ostream & | out, | |
| const SgWritePointSet & | write | |||
| ) |
Definition at line 55 of file SgPointSetUtil.cpp.
| istream& operator>> | ( | istream & | in, | |
| SgPointSet & | pointSet | |||
| ) |
Definition at line 114 of file SgPointSetUtil.cpp.
| std::istream & operator>> | ( | std::istream & | in, | |
| const SgReadPointSet & | read | |||
| ) |
Definition at line 109 of file SgPointSetUtil.cpp.