HE_Mesh2014  2.0.11
Public Member Functions | Protected Attributes | List of all members
wblut.geom.WB_GeomGrid.WB_GeomGridCell Class Reference

Public Member Functions

 WB_GeomGridCell (final int index, final WB_Coord min, final WB_Coord max)
 
void addPoint (final WB_Coord p)
 
void removePoint (final WB_Point p)
 
void addSegment (final WB_Segment seg)
 
void removeSegment (final WB_Segment seg)
 
ArrayList< WB_PointgetPoints ()
 
ArrayList< WB_SegmentgetSegments ()
 
int getIndex ()
 
WB_AABB getAABB ()
 
boolean isEmpty ()
 

Protected Attributes

int index
 
WB_AABB aabb
 
ArrayList< WB_Pointpoints
 
ArrayList< WB_Segmentsegments
 

Constructor & Destructor Documentation

wblut.geom.WB_GeomGrid.WB_GeomGridCell.WB_GeomGridCell ( final int  index,
final WB_Coord  min,
final WB_Coord  max 
)
Parameters
index
min
max

Member Function Documentation

void wblut.geom.WB_GeomGrid.WB_GeomGridCell.addPoint ( final WB_Coord  p)
Parameters
p
void wblut.geom.WB_GeomGrid.WB_GeomGridCell.addSegment ( final WB_Segment  seg)
Parameters
seg
WB_AABB wblut.geom.WB_GeomGrid.WB_GeomGridCell.getAABB ( )
Returns
int wblut.geom.WB_GeomGrid.WB_GeomGridCell.getIndex ( )
Returns
ArrayList<WB_Point> wblut.geom.WB_GeomGrid.WB_GeomGridCell.getPoints ( )
Returns
ArrayList<WB_Segment> wblut.geom.WB_GeomGrid.WB_GeomGridCell.getSegments ( )
Returns
boolean wblut.geom.WB_GeomGrid.WB_GeomGridCell.isEmpty ( )
Returns
void wblut.geom.WB_GeomGrid.WB_GeomGridCell.removePoint ( final WB_Point  p)
Parameters
p
void wblut.geom.WB_GeomGrid.WB_GeomGridCell.removeSegment ( final WB_Segment  seg)
Parameters
seg

Member Data Documentation

WB_AABB wblut.geom.WB_GeomGrid.WB_GeomGridCell.aabb
protected
int wblut.geom.WB_GeomGrid.WB_GeomGridCell.index
protected
ArrayList<WB_Point> wblut.geom.WB_GeomGrid.WB_GeomGridCell.points
protected
ArrayList<WB_Segment> wblut.geom.WB_GeomGrid.WB_GeomGridCell.segments
protected

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