HE_Mesh
5.1.2
|
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 | clear () |
void | clearPrecomputed () |
![]() | |
HE_MeshElement () | |
void | clearVisited () |
void | setVisited () |
void | setVisited (final boolean b) |
boolean | isVisited () |
void | setVisible (final boolean b) |
boolean | isVisible () |
int | hashCode () |
boolean | equals (final Object other) |
void | copyProperties (final HE_MeshElement el) |
int | getColor () |
void | setColor (final int color) |
![]() | |
HE_Element () | |
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) |
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 |
long | labels |
![]() | |
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 | ( | ) |
void wblut.hemesh.HE_PathHalfedge.clearPrecomputed | ( | ) |
|
private |
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.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 |