HE_Mesh2014
2.0.11
|
Public Member Functions | |
HE_PathHalfedge () | |
HE_PathHalfedge (final HE_Halfedge he) | |
void | clearNext () |
HE_Halfedge | getHalfedge () |
HE_Vertex | getVertex () |
HE_Vertex | getStartVertex () |
HE_Vertex | getEndVertex () |
void | setHalfedge (final HE_Halfedge he) |
HE_PathHalfedge | getNextInPath () |
HE_PathHalfedge | getPrevInPath () |
Long | key () |
void | setNext (final HE_PathHalfedge he) |
void | setPrev (final HE_PathHalfedge he) |
String | toString () |
void | setData (final String s, final Object o) |
Object | getData (final String s) |
void | clear () |
![]() | |
HE_Element () | |
final void | setInternalLabel (final int label) |
final void | setLabel (final int label) |
final long | getKey () |
final int | getInternalLabel () |
final int | getLabel () |
int | hashCode () |
boolean | equals (final Object other) |
void | copyProperties (final HE_Element el) |
abstract void | clear () |
![]() | |
Object | getData (String s) |
void | setData (String s, Object o) |
Private Member Functions | |
void | clearPrev () |
Private Attributes | |
HE_Halfedge | _he |
HE_PathHalfedge | _next |
HE_PathHalfedge | _prev |
HashMap< String, Object > | _data |
Additional Inherited Members | |
![]() | |
final long | _key |
![]() | |
static long | _currentKey |
static final WB_GeometryFactory | geometryfactory |
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 | ( | ) |
|
private |
Object wblut.hemesh.HE_PathHalfedge.getData | ( | final String | s | ) |
HE_Vertex wblut.hemesh.HE_PathHalfedge.getEndVertex | ( | ) |
HE_Halfedge wblut.hemesh.HE_PathHalfedge.getHalfedge | ( | ) |
HE_PathHalfedge wblut.hemesh.HE_PathHalfedge.getNextInPath | ( | ) |
HE_PathHalfedge wblut.hemesh.HE_PathHalfedge.getPrevInPath | ( | ) |
HE_Vertex wblut.hemesh.HE_PathHalfedge.getStartVertex | ( | ) |
HE_Vertex wblut.hemesh.HE_PathHalfedge.getVertex | ( | ) |
Long wblut.hemesh.HE_PathHalfedge.key | ( | ) |
void wblut.hemesh.HE_PathHalfedge.setData | ( | final String | s, |
final Object | o | ||
) |
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 | ( | ) |
|
private |
|
private |
|
private |
|
private |