| Package | Description |
|---|---|
| com.io7m.jspatial.api |
API specification.
|
| com.io7m.jspatial.api.octtrees |
Octtree API specification.
|
| com.io7m.jspatial.api.quadtrees |
Quadtree API specification.
|
| Modifier and Type | Method and Description |
|---|---|
static TreeVisitResult |
TreeVisitResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeVisitResult[] |
TreeVisitResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TreeVisitResult |
OctTreeOctantIterationDType.apply(C context,
OctTreeOctantDType<A> octant,
long depth)
Apply the function.
|
TreeVisitResult |
OctTreeOctantIterationIType.apply(C context,
OctTreeOctantIType<A> octant,
long depth)
Apply the function.
|
TreeVisitResult |
OctTreeOctantIterationLType.apply(C context,
OctTreeOctantLType<A> octant,
long depth)
Apply the function.
|
| Modifier and Type | Method and Description |
|---|---|
TreeVisitResult |
QuadTreeQuadrantIterationDType.apply(C context,
QuadTreeQuadrantDType<A> quadrant,
long depth)
Apply the function.
|
TreeVisitResult |
QuadTreeQuadrantIterationIType.apply(C context,
QuadTreeQuadrantIType<A> quadrant,
long depth)
Apply the function.
|
TreeVisitResult |
QuadTreeQuadrantIterationLType.apply(C context,
QuadTreeQuadrantLType<A> quadrant,
long depth)
Apply the function.
|
Copyright © 2017 <code@io7m.com> http://io7m.com