Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Convert to another image type new_image_type_number 1-10. 5=unsigned short, 10=float, see below.

...

Convert image and grids to another data type new_data_type_number 1-10.

Info
titleNumber code for image formats

0 = VTK_VOID
1 = VTK_BIT
2 = VTK_CHAR
3 = VTK_UNSIGNED_CHAR
4 = VTK_SHORT
5 = VTK_UNSIGNED_SHORT
6 = VTK_INT
7 = VTK_UNSIGNED_INT
8 = VTK_LONG
9 = VTK_UNSIGNED_LONG
10 = VTK_FLOAT
11 = VTK_DOUBLE

...