| Modifier and Type | Method and Description |
|---|---|
static void |
IOParsers.exportCHTsin(DelaunayTriangulation dto,
String tsinFile) |
static void |
IOParsers.exportTsin(DelaunayTriangulation dto,
File tsinFile) |
static void |
IOParsers.exportTsin(DelaunayTriangulation dto,
OutputStream os) |
static void |
IOParsers.exportTsin(DelaunayTriangulation dto,
String tsinFile) |
static void |
IOParsers.exportTsin(DelaunayTriangulation dto,
Writer writer) |
| Constructor and Description |
|---|
GridIndex(DelaunayTriangulation delaunay,
int xCellCount,
int yCellCount)
Constructs a grid index holding the triangles of a delaunay
triangulation.
|
GridIndex(DelaunayTriangulation delaunay,
int xCellCount,
int yCellCount,
BoundingBox region)
Constructs a grid index holding the triangles of a delaunay
triangulation.
|
Copyright © 2016. All rights reserved.