OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
This is the complete list of members for oofem::Graph, including all inherited members.
belongs(node *n, node *v1, node *v2) | oofem::Graph | protected |
c | oofem::Graph | protected |
clear() | oofem::Graph | protected |
clip(Polygon &result, const Polygon &a, const Polygon &b) | oofem::Graph | |
createNode(double x, double y, node *next, node *prev, node *nextPoly, node *neighbor, nodeStatus st, int entry, int visited, double alpha) | oofem::Graph | protected |
dist(double x1, double y1, double x2, double y2) | oofem::Graph | protected |
first(node *p) | oofem::Graph | protected |
Graph() | oofem::Graph | inline |
insert(node *ins, node *first, node *last) | oofem::Graph | protected |
intersectionExist(node *p1, node *p2, node *q1, node *q2) | oofem::Graph | protected |
last_node(node *p) | oofem::Graph | protected |
merge2vertex(node *v1, node *v2) | oofem::Graph | protected |
next_node(node *p) | oofem::Graph | protected |
nodeStatus enum name | oofem::Graph | protected |
NS_Intersection enum value | oofem::Graph | protected |
NS_IntersectionVertex enum value | oofem::Graph | protected |
NS_Vertex enum value | oofem::Graph | protected |
prev_node(node *p) | oofem::Graph | protected |
printYourself() | oofem::Graph | protected |
remove(node *n) | oofem::Graph | protected |
removeIntersectionIfExist(node *p1, node *p2, node *q1, node *q2) | oofem::Graph | protected |
s | oofem::Graph | protected |
testCollapsedEdge(node *p1, node *p2) | oofem::Graph | protected |
testIfCoincident(node *p1, node *p2, node *q1, node *q2, double *alpha_1, double *alpha_2) | oofem::Graph | protected |
testIfIntersect(node *p1, node *p2, node *q1, node *q2, double *alpha_p, double *alpha_q, double *xint, double *yint) | oofem::Graph | protected |
testNewIntersectionVertexEdgeCollapse(node *v, node *l1, node *l2) | oofem::Graph | protected |
testPoint(node *poly, double x, double y) const | oofem::Graph | protected |
vertex2IntersectionVertex(node *v, node *l1, node *l2) | oofem::Graph | protected |
~Graph() | oofem::Graph |