class ZVoxelKeyIndex extends KeyIndex[VoxelKey]
A KeyIndex based on VoxelKey.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZVoxelKeyIndex
- KeyIndex
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
indexRanges(keyRange: (VoxelKey, VoxelKey)): Seq[(BigInt, BigInt)]
- Definition Classes
- ZVoxelKeyIndex → KeyIndex
-
val
keyBounds: KeyBounds[VoxelKey]
Some(keybounds) if the indexed space is bounded; None if it is unbounded
Some(keybounds) if the indexed space is bounded; None if it is unbounded
- Definition Classes
- ZVoxelKeyIndex → KeyIndex
-
def
toIndex(k: VoxelKey): BigInt
- Definition Classes
- ZVoxelKeyIndex → KeyIndex