vtkio 0.6.3

Parser and writer for the legacy VTK file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
# vtk DataFile Version 2.0
Triangle example
ASCII
DATASET POLYDATA
POINTS 3 float
0.0 0.0 0.0
1.0 0.0 0.0
0.0 0.0 -1.0

POLYGONS 1 4
3 0 1 2