Uses of Class
org.tinfour.semivirtual.SemiVirtualEdge
-
Packages that use SemiVirtualEdge Package Description org.tinfour.semivirtual Provides classes and interfaces for creating a Triangulated Irregular Network (TIN) based on the Delaunay Triangulation specification and using a semi-virtual representation of edges to reduce memory requirements. -
-
Uses of SemiVirtualEdge in org.tinfour.semivirtual
Methods in org.tinfour.semivirtual that return SemiVirtualEdge Modifier and Type Method Description SemiVirtualEdgeSemiVirtualStochasticLawsonsWalk. findAnEdgeFromEnclosingTriangle(SemiVirtualEdge startingEdge, double x, double y)Find an edge from the triangle enclosing the specified coordinatesSemiVirtualEdgeSemiVirtualStochasticLawsonsWalk. findAnEdgeFromEnclosingTriangleInternal(SemiVirtualEdge edge, double x, double y)Search the mesh beginning at the specified edge position to find the triangle that contains the specified coordinates.SemiVirtualEdgeSemiVirtualEdge. getBaseReference()Constructs a new instance of the virtual edge class referencing the base of the current edge (may be a copy of the current edge if it is a base).SemiVirtualEdgeSemiVirtualEdge. getDual()Constructs a new instance of the virtual edge class referencing the dual of the current edge.SemiVirtualEdgeSemiVirtualEdge. getDualFromForward()Constructs a new instance of the virtual edge class referencing the dual of the forward of the current edgeSemiVirtualEdgeSemiVirtualEdge. getDualFromReverse()Constructs a new instance of the virtual edge class referencing the dual of the current edge's reverse.SemiVirtualEdgeSemiVirtualEdge. getForward()SemiVirtualEdgeSemiVirtualEdge. getForwardFromDual()Constructs a new instance of the virtual edge class referencing the forward of the dual of the current edgeSemiVirtualEdgeSemiVirtualEdge. getReverse()Constructs a new instance of the virtual edge class referencing the forward of the current edge.SemiVirtualEdgeSemiVirtualEdge. getReverseFromDual()Constructs a new instance of the virtual edge class referencing the reverse of the dual of the current edgeSemiVirtualEdgeSemiVirtualIncrementalTin. getStartingEdge()Obtains an arbitrary edge to serve as the start of a search or traversal operation.Methods in org.tinfour.semivirtual with parameters of type SemiVirtualEdge Modifier and Type Method Description SemiVirtualEdgeSemiVirtualStochasticLawsonsWalk. findAnEdgeFromEnclosingTriangle(SemiVirtualEdge startingEdge, double x, double y)Find an edge from the triangle enclosing the specified coordinatesSemiVirtualEdgeSemiVirtualStochasticLawsonsWalk. findAnEdgeFromEnclosingTriangleInternal(SemiVirtualEdge edge, double x, double y)Search the mesh beginning at the specified edge position to find the triangle that contains the specified coordinates.voidSemiVirtualEdge. loadForwardFromEdge(SemiVirtualEdge e)Load the content of the forward of the specified edgevoidSemiVirtualEdge. loadReverseFromEdge(SemiVirtualEdge e)Load the content of the reverse of the specified edgevoidSemiVirtualEdge. setDualForward(SemiVirtualEdge forward)Sets the forward link for the dual of the current edge.voidSemiVirtualEdge. setDualReverse(SemiVirtualEdge reverse)Sets the reverse link for the dual of the current edge.voidSemiVirtualEdge. setForward(SemiVirtualEdge e)Sets the forward link for the current edge.voidSemiVirtualEdge. setReverse(SemiVirtualEdge e)Sets the reverse link for the current edge.
-