object StitchedDelaunay extends Serializable

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

Value Members

  1. def apply(center: DelaunayTriangulation, neighbors: Map[Direction, (BoundaryDelaunay, Extent)], debug: Boolean): StitchedDelaunay
  2. def apply(neighbors: Map[Direction, (DelaunayTriangulation, Extent)], debug: Boolean)(implicit dummy: DummyImplicit): StitchedDelaunay
  3. def apply(neighbors: Map[Direction, (BoundaryDelaunay, Extent)], debug: Boolean = false): StitchedDelaunay

    Given a set of BoundaryDelaunay objects and their non-overlapping boundary extents, each pair associated with a cardinal direction, this function creates a merged representation

  4. def combinedPointSet(neighbors: Map[Direction, (DelaunayTriangulation, Extent)])(implicit dummy: DummyImplicit): (Int, IndexedPointSet, Map[Direction, Map[Int, Int]])
  5. def combinedPointSet(neighbors: Map[Direction, (BoundaryDelaunay, Extent)]): (Int, IndexedPointSet, Map[Direction, Map[Int, Int]])
  6. def combinedPointSet(center: DelaunayTriangulation, neighbors: Map[Direction, (BoundaryDelaunay, Extent)]): (Int, IndexedPointSet, Map[Direction, Map[Int, Int]])