Maven module :un.api : api-geometry :
Class : un.api.geometry.index.octtrees.OctTreeTraversalType
Extends/Implements : -
Subclasses : -


The type of procedures used when iterating over octants in octtrees.



@param The type of raised exceptions.
@author Mark Raynsford


Variables : -
Functions : visit




Visit an octant.
param  depth The depth of the octant.
param  lower The lower corner of the octant.
param  upper The upper corner of the octant.
throws  E If required.
void visit (int depth, Tuple lower, Tuple upper)