Packages

final case class InterCons(newStart: (Int, Int), newEnd: (Int, Int), newTurnBefore: Int, newTurnAfter: Int) extends Intersection with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Intersection, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterCons
  2. Serializable
  3. Product
  4. Equals
  5. Intersection
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InterCons(newStart: (Int, Int), newEnd: (Int, Int), newTurnBefore: Int, newTurnAfter: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. val end: (Int, Int)
    Definition Classes
    InterConsIntersection
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def findMergable(inside: Vector[Intersection], thisLimit: Int, thatLimit: Int): Option[Intersection]
    Definition Classes
    Intersection
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getEdgePathWithSigns(thisPath: EdgePath, thatPath: EdgePath, twoComplex: TwoComplex): (EdgePath, Int)
    Definition Classes
    Intersection
  11. def getSign(thisPath: EdgePath, thatPath: EdgePath, twoComplex: TwoComplex): Int
    Definition Classes
    Intersection
  12. 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
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isMergableWith(other: Intersection, thisLimit: Int, thatLimit: Int): Boolean
    Definition Classes
    Intersection
  15. 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
  16. def length: Int
    Definition Classes
    Intersection
  17. def mergeWith(other: Intersection, thisLimit: Int, thatLimit: Int): Intersection
    Definition Classes
    Intersection
  18. def mod(m: Int, n: Int): Int
    Definition Classes
    Intersection
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val newEnd: (Int, Int)
  21. val newStart: (Int, Int)
  22. val newTurnAfter: Int
  23. val newTurnBefore: Int
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val start: (Int, Int)
    Definition Classes
    InterConsIntersection
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val turnAfter: Int
    Definition Classes
    InterConsIntersection
  30. val turnBefore: Int
    Definition Classes
    InterConsIntersection
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Intersection

Inherited from AnyRef

Inherited from Any

Ungrouped