HE_Mesh2014
2.0.11
|
Public Member Functions | |
HE_MeshElement () | |
void | clearVisited () |
void | setVisited () |
boolean | isVisited () |
int | hashCode () |
boolean | equals (final Object other) |
void | copyProperties (final HE_MeshElement el) |
![]() | |
HE_Element () | |
final void | setInternalLabel (final int label) |
final void | setTemporaryLabel (final int label) |
final void | setLabel (final int label) |
final long | getKey () |
final int | getInternalLabel () |
final int | getTemporaryLabel () |
final int | getLabel () |
int | hashCode () |
boolean | equals (final Object other) |
void | copyProperties (final HE_Element el) |
Protected Member Functions | |
abstract void | clear () |
![]() | |
abstract void | clear () |
Protected Attributes | |
boolean | visited |
![]() | |
final long | _key |
long | _labels |
Static Protected Attributes | |
static final WB_GeometryFactory | geometryfactory = WB_GeometryFactory.instance() |
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 |
boolean wblut.hemesh.HE_MeshElement.equals | ( | final Object | other | ) |
int wblut.hemesh.HE_MeshElement.hashCode | ( | ) |
boolean wblut.hemesh.HE_MeshElement.isVisited | ( | ) |
void wblut.hemesh.HE_MeshElement.setVisited | ( | ) |
|
staticprotected |
|
staticprotected |
|
protected |