de.sciss.trees

RTree

class RTree[U, V <: Shaped[U]] extends AnyRef

Note: to make persistent, the following fields have to be enhanced:

Tree root (FP) OK

Node b (FP) OK numChildren (FV) OK children (FP) OK???

Version

0.13, 04-Jan-10

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RTree
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RTree(dim: Int, capacity: Int = 10, minFill: Int = 3)(implicit view: (U) ⇒ ManagedNumber[U], mgr: NumberManager[U])

Type Members

  1. type Index = RTreeIndex[U, V]

  2. type Leaf = RTreeLeaf[U, V]

  3. type Node = RTreeNode[U, V, _]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val capacity: Int

  8. def clear(): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def debugDump(): Unit

  11. val dim: Int

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def findOverlapping(shape: Shape[U], visitor: (V) ⇒ Unit): Unit

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getRoot: Node

  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. def insert(v: V): Unit

  20. def isEmpty: Boolean

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val minFill: Int

  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def remove(v: V): Unit

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped