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
12
# vtk DataFile Version 2.0
Square example
ASCII
DATASET POLYDATA
POINTS 4 float
0.0 0.0 0.0
1.0 0.0 0.0
1.0 0.0 -1.0
0.0 0.0 -1.0

POLYGONS 1 5
4 0 1 2 3