wblut.geom.WB_OctreeDouble.WB_OctreeDouble |
( |
final WB_Coord |
center, |
|
|
final double |
size |
|
) |
| |
void wblut.geom.WB_OctreeDouble.addPoint |
( |
final WB_Coord |
p, |
|
|
final double |
value |
|
) |
| |
void wblut.geom.WB_OctreeDouble.clear |
( |
| ) |
|
WB_AABB wblut.geom.WB_OctreeDouble.getBox |
( |
| ) |
|
WB_Coord wblut.geom.WB_OctreeDouble.getCenter |
( |
| ) |
|
int wblut.geom.WB_OctreeDouble.getLevel |
( |
| ) |
|
double wblut.geom.WB_OctreeDouble.getMinNodeSize |
( |
| ) |
|
int wblut.geom.WB_OctreeDouble.getNumberOfPoints |
( |
| ) |
|
int wblut.geom.WB_OctreeDouble.getNumNodes |
( |
| ) |
|
final int wblut.geom.WB_OctreeDouble.getOctant |
( |
final WB_Coord |
p | ) |
|
|
protected |
List<WB_Coord> wblut.geom.WB_OctreeDouble.getPoints |
( |
| ) |
|
List<WB_Coord> wblut.geom.WB_OctreeDouble.getPointsInRange |
( |
final WB_AABB |
AABB | ) |
|
List<WB_Coord> wblut.geom.WB_OctreeDouble.getPointsInRange |
( |
final WB_Coord |
center, |
|
|
final double |
radius |
|
) |
| |
double wblut.geom.WB_OctreeDouble.getSize |
( |
| ) |
|
double [] wblut.geom.WB_OctreeDouble.getValues |
( |
| ) |
|
double [] wblut.geom.WB_OctreeDouble.getValuesInRange |
( |
final WB_AABB |
AABB | ) |
|
double [] wblut.geom.WB_OctreeDouble.getValuesInRange |
( |
final WB_Sphere |
sphere | ) |
|
double [] wblut.geom.WB_OctreeDouble.getValuesInRange |
( |
final WB_Coord |
center, |
|
|
final double |
radius |
|
) |
| |
void wblut.geom.WB_OctreeDouble.prune |
( |
| ) |
|
|
private |
boolean wblut.geom.WB_OctreeDouble.remove |
( |
final WB_Coord |
p | ) |
|
void wblut.geom.WB_OctreeDouble.removeAll |
( |
final Collection< WB_Coord > |
points | ) |
|
void wblut.geom.WB_OctreeDouble.setAutoPrune |
( |
final boolean |
state | ) |
|
void wblut.geom.WB_OctreeDouble.setMinNodeSize |
( |
final double |
minNodeSize | ) |
|
boolean wblut.geom.WB_OctreeDouble.autoPrune = false |
|
private |
WB_AABB wblut.geom.WB_OctreeDouble.box |
|
protected |
WB_Coord wblut.geom.WB_OctreeDouble.center |
|
protected |
WB_Coord wblut.geom.WB_OctreeDouble.extent |
|
protected |
int wblut.geom.WB_OctreeDouble.level = 0 |
|
private |
double wblut.geom.WB_OctreeDouble.minNodeSize = 4.0 |
|
protected |
int wblut.geom.WB_OctreeDouble.numNodes |
|
protected |
double wblut.geom.WB_OctreeDouble.size |
|
protected |
The documentation for this class was generated from the following file: