HE_Mesh  5.0.0
wblut.hemesh.HE_MeshElement Class Referenceabstract
+ Inheritance diagram for wblut.hemesh.HE_MeshElement:

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)
 
- Public Member Functions inherited from wblut.hemesh.HE_Element
 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)
 

Protected Member Functions

abstract void clear ()
 
- Protected Member Functions inherited from wblut.hemesh.HE_Element
final void setInternalLabel (final int label)
 
abstract void clear ()
 

Protected Attributes

volatile boolean visited
 
boolean visible
 
int color
 
- Protected Attributes inherited from wblut.hemesh.HE_Element
final long key
 
long labels
 

Static Protected Attributes

static final WB_GeometryFactory gf = new WB_GeometryFactory()
 
static final WB_ProgressTracker tracker = WB_ProgressTracker.instance()
 
- Static Protected Attributes inherited from wblut.hemesh.HE_Element
static AtomicLong currentKey = new AtomicLong(0)
 

Constructor & Destructor Documentation

wblut.hemesh.HE_MeshElement.HE_MeshElement ( )

Member Function Documentation

abstract void wblut.hemesh.HE_MeshElement.clear ( )
abstractprotected
void wblut.hemesh.HE_MeshElement.clearVisited ( )
void wblut.hemesh.HE_MeshElement.copyProperties ( final HE_MeshElement  el)
Parameters
el
boolean wblut.hemesh.HE_MeshElement.equals ( final Object  other)
int wblut.hemesh.HE_MeshElement.getColor ( )
int wblut.hemesh.HE_MeshElement.hashCode ( )
boolean wblut.hemesh.HE_MeshElement.isVisible ( )
boolean wblut.hemesh.HE_MeshElement.isVisited ( )
Returns
void wblut.hemesh.HE_MeshElement.setColor ( final int  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)

Member Data Documentation

int wblut.hemesh.HE_MeshElement.color
protected
final WB_GeometryFactory wblut.hemesh.HE_MeshElement.gf = new WB_GeometryFactory()
staticprotected
final WB_ProgressTracker wblut.hemesh.HE_MeshElement.tracker = WB_ProgressTracker.instance()
staticprotected
boolean wblut.hemesh.HE_MeshElement.visible
protected
volatile boolean wblut.hemesh.HE_MeshElement.visited
protected

The documentation for this class was generated from the following file: