public interface SpaceFillingCurve extends IndexCalculator
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZoomingNavigator visitor)
Shows the space to the visitor, and the process is guided by the visitor
through its
boolean returning method. |
void |
indexInverse(BitVector index,
BitVector[] p)
Given the index of a point, computes the coordinates of the point.
|
getSpec, indexvoid indexInverse(BitVector index, BitVector[] p)
index - the index of a to-be-located point. Implementations must not
modify this parameter in any way.p - outputvoid accept(ZoomingNavigator visitor)
boolean returning method. Thus the visitor has a double
role as a driver of the navigation since at each call it decides if it
wants to zoom in or not. The visitor is guaranteed to see the space in
index order in-depth traversal.visitor - driver-visitorCopyright © 2014. All Rights Reserved.