object Staircase
- Alphabetic
- By Inheritance
- Staircase
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def find(thisPath: EdgePath, thatPath: EdgePath): Vector[((EdgePath, EdgePath), Boolean)]
Given two EdgePath thisPath and thatPath, outputs a vector of ((EdgePath, EdgePath, Boolean)) where each element is such that - If el._2 is true then el._1._1 = el._1._2 is a path of coincidence.
Given two EdgePath thisPath and thatPath, outputs a vector of ((EdgePath, EdgePath, Boolean)) where each element is such that - If el._2 is true then el._1._1 = el._1._2 is a path of coincidence. If el._2 is false then el._1._1 and el._1._2 together constitute the boundary of a staircase.
- def findHelper(thisPath: EdgePath, thatPath: EdgePath, current: ((EdgePath, EdgePath), Boolean), accum: Vector[((EdgePath, EdgePath), Boolean)]): Vector[((EdgePath, EdgePath), Boolean)]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getStairCase(left: EdgePath, right: EdgePath, twoComplex: TwoComplex): (TwoComplex, Set[Edge])
right * (left.reverse) is the boundary of the staircase.
Overview
right * (left.reverse) is the boundary of the staircase. Because left and right are parts of a geodesic. Each face of the staircase should contain at least two edges from right * (left.reverse).
- left
Part of the leftmost canononical geodesic
- right
Part of the rightmost canononical geodesic
- returns
A pair. The first co-ordinate is the staircase. The second component is the set of all spokes.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated