object Z3
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Z3
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val MAX_BITS: Int(21)
- final val MAX_DIM: Int(3)
- final val MAX_MASK: Long(2097151L)
-
def
apply(x: Int, y: Int, z: Int): Z3
So this represents the order of the tuple, but the bits will be encoded in reverse order: ....z1y1x1z0y0x0 This is a little confusing.
- def apply(zvalue: Long): Z3
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
combine(z: Long): Int
combine every third bit to form a value.
combine every third bit to form a value. Maximum value is 21 bits.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
load(target: Long, p: Long, bits: Int, dim: Int): Long
Loads either 1000...
Loads either 1000... or 0111... into starting at given bit index of a given dimention
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
split(value: Long): Long
insert 00 between every bit in value.
insert 00 between every bit in value. Only first 21 bits can be considred.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unapply(z: Z3): Option[(Int, Int, Int)]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def zdivide(p: Z3, rmin: Z3, rmax: Z3): (Z3, Z3)
-
def
zranges(min: Z3, max: Z3): Seq[(BigInt, BigInt)]
Recurse down the oct-tree and report all z-ranges which are contained in the cube defined by the min and max points