case class StitchedDelaunay(indexToCoord: (Int) ⇒ Coordinate, halfEdgeTable: HalfEdgeTable, boundary: Int, pointSet: IndexedPointSet, fillTriangles: TriangleMap) extends Serializable with Product

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

Instance Constructors

  1. new StitchedDelaunay(indexToCoord: (Int) ⇒ Coordinate, halfEdgeTable: HalfEdgeTable, boundary: Int, pointSet: IndexedPointSet, fillTriangles: TriangleMap)

Value Members

  1. val boundary: Int
  2. val fillTriangles: TriangleMap
  3. val halfEdgeTable: HalfEdgeTable
  4. val indexToCoord: (Int) ⇒ Coordinate
  5. val pointSet: IndexedPointSet
  6. def triangles(): Seq[(Int, Int, Int)]
  7. def writeWKT(wktFile: String): PrintWriter