case class BoundaryDelaunay(pointSet: IndexedPointSet, liveVertices: Set[Int], halfEdgeTable: HalfEdgeTable, triangleMap: TriangleMap, boundary: Int, isLinear: Boolean) extends Serializable with Product
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoundaryDelaunay
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BoundaryDelaunay(pointSet: IndexedPointSet, liveVertices: Set[Int], halfEdgeTable: HalfEdgeTable, triangleMap: TriangleMap, boundary: Int, isLinear: Boolean)
Value Members
- val boundary: Int
- val halfEdgeTable: HalfEdgeTable
- val isLinear: Boolean
- def isMeshValid(): Boolean
- val liveVertices: Set[Int]
- val pointSet: IndexedPointSet
- val triangleMap: TriangleMap
- def trianglesFromEdges: MultiPolygon
- def trianglesFromVertices: MultiPolygon
- def writeWkt(wktFile: String): PrintWriter