HE_Mesh
6.0.1
|
Private Member Functions | |
void | clearPrev () |
Private Attributes | |
HE_Halfedge | _he |
HE_PathHalfedge | _next |
HE_PathHalfedge | _prev |
Additional Inherited Members | |
![]() | |
abstract void | clear () |
![]() | |
final void | setInternalLabel (final int label) |
abstract void | clear () |
abstract void | clearPrecomputed () |
![]() | |
volatile boolean | visited |
boolean | visible |
int | color |
![]() | |
final long | key |
int | internalLabel |
int | userLabel |
![]() | |
static final WB_GeometryFactory | gf = new WB_GeometryFactory() |
static final WB_ProgressTracker | tracker = WB_ProgressTracker.instance() |
![]() | |
static AtomicLong | currentKey = new AtomicLong(0) |
wblut.hemesh.HE_PathHalfedge.HE_PathHalfedge | ( | ) |
wblut.hemesh.HE_PathHalfedge.HE_PathHalfedge | ( | final HE_Halfedge | he | ) |
he |
void wblut.hemesh.HE_PathHalfedge.clear | ( | ) |
void wblut.hemesh.HE_PathHalfedge.clearNext | ( | ) |
References wblut.hemesh.HE_PathHalfedge.clearPrev().
void wblut.hemesh.HE_PathHalfedge.clearPrecomputed | ( | ) |
|
private |
HE_Vertex wblut.hemesh.HE_PathHalfedge.getEndVertex | ( | ) |
References wblut.hemesh.HE_Halfedge.getEndVertex().
HE_Halfedge wblut.hemesh.HE_PathHalfedge.getHalfedge | ( | ) |
References wblut.hemesh.HE_PathHalfedge._he.
HE_PathHalfedge wblut.hemesh.HE_PathHalfedge.getNextInPath | ( | ) |
References wblut.hemesh.HE_PathHalfedge._next.
HE_PathHalfedge wblut.hemesh.HE_PathHalfedge.getPrevInPath | ( | ) |
References wblut.hemesh.HE_PathHalfedge._prev.
HE_Vertex wblut.hemesh.HE_PathHalfedge.getStartVertex | ( | ) |
References wblut.hemesh.HE_Halfedge.getVertex().
HE_Vertex wblut.hemesh.HE_PathHalfedge.getVertex | ( | ) |
References wblut.hemesh.HE_Halfedge.getVertex().
Long wblut.hemesh.HE_PathHalfedge.key | ( | ) |
void wblut.hemesh.HE_PathHalfedge.setHalfedge | ( | final HE_Halfedge | he | ) |
he |
void wblut.hemesh.HE_PathHalfedge.setNext | ( | final HE_PathHalfedge | he | ) |
he |
void wblut.hemesh.HE_PathHalfedge.setPrev | ( | final HE_PathHalfedge | he | ) |
he |
String wblut.hemesh.HE_PathHalfedge.toString | ( | ) |
References wblut.hemesh.HE_PathHalfedge.key().
|
private |
|
private |
|
private |