HE_Mesh
6.0.1
|
Public Member Functions | |
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 | setUserLabel (final int label) |
final long | getKey () |
final int | getInternalLabel () |
final int | getUserLabel () |
int | hashCode () |
boolean | equals (final Object other) |
void | copyProperties (final HE_Element el) |
Protected Member Functions | |
abstract void | clear () |
![]() | |
final void | setInternalLabel (final int label) |
abstract void | clear () |
abstract void | clearPrecomputed () |
Protected Attributes | |
volatile boolean | visited |
boolean | visible |
int | color |
![]() | |
final long | key |
int | internalLabel |
int | userLabel |
Static Protected Attributes | |
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_MeshElement.HE_MeshElement | ( | ) |
|
abstractprotected |
void wblut.hemesh.HE_MeshElement.clearVisited | ( | ) |
void wblut.hemesh.HE_MeshElement.copyProperties | ( | final HE_MeshElement | el | ) |
el |
References wblut.hemesh.HE_MeshElement.color, wblut.hemesh.HE_MeshElement.visible, and wblut.hemesh.HE_MeshElement.visited.
boolean wblut.hemesh.HE_MeshElement.equals | ( | final Object | other | ) |
References wblut.hemesh.HE_Element.key.
int wblut.hemesh.HE_MeshElement.getColor | ( | ) |
References wblut.hemesh.HE_MeshElement.color.
int wblut.hemesh.HE_MeshElement.hashCode | ( | ) |
References wblut.hemesh.HE_Element.key.
boolean wblut.hemesh.HE_MeshElement.isVisible | ( | ) |
References wblut.hemesh.HE_MeshElement.visible.
boolean wblut.hemesh.HE_MeshElement.isVisited | ( | ) |
References wblut.hemesh.HE_MeshElement.visited.
void wblut.hemesh.HE_MeshElement.setColor | ( | final int | color | ) |
References wblut.hemesh.HE_MeshElement.color.
void wblut.hemesh.HE_MeshElement.setVisible | ( | final boolean | b | ) |
void wblut.hemesh.HE_MeshElement.setVisited | ( | ) |
void wblut.hemesh.HE_MeshElement.setVisited | ( | final boolean | b | ) |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |