|
OOFEM 3.0
|
#include <list>#include <cstdlib>#include "oofemenv.h"#include "floatarray.h"#include "oofeggraphiccontext.h"Go to the source code of this file.
Classes | |
| class | oofem::Vertex |
| class | oofem::Polygon |
| class | oofem::Polygon::PolygonEdgeIterator |
| class | oofem::Polygon::PolygonVertexIterator |
| class | oofem::Graph |
| struct | oofem::Graph::node |
| class | oofem::GT_Exception |
Namespaces | |
| namespace | oofem |
Macros | |
| #define | GT_EPS 1.e-12 |
| #define | GT_TEPS 1.e-16 |
| #define | THROW_GT_EXCEPTION() |
| #define | THROW_GT_EXCEPTIONM(m) |
| #define GT_EPS 1.e-12 |
Definition at line 50 of file geotoolbox.h.
Referenced by oofem::Graph::testCollapsedEdge(), oofem::Graph::testIfCoincident(), and oofem::Graph::testIfIntersect().
| #define GT_TEPS 1.e-16 |
Definition at line 52 of file geotoolbox.h.
Referenced by oofem::Graph::testIfCoincident(), and oofem::Graph::testIfIntersect().
| #define THROW_GT_EXCEPTION | ( | ) |
Definition at line 259 of file geotoolbox.h.
| #define THROW_GT_EXCEPTIONM | ( | m | ) |
Definition at line 260 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Graph::merge2vertex(), and oofem::Graph::vertex2IntersectionVertex().