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.
|
Modifier and Type | Method and Description |
---|---|
SemiVirtualEdge |
SemiVirtualStochasticLawsonsWalk.findAnEdgeFromEnclosingTriangle(SemiVirtualEdge startingEdge,
double x,
double y) |
SemiVirtualEdge |
SemiVirtualStochasticLawsonsWalk.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.
|
SemiVirtualEdge |
SemiVirtualEdge.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).
|
SemiVirtualEdge |
SemiVirtualEdge.getDual()
Constructs a new instance of the virtual edge class referencing the dual of
the current edge.
|
SemiVirtualEdge |
SemiVirtualEdge.getDualFromForward()
Constructs a new instance of the virtual edge class referencing the dual of
the forward of the current edge
|
SemiVirtualEdge |
SemiVirtualEdge.getDualFromReverse()
Constructs a new instance of the virtual edge class referencing the dual of
the current edge's reverse.
|
SemiVirtualEdge |
SemiVirtualEdge.getForward() |
SemiVirtualEdge |
SemiVirtualEdge.getForwardFromDual()
Constructs a new instance of the virtual edge class referencing the forward
of the dual of the current edge
|
SemiVirtualEdge |
SemiVirtualEdge.getReverse()
Constructs a new instance of the virtual edge class referencing the forward
of the current edge.
|
SemiVirtualEdge |
SemiVirtualEdge.getReverseFromDual()
Constructs a new instance of the virtual edge class referencing the reverse
of the dual of the current edge
|
SemiVirtualEdge |
SemiVirtualIncrementalTin.getStartingEdge()
Obtains an arbitrary edge to serve as the
start of a search or traversal operation.
|
Modifier and Type | Method and Description |
---|---|
SemiVirtualEdge |
SemiVirtualStochasticLawsonsWalk.findAnEdgeFromEnclosingTriangle(SemiVirtualEdge startingEdge,
double x,
double y) |
SemiVirtualEdge |
SemiVirtualStochasticLawsonsWalk.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.
|
void |
SemiVirtualEdge.loadForwardFromEdge(SemiVirtualEdge e)
Load the content of the forward of the specified edge
|
void |
SemiVirtualEdge.loadReverseFromEdge(SemiVirtualEdge e)
Load the content of the reverse of the specified edge
|
void |
SemiVirtualEdge.setDualForward(SemiVirtualEdge forward)
Sets the forward link for the dual of the current edge.
|
void |
SemiVirtualEdge.setDualReverse(SemiVirtualEdge reverse)
Sets the reverse link for the dual of the current edge.
|
void |
SemiVirtualEdge.setForward(SemiVirtualEdge e)
Sets the forward link for the current edge.
|
void |
SemiVirtualEdge.setReverse(SemiVirtualEdge e)
Sets the reverse link for the current edge.
|
Copyright © 2021. All rights reserved.