|
OOFEM 3.0
|
#include <geotoolbox.h>
Public Member Functions | |
| PolygonEdgeIterator (const Polygon *p) | |
| int | giveNext (Vertex &p1, Vertex &p2) |
Private Attributes | |
| bool | last |
| const Polygon * | ptr |
| Vertex | curr |
| std::list< Vertex >::const_iterator | iter |
Definition at line 105 of file geotoolbox.h.
|
inline |
Definition at line 112 of file geotoolbox.h.
References iter, oofem::Polygon::Polygon(), ptr, and oofem::Polygon::vertices.
|
private |
Definition at line 109 of file geotoolbox.h.
Referenced by giveNext().
|
private |
Definition at line 110 of file geotoolbox.h.
Referenced by giveNext(), and PolygonEdgeIterator().
|
private |
Definition at line 107 of file geotoolbox.h.
Referenced by giveNext().
|
private |
Definition at line 108 of file geotoolbox.h.
Referenced by giveNext(), and PolygonEdgeIterator().