OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <geotoolbox.h>
Public Member Functions | |
PolygonVertexIterator (const Polygon *p) | |
void | init (const Polygon *p) |
int | giveNext (Vertex &p1) |
int | giveNext (const Vertex **p1) |
Private Attributes | |
const Polygon * | ptr |
std::list< Vertex >::const_iterator | iter |
Definition at line 144 of file geotoolbox.h.
|
inline |
Definition at line 149 of file geotoolbox.h.
References oofem::Polygon::vertices.
|
inline |
Definition at line 157 of file geotoolbox.h.
References oofem::Polygon::vertices.
Referenced by oofem::Graph::clip(), oofem::Polygon::computeVolume(), oofem::Polygon::draw(), oofem::TR1_2D_SUPG2_AXI::updateIntegrationRules(), and oofem::TR1_2D_SUPG2::updateIntegrationRules().
|
inline |
Definition at line 167 of file geotoolbox.h.
References oofem::Polygon::vertices.
|
inline |
Definition at line 153 of file geotoolbox.h.
References oofem::Polygon::vertices.
Referenced by oofem::Graph::clip().
|
private |
Definition at line 147 of file geotoolbox.h.
|
private |
Definition at line 146 of file geotoolbox.h.