case class BoundaryDelaunay(pointSet: IndexedPointSet, liveVertices: Set[Int], halfEdgeTable: HalfEdgeTable, triangleMap: TriangleMap, boundary: Int, isLinear: Boolean) extends Serializable with Product

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundaryDelaunay
  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 BoundaryDelaunay(pointSet: IndexedPointSet, liveVertices: Set[Int], halfEdgeTable: HalfEdgeTable, triangleMap: TriangleMap, boundary: Int, isLinear: Boolean)

Value Members

  1. val boundary: Int
  2. val halfEdgeTable: HalfEdgeTable
  3. val isLinear: Boolean
  4. def isMeshValid(): Boolean
  5. val liveVertices: Set[Int]
  6. val pointSet: IndexedPointSet
  7. val triangleMap: TriangleMap
  8. def trianglesFromEdges: MultiPolygon
  9. def trianglesFromVertices: MultiPolygon
  10. def writeWkt(wktFile: String): PrintWriter