OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#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 oofem::Polygon::vertices.
Definition at line 122 of file geotoolbox.h.
References oofem::Polygon::vertices.
Referenced by oofem::Polygon::draw(), oofem::Polygon::pointDistance(), and oofem::Polygon::testPoint().
|
private |
Definition at line 109 of file geotoolbox.h.
|
private |
Definition at line 110 of file geotoolbox.h.
|
private |
Definition at line 107 of file geotoolbox.h.
|
private |
Definition at line 108 of file geotoolbox.h.