class ZVoxelKeyIndex extends KeyIndex[VoxelKey]

A KeyIndex based on VoxelKey.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZVoxelKeyIndex
  2. KeyIndex
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZVoxelKeyIndex(keyBounds: KeyBounds[VoxelKey])

Value Members

  1. def indexRanges(keyRange: (VoxelKey, VoxelKey)): Seq[(BigInt, BigInt)]
    Definition Classes
    ZVoxelKeyIndexKeyIndex
  2. 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
    ZVoxelKeyIndexKeyIndex
  3. def toIndex(k: VoxelKey): BigInt
    Definition Classes
    ZVoxelKeyIndexKeyIndex