File: 06_color_scalars.vtk

package info (click to toggle)
python-meshio 7.0.0-really-5.3.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,952 kB
  • sloc: python: 14,908; makefile: 19
file content (23 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# vtk DataFile Version 2.0
data
ASCII
DATASET UNSTRUCTURED_GRID
POINTS 5 float
 1.5  0.0  0.0 
 0.0  1.5  0.0 
 1.5  1.5  0.0 
 0.0  0.0  0.0 
-1.5 -1.5  0.0 
CELLS 2 7
2 3 4
3 0 1 2
CELL_TYPES 2
3
5
POINT_DATA 5
COLOR_SCALARS lut 4
1.0  0.0  0.0  1.0
0.0  1.0  0.0  1.0
0.0  0.0  1.0  1.0
0.0  0.0  0.0  1.0
0.0  0.0  0.0  1.0