final case class InterCons(newStart: (Int, Int), newEnd: (Int, Int), newTurnBefore: Int, newTurnAfter: Int) extends Intersection with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InterCons
- Serializable
- Product
- Equals
- Intersection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InterCons(newStart: (Int, Int), newEnd: (Int, Int), newTurnBefore: Int, newTurnAfter: Int)
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()
- val end: (Int, Int)
- Definition Classes
- InterCons → Intersection
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def findMergable(inside: Vector[Intersection], thisLimit: Int, thatLimit: Int): Option[Intersection]
- Definition Classes
- Intersection
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getEdgePathWithSigns(thisPath: EdgePath, thatPath: EdgePath, twoComplex: TwoComplex): (EdgePath, Int)
- Definition Classes
- Intersection
- def getSign(thisPath: EdgePath, thatPath: EdgePath, twoComplex: TwoComplex): Int
- Definition Classes
- Intersection
- def isCrossing(thisPath: EdgePath, thatPath: EdgePath, twoComplex: TwoComplex): Boolean
Decides whether the given (maximal) intersection of non-zero length is a crossing or non-crossing.
Decides whether the given (maximal) intersection of non-zero length is a crossing or non-crossing.
- Definition Classes
- Intersection
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isMergableWith(other: Intersection, thisLimit: Int, thatLimit: Int): Boolean
- Definition Classes
- Intersection
- def isValidBetween(thisPath: EdgePath, thatPath: EdgePath, twoComplex: TwoComplex): Boolean
Checks that the intersection is a valid intersection between thisPath and thatPath.
Checks that the intersection is a valid intersection between thisPath and thatPath. For now it does not check turns.
- Definition Classes
- Intersection
- def length: Int
- Definition Classes
- Intersection
- def mergeWith(other: Intersection, thisLimit: Int, thatLimit: Int): Intersection
- Definition Classes
- Intersection
- def mod(m: Int, n: Int): Int
- Definition Classes
- Intersection
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val newEnd: (Int, Int)
- val newStart: (Int, Int)
- val newTurnAfter: Int
- val newTurnBefore: Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val start: (Int, Int)
- Definition Classes
- InterCons → Intersection
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val turnAfter: Int
- Definition Classes
- InterCons → Intersection
- val turnBefore: Int
- Definition Classes
- InterCons → Intersection
- 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