40 nodeNumbers{node1, node2}
57 , isOnConvexHull(true)
58 , outerAlphaBound(0.0)
59 , innerAlphaBound(0.0)
Edge class for Delaunay triangulation.
void setSharing(int n, DelaunayTriangle *pTE)
Stores DelaunayTriangle sharing the receiver.
std::pair< int, int > nodeNumbers
Global node numbers.
Delaunay triangle for the triangulation of a set of nodes.
virtual ~AlphaEdge2D()
Destructor.
virtual bool operator==(const Edge2D &right)
Compares receiver with passed Edge2D. Returns true if node numbers are equal, false otherwise...
DelaunayTriangle * sharedByTriangles[2]
Triangles which share the alphaEdge.
Edge2D(int node1, int node2)
Constructor.
AlphaEdge2D(int node1, int node2, double _length)
Constructor.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual ~Edge2D()
Destructor.