forked from pyvista/data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVTKData.readme
More file actions
17 lines (13 loc) · 759 Bytes
/
VTKData.readme
File metadata and controls
17 lines (13 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VTK Data Directory
----------------------
This directory contains data and baseline images for VTK regression testing
and other VTK examples. (See
http://www.vtk.org/testing/TestingResults/Dashboard/MostRecentResults-Nightly/Dashboard.html
to see how regression testing is used.) Also see http://public.kitware.com/Dart
to learn about the Dart regression testing system.
The VTKData/Data directory are data files of various types. This includes
polygonal data, images, volumes, structured grids, rectilinear grids,
and multi-variate data.
The VTKData/Baseline are the testing images. These are used in testing to
compare a valid image against a generated image. If a difference between the
two images is found, then the test is considered to have failed.