This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<VTKFile byte_order="LittleEndian" version="1.0" type="RectilinearGrid" header_type="UInt64"> | |
<RectilinearGrid WholeExtent="0 2 0 3 0 0"> | |
<Piece Extent="0 2 0 3 0 0"> | |
<Coordinates> | |
<DataArray NumberOfComponents="1" offset="0" type="Int64" Name="x_coordinates" format="appended"/> | |
<DataArray NumberOfComponents="1" offset="32" type="Int64" Name="y_coordinates" format="appended"/> | |
<DataArray NumberOfComponents="1" offset="72" type="Int64" Name="z_coordinates" format="appended"/> | |
</Coordinates> | |
<CellData scalars="d"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# vtk DataFile Version 3.1 | |
vtk output | |
ASCII | |
DATASET STRUCTURED_POINTS | |
DIMENSIONS 52 52 52 | |
SPACING 1 1 1 | |
ORIGIN 26 26 26 | |
POINT_DATA 10526 | |
SCALARS Test%20Data FLOAT | |
LOOKUP_TABLE default |