The incremental algorithm used here is derived from a convex hull algorithm due to Raimund Seidel. It takes O(n) time to insert a site into a diagram of n sites, which leads to an O(n^2) algorithm for a diagram of n sites. The space required for a diagram of n sites is O(n^2), too.
This module was implemented using code generated by:
Dr Thomas Roos Univ Wuerzburg Am Hubland D-8700 Wuerzburg, Germany
Port: Input Data
Type: Lattice
Constraints: curvilinear.
3-cD.
The input lattice of curvilinear points to be triangulated.
Port: jitter
Type: Radio Box
Menu Item: Actual data
Menu Item: Add jitter to data
Optionally add a small amount of randomness to data. This avoids coplanar
problems.
Port: Output Pyramid
Type: Pyramid
Constraints: 3-layer.
1..-baseLat.
3-D compression.
unique-compression type.
The resultant pyramid of tetraheras.