case class Curve(left: PantsBoundary, right: PantsBoundary) extends Product with Serializable
A curve in the curve system (i.e., the collection of terms) along which we split to get the pants decomposition. This is a quotient of two pants boundaries that have been identified, with orientation determining one as on the left.
- left
the pants boundary on the left.
- right
the pants boundary on the right.
- Alphabetic
- By Inheritance
- Curve
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Curve(left: PantsBoundary, right: PantsBoundary)
- left
the pants boundary on the left.
- right
the pants boundary on the right.
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()
- def contains(pb: PantsBoundary): Boolean
whether a pants boundary is contained in the curve
whether a pants boundary is contained in the curve
- pb
a pants boundary
- returns
boolean for containment
- def dropOpt(n: Index): Option[Curve]
Curve in curve system after a pair of pants is deleted
Curve in curve system after a pair of pants is deleted
- n
the index of the deleted pants
- returns
optionally the curve with indices shifted; nothing if curve in deleted pants
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val left: PantsBoundary
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val neighbours: Set[Index]
(indices of) adjacent pairs of pants
- 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 right: PantsBoundary
- val support: Set[PantsBoundary]
the pants boundaries identified to get this curve.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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