#include <mappolygons.h>
Public Types | |
| typedef MapCoordinate | Point |
| typedef vector< Point >::iterator | VertexIterator |
Public Member Functions | |
| void | read (tnstream &stream) |
| void | write (tnstream &stream) const |
Public Attributes | |
| vector< Point > | vertex |
Definition at line 35 of file mappolygons.h.
| typedef MapCoordinate Poly_gon::Point |
Definition at line 37 of file mappolygons.h.
| typedef vector<Point>::iterator Poly_gon::VertexIterator |
Definition at line 38 of file mappolygons.h.
| void Poly_gon::read | ( | tnstream & | stream | ) |
Definition at line 53 of file mappolygons.cpp.
References tnstream::getLocation(), readClassContainer(), tnstream::readInt(), and vertex.
| void Poly_gon::write | ( | tnstream & | stream | ) | const |
Definition at line 62 of file mappolygons.cpp.
References vertex, writeClassContainer(), and tnstream::writeInt().
Definition at line 39 of file mappolygons.h.
Referenced by editpolygon(), PolygonPainterSquareCoordinate::paintPolygon(), ShowPolygonUsingTemps::paintPolygon(), read(), readOldEvent(), PolygonEditor::showFieldMarking(), and write().
1.5.1