SkipOctree

object SkipOctree
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def empty[T <: Exec[LazyRef(...)], P, H <: HyperCube[P, LazyRef(...)], A](hyperCube: H)(implicit tx: T, pointView: (A, T) => P, space: Space[P, H], keyFormat: TFormat[T, A]): SkipOctree[T, P, H, A]
def read[T <: Exec[LazyRef(...)], P, H <: HyperCube[P, LazyRef(...)], A](in: DataInput)(implicit tx: T, pointView: (A, T) => P, space: Space[P, H], keyFormat: TFormat[T, A]): SkipOctree[T, P, H, A]

Implicits

Implicits

implicit
def format[T <: Exec[LazyRef(...)], P, H <: HyperCube[P, LazyRef(...)], A](implicit view: A => P, space: Space[P, H], keyFormat: TFormat[T, A]): TFormat[T, SkipOctree[T, P, H, A]]
implicit
def nonTxnPointView[P, A](implicit view: A => P): (A, Any) => P