OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <geotoolbox.h>
Public Attributes | |
double | x |
double | y |
struct node * | next |
struct node * | prev |
struct node * | nextPoly |
struct node * | neighbor |
nodeStatus | status |
int | entry |
int | visited |
double | alpha |
Definition at line 195 of file geotoolbox.h.
double oofem::Graph::node::alpha |
Definition at line 206 of file geotoolbox.h.
Referenced by oofem::Graph::createNode(), oofem::Graph::insert(), and oofem::Graph::testNewIntersectionVertexEdgeCollapse().
int oofem::Graph::node::entry |
Definition at line 204 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Graph::createNode(), oofem::Graph::first(), oofem::Graph::merge2vertex(), oofem::Graph::printYourself(), oofem::Graph::remove(), and oofem::Graph::testNewIntersectionVertexEdgeCollapse().
struct node* oofem::Graph::node::neighbor |
Definition at line 201 of file geotoolbox.h.
Referenced by oofem::Graph::belongs(), oofem::Graph::clip(), oofem::Graph::createNode(), oofem::Graph::intersectionExist(), oofem::Graph::merge2vertex(), oofem::Graph::remove(), oofem::Graph::removeIntersectionIfExist(), oofem::Graph::testNewIntersectionVertexEdgeCollapse(), and oofem::Graph::vertex2IntersectionVertex().
struct node* oofem::Graph::node::next |
Definition at line 198 of file geotoolbox.h.
Referenced by oofem::Graph::clear(), oofem::Graph::clip(), oofem::Graph::createNode(), oofem::Graph::first(), oofem::Graph::insert(), oofem::Graph::intersectionExist(), oofem::Graph::last_node(), oofem::Graph::next_node(), oofem::Graph::printYourself(), oofem::Graph::remove(), oofem::Graph::removeIntersectionIfExist(), oofem::Graph::testNewIntersectionVertexEdgeCollapse(), oofem::Graph::testPoint(), and oofem::Graph::vertex2IntersectionVertex().
struct node* oofem::Graph::node::nextPoly |
Definition at line 200 of file geotoolbox.h.
Referenced by oofem::Graph::createNode().
struct node* oofem::Graph::node::prev |
Definition at line 199 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Graph::createNode(), oofem::Graph::insert(), oofem::Graph::intersectionExist(), oofem::Graph::prev_node(), oofem::Graph::remove(), oofem::Graph::removeIntersectionIfExist(), oofem::Graph::testNewIntersectionVertexEdgeCollapse(), and oofem::Graph::vertex2IntersectionVertex().
nodeStatus oofem::Graph::node::status |
Definition at line 203 of file geotoolbox.h.
Referenced by oofem::Graph::belongs(), oofem::Graph::clip(), oofem::Graph::createNode(), oofem::Graph::first(), oofem::Graph::intersectionExist(), oofem::Graph::merge2vertex(), oofem::Graph::next_node(), oofem::Graph::prev_node(), oofem::Graph::printYourself(), oofem::Graph::removeIntersectionIfExist(), oofem::Graph::testNewIntersectionVertexEdgeCollapse(), and oofem::Graph::vertex2IntersectionVertex().
int oofem::Graph::node::visited |
Definition at line 205 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Graph::createNode(), and oofem::Graph::first().
double oofem::Graph::node::x |
Definition at line 197 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Graph::createNode(), oofem::Graph::printYourself(), oofem::Graph::testCollapsedEdge(), oofem::Graph::testIfCoincident(), oofem::Graph::testIfIntersect(), and oofem::Graph::testPoint().
double oofem::Graph::node::y |
Definition at line 197 of file geotoolbox.h.
Referenced by oofem::Graph::clip(), oofem::Graph::createNode(), oofem::Graph::printYourself(), oofem::Graph::testCollapsedEdge(), oofem::Graph::testIfCoincident(), oofem::Graph::testIfIntersect(), and oofem::Graph::testPoint().