case class StitchedDelaunay(indexToCoord: (Int) ⇒ Coordinate, halfEdgeTable: HalfEdgeTable, boundary: Int, pointSet: IndexedPointSet, fillTriangles: TriangleMap) extends Serializable with Product
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StitchedDelaunay
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StitchedDelaunay(indexToCoord: (Int) ⇒ Coordinate, halfEdgeTable: HalfEdgeTable, boundary: Int, pointSet: IndexedPointSet, fillTriangles: TriangleMap)
Value Members
- val boundary: Int
- val fillTriangles: TriangleMap
- val halfEdgeTable: HalfEdgeTable
- val indexToCoord: (Int) ⇒ Coordinate
- val pointSet: IndexedPointSet
- def triangles(): Seq[(Int, Int, Int)]
- def writeWKT(wktFile: String): PrintWriter