object TwoComplex
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TwoComplex
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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
- def allCollapsed(complex: TwoComplex): (TwoComplex, ((EdgePath) => EdgePath, (EdgePath) => EdgePath))
- def allCollapsed1(complex: TwoComplex): TwoComplex
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def halfEdges(edges: List[Edge], accum: Set[Edge]): Set[Edge]
- Annotations
- @tailrec()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mergeFaces(e: Edge, first: Polygon, second: Polygon): Polygon
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonLoop(complex: TwoComplex): Option[Edge]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def pure(fs: Polygon*): TwoComplex
- def symbolic(vertexNames: String*)(edgeMap: (String, (String, String))*)(faceMap: (String, Seq[(String, Boolean)])*): TwoComplex
Symbolic two-complexes, i.e.
Symbolic two-complexes, i.e. two-complexes with vertices, edges and faces determined by their names.
For example, here is how a torus is constructed.
TwoComplex.symbolic( "x")( "a" -> ("x", "x"), "b" -> ("x", "x"))( "face" -> Seq("a" -> true, "b" -> true, "a" -> false, "b" -> false) )
- vertexNames
names of vertices separated by commas,
- edgeMap
edgepair names mapped to initial and terminal vertices
- faceMap
face-names mapped to pairs (edge-name, isPositivelyOriented)
- returns
two-complex determined by the data
- 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