public class EdgeWriter extends VoronoiCellWriter
x y z
<ax> <ay> <az>
<bx> <by> <bz>
<cx> <cy> <cz>
x1 y1 z1 x2 y2 z2
<edge #1 start, x> <edge #1 start, y> <...>
Constructor and Description |
---|
EdgeWriter() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
renderCells(java.util.List<BaseVoronoiCell> cells)
Given a list of cells, write the output
|
writeToFile, writeToFile
protected java.util.List<java.lang.String> renderCells(java.util.List<BaseVoronoiCell> cells)
VoronoiCellWriter
renderCells
in class VoronoiCellWriter
cells
- Cells to be outputted