Uses of Class
org.tinfour.edge.QuadEdge
-
Packages that use QuadEdge Package Description org.tinfour.edge Provides implementations of the IQuadEdge interface with supporting data-management classes.org.tinfour.standard Provides classes and interfaces for creating a Triangulated Irregular Network (TIN) based on the Delaunay Triangulation specification. -
-
Uses of QuadEdge in org.tinfour.edge
Methods in org.tinfour.edge that return QuadEdge Modifier and Type Method Description QuadEdgeEdgePool. allocateEdge(Vertex a, Vertex b)Allocates an edge with the specified vertices.QuadEdgeQuadEdge. getBaseReference()Gets the reference to the side-zero edge of the pair.QuadEdgeQuadEdge. getDual()Gets the dual edge to this instance.QuadEdgeQuadEdge. getDualFromReverse()Gets the dual of the reverse link.QuadEdgeQuadEdge. getForward()Gets the forward reference of the edge.QuadEdgeQuadEdge. getForwardFromDual()Gets the forward reference of the dual.QuadEdgeQuadEdge. getReverse()Gets the reverse reference of the edge.QuadEdgeQuadEdge. getReverseFromDual()Gets the reverse link of the dual.QuadEdgeEdgePool. getStartingEdge()Get first valid, non-ghost QuadEdge in collectionQuadEdgeEdgePool. getStartingGhostEdge()Gets a ghost edge to be used as a starting edge in a search operationQuadEdgeEdgePool. splitEdge(QuadEdge e, Vertex m)Split the edge e into two by inserting a new vertex m into the edge.Methods in org.tinfour.edge with parameters of type QuadEdge Modifier and Type Method Description voidEdgePool. deallocateEdge(QuadEdge e)Deallocates the QuadEdge returning it to the QuadEdge pool.voidQuadEdge. setDualForward(QuadEdge e)Sets the forward link to the dual of this edge.voidQuadEdge. setDualReverse(QuadEdge e)Sets the reverse link of the dual to this edge.voidQuadEdge. setForward(QuadEdge e)Sets the forward reference for this edge.voidQuadEdge. setReverse(QuadEdge e)Sets the reverse reference for this edge.QuadEdgeEdgePool. splitEdge(QuadEdge e, Vertex m)Split the edge e into two by inserting a new vertex m into the edge. -
Uses of QuadEdge in org.tinfour.standard
Methods in org.tinfour.standard that return QuadEdge Modifier and Type Method Description QuadEdgeStochasticLawsonsWalk. findAnEdgeFromEnclosingTriangle(QuadEdge startingEdge, double x, double y)Search the mesh beginning at the specified edge position to find the triangle that contains the specified coordinates.QuadEdgeIncrementalTin. getStartingEdge()Obtains an arbitrary edge to serve as the start of a search or traversal operation.Methods in org.tinfour.standard with parameters of type QuadEdge Modifier and Type Method Description QuadEdgeStochasticLawsonsWalk. findAnEdgeFromEnclosingTriangle(QuadEdge startingEdge, double x, double y)Search the mesh beginning at the specified edge position to find the triangle that contains the specified coordinates.
-