[paraview] 01/02: Merge.

Anton Gladky gladk at moszumanska.debian.org
Thu Jan 30 20:34:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository paraview.

commit 45daeb9fd33ade8f310d7552b30802ac900fb7ea
Merge: c20bad7 6017b44
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Jan 30 21:30:21 2014 +0100

    Merge.

 .gitattributes                                     |    22 +
 .gitignore                                         |     7 +
 .gitmodules                                        |    15 +
 Applications/ParaView/CMakeLists.txt               |    30 +-
 .../ParaView/Documentation/images/.DS_Store        |   Bin 6148 -> 0 bytes
 Applications/ParaView/ParaViewFilters.xml          |    14 +-
 Applications/ParaView/ParaViewMainWindow.cxx       |    37 +-
 Applications/ParaView/ParaViewMainWindow.ui        |    65 +-
 Applications/ParaView/ParaViewReaders.xml          |    79 -
 Applications/ParaView/ParaViewWriters.xml          |    28 -
 .../ParaView/Testing/Python/CMakeLists.txt         |    97 +-
 .../Python/StructuredGridVolumeRendering.pvsm      |  4216 ++++++
 .../Python/StructuredGridVolumeRendering.py        |    50 +
 .../ParaView/Testing/Python/TestPythonMPI.py       |    70 +
 .../Testing/Python/TestPythonParaViewWeb.py        |   107 +
 .../Testing/Python/TestPythonParaViewWebMPI.py     |    93 +
 .../Python/TestPythonParaViewWebiPythonMPI.py      |    72 +
 .../ParaView/Testing/Python/TestPythonView.py      |    59 +
 .../Testing/Python/TestRemoteProgrammableFilter.py |    56 +
 .../ParaView/Testing/XML/AnimatePipelineTime.xml   |     6 +-
 Applications/ParaView/Testing/XML/CMakeLists.txt   |    97 +-
 .../Testing/XML/CTHDerivedDensity2DClyinder.xml    |    22 +-
 .../Testing/XML/CategoricalColorScalarBar1.xml     |    50 -
 .../ParaView/Testing/XML/CategoricalColors.xml     |    73 +
 Applications/ParaView/Testing/XML/ColorEditor2.xml |    20 -
 Applications/ParaView/Testing/XML/ColorEditor4.xml |    11 -
 .../ParaView/Testing/XML/ColorEditorControls.xml   |    72 +
 .../Testing/XML/ColorEditorVolumeControls.xml      |    49 +
 .../Testing/XML/ColorOpacityTableEditing.xml       |    72 +
 .../ParaView/Testing/XML/ComparativeVisPanel.xml   |     7 +-
 Applications/ParaView/Testing/XML/Contour.xml      |   115 +-
 .../ParaView/Testing/XML/FindDataDialog.xml        |   161 +-
 .../ParaView/Testing/XML/LineChartSelection.xml    |    75 +
 Applications/ParaView/Testing/XML/LogColorMap.xml  |    67 +
 .../ParaView/Testing/XML/MultiBlockAttributes1.xml |    10 +
 .../ParaView/Testing/XML/NewColorEditor1.xml       |    53 -
 .../ParaView/Testing/XML/NewColorEditor3.xml       |    63 -
 .../ParaView/Testing/XML/RandomAttributes.xml      |    21 +
 Applications/ParaView/Testing/XML/RenderNan.xml    |    12 +-
 Applications/ParaView/Testing/XML/SPTimeseries.xml |     6 +
 Applications/ParaView/Testing/XML/SaveColorMap.xml |   113 +-
 .../ParaView/Testing/XML/SelectionLabels.xml       |    18 +-
 .../Testing/XML/StructuredGridVolumeRendering.xml  |    17 -
 Applications/ParaView/Testing/XML/TensorGlyph.xml  |    80 +
 .../ParaView/Testing/XML/TestPythonView.xml        |    70 +
 .../Testing/XML/UpdateTransferFunctionRanges.xml   |    36 +
 CMake/CTestCustom.cmake.in                         |     5 +-
 CMake/FindCosmoTools.cmake                         |    24 +
 CMake/FindGenericIO.cmake                          |    24 +
 CMake/FindSeleniumDrivers.cmake                    |    96 +
 CMake/ParaViewBrandingInstallApp.cmake             |    23 +-
 CMake/ParaViewMacros.cmake                         |    55 +-
 CMake/ParaViewPlugins.cmake                        |   220 +-
 CMake/ParaViewPluginsMacros.cmake                  |    22 +-
 CMake/ParaViewTestInstall.cmake                    |    85 +
 CMake/ParaViewTestingMacros.cmake                  |   165 +-
 CMake/VTKModules.cmake                             |    28 +-
 CMake/branded_paraview_initializer.cxx.in          |     2 +-
 CMake/branded_paraview_main.cxx.in                 |    27 +-
 CMake/vtkClientServerWrapping.cmake                |    18 +-
 CMake/vtkWrapClientServer.cmake                    |    15 +-
 CMake/vtkWrapClientServer.cxx.in                   |    37 +
 CMakeLists.txt                                     |   129 +-
 CTestConfig.cmake                                  |     2 +-
 .../Base/ClientServerCore-Core-CMake.patch         |    33 +
 .../SMApplication/Resources/3d_widgets.xml         |     9 -
 .../SMApplication/Resources/catalyst.xml           |     5 +
 .../SMApplication/Resources/filters.xml            |   141 -
 .../SMApplication/Resources/internal_writers.xml   |    82 -
 .../SMApplication/Resources/pythonfilter.xml       |   433 -
 .../SMApplication/Resources/readers.xml            |     6 -
 .../SMApplication/Resources/rendering.xml          |    24 -
 .../SMApplication/Resources/sources.xml            |   258 -
 .../SMApplication/Resources/utilities.xml          |   198 -
 .../Resources/views_and_representations.xml        |    10 -
 .../SMApplication/Resources/writers.xml            |    42 -
 .../VTKExtensions/Default/CMakeLists.txt           |    10 -
 .../VTKExtensions/Default/module.cmake             |     5 -
 Catalyst/Editions/Base/Testing/Base/CMakeLists.txt |     9 +
 .../Testing/Base/TestCatalystServerManager.cxx     |    64 +
 Catalyst/Editions/Base/Testing/CMakeLists.txt      |    13 +-
 Catalyst/Editions/Base/Testing/wavelet.py          |    38 -
 .../Base/VTK-Filters-Extraction-CMake.patch        |    24 +
 .../Editions/Base/VTK/Filters/Core/CMakeLists.txt  |    35 +-
 .../Base/VTK/Filters/Sources/CMakeLists.txt        |     5 -
 .../Editions/Base/VTK/Filters/Sources/module.cmake |    13 -
 Catalyst/Editions/Base/VTK/IO/XML/CMakeLists.txt   |    18 -
 Catalyst/Editions/Base/VTK/IO/XML/module.cmake     |    14 -
 .../Editions/Base/VTK/Imaging/Core/CMakeLists.txt  |     5 -
 .../Editions/Base/VTK/Imaging/Core/module.cmake    |    22 -
 Catalyst/Editions/Base/manifest.json               |   907 +-
 .../Testing/Base-Python/CMakeLists.txt             |     5 +
 .../Enable-Python/Testing/Base-Python/import.py    |     5 +
 Catalyst/Editions/Enable-Python/manifest.json      |    42 +
 .../remove-references-to-ColorMaps.xml.patch       |    17 +
 .../SMApplication/Resources/filters.xml            |   141 -
 .../VTKExtensions/Default/CMakeLists.txt           |    13 +-
 .../Default/Essentials.props.catalyst.cmake        |     4 +
 .../ParaViewCore/VTKExtensions/Default/hints       |     0
 .../VTKExtensions/Default/module.cmake             |    40 +
 .../Editions/Essentials/Testing/CMakeLists.txt     |     6 -
 .../Essentials/Testing/Essentials/CMakeLists.txt   |    17 +
 .../Essentials/TestCatalystEssentialsFilters.cxx   |    80 +
 .../Testing/Essentials/use-essentials.py           |     6 +
 Catalyst/Editions/Essentials/Testing/wavelet.py    |    38 -
 .../Essentials/VTK/Filters/Core/CMakeLists.txt     |    33 -
 .../Filters/Core/Essentials.props.catalyst.cmake   |     4 +
 .../VTK/Filters/Extraction/CMakeLists.txt          |     9 +
 .../Essentials/VTK/Filters/Extraction/module.cmake |    15 +
 .../Essentials/VTK/Filters/General/CMakeLists.txt  |     9 +
 .../Essentials/VTK/Filters/General/module.cmake    |    15 +
 Catalyst/Editions/Essentials/manifest.json         |   129 +-
 .../Extras/ClientServerCore-Core-CMake.patch       |    12 +
 .../VTKExtensions/Rendering/CMakeLists.txt         |     9 +
 .../VTKExtensions/Rendering/module.cmake           |    53 +
 .../Editions/Extras/Testing/Extras/CMakeLists.txt  |    17 +
 .../Testing/Extras/TestCatalystExtrasFilters.cxx   |    81 +
 .../Editions/Extras/Testing/Extras/use-extras.py   |     7 +
 .../Extras/VTK/Filters/Geometry/CMakeLists.txt     |     9 +
 .../Extras/VTK/Filters/Sources/CMakeLists.txt      |     9 +
 .../Extras/VTK/Filters/Sources/module.cmake        |    15 +
 Catalyst/Editions/Extras/manifest.json             |   147 +
 .../Rendering-Base/VTK/Charts/Core/CMakeLists.txt  |     9 +
 .../Common/ComputationalGeometry/CMakeLists.txt    |     9 +
 .../VTK/Filters/Parallel/CMakeLists.txt            |     9 +
 .../VTK/Filters/ParallelMPI/CMakeLists.txt         |     9 +
 .../Rendering-Base/VTK/IO/Image/CMakeLists.txt     |     9 +
 .../Rendering-Base/VTK/IO/Image/module.cmake       |    18 +
 .../VTK/Imaging/Color/CMakeLists.txt               |     9 +
 .../Rendering-Base/VTK/Imaging/Core/CMakeLists.txt |     9 +
 .../VTK/Imaging/Hybrid/CMakeLists.txt              |     9 +
 .../Rendering-Base/VTK/Infovis/Core/CMakeLists.txt |     9 +
 .../VTK/Rendering/Annotation/CMakeLists.txt        |     9 +
 .../VTK/Rendering/Context2D/CMakeLists.txt         |     9 +
 .../VTK/Rendering/Core/CMakeLists.txt              |     9 +
 .../VTK/Rendering/FreeType/CMakeLists.txt          |     9 +
 .../FreeType/Rendering-Base.fonts.catalyst.cmake   |    14 +
 .../VTK/Rendering/Parallel/CMakeLists.txt          |     9 +
 Catalyst/Editions/Rendering-Base/manifest.json     |   550 +
 Catalyst/catalyze.py                               |   119 +-
 Catalyst/test-catalyst.sh                          |   117 +
 .../Adaptors/CTHAdaptor/vtkCTHDataArray.cxx        |    30 +-
 CoProcessing/Adaptors/CTHAdaptor/vtkCTHDataArray.h |    77 +-
 CoProcessing/Adaptors/CTHAdaptor/vtkCTHSource.cxx  |     6 +-
 CoProcessing/Adaptors/CTHAdaptor/vtkCTHSource.h    |     6 +-
 CoProcessing/Catalyst/Testing/Cxx/CMakeLists.txt   |     2 +-
 CoProcessing/Catalyst/module.cmake                 |     2 +
 CoProcessing/Catalyst/vtkCPCxxHelper.cxx           |    13 +-
 CoProcessing/PythonCatalyst/CMakeLists.txt         |     2 +-
 .../PythonCatalyst/Testing/Cxx/CMakeLists.txt      |     1 +
 .../Testing/Cxx/CoProcessingFullWorkflowTest.cmake |     1 +
 .../PythonCatalyst/vtkCPPythonScriptPipeline.cxx   |    21 +-
 CommandLineExecutables/CMakeLists.txt              |    15 +-
 CommandLineExecutables/pvbatch.cxx                 |     6 +
 CommandLineExecutables/pvpython.cxx                |     8 +-
 CommandLineExecutables/pvpython.h                  |     6 +-
 Examples/BuildExamples.cmake                       |    10 +-
 Examples/CustomApplications/Clone1/CMakeLists.txt  |     1 -
 .../CustomApplications/Clone1/myMainWindow.cxx     |     1 -
 Examples/CustomApplications/Clone1/myMainWindow.ui |    15 -
 Examples/CustomApplications/Clone2/CMakeLists.txt  |     1 -
 .../ParticlesViewer/CMakeLists.txt                 |     2 +-
 Examples/Plugins/GUIView/MyView.h                  |     1 -
 .../HiddenLinesRemovalPlugin.xml                   |     2 +-
 Examples/Plugins/Reader/CMakeLists.txt             |     2 +-
 Examples/Plugins/Reader/pqReader.xml               |     3 -
 Examples/Plugins/ReaderXMLOnly/CMakeLists.txt      |     3 +-
 Examples/Plugins/ReaderXMLOnly/ReaderXMLOnly.xml   |     6 -
 Examples/Plugins/SMProxy/vtkSMMyBoundsDomain.cxx   |    24 +-
 Examples/Plugins/Writer/CMakeLists.txt             |    13 +-
 Examples/Plugins/Writer/GUITiff.xml                |     7 -
 Examples/Plugins/Writer/writers.xml                |     2 +
 ParaViewCore/ClientServerCore/Core/CMakeLists.txt  |     4 +
 ParaViewCore/ClientServerCore/Core/module.cmake    |     5 +-
 .../Core/vtkPVArrayInformation.cxx                 |     6 +-
 .../ClientServerCore/Core/vtkPVDataInformation.cxx |     9 +
 .../ClientServerCore/Core/vtkPVDataInformation.h   |    11 +
 .../Core/vtkPVExtractSelection.cxx                 |     2 +
 .../ClientServerCore/Core/vtkPVExtractSelection.h  |     7 +
 .../ClientServerCore/Core/vtkPVOptions.cxx         |    64 +-
 ParaViewCore/ClientServerCore/Core/vtkPVOptions.h  |    44 +-
 .../ClientServerCore/Core/vtkPVPluginLoader.cxx    |     6 +
 .../ClientServerCore/Core/vtkPVPluginTracker.cxx   |    16 +
 .../Core/vtkPVServerInformation.cxx                |    32 +-
 .../ClientServerCore/Core/vtkPVServerInformation.h |     5 +
 .../Core/vtkPVSystemConfigInformation.cxx          |    10 -
 .../Core/vtkPVSystemConfigInformation.h            |     3 -
 .../Core/vtkPVTemporalDataInformation.cxx          |    11 +-
 .../Core/vtkPVTemporalDataInformation.h            |    12 +
 .../ClientServerCore/Core/vtkProcessModule.cxx     |   132 +-
 .../ClientServerCore/Core/vtkProcessModule.h       |     4 +
 .../Core/vtkProcessModuleInitializePython.h        |    78 +-
 .../Core/vtkPythonExtractSelection.cxx             |    10 +-
 .../Core/vtkPythonExtractSelection.h               |     6 +
 .../Core/vtkPythonProgrammableFilter.cxx           |   106 +-
 .../Core/vtkPythonProgrammableFilter.h             |    26 +-
 .../Core/vtkTCPNetworkAccessManager.cxx            |     3 +-
 .../ClientServerCore/Default/CMakeLists.txt        |     3 +-
 .../Default/Testing/Cxx/CMakeLists.txt             |    26 +-
 .../Cxx/ParaViewCoreClientServerCorePrintSelf.cxx  |     6 -
 .../Default/Testing/Cxx/TestSystemCaps.cxx         |   146 +
 ParaViewCore/ClientServerCore/Default/module.cmake |     2 +
 .../ClientServerCore/Rendering/CMakeLists.txt      |    13 +-
 .../ClientServerCore/Rendering/module.cmake        |     6 +-
 .../Rendering/vtkAMRStreamingPriorityQueue.cxx     |   178 +-
 .../ClientServerCore/Rendering/vtkChartWarning.cxx |    49 +-
 .../ClientServerCore/Rendering/vtkChartWarning.h   |    20 -
 .../Rendering/vtkCompositeSliceRepresentation.cxx  |    14 +
 .../Rendering/vtkCompositeSliceRepresentation.h    |     2 +
 .../Rendering/vtkIceTSynchronizedRenderers.cxx     |    12 +
 .../Rendering/vtkIceTSynchronizedRenderers.h       |     6 +
 .../Rendering/vtkImageSliceRepresentation.cxx      |    14 +-
 .../Rendering/vtkImageVolumeRepresentation.cxx     |    56 +-
 .../Rendering/vtkImageVolumeRepresentation.h       |     6 +
 .../ClientServerCore/Rendering/vtkMPIMoveData.cxx  |    12 +
 .../ClientServerCore/Rendering/vtkMPIMoveData.h    |    11 +-
 .../Rendering/vtkMatplotlibUtilities.cxx           |   497 +
 .../Rendering/vtkMatplotlibUtilities.h             |    97 +
 .../Rendering/vtkPVCameraAnimationCue.cxx          |    63 -
 .../Rendering/vtkPVCameraAnimationCue.h            |    65 -
 .../Rendering/vtkPVCameraCueManipulator.cxx        |   123 -
 .../Rendering/vtkPVCameraCueManipulator.h          |    81 -
 .../Rendering/vtkPVCameraKeyFrame.h                |    87 -
 .../Rendering/vtkPVContextView.cxx                 |    25 +
 .../ClientServerCore/Rendering/vtkPVContextView.h  |    20 +
 .../Rendering/vtkPVDataDeliveryManager.cxx         |    69 +-
 .../Rendering/vtkPVDataDeliveryManager.h           |    15 +-
 .../Rendering/vtkPVHardwareSelector.cxx            |     2 +
 .../Rendering/vtkPVHardwareSelector.h              |     6 +-
 .../Rendering/vtkPVMultiSliceView.cxx              |     1 +
 .../Rendering/vtkPVMultiSliceView.h                |     6 +
 .../ClientServerCore/Rendering/vtkPVRenderView.cxx |    82 +-
 .../ClientServerCore/Rendering/vtkPVRenderView.h   |    44 +-
 .../Rendering/vtkPVSynchronizedRenderWindows.cxx   |    99 +-
 .../Rendering/vtkPVSynchronizedRenderWindows.h     |     3 +-
 .../Rendering/vtkPVSynchronizedRenderer.cxx        |    21 +-
 .../Rendering/vtkPVSynchronizedRenderer.h          |     5 +
 .../Rendering/vtkPVXYChartView.cxx                 |     8 +
 .../Rendering/vtkPythonRepresentation.cxx          |   477 +
 .../Rendering/vtkPythonRepresentation.h            |   150 +
 .../ClientServerCore/Rendering/vtkPythonView.cxx   |   425 +
 .../ClientServerCore/Rendering/vtkPythonView.h     |   178 +
 .../Rendering/vtkStreamingPriorityQueue.h          |   219 +
 .../vtkStructuredGridVolumeRepresentation.cxx      |     6 +
 .../Rendering/vtkTextSourceRepresentation.cxx      |     3 +-
 .../vtkUnstructuredGridVolumeRepresentation.cxx    |     2 +-
 ParaViewCore/ClientServerStream/CMakeLists.txt     |     8 +
 ParaViewCore/ClientServerStream/module.cmake       |     9 +
 .../vtkClientServerInterpreter.cxx                 |   191 +-
 .../vtkClientServerInterpreter.h                   |    30 +-
 .../vtkClientServerInterpreterNoImpl.cxx           |    21 +
 .../vtkClientServerInterpreterPython.cxx           |   525 +
 .../ClientServerStream/vtkClientServerStream.cxx   |     4 +-
 ParaViewCore/Common/module.cmake                   |     2 +
 .../ServerImplementation/Core/CMakeLists.txt       |     1 +
 .../ServerImplementation/Core/module.cmake         |     2 +
 .../ServerImplementation/Core/vtkPVSessionBase.h   |     3 +-
 .../ServerImplementation/Core/vtkPVSessionCore.cxx |     5 +-
 .../Core/vtkPVSessionServer.cxx                    |    12 +-
 .../Core/vtkSIDirectoryProxy.cxx                   |   154 +
 .../Core/vtkSIDirectoryProxy.h                     |    60 +
 .../Core/vtkSIDoubleVectorProperty.h               |     4 +
 .../Core/vtkSIIdTypeVectorProperty.h               |     4 +
 .../Core/vtkSIIntVectorProperty.h                  |     4 +
 .../Core/vtkSIVectorPropertyTemplate.txx           |    36 +-
 ParaViewCore/ServerManager/Core/CMakeLists.txt     |     6 +-
 ParaViewCore/ServerManager/Core/module.cmake       |     2 +
 .../ServerManager/Core/vtkSMArrayListDomain.cxx    |    22 +-
 .../ServerManager/Core/vtkSMArrayRangeDomain.cxx   |   318 +-
 .../ServerManager/Core/vtkSMArrayRangeDomain.h     |    29 +-
 .../Core/vtkSMArraySelectionDomain.cxx             |    59 -
 .../ServerManager/Core/vtkSMArraySelectionDomain.h |    45 +-
 .../ServerManager/Core/vtkSMBooleanDomain.cxx      |    18 +-
 .../ServerManager/Core/vtkSMBoundsDomain.cxx       |   243 +-
 .../ServerManager/Core/vtkSMBoundsDomain.h         |    70 +-
 .../Core/vtkSMCompositeTreeDomain.cxx              |     2 +-
 .../ServerManager/Core/vtkSMDataTypeDomain.cxx     |    45 +-
 .../ServerManager/Core/vtkSMDimensionsDomain.cxx   |    55 +-
 .../ServerManager/Core/vtkSMDimensionsDomain.h     |     6 +-
 ParaViewCore/ServerManager/Core/vtkSMDomain.cxx    |     6 +-
 ParaViewCore/ServerManager/Core/vtkSMDomain.h      |    68 +-
 .../ServerManager/Core/vtkSMDoubleMapProperty.cxx  |    73 +-
 .../ServerManager/Core/vtkSMDoubleMapProperty.h    |    10 +-
 .../ServerManager/Core/vtkSMDoubleRangeDomain.cxx  |   415 +-
 .../ServerManager/Core/vtkSMDoubleRangeDomain.h    |   171 +-
 .../Core/vtkSMDoubleVectorProperty.cxx             |    23 +-
 .../ServerManager/Core/vtkSMDoubleVectorProperty.h |     9 +-
 .../ServerManager/Core/vtkSMEnumerationDomain.h    |     2 -
 .../ServerManager/Core/vtkSMExtentDomain.cxx       |    39 +-
 .../Core/vtkSMIdTypeVectorProperty.cxx             |    21 +-
 .../ServerManager/Core/vtkSMIdTypeVectorProperty.h |     7 +-
 .../ServerManager/Core/vtkSMIntRangeDomain.cxx     |   484 +-
 .../ServerManager/Core/vtkSMIntRangeDomain.h       |   185 +-
 .../ServerManager/Core/vtkSMIntVectorProperty.cxx  |    23 +-
 .../ServerManager/Core/vtkSMIntVectorProperty.h    |     9 +-
 .../ServerManager/Core/vtkSMMapProperty.cxx        |    24 +
 ParaViewCore/ServerManager/Core/vtkSMMapProperty.h |    17 +
 .../Core/vtkSMNumberOfComponentsDomain.cxx         |    45 +-
 .../Core/vtkSMNumberOfGroupsDomain.cxx             |   257 -
 .../ServerManager/Core/vtkSMNumberOfGroupsDomain.h |    95 -
 ParaViewCore/ServerManager/Core/vtkSMProperty.cxx  |    28 +-
 ParaViewCore/ServerManager/Core/vtkSMProperty.h    |   159 +-
 .../ServerManager/Core/vtkSMPropertyAdaptor.cxx    |   780 --
 .../ServerManager/Core/vtkSMPropertyAdaptor.h      |   218 -
 .../ServerManager/Core/vtkSMPropertyGroup.cxx      |    29 +-
 .../ServerManager/Core/vtkSMPropertyGroup.h        |     8 +-
 .../ServerManager/Core/vtkSMPropertyHelper.cxx     |    16 +-
 .../ServerManager/Core/vtkSMPropertyHelper.h       |    54 +
 .../ServerManager/Core/vtkSMPropertyLink.cxx       |    66 -
 .../ServerManager/Core/vtkSMPropertyLink.h         |    14 -
 ParaViewCore/ServerManager/Core/vtkSMProxy.cxx     |    41 +-
 ParaViewCore/ServerManager/Core/vtkSMProxy.h       |    12 +-
 .../ServerManager/Core/vtkSMProxyManager.cxx       |    18 +
 .../ServerManager/Core/vtkSMProxyProperty.cxx      |    36 +-
 .../ServerManager/Core/vtkSMProxyProperty.h        |    18 +
 .../Core/vtkSMPythonTraceObserver.cxx              |    97 +-
 .../ServerManager/Core/vtkSMPythonTraceObserver.h  |     6 +-
 .../ServerManager/Core/vtkSMRangeDomainTemplate.h  |   223 +
 .../Core/vtkSMRangeDomainTemplate.txx              |   348 +
 .../ServerManager/Core/vtkSMReaderFactory.cxx      |   229 +-
 .../ServerManager/Core/vtkSMReaderFactory.h        |    45 +-
 ParaViewCore/ServerManager/Core/vtkSMSILDomain.h   |     4 +
 ParaViewCore/ServerManager/Core/vtkSMSession.cxx   |     6 +
 ParaViewCore/ServerManager/Core/vtkSMSession.h     |     8 +-
 .../ServerManager/Core/vtkSMSessionClient.cxx      |    75 +-
 .../ServerManager/Core/vtkSMSessionClient.h        |    11 +
 .../Core/vtkSMSessionProxyManager.cxx              |     2 +
 .../ServerManager/Core/vtkSMSourceProxy.cxx        |    16 +-
 ParaViewCore/ServerManager/Core/vtkSMSourceProxy.h |    11 +-
 .../Core/vtkSMStateVersionController.cxx           |   184 +-
 .../Core/vtkSMStateVersionController.h             |     4 +-
 .../Core/vtkSMStringListRangeDomain.cxx            |   301 -
 .../Core/vtkSMStringListRangeDomain.h              |   152 -
 .../Core/vtkSMStringVectorProperty.cxx             |    25 +-
 .../ServerManager/Core/vtkSMStringVectorProperty.h |     9 +-
 .../ServerManager/Core/vtkSMVectorProperty.cxx     |    36 -
 .../ServerManager/Core/vtkSMVectorProperty.h       |     8 -
 .../Core/vtkSMVectorPropertyTemplate.h             |   116 +-
 .../ServerManager/Core/vtkSMWriterFactory.cxx      |   193 +-
 .../ServerManager/Core/vtkSMWriterFactory.h        |    49 +-
 ParaViewCore/ServerManager/Default/CMakeLists.txt  |     3 +
 .../Default/Testing/Cxx/CMakeLists.txt             |     7 +-
 .../Cxx/ParaViewCoreServerManagerPrintSelf.cxx     |     6 -
 .../Default/Testing/Python/Animation.py            |     8 +-
 .../Default/Testing/Python/CMakeLists.txt          |    56 +-
 .../Default/Testing/Python/CSVWriterReader.py      |     6 +-
 .../Default/Testing/Python/CellIntegrator.py       |    10 +-
 .../Testing/Python/GhostCellsInMergeBlocks.py      |    10 +-
 .../Default/Testing/Python/IntegrateAttributes.py  |    10 +-
 .../Default/Testing/Python/MultiServer.py          |     4 +-
 .../Default/Testing/Python/MultiView.py            |    44 +
 .../Default/Testing/Python/ParallelImageWriter.py  |     6 +-
 .../Default/Testing/Python/ParallelSerialWriter.py |    12 +-
 .../Default/Testing/Python/Plugins.py              |    10 +-
 .../Default/Testing/Python/ProgrammableFilter.py   |     8 +-
 .../Testing/Python/ProgrammableFilterProperties.py |    56 +
 .../Default/Testing/Python/ProxyPropertyLinks.py   |    14 +-
 .../Default/Testing/Python/Python2DRendering.py    |     8 +-
 .../Default/Testing/Python/PythonAnimationTrack.py |     4 +-
 .../Default/Testing/Python/PythonFilters.py        |    10 +-
 .../Default/Testing/Python/PythonPVLookupTables.py |    67 +
 .../Default/Testing/Python/PythonPVSimpleCone.py   |    20 +-
 .../Default/Testing/Python/PythonPVSimpleExII.py   |    50 +-
 .../Default/Testing/Python/PythonPVSimpleSphere.py |    14 +-
 .../Default/Testing/Python/PythonSMTraceTest1.py   |    10 +-
 .../Default/Testing/Python/PythonSMTraceTest2.py   |     6 +-
 .../Default/Testing/Python/PythonSelection.py      |     6 +-
 .../Default/Testing/Python/SMAnimation.py          |    10 +-
 .../Testing/Python/SMCompoundProxyUndoRedo.py      |    10 +-
 .../Default/Testing/Python/SMPropertyAdaptor.py    |   232 -
 .../Default/Testing/Python/SMPythonTesting.py      |   157 -
 .../Default/Testing/Python/SMUndoRedo.py           |    10 +-
 .../Default/Testing/Python/SavePythonState.cmake   |    24 +
 .../Default/Testing/Python/SavePythonState.py      |    17 +
 .../Default/Testing/Python/SavePythonState.xml     |    28 +
 .../ServerManager/Default/Testing/Python/Simple.py |     8 +-
 .../Python/UserTransformOnRepresentation.py        |     8 +-
 .../Default/Testing/Python/VRMLSource.py           |     6 +-
 .../Default/Testing/Python/ValidateSources.py      |    11 +-
 .../SMStates/ProgrammableFilterPropertiesTest.xml  |    85 +
 ParaViewCore/ServerManager/Default/module.cmake    |     2 +
 .../Default/vtkPVCameraAnimationCue.cxx            |    70 +
 .../Default/vtkPVCameraAnimationCue.h              |    69 +
 .../Default/vtkPVCameraCueManipulator.cxx          |   174 +
 .../Default/vtkPVCameraCueManipulator.h            |    91 +
 .../Default}/vtkPVCameraKeyFrame.cxx               |     0
 .../ServerManager/Default/vtkPVCameraKeyFrame.h    |    87 +
 .../ServerManager/Default/vtkSMDirectoryProxy.cxx  |    18 +
 .../ServerManager/Default/vtkSMDirectoryProxy.h    |     4 +
 .../Default/vtkSMGL2PSExporterProxy.cxx            |    84 +-
 .../Default/vtkSMGL2PSExporterProxy.h              |     9 +
 .../ServerManager/Rendering/CMakeLists.txt         |     5 +
 ParaViewCore/ServerManager/Rendering/module.cmake  |     2 +
 .../ServerManager/Rendering/vtkSMCameraProxy.h     |     4 +-
 .../Rendering/vtkSMContextViewProxy.cxx            |     7 +-
 .../vtkSMNewWidgetRepresentationProxy.cxx          |     2 +-
 .../Rendering/vtkSMPVRepresentationProxy.cxx       |   220 +-
 .../Rendering/vtkSMPVRepresentationProxy.h         |   102 +
 .../Rendering/vtkSMPythonViewProxy.cxx             |   113 +
 .../ServerManager/Rendering/vtkSMPythonViewProxy.h |    64 +
 .../Rendering/vtkSMRenderViewProxy.cxx             |    14 +
 .../Rendering/vtkSMRepresentationProxy.cxx         |    72 +-
 .../Rendering/vtkSMRepresentationProxy.h           |    13 +
 .../Rendering/vtkSMTransferFunctionProxy.cxx       |   622 +
 .../Rendering/vtkSMTransferFunctionProxy.h         |   163 +
 .../ServerManager/Rendering/vtkSMViewProxy.cxx     |    12 +
 .../ServerManager/SMApplication/CMakeLists.txt     |    11 +-
 .../SMApplication/Resources/3d_widgets.xml         |   126 +-
 .../SMApplication/Resources/filters.xml            |  1140 +-
 .../SMApplication/Resources/pythonfilter.xml       |     4 +-
 .../SMApplication/Resources/readers.xml            |   186 +-
 .../SMApplication/Resources/sources.xml            |    35 +-
 .../SMApplication/Resources/utilities.xml          |   612 +-
 .../Resources/views_and_representations.xml        |   447 +-
 ParaViewCore/VTKExtensions/Core/CMakeLists.txt     |     3 +-
 ParaViewCore/VTKExtensions/Core/module.cmake       |     2 +
 .../Core/vtkDistributedTrivialProducer.cxx         |   122 +
 .../Core/vtkDistributedTrivialProducer.h           |    63 +
 .../VTKExtensions/CosmoTools/CMakeLists.txt        |    45 +
 ParaViewCore/VTKExtensions/CosmoTools/module.cmake |    25 +
 .../CosmoTools/resources/AdaptiveCosmoReader.xml   |    76 +
 .../CosmoTools/resources/CosmoReader.xml           |   127 +
 .../CosmoTools/resources/GenericIOReader.xml       |   189 +
 .../CosmoTools/resources/LANLHaloFinder.xml        |   206 +
 .../CosmoTools/resources/MergeConnected.xml        |    26 +
 .../CosmoTools/resources/MinkowskiFilter.xml       |    27 +
 .../CosmoTools/resources/VoronoiReader.xml         |    47 +
 .../VTKExtensions/CosmoTools/vtkACosmoReader.cxx   |   759 ++
 .../VTKExtensions/CosmoTools/vtkACosmoReader.h     |   192 +
 .../CosmoTools/vtkGenericIOUtilities.h             |   252 +
 .../CosmoTools/vtkMinkowskiFilter.cxx              |   502 +
 .../VTKExtensions/CosmoTools/vtkMinkowskiFilter.h  |    73 +
 .../VTKExtensions/CosmoTools/vtkPCosmoReader.cxx   |   383 +
 .../VTKExtensions/CosmoTools/vtkPCosmoReader.h     |   163 +
 .../CosmoTools/vtkPGenericIOReader.cxx             |   810 ++
 .../VTKExtensions/CosmoTools/vtkPGenericIOReader.h |   231 +
 .../CosmoTools/vtkPLANLHaloFinder.cxx              |  1028 ++
 .../VTKExtensions/CosmoTools/vtkPLANLHaloFinder.h  |   296 +
 .../CosmoTools/vtkPMergeConnected.cxx              |   401 +
 .../VTKExtensions/CosmoTools/vtkPMergeConnected.h  |    74 +
 .../VTKExtensions/CosmoTools/vtkPVoronoiReader.cxx |   608 +
 .../VTKExtensions/CosmoTools/vtkPVoronoiReader.h   |    94 +
 ParaViewCore/VTKExtensions/Default/CMakeLists.txt  |     4 +
 ParaViewCore/VTKExtensions/Default/module.cmake    |     4 +-
 .../VTKExtensions/Default/vtkAMRConnectivity.cxx   |   881 ++
 .../VTKExtensions/Default/vtkAMRConnectivity.h     |   108 +
 .../VTKExtensions/Default/vtkAMRDualGridHelper.cxx |    15 +-
 .../VTKExtensions/Default/vtkAMRDualGridHelper.h   |     3 +-
 .../Default/vtkAMRFragmentIntegration.cxx          |   263 +
 .../Default/vtkAMRFragmentIntegration.h            |    65 +
 .../VTKExtensions/Default/vtkEquivalenceSet.h      |     6 +-
 .../VTKExtensions/Default/vtkExtractHistogram.cxx  |     2 +-
 .../Default/vtkIntegrateAttributes.cxx             |   149 +-
 .../VTKExtensions/Default/vtkIntegrateAttributes.h |     3 +
 .../Default/vtkPEnSightGoldBinaryReader.cxx        |    24 +-
 .../VTKExtensions/Default/vtkPEnSightReader.cxx    |     1 -
 .../VTKExtensions/Default/vtkPEquivalenceSet.cxx   |    84 +
 .../VTKExtensions/Default/vtkPEquivalenceSet.h     |    45 +
 .../Default/vtkPVAMRFragmentIntegration.cxx        |   128 +
 .../Default/vtkPVAMRFragmentIntegration.h          |    69 +
 .../Default/vtkQuerySelectionSource.cxx            |     2 +
 .../Default/vtkQuerySelectionSource.h              |     7 +
 .../Default/vtkScatterPlotPainter.cxx              |    13 +-
 .../VTKExtensions/Default/vtkSpyPlotReader.cxx     |   169 +-
 .../VTKExtensions/Default/vtkSpyPlotReader.h       |     4 +
 .../VTKExtensions/Default/vtkSpyPlotUniReader.cxx  |    42 +-
 .../VTKExtensions/Default/vtkSpyPlotUniReader.h    |     3 +
 .../VTKExtensions/Rendering/CMakeLists.txt         |     4 +
 .../Rendering/Testing/Cxx/CMakeLists.txt           |     5 +-
 ParaViewCore/VTKExtensions/Rendering/module.cmake  |    16 +-
 .../Rendering/vtkIceTCompositePass.cxx             |    51 +-
 .../VTKExtensions/Rendering/vtkIceTCompositePass.h |     9 +-
 .../Rendering/vtkOrderedCompositeDistributor.cxx   |   188 +-
 .../Rendering/vtkOrderedCompositeDistributor.h     |    45 +-
 .../VTKExtensions/Rendering/vtkPVAxesWidget.cxx    |     4 +
 .../VTKExtensions/Rendering/vtkPVAxesWidget.h      |     9 +
 .../VTKExtensions/Rendering/vtkPVDefaultPass.cxx   |     5 +
 .../VTKExtensions/Rendering/vtkPVGL2PSExporter.cxx |    29 -
 .../VTKExtensions/Rendering/vtkPVGL2PSExporter.h   |     5 -
 .../vtkPVGenericRenderWindowInteractor.cxx         |    10 +-
 .../Rendering/vtkPVGeometryFilter.cxx              |    19 +-
 .../VTKExtensions/Rendering/vtkPVGeometryFilter.h  |     4 +-
 .../Rendering/vtkPVScalarBarActor.cxx              |    15 -
 .../VTKExtensions/Rendering/vtkPVScalarBarActor.h  |     6 -
 .../VTKExtensions/Rendering/vtkPVStreamingMacros.h |     5 +
 .../VTKExtensions/Rendering/vtkTexturePainter.cxx  |    48 +-
 .../VTKExtensions/WebGLExporter/CMakeLists.txt     |    73 -
 ParaViewCore/VTKExtensions/WebGLExporter/md5.cxx   |   378 -
 ParaViewCore/VTKExtensions/WebGLExporter/md5.h     |    96 -
 .../VTKExtensions/WebGLExporter/module.cmake       |    10 -
 .../WebGLExporter/vtkPVWebGLExporter.cxx           |   135 -
 .../WebGLExporter/vtkPVWebGLExporter.h             |    46 -
 .../WebGLExporter/vtkWebGLDataSet.cxx              |   239 -
 .../VTKExtensions/WebGLExporter/vtkWebGLDataSet.h  |    79 -
 .../WebGLExporter/vtkWebGLExporter.cxx             |   720 --
 .../VTKExtensions/WebGLExporter/vtkWebGLExporter.h |   100 -
 .../VTKExtensions/WebGLExporter/vtkWebGLObject.cxx |   172 -
 .../VTKExtensions/WebGLExporter/vtkWebGLObject.h   |    99 -
 .../WebGLExporter/vtkWebGLPolyData.cxx             |   725 --
 .../VTKExtensions/WebGLExporter/vtkWebGLPolyData.h |    74 -
 .../VTKExtensions/WebGLExporter/vtkWebGLWidget.cxx |   139 -
 .../VTKExtensions/WebGLExporter/vtkWebGLWidget.h   |    64 -
 Plugins/AdiosReader/Adios.xml                      |     2 +
 Plugins/AdiosReader/AdiosGUIReaders.xml            |     5 -
 Plugins/AdiosReader/CMakeLists.txt                 |     6 +-
 .../AnalyzeNIfTIReaders.xml                        |     4 -
 .../AnalyzeNIfTIWriters.xml                        |     4 -
 Plugins/AnalyzeNIfTIReaderWriter/CMakeLists.txt    |    13 +-
 Plugins/CoProcessingScriptGenerator/CMakeLists.txt |    37 +-
 .../Resources/ExportStateWizard.ui                 |   311 -
 .../Resources/servermanager.xml                    |   256 -
 .../Resources/servermanagercp.xml                  |   256 +
 .../Testing/CoProcessingGUI-static.xml             |     4 +-
 .../Testing/CoProcessingGUI.xml                    |    10 +-
 Plugins/CoProcessingScriptGenerator/plugin.cmake   |     2 +-
 .../pqCPActionsGroup.cxx                           |     1 +
 .../pqCPExportStateWizard.cxx                      |   422 +-
 .../pqCPExportStateWizard.h                        |    77 +-
 .../pqCPPluginManager.cxx                          |    11 +-
 .../pqCPPluginManager.h                            |    14 +-
 .../pqCPWritersMenuManager.cxx                     |   363 -
 .../pqCPWritersMenuManager.h                       |    81 -
 .../EyeDomeLighting/vtkEDLShading.cxx              |     4 +-
 .../EyeDomeLighting/ParaViewPlugin/CMakeLists.txt  |     4 +-
 .../ParaViewPlugin/Testing/CMakeLists.txt          |     1 +
 .../ParaViewPlugin/Testing/EyeDomeLighting.xml     |     5 -
 Plugins/GMVReader/CMakeLists.txt                   |     6 +-
 Plugins/GMVReader/GMVReaderGUI.xml                 |     6 -
 Plugins/GMVReader/Testing/CMakeLists.txt           |    22 +-
 .../Testing/GMVReaderBasicRead-static.xml          |   240 -
 Plugins/GMVReader/Testing/GMVReaderBasicRead.xml   |     8 -
 .../GMVReaderBasicRead_WithVisitBridge-static.xml  |   271 -
 .../Testing/GMVReaderBasicRead_WithVisitBridge.xml |     7 -
 .../Testing/GMVReaderInvalidFiles-static.xml       |    32 -
 .../GMVReader/Testing/GMVReaderInvalidFiles.xml    |     7 -
 ...MVReaderInvalidFiles_WithVisitBridge-static.xml |    38 -
 .../GMVReaderInvalidFiles_WithVisitBridge.xml      |     7 -
 .../Testing/serverGMVReaderBasicRead-static.xml    |   240 -
 .../GMVReader/Testing/serverGMVReaderBasicRead.xml |   250 -
 ...erGMVReaderBasicRead_WithVisitBridge-static.xml |   271 -
 .../serverGMVReaderBasicRead_WithVisitBridge.xml   |   280 -
 .../Testing/serverGMVReaderInvalidFiles-static.xml |    32 -
 .../Testing/serverGMVReaderInvalidFiles.xml        |    41 -
 ...MVReaderInvalidFiles_WithVisitBridge-static.xml |    38 -
 ...serverGMVReaderInvalidFiles_WithVisitBridge.xml |    47 -
 Plugins/H5PartReader/CMakeLists.txt                |    24 +-
 Plugins/H5PartReader/H5Part/src/H5Block.c          |    30 +-
 Plugins/H5PartReader/H5PartGUI.xml                 |     5 -
 Plugins/H5PartReader/H5PartServerManager.xml       |     5 +-
 Plugins/H5PartReader/vtkH5PartReader.cxx           |     6 +-
 Plugins/InSituExodus/CMakeLists.txt                |    12 +
 Plugins/InSituExodus/InSituExodus.xml              |    26 +
 Plugins/InSituExodus/Testing/CMakeLists.txt        |    15 +
 .../Testing/InSituExodusPluginTest.xml             |    29 +
 Plugins/InSituExodus/plugin.cmake                  |     3 +
 Plugins/MantaView/ParaView/CMakeLists.txt          |     4 -
 Plugins/MantaView/ParaView/Testing/CMakeLists.txt  |     1 +
 Plugins/MantaView/ParaView/Testing/MantaView.xml   |     5 -
 Plugins/MantaView/VTK/CMakeLists.txt               |    12 +-
 Plugins/MantaView/VTK/Testing/Cxx/CMakeLists.txt   |     4 +-
 Plugins/MantaView/VTK/vtkMantaRenderer.h           |     2 +-
 Plugins/MantaView/VTK/vtkMantaTestSource.cxx       |     2 +-
 Plugins/MobileRemoteControl/CMakeLists.txt         |     3 +-
 .../MobileRemoteControl/pqRemoteControlThread.cxx  |     2 +-
 Plugins/Nektar/CMakeLists.txt                      |   108 +-
 Plugins/Nektar/Hlib/CMakeLists.txt                 |    19 +-
 Plugins/Nektar/Hlib/module.cmake                   |     5 +
 Plugins/Nektar/Hlib/src/Fieldfiles.C               |    16 +-
 Plugins/Nektar/NektarObj/CMakeLists.txt            |     6 +-
 Plugins/Nektar/NektarObj/module.cmake              |     7 +
 Plugins/Nektar/ParaViewPlugin/CMakeLists.txt       |    98 +
 Plugins/Nektar/{ => ParaViewPlugin}/TestReader.cxx |     0
 Plugins/Nektar/ParaViewPlugin/linkBLAS.cxx         |    13 +
 Plugins/Nektar/ParaViewPlugin/pvNektarReader.xml   |   127 +
 Plugins/Nektar/ParaViewPlugin/vtkNektarReader.cxx  |  2045 +++
 .../Nektar/{ => ParaViewPlugin}/vtkNektarReader.h  |     0
 Plugins/Nektar/Utilities/CMakeLists.txt            |    17 +-
 Plugins/Nektar/Utilities/module.cmake              |    10 +
 Plugins/Nektar/Veclib/CMakeLists.txt               |     8 +-
 Plugins/Nektar/Veclib/module.cmake                 |     5 +
 Plugins/Nektar/linkBLAS.cxx                        |    13 -
 Plugins/Nektar/metis/CMakeLists.txt                |     5 +-
 Plugins/Nektar/metis/module.cmake                  |     5 +
 Plugins/Nektar/pvNektarReader.xml                  |   125 -
 Plugins/Nektar/pvNektarReaderGUI.xml               |     5 -
 Plugins/Nektar/vtkNektarReader.cxx                 |  2043 ---
 Plugins/PointSprite/ParaViewPlugin/CMakeLists.txt  |    46 +-
 .../ParaViewPlugin/CSCS_PointSprite_Rendering.xml  |     3 +
 .../ParaViewPlugin/pqPointSpriteControls.cxx       |     7 +-
 .../pqPointSpriteDisplayPanelDecorator.cxx         |     6 +-
 .../ParaViewPlugin/vtkSMCustomBoundsDomain.cxx     |     6 +-
 Plugins/PointSprite/Qvis/CMakeLists.txt            |     2 +-
 Plugins/PrismPlugins/PRISMServerManagerXML.xml     |     4 +
 Plugins/PrismPlugins/Resources/Prism.qrc           |     3 -
 Plugins/PrismPlugins/Resources/PrismReader.xml     |     6 -
 Plugins/PrismPlugins/Testing/CMakeLists.txt        |     1 +
 .../PrismPlugins/Testing/PrismMultipleSurfaces.xml |     5 -
 Plugins/PrismPlugins/Testing/PrismScaleView.xml    |     5 -
 Plugins/PrismPlugins/Testing/PrismScaleView1.xml   |     5 -
 Plugins/PrismPlugins/Testing/PrismSelection.xml    |     5 -
 Plugins/PrismPlugins/Testing/PrismView.xml         |    11 +-
 Plugins/PrismPlugins/vtkPrismGeometryFilter.cxx    |     1 -
 Plugins/PythonQtPlugin/CMakeLists.txt              |    60 +
 Plugins/PythonQtPlugin/FindPythonQt.cmake          |    26 +
 Plugins/PythonQtPlugin/README.md                   |    69 +
 Plugins/PythonQtPlugin/WrapPythonQt.py             |   187 +
 Plugins/PythonQtPlugin/demo.py                     |    70 +
 Plugins/PythonQtPlugin/plugin.cmake                |     7 +
 Plugins/PythonQtPlugin/pqPythonEventFilter.h       |    64 +
 Plugins/PythonQtPlugin/pqPythonQtMethodHelpers.h   |    52 +
 Plugins/PythonQtPlugin/pqPythonQtPlugin.cxx        |   103 +
 Plugins/PythonQtPlugin/pqPythonQtPlugin.h          |    61 +
 .../PythonQtPlugin/pqPythonQtWrapperFactory.cxx    |    55 +
 Plugins/PythonQtPlugin/pqPythonQtWrapperFactory.h  |    44 +
 Plugins/PythonQtPlugin/wrapped_methods.txt         |    30 +
 Plugins/QuadView/Testing/CMakeLists.txt            |    53 +-
 .../Testing/QuadViewSliceMultiBlock-static.xml     |    34 -
 .../QuadView/Testing/QuadViewSliceMultiBlock.xml   |     7 +-
 .../Testing/QuadViewSliceWavelet-static.xml        |    38 -
 Plugins/QuadView/Testing/QuadViewSliceWavelet.xml  |     7 +-
 .../Tile1x2-QuadViewSliceWavelet-static.xml        |    38 -
 .../Testing/Tile1x2-QuadViewSliceWavelet.xml       |     7 -
 .../Tile2x1-QuadViewSliceWavelet-static.xml        |    38 -
 .../Testing/Tile2x1-QuadViewSliceWavelet.xml       |     7 -
 .../Tile2x2-QuadViewSliceWavelet-static.xml        |    40 -
 .../Testing/Tile2x2-QuadViewSliceWavelet.xml       |     7 -
 .../Testing/serverQuadViewSliceMultiBlock.xml      |    40 -
 .../Testing/serverQuadViewSliceWavelet.xml         |    43 -
 Plugins/SciberQuestToolKit/BOVArrayImageIterator.h |   121 -
 Plugins/SciberQuestToolKit/BOVMetaData.cxx         |   314 -
 Plugins/SciberQuestToolKit/BOVMetaData.h           |   327 -
 Plugins/SciberQuestToolKit/BOVReader.cxx           |  1021 --
 Plugins/SciberQuestToolKit/BOVReader.h             |   220 -
 Plugins/SciberQuestToolKit/BOVScalarImage.cxx      |   124 -
 Plugins/SciberQuestToolKit/BOVScalarImage.h        |    62 -
 .../SciberQuestToolKit/BOVScalarImageIterator.h    |    73 -
 .../BOVSpaceTimeInterpolator.cxx                   |   690 -
 .../SciberQuestToolKit/BOVSpaceTimeInterpolator.h  |   122 -
 Plugins/SciberQuestToolKit/BOVTimeStepImage.cxx    |   241 -
 Plugins/SciberQuestToolKit/BOVTimeStepImage.h      |    83 -
 Plugins/SciberQuestToolKit/BOVVectorImage.cxx      |    99 -
 Plugins/SciberQuestToolKit/BOVVectorImage.h        |    72 -
 .../SciberQuestToolKit/BOVVectorImageIterator.h    |    51 -
 Plugins/SciberQuestToolKit/BOVWriter.cxx           |   515 -
 Plugins/SciberQuestToolKit/BOVWriter.h             |   140 -
 Plugins/SciberQuestToolKit/BinaryStream.hxx        |   320 -
 Plugins/SciberQuestToolKit/CMakeLists.txt          |   331 +-
 .../SciberQuestToolKit/CPUConvolutionDriver.cxx    |   204 -
 Plugins/SciberQuestToolKit/CPUConvolutionDriver.h  |    49 -
 Plugins/SciberQuestToolKit/CUDA3DDecomp.h          |   126 -
 Plugins/SciberQuestToolKit/CUDAConfig.cmake        |     8 -
 .../SciberQuestToolKit/CUDAConstMemoryManager.hxx  |   226 -
 .../SciberQuestToolKit/CUDAConvolutionDriver.cu    |   564 -
 .../SciberQuestToolKit/CUDAConvolutionDriver.cxx   |   566 -
 Plugins/SciberQuestToolKit/CUDAConvolutionDriver.h |   135 -
 Plugins/SciberQuestToolKit/CUDAFlatIndex.h         |   150 -
 .../SciberQuestToolKit/CUDAGlobalMemoryManager.hxx |   660 -
 Plugins/SciberQuestToolKit/CUDAMacros.h            |    34 -
 Plugins/SciberQuestToolKit/CUDAMemoryManager.hxx   |    82 -
 Plugins/SciberQuestToolKit/CUDAThreadedIterator.h  |    95 -
 Plugins/SciberQuestToolKit/CUDATupleIndex.h        |   552 -
 Plugins/SciberQuestToolKit/CartesianBounds.cxx     |    80 -
 Plugins/SciberQuestToolKit/CartesianBounds.h       |   412 -
 Plugins/SciberQuestToolKit/CartesianDataBlock.cxx  |   196 -
 Plugins/SciberQuestToolKit/CartesianDataBlock.h    |   116 -
 .../CartesianDataBlockIODescriptor.cxx             |   147 -
 .../CartesianDataBlockIODescriptor.h               |    84 -
 .../CartesianDataBlockIODescriptorIterator.cxx     |    15 -
 .../CartesianDataBlockIODescriptorIterator.h       |    63 -
 Plugins/SciberQuestToolKit/CartesianDecomp.cxx     |   317 -
 Plugins/SciberQuestToolKit/CartesianDecomp.h       |   201 -
 Plugins/SciberQuestToolKit/CartesianExtent.cxx     |   503 -
 Plugins/SciberQuestToolKit/CartesianExtent.h       |   801 --
 .../SciberQuestToolKit/CartesianExtentIterator.h   |    82 -
 Plugins/SciberQuestToolKit/CellCopier.cxx          |   166 -
 Plugins/SciberQuestToolKit/CellCopier.h            |    95 -
 Plugins/SciberQuestToolKit/CellIdIterator.h        |    60 -
 Plugins/SciberQuestToolKit/DataArrayCopier.h       |    58 -
 Plugins/SciberQuestToolKit/DataArrayCopierImpl.hxx |   191 -
 Plugins/SciberQuestToolKit/EigenConfig.cmake       |    64 -
 .../SciberQuestToolKit/FieldDisplacementMapData.h  |    51 -
 Plugins/SciberQuestToolKit/FieldLine.h             |   224 -
 Plugins/SciberQuestToolKit/FieldTopologyMapData.h  |    61 -
 Plugins/SciberQuestToolKit/FieldTraceData.h        |   111 -
 Plugins/SciberQuestToolKit/FlatIndex.cxx           |    81 -
 Plugins/SciberQuestToolKit/FlatIndex.h             |    49 -
 Plugins/SciberQuestToolKit/FsUtils.cxx             |   411 -
 Plugins/SciberQuestToolKit/FsUtils.h               |   138 -
 Plugins/SciberQuestToolKit/GDAMetaData.cxx         |   545 -
 Plugins/SciberQuestToolKit/GDAMetaData.h           |   102 -
 Plugins/SciberQuestToolKit/GDAMetaDataKeys.h       |    25 -
 .../GeneratePythonBindings.cmake                   |    53 -
 Plugins/SciberQuestToolKit/GhostTransaction.cxx    |    11 -
 Plugins/SciberQuestToolKit/GhostTransaction.h      |   253 -
 Plugins/SciberQuestToolKit/IdBlock.cxx             |    16 -
 Plugins/SciberQuestToolKit/IdBlock.h               |    36 -
 Plugins/SciberQuestToolKit/ImageDecomp.cxx         |   187 -
 Plugins/SciberQuestToolKit/ImageDecomp.h           |    75 -
 Plugins/SciberQuestToolKit/IntersectionSet.cxx     |   244 -
 Plugins/SciberQuestToolKit/IntersectionSet.h       |   167 -
 .../IntersectionSetColorMapper.h                   |   234 -
 Plugins/SciberQuestToolKit/LogBuffer.cxx           |   225 -
 Plugins/SciberQuestToolKit/LogBuffer.h             |    77 -
 Plugins/SciberQuestToolKit/MPIRawArrayIO.hxx       |   886 --
 Plugins/SciberQuestToolKit/MemOrder.hxx            |   210 -
 Plugins/SciberQuestToolKit/MemoryMonitor.cxx       |   136 -
 Plugins/SciberQuestToolKit/MemoryMonitor.h         |    40 -
 Plugins/SciberQuestToolKit/Numerics.hxx            |  3259 -----
 .../ParaViewPlugin/CMakeLists.txt                  |   110 +
 .../{ => ParaViewPlugin}/GetDate.cmake             |     0
 .../ParaViewPlugin/SciberQuestToolKitFilters.xml   |    39 +
 .../ParaViewPlugin/SciberQuestToolKitSMFilters.xml |  3558 ++++++
 .../ParaViewPlugin/SciberQuestToolKitSMReaders.xml |   700 +
 .../SciberQuestToolKitSMSources.xml                |     0
 .../SciberQuestToolKitSMWriters.xml                |     0
 .../SciberQuestToolKitSources.xml                  |     0
 .../{ => ParaViewPlugin}/pqSQCommandInputDialog.ui |     0
 .../ParaViewPlugin/pqSQFieldTracer.cxx             |    84 +
 .../{ => ParaViewPlugin}/pqSQFieldTracer.h         |     0
 .../ParaViewPlugin/pqSQHemisphereSource.cxx        |   478 +
 .../{ => ParaViewPlugin}/pqSQHemisphereSource.h    |     0
 .../pqSQHemisphereSourceForm.ui                    |     0
 .../ParaViewPlugin/pqSQImageGhosts.cxx             |    42 +
 .../{ => ParaViewPlugin}/pqSQImageGhosts.h         |     0
 .../pqSQKeyValueInputDialog.ui                     |     0
 .../SciberQuestToolKit/ParaViewPlugin/pqSQMacros.h |    24 +
 .../ParaViewPlugin/pqSQPlaneSource.cxx             |  1295 ++
 .../{ => ParaViewPlugin}/pqSQPlaneSource.h         |     0
 .../{ => ParaViewPlugin}/pqSQPlaneSourceForm.ui    |     0
 .../{ => ParaViewPlugin}/pqSQRemoteCommandForm.ui  |     0
 .../ParaViewPlugin/pqSQRemoteSignalDialog.cxx      |   137 +
 .../{ => ParaViewPlugin}/pqSQRemoteSignalDialog.h  |     0
 .../pqSQRemoteSignalDialogForm.ui                  |     0
 .../{ => ParaViewPlugin}/pqSQTensorGlyph.cxx       |     0
 .../{ => ParaViewPlugin}/pqSQTensorGlyph.h         |     0
 .../{ => ParaViewPlugin}/pqSQToolBarAction.cxx     |     0
 .../{ => ParaViewPlugin}/pqSQToolBarAction.h       |     0
 .../{ => ParaViewPlugin}/pqSQTranslateDialog.cxx   |     0
 .../{ => ParaViewPlugin}/pqSQTranslateDialog.h     |     0
 .../{ => ParaViewPlugin}/pqSQTranslateDialog.ui    |     0
 .../pqSQTranslateDialogForm.ui                     |     0
 .../ParaViewPlugin/pqSQVolumeSource.cxx            |   911 ++
 .../{ => ParaViewPlugin}/pqSQVolumeSource.h        |     0
 .../{ => ParaViewPlugin}/pqSQVolumeSourceForm.ui   |     0
 .../vtkSQHemisphereSourceConfigurationFileInfo.h   |    55 +
 .../vtkSQHemisphereSourceConfigurationReader.cxx   |     0
 .../vtkSQHemisphereSourceConfigurationReader.h     |     0
 .../vtkSQHemisphereSourceConfigurationWriter.cxx   |     0
 .../vtkSQHemisphereSourceConfigurationWriter.h     |     0
 .../vtkSQPlaneSourceConfigurationFileInfo.h        |    49 +
 .../vtkSQPlaneSourceConfigurationReader.cxx        |     0
 .../vtkSQPlaneSourceConfigurationReader.h          |     0
 .../vtkSQPlaneSourceConfigurationWriter.cxx        |     0
 .../vtkSQPlaneSourceConfigurationWriter.h          |     0
 .../vtkSQVolumeSourceConfigurationFileInfo.h       |    49 +
 .../vtkSQVolumeSourceConfigurationReader.cxx       |     0
 .../vtkSQVolumeSourceConfigurationReader.h         |     0
 .../vtkSQVolumeSourceConfigurationWriter.cxx       |     0
 .../vtkSQVolumeSourceConfigurationWriter.h         |     0
 Plugins/SciberQuestToolKit/PoincareMapData.cxx     |   348 -
 Plugins/SciberQuestToolKit/PoincareMapData.h       |   120 -
 Plugins/SciberQuestToolKit/PolyDataCellCopier.cxx  |   243 -
 Plugins/SciberQuestToolKit/PolyDataCellCopier.h    |    79 -
 .../PolyDataFieldDisplacementMap.cxx               |   333 -
 .../PolyDataFieldDisplacementMap.h                 |   103 -
 .../PolyDataFieldTopologyMap.cxx                   |   354 -
 .../SciberQuestToolKit/PolyDataFieldTopologyMap.h  |   103 -
 Plugins/SciberQuestToolKit/PrintUtils.cxx          |   165 -
 Plugins/SciberQuestToolKit/PrintUtils.h            |    33 -
 Plugins/SciberQuestToolKit/PriorityQueue.hxx       |   277 -
 Plugins/SciberQuestToolKit/RectilinearDecomp.cxx   |   189 -
 Plugins/SciberQuestToolKit/RectilinearDecomp.h     |    58 -
 Plugins/SciberQuestToolKit/RefCountedPointer.cxx   |    33 -
 Plugins/SciberQuestToolKit/RefCountedPointer.h     |    66 -
 .../SciberQuestToolKit/SQEigenWarningSupression.h  |    27 -
 Plugins/SciberQuestToolKit/SQExport.h              |    14 -
 .../SciberQuestToolKit/SQMPICHWarningSupression.h  |    22 -
 Plugins/SciberQuestToolKit/SQMacros.h              |    54 -
 .../SQPOSIXOnWindowsWarningSupression.h            |    17 -
 Plugins/SciberQuestToolKit/SQPosixOnWindows.h      |    26 -
 .../SQVTKTemplateMacroWarningSupression.h          |    18 -
 .../SQWriteStringsWarningSupression.h              |    18 -
 .../SciberQuest/BOVArrayImageIterator.h            |   123 +
 .../SciberQuestToolKit/SciberQuest/BOVMetaData.cxx |   314 +
 .../SciberQuestToolKit/SciberQuest/BOVMetaData.h   |   325 +
 .../SciberQuestToolKit/SciberQuest/BOVReader.cxx   |  1020 ++
 Plugins/SciberQuestToolKit/SciberQuest/BOVReader.h |   216 +
 .../SciberQuest/BOVScalarImage.cxx                 |   124 +
 .../SciberQuest/BOVScalarImage.h                   |    62 +
 .../SciberQuest/BOVScalarImageIterator.h           |    75 +
 .../SciberQuest/BOVSpaceTimeInterpolator.cxx       |   690 +
 .../SciberQuest/BOVSpaceTimeInterpolator.h         |   124 +
 .../SciberQuest/BOVTimeStepImage.cxx               |   240 +
 .../SciberQuest/BOVTimeStepImage.h                 |    82 +
 .../SciberQuest/BOVVectorImage.cxx                 |    99 +
 .../SciberQuest/BOVVectorImage.h                   |    68 +
 .../SciberQuest/BOVVectorImageIterator.h           |    52 +
 .../SciberQuestToolKit/SciberQuest/BOVWriter.cxx   |   514 +
 Plugins/SciberQuestToolKit/SciberQuest/BOVWriter.h |   136 +
 .../SciberQuest/BinaryStream.hxx                   |   317 +
 .../SciberQuestToolKit/SciberQuest/CMakeLists.txt  |   174 +
 .../SciberQuest/CPUConvolutionDriver.cxx           |   201 +
 .../SciberQuest/CPUConvolutionDriver.h             |    51 +
 .../SciberQuestToolKit/SciberQuest/CUDA3DDecomp.h  |   128 +
 .../SciberQuest/CUDAConstMemoryManager.hxx         |   225 +
 .../SciberQuest/CUDAConvolutionDriver.cu           |   561 +
 .../SciberQuest/CUDAConvolutionDriver.cxx          |   563 +
 .../SciberQuest/CUDAConvolutionDriver.h            |   133 +
 .../SciberQuestToolKit/SciberQuest/CUDAFlatIndex.h |   152 +
 .../SciberQuest/CUDAGlobalMemoryManager.hxx        |   659 +
 .../SciberQuestToolKit/SciberQuest/CUDAMacros.h    |    30 +
 .../SciberQuest/CUDAMemoryManager.hxx              |    81 +
 .../{ => SciberQuest}/CUDANumerics.hxx             |     0
 .../SciberQuest/CUDAThreadedIterator.h             |    97 +
 .../SciberQuest/CUDATupleIndex.h                   |   554 +
 .../SciberQuest/CartesianBounds.cxx                |    80 +
 .../SciberQuest/CartesianBounds.h                  |   410 +
 .../SciberQuest/CartesianDataBlock.cxx             |   196 +
 .../SciberQuest/CartesianDataBlock.h               |   117 +
 .../SciberQuest/CartesianDataBlockIODescriptor.cxx |   147 +
 .../SciberQuest/CartesianDataBlockIODescriptor.h   |    83 +
 .../CartesianDataBlockIODescriptorIterator.cxx     |    15 +
 .../CartesianDataBlockIODescriptorIterator.h       |    65 +
 .../SciberQuest/CartesianDecomp.cxx                |   317 +
 .../SciberQuest/CartesianDecomp.h                  |   202 +
 .../SciberQuest/CartesianExtent.cxx                |   503 +
 .../SciberQuest/CartesianExtent.h                  |   799 ++
 .../{ => SciberQuest}/CartesianExtentIterator.cxx  |     0
 .../SciberQuest/CartesianExtentIterator.h          |    84 +
 .../SciberQuestToolKit/SciberQuest/CellCopier.cxx  |   166 +
 .../SciberQuestToolKit/SciberQuest/CellCopier.h    |    93 +
 .../{ => SciberQuest}/CellIdIterator.cxx           |     0
 .../SciberQuest/CellIdIterator.h                   |    62 +
 .../SciberQuest/DataArrayCopier.h                  |    60 +
 .../SciberQuest/DataArrayCopierImpl.hxx            |   191 +
 .../DataArrayCopierSpecializations.hxx             |     0
 .../{ => SciberQuest}/DataArrayTraits.hxx          |     0
 .../SciberQuest/EigenConfig.cmake                  |    66 +
 .../{ => SciberQuest}/FieldDisplacementMapData.cxx |     0
 .../SciberQuest/FieldDisplacementMapData.h         |    53 +
 .../{ => SciberQuest}/FieldLine.cxx                |     0
 Plugins/SciberQuestToolKit/SciberQuest/FieldLine.h |   226 +
 .../{ => SciberQuest}/FieldTopologyMapData.cxx     |     0
 .../SciberQuest/FieldTopologyMapData.h             |    63 +
 .../{ => SciberQuest}/FieldTraceData.cxx           |     0
 .../SciberQuest/FieldTraceData.h                   |   112 +
 .../SciberQuestToolKit/SciberQuest/FlatIndex.cxx   |    79 +
 Plugins/SciberQuestToolKit/SciberQuest/FlatIndex.h |    51 +
 Plugins/SciberQuestToolKit/SciberQuest/FsUtils.cxx |   410 +
 Plugins/SciberQuestToolKit/SciberQuest/FsUtils.h   |   131 +
 .../SciberQuestToolKit/SciberQuest/GDAMetaData.cxx |   539 +
 .../SciberQuestToolKit/SciberQuest/GDAMetaData.h   |   102 +
 .../{ => SciberQuest}/GDAMetaDataKeys.cxx          |     0
 .../SciberQuest/GDAMetaDataKeys.h                  |    27 +
 .../SciberQuest/GhostTransaction.cxx               |    11 +
 .../SciberQuest/GhostTransaction.h                 |   253 +
 Plugins/SciberQuestToolKit/SciberQuest/IdBlock.cxx |    16 +
 Plugins/SciberQuestToolKit/SciberQuest/IdBlock.h   |    37 +
 .../SciberQuestToolKit/SciberQuest/ImageDecomp.cxx |   187 +
 .../SciberQuestToolKit/SciberQuest/ImageDecomp.h   |    72 +
 .../SciberQuest/IntersectionSet.cxx                |   243 +
 .../SciberQuest/IntersectionSet.h                  |   168 +
 .../SciberQuest/IntersectionSetColorMapper.h       |   225 +
 .../SciberQuestToolKit/SciberQuest/LogBuffer.cxx   |   225 +
 Plugins/SciberQuestToolKit/SciberQuest/LogBuffer.h |    78 +
 .../SciberQuest/MPIRawArrayIO.hxx                  |   886 ++
 .../SciberQuestToolKit/SciberQuest/MemOrder.hxx    |   209 +
 .../SciberQuest/MemoryMonitor.cxx                  |   134 +
 .../SciberQuestToolKit/SciberQuest/MemoryMonitor.h |    42 +
 .../SciberQuestToolKit/SciberQuest/Numerics.hxx    |  3256 +++++
 .../SciberQuest/PoincareMapData.cxx                |   348 +
 .../SciberQuest/PoincareMapData.h                  |   115 +
 .../SciberQuest/PolyDataCellCopier.cxx             |   243 +
 .../SciberQuest/PolyDataCellCopier.h               |    81 +
 .../SciberQuest/PolyDataFieldDisplacementMap.cxx   |   333 +
 .../SciberQuest/PolyDataFieldDisplacementMap.h     |   100 +
 .../SciberQuest/PolyDataFieldTopologyMap.cxx       |   354 +
 .../SciberQuest/PolyDataFieldTopologyMap.h         |   100 +
 .../SciberQuestToolKit/SciberQuest/PrintUtils.cxx  |   165 +
 .../SciberQuestToolKit/SciberQuest/PrintUtils.h    |    31 +
 .../SciberQuest/PriorityQueue.hxx                  |   277 +
 .../SciberQuest/RectilinearDecomp.cxx              |   189 +
 .../SciberQuest/RectilinearDecomp.h                |    59 +
 .../SciberQuest/RefCountedPointer.cxx              |    33 +
 .../SciberQuest/RefCountedPointer.h                |    65 +
 .../SciberQuest/SQEigenWarningSupression.h         |    29 +
 .../SciberQuest/SQMPICHWarningSupression.h         |    24 +
 Plugins/SciberQuestToolKit/SciberQuest/SQMacros.h  |    50 +
 .../SQPOSIXOnWindowsWarningSupression.h            |    19 +
 .../SciberQuest/SQPosixOnWindows.h                 |    28 +
 .../SQVTKTemplateMacroWarningSupression.h          |    20 +
 .../SciberQuest/SQWriteStringsWarningSupression.h  |    20 +
 .../SciberQuestToolKit/SciberQuest/SharedArray.hxx |   121 +
 .../SciberQuest/SimpleTerminationCondition.cxx     |    29 +
 .../SciberQuest/SimpleTerminationCondition.h       |    41 +
 .../SciberQuestToolKit/SciberQuest/SshStream.cxx   |   202 +
 Plugins/SciberQuestToolKit/SciberQuest/SshStream.h |    78 +
 .../SciberQuest/StreamlineData.cxx                 |   454 +
 .../SciberQuest/StreamlineData.h                   |   101 +
 .../SciberQuest/TerminationCondition.cxx           |   301 +
 .../SciberQuest/TerminationCondition.h             |   249 +
 .../SciberQuest/Testing/CMakeLists.txt             |   125 +
 .../SciberQuest/Testing/TestBOVIO.cpp              |   138 +
 .../SciberQuest/Testing/TestCartesianDecomp.cpp    |    98 +
 .../SciberQuest/Testing/TestFTLE.cpp               |   134 +
 .../Testing/TestFieldTopologyMapper.cpp            |   191 +
 .../SciberQuest/Testing/TestFieldTracer.cpp        |   120 +
 .../SciberQuest/Testing/TestKernelConvolution.cpp  |   135 +
 .../SciberQuest/Testing/TestPlaneSource.cpp        |   124 +
 .../SciberQuest/Testing/TestPoincareMapper.cpp     |   235 +
 .../SciberQuest/Testing/TestUtils.cxx              |   653 +
 .../SciberQuest/Testing/TestUtils.h                |   108 +
 .../SciberQuest/Testing/TestVortexFilter.cpp       |   142 +
 .../{ => SciberQuest}/Testing/makefile             |     0
 .../SciberQuest/TopologicalClassSelector.cxx       |   110 +
 .../SciberQuest/TopologicalClassSelector.h         |    40 +
 Plugins/SciberQuestToolKit/SciberQuest/Tuple.hxx   |   151 +
 .../UnstructuredFieldDisplacementMap.cxx           |   355 +
 .../SciberQuest/UnstructuredFieldDisplacementMap.h |    95 +
 .../SciberQuest/UnstructuredFieldTopologyMap.cxx   |   378 +
 .../SciberQuest/UnstructuredFieldTopologyMap.h     |    95 +
 .../SciberQuest/UnstructuredGridCellCopier.cxx     |   229 +
 .../SciberQuest/UnstructuredGridCellCopier.h       |    79 +
 Plugins/SciberQuestToolKit/SciberQuest/WorkQueue.h |    51 +
 .../SciberQuestToolKit/SciberQuest/XMLUtils.cxx    |    80 +
 Plugins/SciberQuestToolKit/SciberQuest/XMLUtils.h  |   196 +
 Plugins/SciberQuestToolKit/SciberQuest/minmax.h    |    23 +
 .../SciberQuestToolKit/SciberQuest/module.cmake    |    19 +
 .../SciberQuestToolKit/SciberQuest/postream.cxx    |    38 +
 Plugins/SciberQuestToolKit/SciberQuest/postream.h  |    21 +
 .../SciberQuest/vtkSQAgyrotropyFilter.cxx          |   257 +
 .../SciberQuest/vtkSQAgyrotropyFilter.h            |    69 +
 .../SciberQuest/vtkSQBOVMetaReader.cxx             |   921 ++
 .../SciberQuest/vtkSQBOVMetaReader.h               |   142 +
 .../SciberQuest/vtkSQBOVReader.cxx                 |   398 +
 .../SciberQuest/vtkSQBOVReader.h                   |    75 +
 .../SciberQuest/vtkSQBOVReaderBase.cxx             |   779 ++
 .../SciberQuest/vtkSQBOVReaderBase.h               |   203 +
 .../SciberQuest/vtkSQBOVWriter.cxx                 |   910 ++
 .../SciberQuest/vtkSQBOVWriter.h                   |   178 +
 .../SciberQuest/vtkSQBinaryThreshold.cxx           |   245 +
 .../SciberQuest/vtkSQBinaryThreshold.h             |    89 +
 .../{ => SciberQuest}/vtkSQCellGenerator.cxx       |     0
 .../SciberQuest/vtkSQCellGenerator.h               |    74 +
 .../SciberQuest/vtkSQEdgeFilter.cxx                |   479 +
 .../SciberQuest/vtkSQEdgeFilter.h                  |    74 +
 .../SciberQuestToolKit/SciberQuest/vtkSQFTLE.cxx   |   383 +
 Plugins/SciberQuestToolKit/SciberQuest/vtkSQFTLE.h |    86 +
 .../SciberQuest/vtkSQFieldTopologySelect.cxx       |   209 +
 .../SciberQuest/vtkSQFieldTopologySelect.h         |   130 +
 .../SciberQuest/vtkSQFieldTopologySplit.cxx        |   306 +
 .../SciberQuest/vtkSQFieldTopologySplit.h          |    75 +
 .../SciberQuest/vtkSQFieldTracer.cxx               |  1703 +++
 .../SciberQuest/vtkSQFieldTracer.h                 |   326 +
 .../SciberQuest/vtkSQHemisphereSource.cxx          |   341 +
 .../SciberQuest/vtkSQHemisphereSource.h            |    94 +
 .../SciberQuest/vtkSQImageGhosts.cxx               |   593 +
 .../SciberQuest/vtkSQImageGhosts.h                 |   119 +
 .../SciberQuest/vtkSQImageSource.cxx               |   185 +
 .../SciberQuest/vtkSQImageSource.h                 |    70 +
 .../SciberQuest/vtkSQKernelConvolution.cxx         |  1313 ++
 .../SciberQuest/vtkSQKernelConvolution.h           |   199 +
 .../{ => SciberQuest}/vtkSQLineSource.cxx          |     0
 .../SciberQuest/vtkSQLineSource.h                  |    74 +
 .../SciberQuestToolKit/SciberQuest/vtkSQLog.cxx    |   394 +
 Plugins/SciberQuestToolKit/SciberQuest/vtkSQLog.h  |   257 +
 .../SciberQuest/vtkSQLogSource.cxx                 |   136 +
 .../SciberQuest/vtkSQLogSource.h                   |    64 +
 .../SciberQuest/vtkSQMedianFilter.cxx              |  1054 ++
 .../SciberQuest/vtkSQMedianFilter.h                |   186 +
 .../{ => SciberQuest}/vtkSQMetaDataKeys.cxx        |     0
 .../SciberQuest/vtkSQMetaDataKeys.h                |    23 +
 .../SciberQuest/vtkSQOOCBOVReader.cxx              |   488 +
 .../SciberQuest/vtkSQOOCBOVReader.h                |   160 +
 .../SciberQuest/vtkSQOOCReader.cxx                 |    32 +
 .../SciberQuest/vtkSQOOCReader.h                   |   136 +
 .../SciberQuest/vtkSQPlaneSource.cxx               |   912 ++
 .../SciberQuest/vtkSQPlaneSource.h                 |   211 +
 .../vtkSQPlaneSourceCellGenerator.cxx              |     0
 .../SciberQuest/vtkSQPlaneSourceCellGenerator.h    |   112 +
 .../SciberQuest/vtkSQPlaneSourceConstants.h        |    23 +
 .../{ => SciberQuest}/vtkSQPointSource.cxx         |     0
 .../SciberQuest/vtkSQPointSource.h                 |    78 +
 .../SciberQuest/vtkSQRandomCells.cxx               |   477 +
 .../SciberQuest/vtkSQRandomCells.h                 |    56 +
 .../SciberQuest/vtkSQRandomSeedPoints.cxx          |   223 +
 .../SciberQuest/vtkSQRandomSeedPoints.h            |    59 +
 .../SciberQuest/vtkSQSeedPointLatice.cxx           |   472 +
 .../SciberQuest/vtkSQSeedPointLatice.h             |   100 +
 .../{ => SciberQuest}/vtkSQSphereSource.cxx        |     0
 .../SciberQuest/vtkSQSphereSource.h                |   131 +
 .../SciberQuest/vtkSQSurfaceVectors.cxx            |   254 +
 .../SciberQuest/vtkSQSurfaceVectors.h              |    50 +
 .../SciberQuest/vtkSQTubeFilter.cxx                |   854 ++
 .../SciberQuest/vtkSQTubeFilter.h                  |   234 +
 .../SciberQuest/vtkSQVPICReader.cxx                |   768 ++
 .../SciberQuest/vtkSQVPICReader.h                  |   181 +
 .../SciberQuest/vtkSQVolumeSource.cxx              |   361 +
 .../SciberQuest/vtkSQVolumeSource.h                |    92 +
 .../vtkSQVolumeSourceCellGenerator.cxx             |     0
 .../SciberQuest/vtkSQVolumeSourceCellGenerator.h   |   111 +
 .../SciberQuest/vtkSQVortexDetect.cxx              |   614 +
 .../SciberQuest/vtkSQVortexDetect.h                |   142 +
 .../SciberQuest/vtkSQVortexFilter.cxx              |  1312 ++
 .../SciberQuest/vtkSQVortexFilter.h                |   156 +
 .../{ => SciberQuest}/win_windirent.cxx            |     0
 .../SciberQuestToolKit/SciberQuest/win_windirent.h |    50 +
 .../SciberQuestToolKitFilters.xml                  |    40 -
 .../SciberQuestToolKitReaders.xml                  |    13 -
 .../SciberQuestToolKitSMFilters.xml                |  3773 ------
 .../SciberQuestToolKitSMReaders.xml                |   680 -
 Plugins/SciberQuestToolKit/SciberQuestToolKitWin.h |    37 -
 .../SciberQuestToolKitWriters.xml                  |    12 -
 Plugins/SciberQuestToolKit/SharedArray.hxx         |   121 -
 .../SimpleTerminationCondition.cxx                 |    29 -
 .../SimpleTerminationCondition.h                   |    39 -
 Plugins/SciberQuestToolKit/SshStream.cxx           |   206 -
 Plugins/SciberQuestToolKit/SshStream.h             |    80 -
 Plugins/SciberQuestToolKit/StateFileConfig.cmake   |    38 -
 Plugins/SciberQuestToolKit/StreamlineData.cxx      |   454 -
 Plugins/SciberQuestToolKit/StreamlineData.h        |   106 -
 .../SciberQuestToolKit/TerminationCondition.cxx    |   302 -
 Plugins/SciberQuestToolKit/TerminationCondition.h  |   248 -
 Plugins/SciberQuestToolKit/Testing/CMakeLists.txt  |   103 -
 Plugins/SciberQuestToolKit/Testing/TestBOVIO.cpp   |   140 -
 .../Testing/TestCartesianDecomp.cpp                |   100 -
 Plugins/SciberQuestToolKit/Testing/TestFTLE.cpp    |   137 -
 .../Testing/TestFieldTopologyMapper.cpp            |   194 -
 .../SciberQuestToolKit/Testing/TestFieldTracer.cpp |   123 -
 .../Testing/TestKernelConvolution.cpp              |   138 -
 .../SciberQuestToolKit/Testing/TestPlaneSource.cpp |   127 -
 .../Testing/TestPoincareMapper.cpp                 |   238 -
 Plugins/SciberQuestToolKit/Testing/TestUtils.cxx   |   656 -
 Plugins/SciberQuestToolKit/Testing/TestUtils.h     |   109 -
 .../Testing/TestVortexFilter.cpp                   |   145 -
 .../TopologicalClassSelector.cxx                   |   110 -
 .../SciberQuestToolKit/TopologicalClassSelector.h  |    38 -
 Plugins/SciberQuestToolKit/Tuple.hxx               |   155 -
 .../UnstructuredFieldDisplacementMap.cxx           |   355 -
 .../UnstructuredFieldDisplacementMap.h             |    95 -
 .../UnstructuredFieldTopologyMap.cxx               |   378 -
 .../UnstructuredFieldTopologyMap.h                 |    98 -
 .../UnstructuredGridCellCopier.cxx                 |   229 -
 .../UnstructuredGridCellCopier.h                   |    77 -
 Plugins/SciberQuestToolKit/WorkQueue.h             |    51 -
 Plugins/SciberQuestToolKit/XMLUtils.cxx            |    80 -
 Plugins/SciberQuestToolKit/XMLUtils.h              |   199 -
 .../SciberQuestToolKit/doc/bov-reader-panel.png    |   Bin 0 -> 50530 bytes
 .../doc/image-ghosts-example-pipeline.png          |   Bin 0 -> 436566 bytes
 Plugins/SciberQuestToolKit/doc/index.html          |    36 +
 Plugins/SciberQuestToolKit/doc/pv-input-dialog.png |   Bin 0 -> 19175 bytes
 Plugins/SciberQuestToolKit/doc/pv-window.png       |   Bin 0 -> 170104 bytes
 Plugins/SciberQuestToolKit/doc/sq-bov-reader.html  |   137 +
 .../doc/sq-field-tracer-panel.png                  |   Bin 0 -> 25376 bytes
 .../SciberQuestToolKit/doc/sq-field-tracer.html    |   102 +
 .../SciberQuestToolKit/doc/sq-image-ghosts.html    |    66 +
 .../doc/sq-plane-source-panel.png                  |   Bin 0 -> 30095 bytes
 .../SciberQuestToolKit/doc/sq-poincare-mapper.html |   142 +
 Plugins/SciberQuestToolKit/minmax.h                |    21 -
 Plugins/SciberQuestToolKit/postream.cxx            |    38 -
 Plugins/SciberQuestToolKit/postream.h              |    21 -
 Plugins/SciberQuestToolKit/pqSQFieldTracer.cxx     |    86 -
 .../SciberQuestToolKit/pqSQHemisphereSource.cxx    |   486 -
 Plugins/SciberQuestToolKit/pqSQImageGhosts.cxx     |    44 -
 Plugins/SciberQuestToolKit/pqSQPlaneSource.cxx     |  1305 --
 .../SciberQuestToolKit/pqSQRemoteSignalDialog.cxx  |   139 -
 Plugins/SciberQuestToolKit/pqSQVolumeSource.cxx    |   917 --
 .../SciberQuestToolKit/vtkSQAgyrotropyFilter.cxx   |   261 -
 Plugins/SciberQuestToolKit/vtkSQAgyrotropyFilter.h |    68 -
 Plugins/SciberQuestToolKit/vtkSQBOVMetaReader.cxx  |   907 --
 Plugins/SciberQuestToolKit/vtkSQBOVMetaReader.h    |   143 -
 Plugins/SciberQuestToolKit/vtkSQBOVReader.cxx      |   402 -
 Plugins/SciberQuestToolKit/vtkSQBOVReader.h        |    76 -
 Plugins/SciberQuestToolKit/vtkSQBOVReaderBase.cxx  |   782 --
 Plugins/SciberQuestToolKit/vtkSQBOVReaderBase.h    |   204 -
 Plugins/SciberQuestToolKit/vtkSQBOVWriter.cxx      |   914 --
 Plugins/SciberQuestToolKit/vtkSQBOVWriter.h        |   177 -
 .../SciberQuestToolKit/vtkSQBinaryThreshold.cxx    |   246 -
 Plugins/SciberQuestToolKit/vtkSQBinaryThreshold.h  |    88 -
 Plugins/SciberQuestToolKit/vtkSQCellGenerator.h    |    71 -
 Plugins/SciberQuestToolKit/vtkSQEdgeFilter.cxx     |   480 -
 Plugins/SciberQuestToolKit/vtkSQEdgeFilter.h       |    73 -
 Plugins/SciberQuestToolKit/vtkSQFTLE.cxx           |   385 -
 Plugins/SciberQuestToolKit/vtkSQFTLE.h             |    87 -
 .../vtkSQFieldTopologySelect.cxx                   |   209 -
 .../SciberQuestToolKit/vtkSQFieldTopologySelect.h  |   129 -
 .../SciberQuestToolKit/vtkSQFieldTopologySplit.cxx |   306 -
 .../SciberQuestToolKit/vtkSQFieldTopologySplit.h   |    74 -
 Plugins/SciberQuestToolKit/vtkSQFieldTracer.cxx    |  1705 ---
 Plugins/SciberQuestToolKit/vtkSQFieldTracer.h      |   329 -
 .../SciberQuestToolKit/vtkSQHemisphereSource.cxx   |   341 -
 Plugins/SciberQuestToolKit/vtkSQHemisphereSource.h |    93 -
 .../vtkSQHemisphereSourceConfigurationFileInfo.h   |    55 -
 Plugins/SciberQuestToolKit/vtkSQImageGhosts.cxx    |   594 -
 Plugins/SciberQuestToolKit/vtkSQImageGhosts.h      |   121 -
 Plugins/SciberQuestToolKit/vtkSQImageSource.cxx    |   186 -
 Plugins/SciberQuestToolKit/vtkSQImageSource.h      |    70 -
 .../SciberQuestToolKit/vtkSQKernelConvolution.cxx  |  1320 --
 .../SciberQuestToolKit/vtkSQKernelConvolution.h    |   200 -
 Plugins/SciberQuestToolKit/vtkSQLineSource.h       |    73 -
 Plugins/SciberQuestToolKit/vtkSQLog.cxx            |   396 -
 Plugins/SciberQuestToolKit/vtkSQLog.h              |   261 -
 Plugins/SciberQuestToolKit/vtkSQLogSource.cxx      |   136 -
 Plugins/SciberQuestToolKit/vtkSQLogSource.h        |    63 -
 Plugins/SciberQuestToolKit/vtkSQMedianFilter.cxx   |  1060 --
 Plugins/SciberQuestToolKit/vtkSQMedianFilter.h     |   185 -
 Plugins/SciberQuestToolKit/vtkSQMetaDataKeys.h     |    21 -
 Plugins/SciberQuestToolKit/vtkSQOOCBOVReader.cxx   |   490 -
 Plugins/SciberQuestToolKit/vtkSQOOCBOVReader.h     |   160 -
 Plugins/SciberQuestToolKit/vtkSQOOCReader.cxx      |    32 -
 Plugins/SciberQuestToolKit/vtkSQOOCReader.h        |   135 -
 Plugins/SciberQuestToolKit/vtkSQPlaneSource.cxx    |   915 --
 Plugins/SciberQuestToolKit/vtkSQPlaneSource.h      |   210 -
 .../vtkSQPlaneSourceCellGenerator.h                |   108 -
 .../vtkSQPlaneSourceConfigurationFileInfo.h        |    49 -
 .../SciberQuestToolKit/vtkSQPlaneSourceConstants.h |    21 -
 Plugins/SciberQuestToolKit/vtkSQPointSource.h      |    77 -
 Plugins/SciberQuestToolKit/vtkSQRandomCells.cxx    |   482 -
 Plugins/SciberQuestToolKit/vtkSQRandomCells.h      |    55 -
 .../SciberQuestToolKit/vtkSQRandomSeedPoints.cxx   |   223 -
 Plugins/SciberQuestToolKit/vtkSQRandomSeedPoints.h |    58 -
 .../SciberQuestToolKit/vtkSQSeedPointLatice.cxx    |   472 -
 Plugins/SciberQuestToolKit/vtkSQSeedPointLatice.h  |    99 -
 Plugins/SciberQuestToolKit/vtkSQSphereSource.h     |   130 -
 Plugins/SciberQuestToolKit/vtkSQSurfaceVectors.cxx |   257 -
 Plugins/SciberQuestToolKit/vtkSQSurfaceVectors.h   |    49 -
 Plugins/SciberQuestToolKit/vtkSQTensorGlyph.cxx    |   580 -
 Plugins/SciberQuestToolKit/vtkSQTensorGlyph.h      |   224 -
 Plugins/SciberQuestToolKit/vtkSQTubeFilter.cxx     |   854 --
 Plugins/SciberQuestToolKit/vtkSQTubeFilter.h       |   233 -
 Plugins/SciberQuestToolKit/vtkSQVPICReader.cxx     |   768 --
 Plugins/SciberQuestToolKit/vtkSQVPICReader.h       |   182 -
 Plugins/SciberQuestToolKit/vtkSQVolumeSource.cxx   |   363 -
 Plugins/SciberQuestToolKit/vtkSQVolumeSource.h     |    91 -
 .../vtkSQVolumeSourceCellGenerator.h               |   106 -
 .../vtkSQVolumeSourceConfigurationFileInfo.h       |    49 -
 Plugins/SciberQuestToolKit/vtkSQVortexDetect.cxx   |   617 -
 Plugins/SciberQuestToolKit/vtkSQVortexDetect.h     |   141 -
 Plugins/SciberQuestToolKit/vtkSQVortexFilter.cxx   |  1315 --
 Plugins/SciberQuestToolKit/vtkSQVortexFilter.h     |   157 -
 Plugins/SciberQuestToolKit/win_windirent.h         |    48 -
 .../SierraPlotTools/pqSierraPlotToolsManager.cxx   |     2 -
 Plugins/StreamingParticles/CMakeLists.txt          |    36 +
 Plugins/StreamingParticles/StreamingParticles.xml  |   127 +
 .../Testing/StreamingParticles.xml                 |    58 +
 Plugins/StreamingParticles/plugin.cmake            |     3 +
 .../vtkStreamingParticlesPriorityQueue.cxx         |   291 +
 .../vtkStreamingParticlesPriorityQueue.h           |   110 +
 .../vtkStreamingParticlesRepresentation.cxx        |   499 +
 .../vtkStreamingParticlesRepresentation.h          |   202 +
 Plugins/StreamingView/ParaView/CMakeLists.txt      |     4 +-
 .../StreamingView/ParaView/StreamingReaders.xml    |    17 -
 Plugins/SurfaceLIC/CMakeLists.txt                  |    90 +-
 Plugins/SurfaceLIC/Testing/Python/CMakeLists.txt   |    55 +
 .../Testing/Python/SurfaceLIC-OfficeContour.pvsm   |  3076 +++++
 .../Testing/Python/SurfaceLIC-OfficeHSlice.pvsm    |  3215 +++++
 .../Testing/Python/SurfaceLIC-OfficeSlices.pvsm    |  3956 ++++++
 .../Testing/Python/SurfaceLIC-OfficeVSlice.pvsm    |  3113 +++++
 .../Testing/Python/SurfaceLIC-ShuttleAll.pvsm      |  2799 ++++
 .../Testing/Python/SurfaceLIC-ShuttleZoom1.pvsm    |  2445 ++++
 .../Testing/Python/SurfaceLIC-ShuttleZoom2.pvsm    |  2231 ++++
 .../Testing/Python/SurfaceLICTestDriver.py         |    54 +
 .../pqSurfaceLICDisplayPanelDecorator.cxx          |   131 -
 .../SurfaceLIC/pqSurfaceLICDisplayPanelDecorator.h |    41 -
 .../pqSurfaceLICDisplayPanelDecorator.ui           |   121 -
 ...rfaceLICDisplayPanelDecoratorImplementation.cxx |    49 -
 ...SurfaceLICDisplayPanelDecoratorImplementation.h |    44 -
 .../SurfaceLIC/pqSurfaceLICSummaryDisplayPanel.ui  |    31 -
 Plugins/SurfaceLIC/vtkSurfaceLICExtension.xml      |    85 -
 Plugins/SurfaceLIC/vtkSurfaceLICRendering.xml      |   179 -
 Plugins/SurfaceLIC/vtkSurfaceLICRepresentation.cxx |   163 +-
 Plugins/SurfaceLIC/vtkSurfaceLICRepresentation.h   |    47 +-
 Plugins/SurfaceLIC/vtkSurfaceLICRepresentation.xml |   604 +
 .../CMakeLists.txt                                 |    83 +
 .../Resources/servermanagertp.xml                  |   214 +
 .../Testing/TemporalParallelism.xml                |    24 +
 .../plugin.cmake                                   |     4 +
 .../pqTPActionsGroup.cxx                           |    60 +
 .../pqTPActionsGroup.h                             |    53 +
 .../pqTPExportStateWizard.cxx                      |   213 +
 .../pqTPExportStateWizard.h                        |    55 +
 .../pqTPPluginManager.cxx                          |    55 +
 .../pqTPPluginManager.h                            |    58 +
 .../tp_export.py                                   |   117 +
 Plugins/UncertaintyRendering/CMakeLists.txt        |     9 +-
 .../UncertaintyRendering/Testing/CMakeLists.txt    |     3 +
 .../Testing/UncertaintyRendering.xml               |    65 +-
 Plugins/VR/CMakeLists.txt                          |     7 +-
 Plugins/VR/pqVRQueueHandler.cxx                    |    10 +-
 Plugins/Vapor/CMakeLists.txt                       |    11 +-
 Plugins/Vapor/VDFReaderGUI.xml                     |     6 -
 Qt/ApplicationComponents/CMakeLists.txt            |    35 +-
 .../UI/pqColorAnnotationsPropertyWidget.ui         |   150 +
 .../Resources/UI/pqColorOpacityEditorWidget.ui     |   335 +
 .../Resources/UI/pqEditMenuBuilder.ui              |     5 +-
 .../Resources/UI/pqFontPropertyWidget.ui           |   115 +
 .../Resources/UI/pqMainControlsToolbar.ui          |     5 +-
 ...pqTransferFunctionWidgetPropertyWidgetDialog.ui |    89 +
 Qt/ApplicationComponents/module.cmake              |     2 +
 .../pqChartSelectionReaction.cxx                   |   204 +-
 .../pqChartSelectionReaction.h                     |    46 +-
 .../pqColorAnnotationsPropertyWidget.cxx           |   733 ++
 .../pqColorAnnotationsPropertyWidget.h             |   115 +
 .../pqColorOpacityEditorWidget.cxx                 |   682 +
 .../pqColorOpacityEditorWidget.h                   |   174 +
 .../pqColorSelectorPropertyWidget.cxx              |     9 +-
 Qt/ApplicationComponents/pqColorTableModel.cxx     |   213 +
 Qt/ApplicationComponents/pqColorTableModel.h       |    77 +
 .../pqCommandLineOptionsBehavior.cxx               |    27 +
 Qt/ApplicationComponents/pqCopyReaction.cxx        |    73 +-
 Qt/ApplicationComponents/pqCopyReaction.h          |     2 +-
 .../pqCrashRecoveryBehavior.cxx                    |    67 +-
 Qt/ApplicationComponents/pqCrashRecoveryBehavior.h |     4 +
 Qt/ApplicationComponents/pqDataQueryReaction.cxx   |    52 +-
 Qt/ApplicationComponents/pqDataQueryReaction.h     |     6 +-
 .../pqDoubleRangeSliderPropertyWidget.cxx          |     2 +
 .../pqEditColorMapReaction.cxx                     |    24 +-
 .../pqEnableWidgetDecorator.cxx                    |   119 +
 Qt/ApplicationComponents/pqEnableWidgetDecorator.h |    71 +
 Qt/ApplicationComponents/pqExportReaction.cxx      |    42 +-
 Qt/ApplicationComponents/pqFontPropertyWidget.cxx  |   141 +
 Qt/ApplicationComponents/pqFontPropertyWidget.h    |    61 +
 Qt/ApplicationComponents/pqOpacityTableModel.cxx   |   212 +
 Qt/ApplicationComponents/pqOpacityTableModel.h     |    75 +
 Qt/ApplicationComponents/pqPVApplicationCore.cxx   |     4 +
 .../pqPipelineContextMenuBehavior.cxx              |    28 +-
 .../pqProxyGroupMenuManager.cxx                    |    11 +-
 .../pqSaveAnimationReaction.cxx                    |     2 +-
 .../pqSaveScreenshotReaction.cxx                   |     2 +-
 .../pqSelectionInspectorWidget.cxx                 |    47 -
 .../pqSelectionInspectorWidget.h                   |    55 -
 .../pqServerDisconnectReaction.cxx                 |    12 +-
 .../pqServerDisconnectReaction.h                   |     5 +-
 .../pqStandardPropertyWidgetInterface.cxx          |   108 +-
 .../pqStandardPropertyWidgetInterface.h            |     9 +-
 .../pqStandardViewFrameActionGroup.cxx             |   307 +-
 .../pqStandardViewFrameActionGroup.h               |     7 +
 .../pqTransferFunctionEditorPropertyWidget.cxx     |   135 -
 .../pqTransferFunctionEditorPropertyWidget.h       |    76 -
 .../pqTransferFunctionWidgetPropertyWidget.cxx     |   133 +
 .../pqTransferFunctionWidgetPropertyWidget.h       |    59 +
 Qt/ApplicationComponents/pqViewSettingsManager.cxx |    18 +
 .../pqViewStreamingBehavior.cxx                    |    52 +-
 Qt/ApplicationComponents/pqViewStreamingBehavior.h |     4 +-
 Qt/Components/CMakeLists.txt                       |    97 +-
 Qt/Components/Resources/Icons/pqBold16.png         |   Bin 0 -> 369 bytes
 Qt/Components/Resources/Icons/pqBold24.png         |   Bin 0 -> 475 bytes
 Qt/Components/Resources/Icons/pqEditScalarBar.svg  |   253 +
 .../Resources/Icons/pqEditScalarBar16.png          |   Bin 0 -> 629 bytes
 Qt/Components/Resources/Icons/pqInvert.svg         |    82 +
 Qt/Components/Resources/Icons/pqInvert24.png       |   Bin 0 -> 785 bytes
 Qt/Components/Resources/Icons/pqItalics16.png      |   Bin 0 -> 287 bytes
 Qt/Components/Resources/Icons/pqItalics24.png      |   Bin 0 -> 344 bytes
 .../Resources/Icons/pqResetRangeCustom24.png       |   Bin 0 -> 945 bytes
 .../Resources/Icons/pqResetRangeTemporal24.png     |   Bin 0 -> 906 bytes
 Qt/Components/Resources/Icons/pqRuler16.png        |   Bin 0 -> 320 bytes
 Qt/Components/Resources/Icons/pqShadow16.png       |   Bin 0 -> 696 bytes
 Qt/Components/Resources/Icons/pqShadow24.png       |   Bin 0 -> 972 bytes
 Qt/Components/Resources/UI/pqApplicationOptions.ui |   393 +-
 Qt/Components/Resources/UI/pqCalculatorWidget.ui   |     6 +-
 Qt/Components/Resources/UI/pqColorMapEditor.ui     |   253 +
 Qt/Components/Resources/UI/pqColorPresetDialog.ui  |    81 +-
 Qt/Components/Resources/UI/pqExportStateWizard.ui  |   340 +
 .../Resources/UI/pqFindDataCreateSelectionFrame.ui |    92 +
 .../UI/pqFindDataCurrentSelectionFrame.ui          |    93 +
 Qt/Components/Resources/UI/pqFindDataDialog.ui     |   274 +
 .../UI/pqFindDataSelectionDisplayFrame.ui          |   102 +
 .../Components/Resources/UI/pqImageOutputInfo.ui   |     0
 .../Resources/UI/pqMultiSliceViewOptions.ui        |    62 +
 Qt/Components/Resources/UI/pqPropertiesPanel.ui    |     2 +-
 Qt/Components/Resources/UI/pqProxyWidgetDialog.ui  |    84 +
 Qt/Components/Resources/UI/pqPythonViewOptions.ui  |    60 +
 Qt/Components/Resources/UI/pqQueryDialog.ui        |   352 -
 .../Resources/UI/pqRemoteCommandDialogForm.ui      |    18 +-
 .../UI/pqScalarValueListPropertyWidget.ui          |   142 +
 .../Resources/UI/pqSelectionInspectorPanel.ui      |  1714 ---
 Qt/Components/Resources/XML/ColorMaps.xml          |     1 +
 Qt/Components/Resources/pqComponents.qrc           |    11 +
 Qt/Components/Testing/Cxx/CMakeLists.txt           |     2 +-
 Qt/Components/module.cmake                         |     2 +
 Qt/Components/pq3DWidget.cxx                       |     2 +-
 Qt/Components/pqActiveMultiSliceViewOptions.cxx    |   115 +
 Qt/Components/pqActiveMultiSliceViewOptions.h      |    71 +
 Qt/Components/pqActivePythonViewOptions.cxx        |    88 +
 Qt/Components/pqActivePythonViewOptions.h          |    50 +
 Qt/Components/pqAnimationViewWidget.cxx            |   103 +-
 Qt/Components/pqAnimationViewWidget.h              |     7 +
 Qt/Components/pqApplicationOptions.cxx             |    14 +-
 Qt/Components/pqArrayListDomain.cxx                |     6 +-
 Qt/Components/pqArrayListDomain.h                  |     4 +-
 Qt/Components/pqChartSummaryDisplayPanel.cxx       |   137 -
 Qt/Components/pqChartSummaryDisplayPanel.h         |    74 -
 Qt/Components/pqColorMapEditor.cxx                 |   374 +
 Qt/Components/pqColorMapEditor.h                   |    90 +
 Qt/Components/pqColorPresetManager.cxx             |   219 +-
 Qt/Components/pqColorPresetManager.h               |    24 +-
 Qt/Components/pqColorPresetModel.cxx               |     3 +-
 Qt/Components/pqColorScaleEditor.cxx               |  3207 -----
 Qt/Components/pqColorScaleEditor.h                 |   248 -
 Qt/Components/pqColorScaleToolbar.cxx              |   256 -
 Qt/Components/pqColorScaleToolbar.h                |    83 -
 Qt/Components/pqContourWidget.cxx                  |    31 +-
 Qt/Components/pqDisplayPanel.cxx                   |     6 -
 Qt/Components/pqDisplayProxyEditor.cxx             |    46 +-
 Qt/Components/pqDisplayProxyEditor.h               |     1 -
 Qt/Components/pqDisplayRepresentationWidget.cxx    |     1 -
 Qt/Components/pqFileChooserWidget.cxx              |    22 +-
 Qt/Components/pqFileChooserWidget.h                |     7 +-
 Qt/Components/pqFindDataCreateSelectionFrame.cxx   |   300 +
 Qt/Components/pqFindDataCreateSelectionFrame.h     |    92 +
 Qt/Components/pqFindDataCurrentSelectionFrame.cxx  |   275 +
 Qt/Components/pqFindDataCurrentSelectionFrame.h    |    85 +
 Qt/Components/pqFindDataDialog.cxx                 |   191 +
 Qt/Components/pqFindDataDialog.h                   |    73 +
 Qt/Components/pqFindDataSelectionDisplayFrame.cxx  |   524 +
 Qt/Components/pqFindDataSelectionDisplayFrame.h    |    93 +
 Qt/Components/pqGlyphPanel.cxx                     |     6 -
 Qt/Components/pqImageOutputInfo.cxx                |   143 +
 Qt/Components/pqImageOutputInfo.h                  |   109 +
 Qt/Components/pqIntVectorPropertyWidget.cxx        |    23 +-
 Qt/Components/pqMemoryInspectorPanel.cxx           |    21 +-
 Qt/Components/pqMultiBlockInspectorPanel.cxx       |    70 +-
 Qt/Components/pqMultiBlockInspectorPanel.h         |    23 +
 Qt/Components/pqMultiSliceViewOptions.cxx          |   119 +
 Qt/Components/pqMultiSliceViewOptions.h            |    76 +
 Qt/Components/pqNamedWidgets.cxx                   |     6 -
 Qt/Components/pqPQLookupTableManager.cxx           |    15 +-
 Qt/Components/pqPropertiesPanel.cxx                |    35 +-
 Qt/Components/pqPropertyWidget.cxx                 |    27 +-
 Qt/Components/pqPropertyWidget.h                   |    19 +-
 Qt/Components/pqProxyPanel.cxx                     |     5 -
 Qt/Components/pqProxyWidget.cxx                    |   183 +-
 Qt/Components/pqProxyWidget.h                      |    10 +-
 Qt/Components/pqProxyWidgetDialog.cxx              |   105 +
 Qt/Components/pqProxyWidgetDialog.h                |    64 +
 Qt/Components/pqPythonViewOptions.cxx              |   101 +
 Qt/Components/pqPythonViewOptions.h                |    58 +
 Qt/Components/pqQueryDialog.cxx                    |   740 --
 Qt/Components/pqQueryDialog.h                      |   135 -
 Qt/Components/pqRemoteCommandDialog.cxx            |    11 +
 Qt/Components/pqSGExportStateWizard.cxx            |   363 +
 Qt/Components/pqSGExportStateWizard.h              |   110 +
 Qt/Components/pqSGPluginManager.cxx                |    61 +
 Qt/Components/pqSGPluginManager.h                  |    65 +
 Qt/Components/pqSGWritersMenuManager.cxx           |   366 +
 Qt/Components/pqSGWritersMenuManager.h             |    86 +
 Qt/Components/pqScalarValueListPropertyWidget.cxx  |   527 +-
 Qt/Components/pqScalarValueListPropertyWidget.h    |    25 +-
 Qt/Components/pqSelectionInspectorPanel.cxx        |  1943 ---
 Qt/Components/pqSelectionInspectorPanel.h          |   201 -
 Qt/Components/pqSelectionManager.cxx               |    54 -
 Qt/Components/pqSelectionManager.h                 |     6 -
 Qt/Components/pqServerLauncher.cxx                 |     8 +-
 .../pqSignalAdaptorSelectionTreeWidget.cxx         |     4 +-
 Qt/Components/pqStringVectorPropertyWidget.cxx     |    61 +-
 .../pqTransferFunctionChartViewWidget.cxx          |   837 --
 Qt/Components/pqTransferFunctionChartViewWidget.h  |   151 -
 Qt/Components/pqTransferFunctionWidget.cxx         |   481 +
 Qt/Components/pqTransferFunctionWidget.h           |   107 +
 Qt/Components/pqViewFrame.cxx                      |    29 +-
 Qt/Components/pqViewFrame.h                        |     3 +-
 Qt/Core/CMakeLists.txt                             |    36 +-
 Qt/Core/module.cmake                               |     2 +
 Qt/Core/pqAnimationScene.cxx                       |     4 +-
 Qt/Core/pqApplicationCore.cxx                      |    17 +-
 Qt/Core/pqChartRepresentation.cxx                  |    10 +-
 Qt/Core/pqColorButtonEventPlayer.cxx               |    79 -
 Qt/Core/pqColorButtonEventPlayer.h                 |    58 -
 Qt/Core/pqColorButtonEventTranslator.cxx           |    98 -
 Qt/Core/pqColorButtonEventTranslator.h             |    64 -
 Qt/Core/pqContextView.cxx                          |   138 +-
 Qt/Core/pqContextView.h                            |     4 -
 Qt/Core/pqDataRepresentation.cxx                   |     4 -
 Qt/Core/pqFileDialog.cxx                           |    15 +
 Qt/Core/pqFileDialog.h                             |     7 +
 Qt/Core/pqLinksModel.cxx                           |     2 +-
 Qt/Core/pqLookupTableManager.cxx                   |    37 +-
 Qt/Core/pqLookupTableManager.h                     |     5 +
 Qt/Core/pqMultiSliceAxisWidget.cxx                 |     9 +
 Qt/Core/pqMultiSliceView.cxx                       |    13 +
 Qt/Core/pqMultiSliceView.h                         |     4 +
 Qt/Core/pqObjectBuilder.cxx                        |     2 -
 Qt/Core/pqPipelineRepresentation.cxx               |   109 +-
 Qt/Core/pqPipelineSource.cxx                       |     4 -
 Qt/Core/pqPluginManager.cxx                        |     2 +-
 Qt/Core/pqProxy.cxx                                |     2 -
 Qt/Core/pqPythonView.cxx                           |   352 +
 Qt/Core/pqPythonView.h                             |   106 +
 Qt/Core/pqRenderViewBase.cxx                       |    47 -
 Qt/Core/pqRenderViewBase.h                         |     4 -
 Qt/Core/pqSMAdaptor.cxx                            |    70 +-
 Qt/Core/pqScatterPlotRepresentation.cxx            |   810 --
 Qt/Core/pqScatterPlotRepresentation.h              |   196 -
 Qt/Core/pqServer.cxx                               |    12 +
 Qt/Core/pqServer.h                                 |     7 +
 Qt/Core/pqServerManagerModel.cxx                   |     1 +
 Qt/Core/pqServerManagerModel.h                     |     8 +-
 Qt/Core/pqSpreadSheetView.h                        |     5 -
 Qt/Core/pqSpreadSheetViewWidget.cxx                |     8 +
 Qt/Core/pqStandardViewModules.cxx                  |    26 +
 Qt/Core/pqView.h                                   |     5 -
 Qt/Core/pqXMLEventSource.cxx                       |    17 +-
 Qt/Deprecated/CMakeLists.txt                       |    55 +
 Qt/Deprecated/module.cmake                         |     7 +
 .../UI => Deprecated}/pqColorScaleDialog.ui        |     0
 Qt/Deprecated/pqColorScaleEditor.cxx               |  3175 +++++
 Qt/Deprecated/pqColorScaleEditor.h                 |   248 +
 .../pqTransferFunctionChartViewWidget.cxx          |   830 ++
 Qt/Deprecated/pqTransferFunctionChartViewWidget.h  |   170 +
 Qt/Python/CMakeLists.txt                           |     3 +
 Qt/Python/module.cmake                             |     2 +
 Qt/Python/pqPythonDebugLeaksView.cxx               |   106 +
 Qt/Python/pqPythonDebugLeaksView.h                 |    56 +
 Qt/Python/pqPythonManager.cxx                      |   193 +-
 Qt/Python/pqPythonManager.h                        |    12 +-
 Qt/Python/pqPythonScriptEditor.cxx                 |    21 +-
 Qt/Python/pqPythonShell.cxx                        |    61 +-
 Qt/Python/pqPythonShell.h                          |    10 +-
 Qt/Widgets/CMakeLists.txt                          |    29 +-
 Qt/Widgets/Resources/UI/pqExpanderButton.ui        |    10 +-
 Qt/Widgets/ctkRangeSlider.cpp                      |    42 +
 Qt/Widgets/ctkRangeSlider.h                        |     4 +
 Qt/Widgets/pqColorButtonEventPlayer.cxx            |    79 +
 Qt/Widgets/pqColorButtonEventPlayer.h              |    56 +
 Qt/Widgets/pqColorButtonEventTranslator.cxx        |    98 +
 Qt/Widgets/pqColorButtonEventTranslator.h          |    62 +
 Qt/Widgets/pqColorChooserButton.cxx                |     3 +-
 Qt/Widgets/pqColorChooserButton.h                  |     8 +
 Qt/Widgets/pqColorDialogEventPlayer.cxx            |    81 +
 Qt/Widgets/pqColorDialogEventPlayer.h              |    56 +
 Qt/Widgets/pqColorDialogEventTranslator.cxx        |   100 +
 Qt/Widgets/pqColorDialogEventTranslator.h          |    63 +
 Qt/Widgets/pqExpandableTableView.cxx               |   149 +
 Qt/Widgets/pqExpandableTableView.h                 |    81 +
 Qt/Widgets/pqLineEdit.cxx                          |     8 +-
 Qt/Widgets/pqLineEdit.h                            |    26 +
 ThirdParty/AutobahnPython/CMakeLists.txt           |    22 -
 ThirdParty/AutobahnPython/module.cmake             |     4 -
 ThirdParty/FreezePython/LICENSE                    |   279 +
 ThirdParty/FreezePython/dummy.py                   |     1 +
 ThirdParty/FreezePython/freeze/README              |   296 +
 ThirdParty/FreezePython/freeze/bkfile.py           |    47 +
 ThirdParty/FreezePython/freeze/checkextensions.py  |    90 +
 .../FreezePython/freeze/checkextensions_win32.py   |   188 +
 .../FreezePython/freeze/extensions_win32.ini       |   171 +
 ThirdParty/FreezePython/freeze/freeze.py           |   497 +
 ThirdParty/FreezePython/freeze/freeze_paraview.py  |   555 +
 ThirdParty/FreezePython/freeze/hello.py            |     1 +
 ThirdParty/FreezePython/freeze/makeconfig.py       |    60 +
 ThirdParty/FreezePython/freeze/makefreeze.py       |    90 +
 ThirdParty/FreezePython/freeze/makemakefile.py     |    29 +
 ThirdParty/FreezePython/freeze/parsesetup.py       |   112 +
 ThirdParty/FreezePython/freeze/win32.html          |   119 +
 ThirdParty/FreezePython/freeze/winmakemakefile.py  |   147 +
 ThirdParty/FreezePython/vtkFreezePython.cmake      |    99 +
 ThirdParty/IceT/vtkicet/src/ice-t/image.c          |    29 +-
 ThirdParty/IceT/vtkicet/src/ice-t/state.c          |     7 +-
 ThirdParty/IceT/vtkicet/src/include/IceT.h         |     1 +
 ThirdParty/IceT/vtkicet/src/strategies/split.c     |     4 +-
 ThirdParty/IceT/vtkicet/tests/BackgroundCorrect.c  |     6 +-
 ThirdParty/IceT/vtkicet/tests/CMakeLists.txt       |     1 +
 ThirdParty/IceT/vtkicet/tests/MaxImageSplit.c      |     2 +-
 ThirdParty/IceT/vtkicet/tests/RenderEmpty.c        |   244 +
 ThirdParty/QtTesting/CMakeLists.txt                |     6 +-
 ThirdParty/QtTesting/vtkqttesting/CMakeLists.txt   |     8 +-
 .../vtkqttesting/QtTestingConfig-install.cmake.in  |     2 +
 .../vtkqttesting/QtTestingConfig.cmake.in          |     2 +
 .../QtTesting/vtkqttesting/QtTestingExport.h       |    13 +-
 .../QtTesting/vtkqttesting/pqEventDispatcher.cxx   |    10 +-
 .../QtTesting/vtkqttesting/pqEventDispatcher.h     |     6 +
 ThirdParty/Twisted/CMakeLists.txt                  |    21 -
 ThirdParty/Twisted/module.cmake                    |     4 -
 ThirdParty/ZopeInterface/CMakeLists.txt            |    20 -
 ThirdParty/ZopeInterface/module.cmake              |     2 -
 .../vtkprotobuf/src/google/protobuf/message.cc     |     1 +
 Utilities/PythonInitializer/CMakeLists.txt         |    28 +-
 .../PythonInitializer/vtkPVPythonInitializer.cxx   |    17 +
 Utilities/Sphinx/CMakeLists.txt                    |     2 +-
 .../config/_themes/sphinx_rtd_theme/__init__.py    |    17 +
 .../_themes/sphinx_rtd_theme/breadcrumbs.html      |    15 +
 .../config/_themes/sphinx_rtd_theme/footer.html    |    30 +
 .../config/_themes/sphinx_rtd_theme/layout.html    |   143 +
 .../_themes/sphinx_rtd_theme/layout_old.html       |   204 +
 .../config/_themes/sphinx_rtd_theme/search.html    |    50 +
 .../config/_themes/sphinx_rtd_theme/searchbox.html |     5 +
 .../sphinx_rtd_theme/static/css/badge_only.css     |     1 +
 .../_themes/sphinx_rtd_theme/static/css/theme.css  |     1 +
 .../static/font/fontawesome_webfont.eot            |   Bin 0 -> 37405 bytes
 .../static/font/fontawesome_webfont.svg            |   399 +
 .../static/font/fontawesome_webfont.ttf            |   Bin 0 -> 79076 bytes
 .../static/font/fontawesome_webfont.woff           |   Bin 0 -> 43572 bytes
 .../_themes/sphinx_rtd_theme/static/js/theme.js    |    16 +
 .../config/_themes/sphinx_rtd_theme/theme.conf     |     7 +
 .../config/_themes/sphinx_rtd_theme/versions.html  |    36 +
 Utilities/Sphinx/config/conf.py.in                 |    93 +-
 Utilities/Sphinx/config/index.rst                  |     8 +-
 Utilities/Sphinx/parse_pydoc_output.py             |    75 +
 Utilities/Sphinx/sphinx_apidoc.py                  |    88 +-
 Utilities/TestDriver/vtkSMTestDriver.cxx           |   100 +-
 Utilities/TestDriver/vtkSMTestDriver.h             |    22 +-
 .../Library/VisItLib/CMake/VisItCommon.cmake       |    19 +-
 .../Library/VisItLib/CMake/VisItGUI.xml.in         |     6 -
 .../VisItBridge/Library/VisItLib/CMakeLists.txt    |     1 -
 .../Library/VisItLib/avt/DBAtts/CMakeLists.txt     |    20 +-
 .../Library/VisItLib/avt/Database/CMakeLists.txt   |    18 +-
 .../Library/VisItLib/avt/IVP/CMakeLists.txt        |     9 +-
 .../Library/VisItLib/avt/Math/CMakeLists.txt       |     2 +-
 .../Library/VisItLib/avt/Pipeline/CMakeLists.txt   |    42 +-
 .../avt/Pipeline/Data/avtCommonDataFunctions.C     |     9 +-
 .../Library/VisItLib/common/CMakeLists.txt         |    10 +-
 .../Library/VisItLib/common/state/XMLNode.C        |     2 +-
 .../Library/VisItLib/visit_vtk/full/CMakeLists.txt |    25 +-
 .../visit_vtk/full/vtkVisItPolyDataNormals.C       |     6 +-
 .../VisItLib/visit_vtk/lightweight/CMakeLists.txt  |    41 +-
 Utilities/VisItBridge/Library/module.cmake         |    26 +-
 .../AvtAlgorithms/vtkAvtFileFormatAlgorithm.cxx    |    16 +-
 .../VisItBridge/databases/BOV/avtBOVFileFormat.C   |    10 +-
 Utilities/VisItBridge/databases/CMakeLists.txt     |    22 +-
 .../databases/FLASH/avtFLASHFileFormat.C           |     4 +-
 Utilities/VisItBridge/databases/GMV/gmvread.c      |   287 +-
 .../VisItBridge/databases/GTC/avtGTCFileFormat.C   |    10 +-
 .../databases/NETCDF/avtFVCOMParticleFileFormat.C  |     4 +-
 .../VisItBridge/databases/NETCDF/avtFVCOMReader.C  |    14 +-
 .../databases/NETCDF/avtFVCOM_MTMDFileFormat.C     |     2 +-
 .../databases/Nek5000/avtNek5000FileFormat.C       |   335 +-
 .../databases/PFLOTRAN/avtPFLOTRANFileFormat.C     |    51 +-
 .../VisItBridge/databases/PlainText/CMakeLists.txt |    19 -
 .../VisItBridge/databases/PlainText/PlainText.xml  |    10 -
 .../PlainText/PlainTextCommonPluginInfo.C          |   128 -
 .../PlainText/PlainTextEnginePluginInfo.C          |    73 -
 .../PlainText/PlainTextMDServerPluginInfo.C        |    60 -
 .../databases/PlainText/PlainTextPluginInfo.C      |   208 -
 .../databases/PlainText/PlainTextPluginInfo.h      |   102 -
 .../databases/PlainText/avtPlainTextFileFormat.C   |   650 -
 .../databases/PlainText/avtPlainTextFileFormat.h   |   126 -
 .../databases/PlainText/avtPlainTextOptions.C      |   116 -
 .../databases/PlainText/avtPlainTextOptions.h      |    66 -
 .../VisItBridge/databases/SAS/avtSASFileFormat.C   |    84 +-
 .../VisItBridge/databases/SAS/avtSASFileFormat.h   |     4 +-
 Utilities/VisItBridge/databases/module.cmake       |    12 +-
 .../databases/paraDIS/RC_c_lib/debugutil.h         |     4 +-
 .../databases/paraDIS/RC_cpp_lib/RangeList.h       |     2 +-
 .../paraDIS/avtparaDIS_tecplotFileFormat.C         |     4 +-
 Utilities/VisItBridge/databases/visit_readers.xml  |    49 +-
 .../VisItBridge/databases/visit_readers_gui.xml    |    83 -
 Utilities/WrapClientServer/CMakeLists.txt          |     5 +
 Utilities/WrapClientServer/vtkWrapClientServer.c   |     9 +-
 VTK/.ExternalData/README.rst                       |     6 +
 VTK/.gitignore                                     |     2 +
 VTK/Accelerators/Dax/CMakeLists.txt                |   156 +
 VTK/Accelerators/Dax/LICENSE.txt                   |    54 +
 VTK/Accelerators/Dax/Testing/Cxx/CMakeLists.txt    |     8 +
 .../Dax/Testing/Cxx/TestDaxMarchingCubes.cxx       |    92 +
 .../Dax/Testing/Cxx/TestDaxThreshold.cxx           |   107 +
 .../Dax/Testing/Cxx/TestDaxThreshold2.cxx          |    76 +
 .../Data/Baseline/TestDaxMarchingCubes.png.md5     |     1 +
 .../Testing/Data/Baseline/TestDaxThreshold.png.md5 |     1 +
 .../Data/Baseline/TestDaxThreshold2.png.md5        |     1 +
 .../Data/Baseline/TestDaxThreshold2_1.png.md5      |     1 +
 VTK/Accelerators/Dax/daxToVtk/CellTypeToType.h     |    81 +
 VTK/Accelerators/Dax/daxToVtk/DataSetConverters.h  |   260 +
 VTK/Accelerators/Dax/module.cmake                  |    17 +
 VTK/Accelerators/Dax/vtkDaxConfig.h.in             |    41 +
 VTK/Accelerators/Dax/vtkDaxDetailCommon.h          |    52 +
 VTK/Accelerators/Dax/vtkDaxMarchingCubes.cxx       |    81 +
 VTK/Accelerators/Dax/vtkDaxMarchingCubes.h         |    43 +
 VTK/Accelerators/Dax/vtkDaxMarchingCubesImpl.cu    |    17 +
 VTK/Accelerators/Dax/vtkDaxMarchingCubesImpl.cxx   |    17 +
 VTK/Accelerators/Dax/vtkDaxMarchingCubesImpl.h     |   136 +
 VTK/Accelerators/Dax/vtkDaxObjectFactory.h         |    72 +
 VTK/Accelerators/Dax/vtkDaxThreshold.cxx           |    76 +
 VTK/Accelerators/Dax/vtkDaxThreshold.h             |    44 +
 VTK/Accelerators/Dax/vtkDaxThresholdImpl.cu        |    17 +
 VTK/Accelerators/Dax/vtkDaxThresholdImpl.cxx       |    17 +
 VTK/Accelerators/Dax/vtkDaxThresholdImpl.h         |   172 +
 VTK/Accelerators/Dax/vtkToDax/Allocators.h         |   132 +
 .../Dax/vtkToDax/CellTypeAndDataType.h             |    49 +
 VTK/Accelerators/Dax/vtkToDax/CellTypeToType.h     |    98 +
 VTK/Accelerators/Dax/vtkToDax/Containers.h         |   373 +
 VTK/Accelerators/Dax/vtkToDax/DataSetConverters.h  |   130 +
 VTK/Accelerators/Dax/vtkToDax/DataSetTypeToType.h  |    78 +
 VTK/Accelerators/Dax/vtkToDax/FieldTypeToType.h    |   100 +
 VTK/Accelerators/Dax/vtkToDax/MarchingCubes.h      |   199 +
 VTK/Accelerators/Dax/vtkToDax/Portals.h            |   368 +
 VTK/Accelerators/Dax/vtkToDax/Threshold.h          |   205 +
 VTK/Accelerators/Piston/CMakeLists.txt             |     4 +-
 VTK/Accelerators/Piston/Testing/Cxx/CMakeLists.txt |    53 +-
 .../Piston/Testing/Cxx/TestCompositeRender.cxx     |     1 -
 .../Data/Baseline/TestCompositeRender.png.md5      |     1 +
 .../Testing/Data/Baseline/TestContour.png.md5      |     1 +
 .../Testing/Data/Baseline/TestDMPFiltering.png.md5 |     1 +
 .../Testing/Data/Baseline/TestRendering.png.md5    |     1 +
 .../Piston/Testing/Data/Baseline/TestSlice.png.md5 |     1 +
 .../Testing/Data/Baseline/TestSlice_1.png.md5      |     1 +
 .../Piston/Testing/Data/Baseline/TestSort.png.md5  |     1 +
 .../Testing/Data/Baseline/TestThreshold.png.md5    |     1 +
 .../Testing/Data/Baseline/TestThreshold_1.png.md5  |     1 +
 .../Testing/Data/Baseline/TestUsePiston.png.md5    |     1 +
 .../Piston/Testing/Python/CMakeLists.txt           |    24 +-
 VTK/Accelerators/Piston/vtkPistonDataObject.cxx    |     4 +-
 VTK/Accelerators/Piston/vtkPistonDataObject.h      |     4 +-
 VTK/Accelerators/Piston/vtkPistonMapper.cxx        |    20 +
 VTK/Accelerators/Piston/vtkPistonMapper.h          |     2 +-
 VTK/Accelerators/Piston/vtkPistonSort.h            |     2 +-
 VTK/CMake/CheckCXXExpressionCompiles.cmake         |    40 +
 VTK/CMake/ExternalData.cmake                       |   789 ++
 VTK/CMake/ExternalData_config.cmake.in             |     4 +
 VTK/CMake/FindCg.cmake                             |     2 +-
 VTK/CMake/FindFFMPEG.cmake                         |   206 +-
 VTK/CMake/FindHDF5.cmake                           |    16 +
 VTK/CMake/FindJsonCpp.cmake                        |    26 +
 VTK/CMake/FindNetCDF.cmake                         |   102 +
 VTK/CMake/FindOGGTHEORA.cmake                      |     2 +-
 VTK/CMake/FindPythonModules.cmake                  |    27 +
 VTK/CMake/FindTBB.cmake                            |   283 +
 VTK/CMake/FindThrust.cmake                         |    65 +
 VTK/CMake/FindXKaapi.cmake                         |    55 +
 VTK/CMake/GenerateExportHeader.cmake               |    10 +-
 VTK/CMake/SharedLibraryPathInfo.cxx                |     2 +-
 VTK/CMake/VTKConfig.cmake.in                       |     1 +
 VTK/CMake/VTKParallelCMakeTests.cmake              |     6 +-
 VTK/CMake/VTKValgrindSuppressions.supp             |   100 +
 VTK/CMake/vtkCompilerExtras.cmake                  |     6 +-
 VTK/CMake/vtkExternalData.cmake                    |    71 +
 VTK/CMake/vtkFFMPEGTestAvAlloc.cxx                 |    14 -
 VTK/CMake/vtkFFMPEGTestImgConvert.cxx              |    15 -
 VTK/CMake/vtkFFMPEGTestURLFClose.cxx               |    14 -
 VTK/CMake/vtkForwardingExecutable.cmake            |     2 +-
 VTK/CMake/vtkGhostscript.cmake                     |     3 +
 VTK/CMake/vtkJavaWrapping.cmake                    |    15 +-
 VTK/CMake/vtkLegacyData.cmake                      |    36 +
 VTK/CMake/vtkMPI.cmake                             |    15 +
 VTK/CMake/vtkMakeInstantiator.cmake                |     2 -
 VTK/CMake/vtkModuleAPI.cmake                       |    49 +-
 VTK/CMake/vtkModuleInfo.cmake.in                   |     1 +
 VTK/CMake/vtkModuleMacros.cmake                    |   104 +-
 VTK/CMake/vtkModuleTop.cmake                       |     1 +
 VTK/CMake/vtkPythonPackages.cmake                  |   128 +
 VTK/CMake/vtkPythonWrapping.cmake                  |     7 +-
 VTK/CMake/vtkQt.cmake                              |     8 +
 VTK/CMake/vtkRequireLargeFilesSupport.cxx          |     2 +-
 VTK/CMake/vtkTclWrapping.cmake                     |     2 +-
 VTK/CMake/vtkTestFFMPEG.cmake                      |   170 +-
 VTK/CMake/vtkTestStreamsLibrary.cmake              |     4 +-
 VTK/CMake/vtkTestingMacros.cmake                   |   440 +-
 VTK/CMake/vtkTestingObjectFactory.cmake            |    87 -
 VTK/CMake/vtkTestingRenderingDriver.cmake          |    74 +
 VTK/CMake/vtkVersion.cmake                         |     2 +-
 VTK/CMake/vtkWrapHierarchy.cmake                   |     1 -
 VTK/CMake/vtkWrapJava.cmake                        |     2 +-
 VTK/CMake/vtkWrapPython.cmake                      |    10 +-
 VTK/CMake/vtkWrapPythonSIP.cmake                   |    12 +-
 VTK/CMake/vtkWrapTcl.cmake                         |     1 -
 VTK/CMakeLists.txt                                 |    94 +-
 VTK/CONTRIBUTING.md                                |    16 +
 VTK/Charts/Core/CMakeLists.txt                     |     3 +
 VTK/Charts/Core/Testing/Cxx/CMakeLists.txt         |   143 +-
 VTK/Charts/Core/Testing/Cxx/TestBagPlot.cxx        |    87 +
 VTK/Charts/Core/Testing/Cxx/TestCategoryLegend.cxx |    75 +
 VTK/Charts/Core/Testing/Cxx/TestChartDouble.cxx    |    85 +
 VTK/Charts/Core/Testing/Cxx/TestChartUnicode.cxx   |    91 +
 VTK/Charts/Core/Testing/Cxx/TestContextUnicode.cxx |    17 +-
 .../Testing/Cxx/TestControlPointsHandleItem.cxx    |  1244 +-
 .../Testing/Cxx/TestControlPointsItemEvents.cxx    |     4 +-
 .../Core/Testing/Cxx/TestFunctionalBagPlot.cxx     |   132 +
 VTK/Charts/Core/Testing/Cxx/TestLinePlot3D.cxx     |     2 +-
 VTK/Charts/Core/Testing/Cxx/TestLinePlotDouble.cxx |    85 +
 .../Core/Testing/Cxx/TestLinePlotDouble2.cxx       |    62 +
 .../Core/Testing/Cxx/TestMultipleRenderers.cxx     |     1 -
 .../Core/Testing/Cxx/TestParallelCoordinates.cxx   |     3 +-
 .../Testing/Cxx/TestParallelCoordinatesDouble.cxx  |    68 +
 VTK/Charts/Core/Testing/Cxx/TestZoomAxis.cxx       |    91 +
 .../Core/Testing/Data/Baseline/TestAxes.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/TestBagPlot.png.md5 |     1 +
 .../Testing/Data/Baseline/TestBarGraph.png.md5     |     1 +
 .../Data/Baseline/TestBarGraphHorizontal.png.md5   |     1 +
 .../Data/Baseline/TestCategoryLegend.png.md5       |     1 +
 .../Testing/Data/Baseline/TestChartDouble.png.md5  |     1 +
 .../Data/Baseline/TestChartDouble_1.png.md5        |     1 +
 .../Data/Baseline/TestChartDouble_2.png.md5        |     1 +
 .../Testing/Data/Baseline/TestChartMatrix.png.md5  |     1 +
 .../Testing/Data/Baseline/TestChartUnicode.png.md5 |     1 +
 .../Testing/Data/Baseline/TestChartXYZ.png.md5     |     1 +
 .../Testing/Data/Baseline/TestChartsOn3D.png.md5   |     1 +
 .../Baseline/TestColorTransferFunction.png.md5     |     1 +
 .../Baseline/TestColorTransferFunction_1.png.md5   |     1 +
 .../Baseline/TestColorTransferFunction_2.png.md5   |     1 +
 .../Baseline/TestColorTransferFunction_3.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestContext.png.md5 |     1 +
 .../Testing/Data/Baseline/TestContextImage.png.md5 |     1 +
 .../Data/Baseline/TestContextUnicode.png.md5       |     1 +
 .../Baseline/TestControlPointsHandleItem.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestDiagram.png.md5 |     1 +
 .../Testing/Data/Baseline/TestDiagram_1.png.md5    |     1 +
 .../Data/Baseline/TestFunctionalBagPlot.png.md5    |     1 +
 .../Testing/Data/Baseline/TestHistogram2D.png.md5  |     1 +
 .../Data/Baseline/TestInteractiveChartXYZ.png.md5  |     1 +
 .../Data/Baseline/TestLegendHiddenPlots.png.md5    |     1 +
 .../Testing/Data/Baseline/TestLinePlot.png.md5     |     1 +
 .../Testing/Data/Baseline/TestLinePlot2.png.md5    |     1 +
 .../Testing/Data/Baseline/TestLinePlot3D.png.md5   |     1 +
 .../Data/Baseline/TestLinePlotAxisFonts.png.md5    |     1 +
 .../Data/Baseline/TestLinePlotAxisFonts_1.png.md5  |     1 +
 .../Data/Baseline/TestLinePlotAxisFonts_2.png.md5  |     1 +
 .../Data/Baseline/TestLinePlotColors.png.md5       |     1 +
 .../Data/Baseline/TestLinePlotDouble.png.md5       |     1 +
 .../Data/Baseline/TestLinePlotDouble2.png.md5      |     1 +
 .../Data/Baseline/TestLinePlotDouble_1.png.md5     |     1 +
 .../Data/Baseline/TestLinePlotDouble_2.png.md5     |     1 +
 .../Data/Baseline/TestLinePlotInteraction.png.md5  |     1 +
 .../Baseline/TestLinePlotInteraction_1.png.md5     |     1 +
 .../Data/Baseline/TestLinePlotSelection.png.md5    |     1 +
 .../Data/Baseline/TestLinePlotSelection2.png.md5   |     1 +
 .../Data/Baseline/TestLinePlotSelection2_1.png.md5 |     1 +
 .../Data/Baseline/TestLinePlotSelection_1.png.md5  |     1 +
 .../Baseline/TestMultipleChartRenderers.png.md5    |     1 +
 .../Baseline/TestMultipleChartRenderers_1.png.md5  |     1 +
 .../Data/Baseline/TestMultipleRenderers.png.md5    |     1 +
 .../Data/Baseline/TestMultipleRenderers_1.png.md5  |     1 +
 .../Data/Baseline/TestMultipleRenderers_2.png.md5  |     1 +
 .../Baseline/TestMultipleScalarsToColors.png.md5   |     1 +
 .../Data/Baseline/TestParallelCoordinates.png.md5  |     1 +
 .../Baseline/TestParallelCoordinatesColors.png.md5 |     1 +
 .../Baseline/TestParallelCoordinatesDouble.png.md5 |     1 +
 .../Testing/Data/Baseline/TestPieChart.png.md5     |     1 +
 .../Testing/Data/Baseline/TestPieChart_1.png.md5   |     1 +
 .../Testing/Data/Baseline/TestPlotMatrix.png.md5   |     1 +
 .../Data/Baseline/TestScalarsToColors.png.md5      |     1 +
 .../Testing/Data/Baseline/TestScatterPlot.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotColors.png.md5    |     1 +
 .../Data/Baseline/TestScatterPlotMatrix.png.md5    |     1 +
 .../Baseline/TestScatterPlotMatrixVehicles.png.md5 |     1 +
 .../Baseline/TestScatterPlotMatrixVisible.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotMatrix_1.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotMatrix_2.png.md5  |     1 +
 .../Data/Baseline/TestScatterPlotMatrix_3.png.md5  |     1 +
 .../Data/Baseline/TestScientificPlot.png.md5       |     1 +
 .../Data/Baseline/TestStackedBarGraph.png.md5      |     1 +
 .../Testing/Data/Baseline/TestStackedPlot.png.md5  |     1 +
 .../Testing/Data/Baseline/TestSurfacePlot.png.md5  |     1 +
 .../Testing/Data/Baseline/TestZoomAxis.png.md5     |     1 +
 .../Testing/Data/Baseline/TestZoomAxis_1.png.md5   |     1 +
 .../Core/Testing/Data/Fonts/DejaVuSans.ttf.md5     |     1 +
 VTK/Charts/Core/Testing/Python/CMakeLists.txt      |    39 +-
 VTK/Charts/Core/Testing/Python/TestBarGraph.py     |     4 -
 VTK/Charts/Core/Testing/Python/TestLinePlot.py     |     4 -
 .../Core/Testing/Python/TestLinePlotColors.py      |     4 -
 .../Python/TestParallelCoordinatesColors.py        |     4 -
 .../Core/Testing/Python/TestScatterPlotColors.py   |     4 -
 VTK/Charts/Core/Testing/Python/TestStackedPlot.py  |     4 -
 VTK/Charts/Core/module.cmake                       |     4 +-
 VTK/Charts/Core/vtkAxis.cxx                        |    10 +-
 VTK/Charts/Core/vtkAxis.h                          |    15 +
 VTK/Charts/Core/vtkCategoryLegend.cxx              |   288 +
 VTK/Charts/Core/vtkCategoryLegend.h                |   102 +
 VTK/Charts/Core/vtkChart.cxx                       |    83 +-
 VTK/Charts/Core/vtkChart.h                         |    27 +-
 VTK/Charts/Core/vtkChartLegend.cxx                 |    20 +-
 VTK/Charts/Core/vtkChartLegend.h                   |    16 +
 VTK/Charts/Core/vtkChartPie.cxx                    |     2 +-
 VTK/Charts/Core/vtkChartSelectionHelper.h          |    22 +-
 VTK/Charts/Core/vtkChartXY.cxx                     |   140 +-
 VTK/Charts/Core/vtkChartXY.h                       |     2 +-
 VTK/Charts/Core/vtkColorLegend.cxx                 |   213 +-
 VTK/Charts/Core/vtkColorLegend.h                   |    57 +
 .../Core/vtkColorTransferControlPointsItem.cxx     |    50 +-
 .../Core/vtkColorTransferControlPointsItem.h       |    11 +
 VTK/Charts/Core/vtkColorTransferFunctionItem.cxx   |    26 +-
 VTK/Charts/Core/vtkColorTransferFunctionItem.h     |     5 +
 VTK/Charts/Core/vtkCompositeControlPointsItem.cxx  |    13 +
 VTK/Charts/Core/vtkCompositeControlPointsItem.h    |     5 +
 .../Core/vtkCompositeTransferFunctionItem.cxx      |     1 +
 VTK/Charts/Core/vtkCompositeTransferFunctionItem.h |     6 +
 VTK/Charts/Core/vtkContextPolygon.cxx              |     1 +
 VTK/Charts/Core/vtkControlPointsItem.cxx           |   191 +-
 VTK/Charts/Core/vtkControlPointsItem.h             |    46 +-
 VTK/Charts/Core/vtkPiecewiseControlPointsItem.cxx  |    22 +
 VTK/Charts/Core/vtkPiecewiseFunctionItem.cxx       |     1 +
 VTK/Charts/Core/vtkPiecewisePointHandleItem.cxx    |     2 +
 VTK/Charts/Core/vtkPlot.cxx                        |    28 +-
 VTK/Charts/Core/vtkPlot.h                          |    17 +-
 VTK/Charts/Core/vtkPlotBag.cxx                     |   439 +
 VTK/Charts/Core/vtkPlotBag.h                       |   107 +
 VTK/Charts/Core/vtkPlotBar.cxx                     |   124 +-
 VTK/Charts/Core/vtkPlotBar.h                       |     2 +-
 VTK/Charts/Core/vtkPlotFunctionalBag.cxx           |   349 +
 VTK/Charts/Core/vtkPlotFunctionalBag.h             |   134 +
 VTK/Charts/Core/vtkPlotHistogram2D.cxx             |     2 +-
 VTK/Charts/Core/vtkPlotHistogram2D.h               |     2 +-
 VTK/Charts/Core/vtkPlotLine3D.cxx                  |     2 +-
 VTK/Charts/Core/vtkPlotParallelCoordinates.cxx     |    18 +-
 VTK/Charts/Core/vtkPlotPie.cxx                     |     7 +-
 VTK/Charts/Core/vtkPlotPoints.cxx                  |   369 +-
 VTK/Charts/Core/vtkPlotPoints.h                    |     8 +
 VTK/Charts/Core/vtkScalarsToColorsItem.cxx         |     4 +-
 VTK/Common/Color/Testing/Cxx/CMakeLists.txt        |    36 +-
 VTK/Common/Color/Testing/Cxx/TestNamedColors.cxx   |   204 +-
 .../Testing/Data/Baseline/TestColorSeries.png.md5  |     1 +
 .../Testing/Data/Baseline/CSpline.png.md5          |     1 +
 .../Testing/Data/Baseline/KSpline.png.md5          |     1 +
 .../Data/Baseline/TestParametricFunctions.png.md5  |     1 +
 .../Baseline/TestParametricFunctions_1.png.md5     |     1 +
 .../Baseline/TestParametricFunctions_2.png.md5     |     1 +
 .../Testing/Data/Baseline/closedSplines.png.md5    |     1 +
 .../Testing/Python/CMakeLists.txt                  |     7 +
 .../Testing/Python/TestParametricFunctions.py      |     4 -
 .../Testing/Tcl/CMakeLists.txt                     |    10 +-
 .../ComputationalGeometry/vtkCardinalSpline.cxx    |    17 +-
 .../ComputationalGeometry/vtkKochanekSpline.cxx    |    20 +-
 VTK/Common/Core/CMakeLists.txt                     |    96 +-
 VTK/Common/Core/SMP/Kaapi/vtkSMPThreadLocal.h.in   |   239 +
 VTK/Common/Core/SMP/Kaapi/vtkSMPTools.cxx          |    53 +
 VTK/Common/Core/SMP/Kaapi/vtkSMPToolsInternal.h.in |    56 +
 VTK/Common/Core/SMP/Sequential/vtkAtomicInt.cxx    |   255 +
 VTK/Common/Core/SMP/Sequential/vtkAtomicInt.h.in   |   379 +
 .../Core/SMP/Sequential/vtkSMPThreadLocal.h.in     |   195 +
 VTK/Common/Core/SMP/Sequential/vtkSMPTools.cxx     |    23 +
 .../Core/SMP/Sequential/vtkSMPToolsInternal.h.in   |    53 +
 VTK/Common/Core/SMP/Simple/vtkSMPThreadLocal.h.in  |   237 +
 VTK/Common/Core/SMP/Simple/vtkSMPTools.cxx         |    83 +
 .../Core/SMP/Simple/vtkSMPToolsInternal.h.in       |   139 +
 VTK/Common/Core/SMP/TBB/vtkAtomicInt.h.in          |    94 +
 VTK/Common/Core/SMP/TBB/vtkSMPThreadLocal.h.in     |   168 +
 VTK/Common/Core/SMP/TBB/vtkSMPTools.cxx            |    49 +
 VTK/Common/Core/SMP/TBB/vtkSMPToolsInternal.h.in   |    64 +
 VTK/Common/Core/Testing/Cxx/CMakeLists.txt         |    33 +-
 VTK/Common/Core/Testing/Cxx/TestAtomic.cxx         |   189 +
 VTK/Common/Core/Testing/Cxx/TestCollection.cxx     |     2 +-
 VTK/Common/Core/Testing/Cxx/TestDataArray.cxx      |   234 +
 .../Core/Testing/Cxx/TestDataArrayIterators.cxx    |   133 +
 .../Core/Testing/Cxx/TestGarbageCollector.cxx      |     2 +-
 VTK/Common/Core/Testing/Cxx/TestNew.cxx            |     2 +-
 VTK/Common/Core/Testing/Cxx/TestSMP.cxx            |   139 +
 .../Core/Testing/Cxx/TestScalarsToColors.cxx       |    70 +
 VTK/Common/Core/Testing/Cxx/TestWeakPointer.cxx    |     2 +-
 .../Core/Testing/Cxx/TestXMLFileOutputWindow.cxx   |    32 +-
 VTK/Common/Core/Testing/Python/CMakeLists.txt      |     5 +-
 VTK/Common/Core/Testing/Python/TestPointers.py     |    29 +
 VTK/Common/Core/Testing/Tcl/CMakeLists.txt         |     5 +-
 VTK/Common/Core/Testing/Tcl/TestSetGet.tcl         |     3 +
 VTK/Common/Core/module.cmake                       |     2 +-
 VTK/Common/Core/vtkAbstractArray.cxx               |    44 +-
 VTK/Common/Core/vtkAbstractArray.h                 |    52 +-
 VTK/Common/Core/vtkArrayIteratorTemplate.h         |     4 +-
 VTK/Common/Core/vtkArrayPrint.h                    |     6 +-
 VTK/Common/Core/vtkArrayWeights.cxx                |    11 +
 VTK/Common/Core/vtkArrayWeights.h                  |     8 +
 VTK/Common/Core/vtkAutoInit.h                      |    24 +
 VTK/Common/Core/vtkBitArray.cxx                    |    45 +-
 VTK/Common/Core/vtkBitArray.h                      |    13 +-
 VTK/Common/Core/vtkBitArrayIterator.cxx            |     5 +-
 VTK/Common/Core/vtkCharArray.cxx                   |     2 +-
 VTK/Common/Core/vtkCharArray.h                     |   108 +-
 VTK/Common/Core/vtkCollection.h                    |     2 +-
 VTK/Common/Core/vtkConditionVariable.h             |     4 +
 VTK/Common/Core/vtkConfigure.h.in                  |     6 +
 VTK/Common/Core/vtkCriticalSection.cxx             |    74 -
 VTK/Common/Core/vtkCriticalSection.h               |    70 +-
 VTK/Common/Core/vtkDataArray.cxx                   |   269 +-
 VTK/Common/Core/vtkDataArray.h                     |    28 +-
 VTK/Common/Core/vtkDataArrayCollection.h           |     4 +-
 VTK/Common/Core/vtkDataArrayIteratorMacro.h        |   136 +
 VTK/Common/Core/vtkDataArraySelection.h            |     2 +-
 VTK/Common/Core/vtkDataArrayTemplate.h             |   109 +-
 VTK/Common/Core/vtkDataArrayTemplate.txx           |   278 +-
 VTK/Common/Core/vtkDebugLeaks.cxx                  |     9 +-
 VTK/Common/Core/vtkDebugLeaks.h                    |     6 +-
 VTK/Common/Core/vtkDoubleArray.cxx                 |     2 +-
 VTK/Common/Core/vtkDoubleArray.h                   |   110 +-
 VTK/Common/Core/vtkDynamicLoader.h                 |     4 +-
 VTK/Common/Core/vtkEventForwarderCommand.h         |     2 +-
 VTK/Common/Core/vtkFloatArray.cxx                  |     2 +-
 VTK/Common/Core/vtkFloatArray.h                    |   109 +-
 VTK/Common/Core/vtkGarbageCollector.cxx            |     2 +-
 VTK/Common/Core/vtkIOStream.cxx                    |     1 +
 VTK/Common/Core/vtkIdList.cxx                      |    35 +-
 VTK/Common/Core/vtkIdList.h                        |    20 +-
 VTK/Common/Core/vtkIdListCollection.h              |     4 +-
 VTK/Common/Core/vtkIdTypeArray.cxx                 |     2 +-
 VTK/Common/Core/vtkIdTypeArray.h                   |   117 +-
 VTK/Common/Core/vtkInformationKey.h                |    24 +-
 VTK/Common/Core/vtkInstantiator.h                  |     3 +
 VTK/Common/Core/vtkIntArray.cxx                    |     2 +-
 VTK/Common/Core/vtkIntArray.h                      |   110 +-
 VTK/Common/Core/vtkLargeInteger.cxx                |    23 +-
 VTK/Common/Core/vtkLongArray.cxx                   |     2 +-
 VTK/Common/Core/vtkLongArray.h                     |   110 +-
 VTK/Common/Core/vtkLongLongArray.cxx               |     2 +-
 VTK/Common/Core/vtkLongLongArray.h                 |   111 +-
 VTK/Common/Core/vtkLookupTable.cxx                 |     2 +-
 VTK/Common/Core/vtkMappedDataArray.h               |   158 +
 VTK/Common/Core/vtkMappedDataArray.txx             |   169 +
 VTK/Common/Core/vtkMath.cxx                        |    16 +-
 VTK/Common/Core/vtkMath.h                          |    49 +-
 VTK/Common/Core/vtkMathConfigure.h.in              |    23 +
 VTK/Common/Core/vtkMathUtilities.h                 |    39 +
 VTK/Common/Core/vtkMutexLock.h                     |     6 +-
 VTK/Common/Core/vtkNew.h                           |     4 +
 VTK/Common/Core/vtkObjectBase.cxx                  |     2 +-
 VTK/Common/Core/vtkObjectBase.h                    |     7 +-
 VTK/Common/Core/vtkObjectFactory.h                 |     5 +-
 VTK/Common/Core/vtkObjectFactoryCollection.h       |     4 +-
 VTK/Common/Core/vtkOutputWindow.cxx                |     4 +-
 VTK/Common/Core/vtkOutputWindow.h                  |     4 +
 VTK/Common/Core/vtkOverrideInformationCollection.h |     4 +-
 VTK/Common/Core/vtkPoints.cxx                      |    88 +-
 VTK/Common/Core/vtkPoints.h                        |    11 +
 VTK/Common/Core/vtkPoints2D.cxx                    |    19 +-
 VTK/Common/Core/vtkPriorityQueue.cxx               |    10 +-
 VTK/Common/Core/vtkSMPThreadLocalObject.h          |   166 +
 VTK/Common/Core/vtkSMPTools.h                      |   212 +
 VTK/Common/Core/vtkScalarsToColors.cxx             |    68 +-
 VTK/Common/Core/vtkScalarsToColors.h               |     8 +-
 VTK/Common/Core/vtkSetGet.h                        |    33 +-
 VTK/Common/Core/vtkShortArray.cxx                  |     2 +-
 VTK/Common/Core/vtkShortArray.h                    |   110 +-
 VTK/Common/Core/vtkSignedCharArray.cxx             |     2 +-
 VTK/Common/Core/vtkSignedCharArray.h               |   110 +-
 VTK/Common/Core/vtkSimpleCriticalSection.cxx       |    83 +
 VTK/Common/Core/vtkSimpleCriticalSection.h         |   105 +
 VTK/Common/Core/vtkSmartPointer.h                  |     4 +
 VTK/Common/Core/vtkStdString.h                     |     2 +-
 VTK/Common/Core/vtkStringArray.cxx                 |    46 +-
 VTK/Common/Core/vtkStringArray.h                   |    11 +-
 VTK/Common/Core/vtkSystemIncludes.h                |     1 +
 VTK/Common/Core/vtkTimePointUtility.h              |     4 +-
 VTK/Common/Core/vtkTimeStamp.cxx                   |    47 +-
 VTK/Common/Core/vtkToolkits.h.in                   |     4 -
 VTK/Common/Core/vtkTypeTemplate.h                  |    21 +-
 VTK/Common/Core/vtkTypeTraits.h                    |     1 +
 VTK/Common/Core/vtkTypedArray.cxx.in               |     2 +-
 VTK/Common/Core/vtkTypedArray.h.in                 |     2 +-
 VTK/Common/Core/vtkTypedDataArray.h                |   168 +
 VTK/Common/Core/vtkTypedDataArray.txx              |    76 +
 VTK/Common/Core/vtkTypedDataArrayIterator.h        |   169 +
 VTK/Common/Core/vtkUnicodeString.cxx               |     3 +-
 VTK/Common/Core/vtkUnicodeStringArray.cxx          |    43 +-
 VTK/Common/Core/vtkUnicodeStringArray.h            |     4 +-
 VTK/Common/Core/vtkUnsignedCharArray.cxx           |     2 +-
 VTK/Common/Core/vtkUnsignedCharArray.h             |   110 +-
 VTK/Common/Core/vtkUnsignedIntArray.cxx            |     2 +-
 VTK/Common/Core/vtkUnsignedIntArray.h              |   110 +-
 VTK/Common/Core/vtkUnsignedLongArray.cxx           |     2 +-
 VTK/Common/Core/vtkUnsignedLongArray.h             |   110 +-
 VTK/Common/Core/vtkUnsignedLongLongArray.cxx       |     3 +-
 VTK/Common/Core/vtkUnsignedLongLongArray.h         |   110 +-
 VTK/Common/Core/vtkUnsignedShortArray.cxx          |     2 +-
 VTK/Common/Core/vtkUnsignedShortArray.h            |   110 +-
 VTK/Common/Core/vtkUnsigned__Int64Array.h          |   108 +-
 VTK/Common/Core/vtkVariantArray.cxx                |    72 +-
 VTK/Common/Core/vtkVariantArray.h                  |     9 +-
 VTK/Common/Core/vtkVersion.h                       |     4 +-
 VTK/Common/Core/vtkVoidArray.cxx                   |    12 +-
 VTK/Common/Core/vtkWeakPointer.h                   |     4 +
 VTK/Common/Core/vtkWeakPointerBase.h               |     2 +-
 VTK/Common/Core/vtkWindow.h                        |     2 +-
 VTK/Common/Core/vtkXMLFileOutputWindow.h           |     4 +-
 VTK/Common/Core/vtk__Int64Array.h                  |   108 +-
 VTK/Common/DataModel/CMakeLists.txt                |    16 +
 VTK/Common/DataModel/Testing/Cxx/CMakeLists.txt    |    23 +-
 VTK/Common/DataModel/Testing/Cxx/TestAMRBox.cxx    |     7 +-
 .../DataModel/Testing/Cxx/TestCellIterators.cxx    |   812 ++
 .../DataModel/Testing/Cxx/TestPixelExtent.cxx      |   146 +
 .../DataModel/Testing/Cxx/TestQuadraticPolygon.cxx |   408 +
 .../Testing/Cxx/TestQuadraticPolygonFilters.cxx    |   271 +
 .../Testing/Cxx/TestSmoothErrorMetric.cxx          |     2 +-
 .../Testing/Data/Baseline/ImplicitSum.png.md5      |     1 +
 .../Baseline/LineIntersectQuadraticCells.png.md5   |     1 +
 .../Testing/Data/Baseline/PerlinNoise.png.md5      |     1 +
 .../Testing/Data/Baseline/SelectionLoop.png.md5    |     1 +
 .../Data/Baseline/TestConvexPointSet.png.md5       |     1 +
 .../Testing/Data/Baseline/TestICPTransform.png.md5 |     1 +
 .../Data/Baseline/TestICPTransform_1.png.md5       |     1 +
 .../Baseline/TestQuadraticPolygonFilters.png.md5   |     1 +
 .../Data/Baseline/TestQuadricClustering.png.md5    |     1 +
 .../Data/Baseline/TestQuadricClustering_1.png.md5  |     1 +
 .../Data/Baseline/TestStructuredGrid.png.md5       |     1 +
 .../Testing/Data/Baseline/headBone.png.md5         |     1 +
 .../Testing/Data/Baseline/quadricCut.png.md5       |     1 +
 .../Testing/Data/Baseline/scalarColors.png.md5     |     1 +
 .../Testing/Data/Baseline/scalarConn.png.md5       |     1 +
 .../Testing/Data/Baseline/scalarConn_1.png.md5     |     1 +
 .../Testing/Data/Baseline/scalarConn_2.png.md5     |     1 +
 VTK/Common/DataModel/Testing/Python/CMakeLists.txt |    18 +
 .../DataModel/Testing/Python/TestICPTransform.py   |     4 -
 .../Testing/Python/TestNumericArrayImageData.py    |     4 -
 VTK/Common/DataModel/Testing/Python/quadricCut.py  |     4 -
 VTK/Common/DataModel/Testing/Tcl/CMakeLists.txt    |    34 +-
 VTK/Common/DataModel/module.cmake                  |     3 +
 VTK/Common/DataModel/vtkAMRDataInternals.cxx       |     2 +-
 VTK/Common/DataModel/vtkAMRInformation.cxx         |     4 +-
 VTK/Common/DataModel/vtkAbstractCellLocator.cxx    |     7 +-
 VTK/Common/DataModel/vtkAtom.cxx                   |     7 +-
 VTK/Common/DataModel/vtkAtom.h                     |     2 -
 VTK/Common/DataModel/vtkAttributesErrorMetric.cxx  |     2 +-
 VTK/Common/DataModel/vtkBSPCuts.cxx                |    55 +-
 VTK/Common/DataModel/vtkBSPIntersections.cxx       |    12 +-
 .../vtkBiQuadraticQuadraticHexahedron.cxx          |     4 +-
 .../DataModel/vtkBiQuadraticQuadraticWedge.cxx     |     2 +-
 VTK/Common/DataModel/vtkBond.cxx                   |     7 +-
 VTK/Common/DataModel/vtkBond.h                     |     1 -
 VTK/Common/DataModel/vtkBoundingBox.cxx            |     2 +-
 VTK/Common/DataModel/vtkBoundingBox.h              |     4 +-
 VTK/Common/DataModel/vtkBox.cxx                    |     6 +-
 VTK/Common/DataModel/vtkBox.h                      |     4 +-
 VTK/Common/DataModel/vtkCellData.h                 |     4 +-
 VTK/Common/DataModel/vtkCellIterator.cxx           |   115 +
 VTK/Common/DataModel/vtkCellIterator.h             |   284 +
 VTK/Common/DataModel/vtkCellLinks.cxx              |    10 +-
 VTK/Common/DataModel/vtkCellLinks.h                |     2 +-
 VTK/Common/DataModel/vtkCellLocator.cxx            |    27 +-
 VTK/Common/DataModel/vtkCellType.h                 |     1 +
 VTK/Common/DataModel/vtkCone.h                     |     2 +-
 VTK/Common/DataModel/vtkCubicLine.cxx              |     4 -
 VTK/Common/DataModel/vtkCylinder.h                 |     2 +-
 VTK/Common/DataModel/vtkDataObjectCollection.h     |     4 +-
 VTK/Common/DataModel/vtkDataObjectTypes.h          |     4 +-
 VTK/Common/DataModel/vtkDataSet.cxx                |     9 +
 VTK/Common/DataModel/vtkDataSet.h                  |     5 +
 VTK/Common/DataModel/vtkDataSetAttributes.cxx      |   131 +-
 VTK/Common/DataModel/vtkDataSetAttributes.h        |     5 +-
 VTK/Common/DataModel/vtkDataSetCellIterator.cxx    |   107 +
 VTK/Common/DataModel/vtkDataSetCellIterator.h      |    58 +
 VTK/Common/DataModel/vtkDataSetCollection.h        |     4 +-
 VTK/Common/DataModel/vtkDirectedAcyclicGraph.cxx   |     2 +-
 VTK/Common/DataModel/vtkDispatcher_Private.h       |    24 +-
 VTK/Common/DataModel/vtkDistributedGraphHelper.cxx |     2 +-
 VTK/Common/DataModel/vtkEdgeTable.cxx              |     9 +-
 VTK/Common/DataModel/vtkEmptyCell.h                |     4 +-
 VTK/Common/DataModel/vtkExtentTranslator.h         |    22 +-
 VTK/Common/DataModel/vtkGenericAdaptorCell.cxx     |     2 +-
 VTK/Common/DataModel/vtkGenericAttribute.cxx       |     2 +-
 .../DataModel/vtkGenericAttributeCollection.cxx    |     2 +-
 VTK/Common/DataModel/vtkGenericCell.cxx            |    32 +
 VTK/Common/DataModel/vtkGenericCell.h              |    11 +
 VTK/Common/DataModel/vtkGenericCellTessellator.cxx |     2 +-
 VTK/Common/DataModel/vtkGenericDataSet.cxx         |     2 +-
 VTK/Common/DataModel/vtkGenericEdgeTable.cxx       |     2 +-
 .../DataModel/vtkGenericSubdivisionErrorMetric.cxx |     2 +-
 VTK/Common/DataModel/vtkGeometricErrorMetric.cxx   |     2 +-
 VTK/Common/DataModel/vtkGraph.cxx                  |    15 +-
 VTK/Common/DataModel/vtkHyperOctree.cxx            |    22 +-
 VTK/Common/DataModel/vtkHyperOctree.h              |     2 -
 .../DataModel/vtkHyperOctreePointsGrabber.cxx      |     2 +-
 VTK/Common/DataModel/vtkHyperTree.cxx              |     3 +-
 VTK/Common/DataModel/vtkHyperTreeGrid.cxx          |     9 +-
 VTK/Common/DataModel/vtkHyperTreeGrid.h            |     1 -
 VTK/Common/DataModel/vtkImageData.cxx              |     2 +-
 VTK/Common/DataModel/vtkImplicitBoolean.cxx        |     6 +-
 VTK/Common/DataModel/vtkImplicitDataSet.cxx        |    20 +-
 .../DataModel/vtkImplicitFunctionCollection.h      |     4 +-
 VTK/Common/DataModel/vtkImplicitHalo.cxx           |     2 +-
 VTK/Common/DataModel/vtkIncrementalOctreeNode.cxx  |    16 +-
 VTK/Common/DataModel/vtkKdNode.cxx                 |     8 +-
 VTK/Common/DataModel/vtkKdNode.h                   |    10 +-
 VTK/Common/DataModel/vtkKdTree.cxx                 |    68 +-
 VTK/Common/DataModel/vtkLine.h                     |     2 +-
 VTK/Common/DataModel/vtkMappedUnstructuredGrid.h   |   294 +
 VTK/Common/DataModel/vtkMappedUnstructuredGrid.txx |   233 +
 .../vtkMappedUnstructuredGridCellIterator.h        |    75 +
 .../vtkMappedUnstructuredGridCellIterator.txx      |   142 +
 VTK/Common/DataModel/vtkMergePoints.h              |     4 +-
 VTK/Common/DataModel/vtkMolecule.cxx               |     2 +-
 VTK/Common/DataModel/vtkOctreePointLocator.cxx     |    45 +-
 VTK/Common/DataModel/vtkOctreePointLocator.h       |    16 +-
 VTK/Common/DataModel/vtkOctreePointLocatorNode.h   |     4 +-
 VTK/Common/DataModel/vtkOrderedTriangulator.cxx    |     2 +-
 VTK/Common/DataModel/vtkPiecewiseFunction.cxx      |    19 +-
 VTK/Common/DataModel/vtkPiecewiseFunction.h        |     3 +-
 VTK/Common/DataModel/vtkPixelExtent.cxx            |   347 +
 VTK/Common/DataModel/vtkPixelExtent.h              |   661 +
 VTK/Common/DataModel/vtkPlane.cxx                  |    27 +-
 VTK/Common/DataModel/vtkPlane.h                    |     2 +-
 VTK/Common/DataModel/vtkPlaneCollection.h          |     4 +-
 VTK/Common/DataModel/vtkPlanes.cxx                 |     2 +-
 VTK/Common/DataModel/vtkPlanes.h                   |     2 +-
 VTK/Common/DataModel/vtkPlanesIntersection.cxx     |     9 +-
 VTK/Common/DataModel/vtkPointData.h                |     4 +-
 VTK/Common/DataModel/vtkPointSet.cxx               |    20 +-
 VTK/Common/DataModel/vtkPointSet.h                 |     4 +
 VTK/Common/DataModel/vtkPointSetCellIterator.cxx   |    96 +
 VTK/Common/DataModel/vtkPointSetCellIterator.h     |    60 +
 VTK/Common/DataModel/vtkPointsProjectedHull.cxx    |    25 +-
 VTK/Common/DataModel/vtkPolyData.cxx               |    97 +-
 VTK/Common/DataModel/vtkPolyData.h                 |     3 +-
 VTK/Common/DataModel/vtkPolyDataCollection.h       |     4 +-
 VTK/Common/DataModel/vtkPolygon.cxx                |     2 +-
 VTK/Common/DataModel/vtkPolyhedron.cxx             |     7 +-
 VTK/Common/DataModel/vtkQuadraticHexahedron.cxx    |     2 +
 VTK/Common/DataModel/vtkQuadraticPolygon.cxx       |   493 +
 VTK/Common/DataModel/vtkQuadraticPolygon.h         |   148 +
 VTK/Common/DataModel/vtkQuadraticPyramid.cxx       |     2 +
 VTK/Common/DataModel/vtkQuadraticQuad.cxx          |     2 +
 VTK/Common/DataModel/vtkQuadraticWedge.cxx         |     2 +
 .../DataModel/vtkQuadratureSchemeDefinition.cxx    |    31 +-
 .../DataModel/vtkQuadratureSchemeDefinition.h      |     2 +-
 VTK/Common/DataModel/vtkQuadric.h                  |     2 +-
 VTK/Common/DataModel/vtkReebGraph.cxx              |     8 +-
 VTK/Common/DataModel/vtkSelectionNode.cxx          |     1 +
 VTK/Common/DataModel/vtkSimpleCellTessellator.cxx  |     4 +-
 VTK/Common/DataModel/vtkSmoothErrorMetric.cxx      |     2 +-
 VTK/Common/DataModel/vtkSphere.h                   |     2 +-
 VTK/Common/DataModel/vtkSpline.cxx                 |    10 +-
 VTK/Common/DataModel/vtkStructuredData.cxx         |     2 +-
 VTK/Common/DataModel/vtkStructuredData.h           |     6 +-
 VTK/Common/DataModel/vtkStructuredGrid.cxx         |    83 +-
 VTK/Common/DataModel/vtkStructuredGrid.h           |     7 +-
 VTK/Common/DataModel/vtkStructuredPoints.h         |     2 +-
 .../DataModel/vtkStructuredPointsCollection.h      |     4 +-
 VTK/Common/DataModel/vtkSuperquadric.h             |     2 +-
 VTK/Common/DataModel/vtkTensor.h                   |     2 +-
 .../DataModel/vtkUniformGridAMRDataIterator.cxx    |     2 +-
 VTK/Common/DataModel/vtkUnstructuredGrid.cxx       |   204 +-
 VTK/Common/DataModel/vtkUnstructuredGrid.h         |    10 +-
 VTK/Common/DataModel/vtkUnstructuredGridBase.cxx   |    65 +
 VTK/Common/DataModel/vtkUnstructuredGridBase.h     |   112 +
 .../DataModel/vtkUnstructuredGridCellIterator.cxx  |   242 +
 .../DataModel/vtkUnstructuredGridCellIterator.h    |    78 +
 VTK/Common/DataModel/vtkVertex.h                   |     2 +-
 VTK/Common/DataModel/vtkXMLDataElement.cxx         |     2 +-
 VTK/Common/ExecutionModel/CMakeLists.txt           |     9 +-
 .../ExecutionModel/Testing/Cxx/CMakeLists.txt      |    29 +-
 .../Testing/Cxx/TestTemporalSupport.cxx            |     2 +-
 .../ExecutionModel/Testing/Python/CMakeLists.txt   |     8 +-
 VTK/Common/ExecutionModel/vtkAlgorithm.cxx         |    40 +-
 VTK/Common/ExecutionModel/vtkAlgorithm.h           |    22 +-
 .../vtkCachedStreamingDemandDrivenPipeline.cxx     |    14 +-
 VTK/Common/ExecutionModel/vtkCastToConcrete.h      |     4 +-
 .../ExecutionModel/vtkCompositeDataPipeline.cxx    |   131 +-
 .../ExecutionModel/vtkCompositeDataPipeline.h      |    20 +-
 .../ExecutionModel/vtkCompositeDataSetAlgorithm.h  |     2 +-
 .../ExecutionModel/vtkComputingResources.cxx       |   280 -
 VTK/Common/ExecutionModel/vtkComputingResources.h  |   157 -
 VTK/Common/ExecutionModel/vtkDataSetAlgorithm.h    |     2 +-
 .../ExecutionModel/vtkDemandDrivenPipeline.cxx     |     2 +-
 .../ExecutionModel/vtkExecutionScheduler.cxx       |   852 --
 VTK/Common/ExecutionModel/vtkExecutionScheduler.h  |   179 -
 .../vtkExecutionSchedulerManager.cxx               |    35 -
 .../ExecutionModel/vtkExecutionSchedulerManager.h  |    49 -
 .../ExecutionModel/vtkExecutiveCollection.cxx      |    40 -
 VTK/Common/ExecutionModel/vtkExecutiveCollection.h |    94 -
 .../ExecutionModel/vtkImageInPlaceFilter.cxx       |     2 +-
 .../ExecutionModel/vtkImageToStructuredPoints.cxx  |     2 +-
 .../ExecutionModel/vtkMultiBlockDataSetAlgorithm.h |     2 +-
 .../ExecutionModel/vtkPassInputTypeAlgorithm.h     |     2 +-
 VTK/Common/ExecutionModel/vtkPointSetAlgorithm.h   |     2 +-
 VTK/Common/ExecutionModel/vtkProgressObserver.cxx  |    39 +
 VTK/Common/ExecutionModel/vtkProgressObserver.h    |    60 +
 .../ExecutionModel/vtkSMPProgressObserver.cxx      |    39 +
 VTK/Common/ExecutionModel/vtkSMPProgressObserver.h |    62 +
 VTK/Common/ExecutionModel/vtkSimpleScalarTree.cxx  |    10 +-
 .../vtkStreamingDemandDrivenPipeline.cxx           |    10 +-
 .../ExecutionModel/vtkTableExtentTranslator.cxx    |    14 +-
 .../vtkThreadedCompositeDataPipeline.cxx           |   323 +
 .../vtkThreadedCompositeDataPipeline.h             |    65 +
 .../ExecutionModel/vtkThreadedImageAlgorithm.cxx   |    18 +-
 .../vtkThreadedStreamingPipeline.cxx               |   405 -
 .../ExecutionModel/vtkThreadedStreamingPipeline.h  |   177 -
 VTK/Common/Math/Testing/Cxx/CMakeLists.txt         |    22 +-
 VTK/Common/Math/Testing/Tcl/CMakeLists.txt         |     5 +-
 VTK/Common/Math/vtkAmoebaMinimizer.cxx             |    52 +-
 VTK/Common/Math/vtkFastNumericConversion.h         |     2 +-
 VTK/Common/Math/vtkFunctionSet.h                   |     2 +-
 VTK/Common/Math/vtkMatrix4x4.cxx                   |    35 -
 VTK/Common/Math/vtkMatrix4x4.h                     |    44 +-
 VTK/Common/Math/vtkPolynomialSolversUnivariate.h   |     4 +-
 VTK/Common/Math/vtkQuaternion.h                    |     4 -
 VTK/Common/Math/vtkQuaternion.txx                  |    10 -
 VTK/Common/Misc/Testing/Cxx/CMakeLists.txt         |    18 +-
 VTK/Common/Misc/vtkFunctionParser.cxx              |   105 +-
 VTK/Common/System/Testing/Cxx/CMakeLists.txt       |    17 +-
 VTK/Common/System/module.cmake                     |     1 +
 VTK/Common/System/vtkTimerLog.cxx                  |     5 +-
 VTK/Common/Transforms/Testing/Cxx/CMakeLists.txt   |     5 +
 .../Transforms/Testing/Cxx/TestTransform.cxx       |    76 +
 .../Data/Baseline/MatrixToTransform.png.md5        |     1 +
 .../Data/Baseline/MatrixToTransform_1.png.md5      |     1 +
 .../Data/Baseline/TestThinPlateWarp.png.md5        |     1 +
 .../Data/Baseline/TestThinPlateWarp3D.png.md5      |     1 +
 .../Testing/Data/Baseline/cylindrical.png.md5      |     1 +
 .../Testing/Data/Baseline/spherical.png.md5        |     1 +
 .../Testing/Data/Baseline/spherical_1.png.md5      |     1 +
 .../Transforms/Testing/Python/CMakeLists.txt       |    10 +-
 VTK/Common/Transforms/Testing/Tcl/CMakeLists.txt   |    13 +-
 VTK/Common/Transforms/module.cmake                 |     2 +
 VTK/Common/Transforms/vtkAbstractTransform.cxx     |    48 +-
 VTK/Common/Transforms/vtkAbstractTransform.h       |     6 +-
 VTK/Common/Transforms/vtkIdentityTransform.h       |     2 +-
 VTK/Common/Transforms/vtkLinearTransform.cxx       |   185 +-
 VTK/Common/Transforms/vtkLinearTransform.h         |     4 +-
 .../Transforms/vtkThinPlateSplineTransform.cxx     |     8 +-
 VTK/Common/Transforms/vtkTransformCollection.h     |     4 +-
 VTK/Domains/Chemistry/CMakeLists.txt               |     5 +-
 VTK/Domains/Chemistry/Testing/Cxx/CMakeLists.txt   |    48 +-
 .../Chemistry/Testing/Cxx/TestBallAndStick.cxx     |    26 +-
 .../Cxx/TestBondColorModeDiscreteByAtom.cxx        |    26 +-
 .../Testing/Cxx/TestBondColorModeSingleColor.cxx   |    26 +-
 .../Chemistry/Testing/Cxx/TestCompositeRender.cxx  |    26 +-
 .../Chemistry/Testing/Cxx/TestFastRender.cxx       |    26 +-
 .../Chemistry/Testing/Cxx/TestLiquoriceSticks.cxx  |    26 +-
 VTK/Domains/Chemistry/Testing/Cxx/TestMolecule.cxx |     8 +-
 .../Cxx/TestMoleculeMapperPropertyUpdate.cxx       |    26 +-
 .../Testing/Cxx/TestMoleculeSelection.cxx          |    48 +-
 .../Chemistry/Testing/Cxx/TestMultiCylinderOff.cxx |    26 +-
 .../Chemistry/Testing/Cxx/TestMultiCylinderOn.cxx  |    26 +-
 .../Chemistry/Testing/Cxx/TestVDWSpheres.cxx       |    26 +-
 .../Testing/Data/Baseline/TestBallAndStick.png.md5 |     1 +
 .../TestBondColorModeDiscreteByAtom.png.md5        |     1 +
 .../Baseline/TestBondColorModeSingleColor.png.md5  |     1 +
 .../Data/Baseline/TestCMLMoleculeReader.png.md5    |     1 +
 .../Data/Baseline/TestCompositeRender.png.md5      |     1 +
 .../Testing/Data/Baseline/TestFastRender.png.md5   |     1 +
 .../Data/Baseline/TestLiquoriceSticks.png.md5      |     1 +
 .../TestMoleculeMapperPropertyUpdate.png.md5       |     1 +
 .../Data/Baseline/TestMultiCylinderOff.png.md5     |     1 +
 .../Data/Baseline/TestMultiCylinderOn.png.md5      |     1 +
 .../Data/Baseline/TestPDBBallAndStick.png.md5      |     1 +
 .../Data/Baseline/TestProteinRibbon.png.md5        |     1 +
 .../Testing/Data/Baseline/TestVDWSpheres.png.md5   |     1 +
 VTK/Domains/Chemistry/module.cmake                 |     4 +-
 VTK/Domains/Chemistry/vtkChemistryConfigure.h.in   |     2 +-
 VTK/Domains/Chemistry/vtkPeriodicTable.cxx         |     2 +-
 VTK/Examples/AMR/Cxx/CMakeLists.txt                |    29 +-
 .../AMR/Cxx/Generate3DAMRDataSetWithPulse.cxx      |     2 +-
 .../Annotation/Cxx/LabeledMesh/CMakeLists.txt      |    27 +-
 VTK/Examples/Build/vtkLocal/CMakeLists.txt         |     5 +
 VTK/Examples/Build/vtkMy/Common/vtkBar.h           |     4 +-
 VTK/Examples/Build/vtkMy/Imaging/vtkImageFoo.cxx   |     2 +-
 VTK/Examples/Build/vtkMy/Unsorted/vtkBar2.h        |     4 +-
 VTK/Examples/CMakeLists.txt                        |    22 +-
 VTK/Examples/DataManipulation/Cxx/CMakeLists.txt   |    16 +-
 VTK/Examples/GUI/Cocoa/CMakeLists.txt              |     3 +-
 VTK/Examples/GUI/Qt/CMakeLists.txt                 |    18 +-
 VTK/Examples/GUI/Qt/Events/CMakeLists.txt          |    93 +-
 VTK/Examples/GUI/Qt/FourPaneViewer/CMakeLists.txt  |    78 +-
 .../GUI/Qt/FourPaneViewer/QtVTKRenderWindows.cxx   |     6 +-
 .../GUI/Qt/FourPaneViewer/QtVTKRenderWindows.h     |     2 +-
 VTK/Examples/GUI/Qt/GraphicsView/CMakeLists.txt    |    92 +-
 VTK/Examples/GUI/Qt/GraphicsView/OpenGLScene.cpp   |    10 +-
 VTK/Examples/GUI/Qt/ImageViewer/CMakeLists.txt     |    67 +-
 VTK/Examples/GUI/Qt/SimpleView/CMakeLists.txt      |   145 +-
 VTK/Examples/GUI/Qt/SimpleView/main.cxx            |    11 +-
 VTK/Examples/GUI/Win32/SampleMFC/vtkMFCView.h      |     4 +-
 .../vtkBorland/Package/vtkBorlandRenderWindow.h    |     2 +-
 VTK/Examples/Hybrid/Cxx/ImageDataLIC2DDemo.cxx     |    22 -
 .../Hybrid/Cxx/StructuredGridLIC2DDemo.cxx         |    23 -
 VTK/Examples/HyperTree/Cxx/Sphere/Cell.h           |     2 +-
 VTK/Examples/HyperTree/Cxx/Sphere/Mesh.cxx         |     2 +-
 VTK/Examples/IO/Cxx/CMakeLists.txt                 |    31 +-
 VTK/Examples/IO/Cxx/ParticleReader.cxx             |     2 +-
 .../Cxx/Baseline/TestImageSlicing.png.md5          |     1 +
 VTK/Examples/ImageProcessing/Cxx/CMakeLists.txt    |    30 +-
 .../Infovis/Cxx/CustomLinkView/CustomLinkView.cxx  |     2 +-
 VTK/Examples/Infovis/Cxx/EasyView/EasyView.cxx     |     2 +-
 VTK/Examples/Infovis/Cxx/StatsView/StatsView.cxx   |    10 +-
 VTK/Examples/LIC/Cxx/CMakeLists.txt                |    37 +
 VTK/Examples/LIC/Cxx/ImageDataLIC2DDemo.cxx        |    20 +
 VTK/Examples/LIC/Cxx/StructuredGridLIC2DDemo.cxx   |    20 +
 VTK/Examples/LIC/Cxx/SurfaceLICDemo.cxx            |    21 +
 .../{Hybrid => LIC}/Python/CylinderAndPolarAxes.py |     0
 .../Medical/Cxx/Baseline/TestMedical1.png.md5      |     1 +
 .../Medical/Cxx/Baseline/TestMedical2.png.md5      |     1 +
 .../Medical/Cxx/Baseline/TestMedical3.png.md5      |     1 +
 .../Medical/Cxx/Baseline/TestMedical4.png.md5      |     1 +
 VTK/Examples/Medical/Cxx/CMakeLists.txt            |    48 +-
 .../Modelling/Cxx/Baseline/TestFinance.png.md5     |     1 +
 VTK/Examples/Modelling/Cxx/CMakeLists.txt          |    44 +-
 VTK/Examples/MultiBlock/Cxx/CMakeLists.txt         |    25 +-
 VTK/Examples/Rendering/Cxx/CMakeLists.txt          |    22 +-
 VTK/Examples/Rendering/Cxx/MaterialObjects.cxx     |     1 -
 VTK/Examples/Rendering/Cxx/SurfaceLICDemo.cxx      |    23 -
 VTK/Examples/Tutorial/Step1/Cxx/CMakeLists.txt     |    16 +-
 VTK/Examples/Tutorial/Step2/Cxx/CMakeLists.txt     |    19 +-
 VTK/Examples/Tutorial/Step3/Cxx/CMakeLists.txt     |    16 +-
 VTK/Examples/Tutorial/Step4/Cxx/CMakeLists.txt     |    14 +-
 VTK/Examples/Tutorial/Step5/Cxx/CMakeLists.txt     |    17 +-
 VTK/Examples/Tutorial/Step6/Cxx/CMakeLists.txt     |    18 +-
 .../Cxx/Baseline/TestBandedContours.png.md5        |     1 +
 .../Cxx/Baseline/TestFilledContours.png.md5        |     1 +
 .../TestTubesWithVaryingRadiusAndColors.png.md5    |     1 +
 .../VisualizationAlgorithms/Cxx/CMakeLists.txt     |    38 +-
 VTK/Examples/VolumeRendering/Cxx/CMakeLists.txt    |    24 +-
 .../Widgets/Cxx/Baseline/TestBalloonWidget.png.md5 |     1 +
 .../Widgets/Cxx/Baseline/TestSlider.png.md5        |     1 +
 .../Widgets/Cxx/Baseline/TestSlider2D.png.md5      |     1 +
 .../Widgets/Cxx/Baseline/TestSlider2D_1.png.md5    |     1 +
 .../Widgets/Cxx/Baseline/TestSlider2D_2.png.md5    |     1 +
 VTK/Examples/Widgets/Cxx/CMakeLists.txt            |    35 +-
 VTK/Filters/AMR/Testing/Cxx/CMakeLists.txt         |    34 +-
 VTK/Filters/AMR/Testing/Python/CMakeLists.txt      |     8 +-
 VTK/Filters/AMR/vtkAMRResampleFilter.cxx           |     2 +-
 VTK/Filters/AMR/vtkAMRUtilities.h                  |     4 +-
 VTK/Filters/Core/CMakeLists.txt                    |     1 +
 VTK/Filters/Core/Testing/Cxx/CMakeLists.txt        |    71 +-
 .../Core/Testing/Cxx/TestAppendPolyData.cxx        |   230 +-
 VTK/Filters/Core/Testing/Cxx/TestCleanPolyData.cxx |   133 +
 VTK/Filters/Core/Testing/Cxx/TestClipPolyData.cxx  |   137 +
 .../Core/Testing/Cxx/TestConnectivityFilter.cxx    |   145 +
 VTK/Filters/Core/Testing/Cxx/TestCutter.cxx        |     2 +-
 .../Testing/Cxx/TestDecimatePolylineFilter.cxx     |   147 +-
 VTK/Filters/Core/Testing/Cxx/TestDecimatePro.cxx   |   168 +
 VTK/Filters/Core/Testing/Cxx/TestDelaunay3D.cxx    |   134 +
 VTK/Filters/Core/Testing/Cxx/TestFeatureEdges.cxx  |   168 +
 VTK/Filters/Core/Testing/Cxx/TestHedgeHog.cxx      |   154 +
 VTK/Filters/Core/Testing/Cxx/TestMaskPoints.cxx    |   136 +
 .../Testing/Cxx/TestPolyDataConnectivityFilter.cxx |   144 +
 .../Core/Testing/Cxx/TestSMPPipelineContour.cxx    |   154 +
 .../Core/Testing/Cxx/TestSmoothPolyDataFilter.cxx  |   133 +
 .../Core/Testing/Cxx/TestThresholdPoints.cxx       |   143 +
 .../Core/Testing/Cxx/TestTransposeTable.cxx        |   138 +
 VTK/Filters/Core/Testing/Cxx/TestTubeFilter.cxx    |   141 +
 .../Data/Baseline/CellDataToPointData.png.md5      |     1 +
 .../Data/Baseline/CellDataToPointData_1.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/Delaunay2D.png.md5  |     1 +
 .../Testing/Data/Baseline/Delaunay2DAlpha.png.md5  |     1 +
 .../Data/Baseline/Delaunay2DTransform.png.md5      |     1 +
 .../Core/Testing/Data/Baseline/Delaunay3D.png.md5  |     1 +
 .../Testing/Data/Baseline/MassProperties.png.md5   |     1 +
 .../Testing/Data/Baseline/MassProperties_1.png.md5 |     1 +
 .../Data/Baseline/QuadricDecimation.png.md5        |     1 +
 .../Data/Baseline/QuadricDecimation_1.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_2.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_3.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_4.png.md5      |     1 +
 .../Data/Baseline/QuadricDecimation_5.png.md5      |     1 +
 .../Testing/Data/Baseline/StreamPolyData.png.md5   |     1 +
 .../Testing/Data/Baseline/StreamPolyData_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestDelaunay2D.png.md5   |     1 +
 .../Testing/Data/Baseline/TestDelaunay2D_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/TestGlyph3D.png.md5 |     1 +
 .../TestGridSynchronizedTemplates3D.png.md5        |     1 +
 .../Data/Baseline/TestMarchingSquares.png.md5      |     1 +
 .../TestRectilinearSynchronizedTemplates.png.md5   |     1 +
 .../Baseline/TestSynchronizedTemplates2D.png.md5   |     1 +
 .../Baseline/TestSynchronizedTemplates3D.png.md5   |     1 +
 .../Testing/Data/Baseline/TestTensorGlyph.png.md5  |     1 +
 .../Data/Baseline/TestTensorGlyph_1.png.md5        |     1 +
 .../Testing/Data/Baseline/TestTextureGlyph.png.md5 |     1 +
 .../Data/Baseline/TestTriangleFilter.png.md5       |     1 +
 .../Core/Testing/Data/Baseline/capCow.png.md5      |     1 +
 .../Core/Testing/Data/Baseline/capCow_1.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/capSphere.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/clipArt.png.md5     |     1 +
 .../Testing/Data/Baseline/combStreamers.png.md5    |     1 +
 .../Testing/Data/Baseline/combStreamers2.png.md5   |     1 +
 .../Testing/Data/Baseline/combStreamers2_1.png.md5 |     1 +
 .../Data/Baseline/constrainedDelaunay.png.md5      |     1 +
 .../Data/Baseline/constrainedDelaunay_1.png.md5    |     1 +
 .../Data/Baseline/constrainedDelaunay_2.png.md5    |     1 +
 .../Testing/Data/Baseline/contourCells.png.md5     |     1 +
 .../Testing/Data/Baseline/contourCells_1.png.md5   |     1 +
 .../Data/Baseline/contourQuadraticCells.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/createBFont.png.md5 |     1 +
 .../Testing/Data/Baseline/createBFont_1.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/cutLoop.png.md5     |     1 +
 .../Testing/Data/Baseline/deciFranFace.png.md5     |     1 +
 .../Testing/Data/Baseline/deciFranFace_1.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_2.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_3.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_4.png.md5   |     1 +
 .../Testing/Data/Baseline/deciFranFace_5.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/deciPlane.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/deciPlane_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/dispPlot.png.md5    |     1 +
 .../Testing/Data/Baseline/fieldToPolyData.png.md5  |     1 +
 .../Data/Baseline/fieldToPolyData_1.png.md5        |     1 +
 .../Testing/Data/Baseline/fieldToRGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_1.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_2.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_3.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToRGrid_4.png.md5   |     1 +
 .../Testing/Data/Baseline/fieldToSGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/fieldToUGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/financialField.png.md5   |     1 +
 .../Testing/Data/Baseline/financialField2.png.md5  |     1 +
 .../Testing/Data/Baseline/financialField3.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/glyphComb.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/hull.png.md5        |     1 +
 .../Core/Testing/Data/Baseline/mergeFilter.png.md5 |     1 +
 .../Data/Baseline/multipleComponentContour.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/multipleIso.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/polyConn.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/probe.png.md5       |     1 +
 .../Core/Testing/Data/Baseline/probeComb.png.md5   |     1 +
 .../Testing/Data/Baseline/reverseNormals.png.md5   |     1 +
 .../Testing/Data/Baseline/reverseNormals_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/skinOrder.png.md5   |     1 +
 .../Testing/Data/Baseline/smoothMeshOnMesh.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/streamComb.png.md5  |     1 +
 .../Testing/Data/Baseline/streamSurface.png.md5    |     1 +
 .../Testing/Data/Baseline/streamSurface2.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/stripF.png.md5      |     1 +
 .../Core/Testing/Data/Baseline/teapotHulls.png.md5 |     1 +
 .../Testing/Data/Baseline/teapotHulls_1.png.md5    |     1 +
 .../Testing/Data/Baseline/teapotHulls_2.png.md5    |     1 +
 .../Testing/Data/Baseline/teapotHulls_3.png.md5    |     1 +
 .../Testing/Data/Baseline/teapotHulls_4.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/tubeComb.png.md5    |     1 +
 VTK/Filters/Core/Testing/Python/CMakeLists.txt     |    59 +
 VTK/Filters/Core/Testing/Python/MassProperties.py  |     4 -
 VTK/Filters/Core/Testing/Python/TestTensorGlyph.py |     4 -
 .../Core/Testing/Python/TestTextureGlyph.py        |     4 -
 VTK/Filters/Core/Testing/Python/deciFranFace.py    |     4 -
 VTK/Filters/Core/Testing/Python/deciPlane.py       |     4 -
 VTK/Filters/Core/Testing/Python/financialField.py  |     4 -
 VTK/Filters/Core/Testing/Python/financialField2.py |     4 -
 VTK/Filters/Core/Testing/Python/financialField3.py |     4 -
 VTK/Filters/Core/Testing/Python/skinOrder.py       |     4 -
 VTK/Filters/Core/Testing/Tcl/CMakeLists.txt        |    97 +-
 VTK/Filters/Core/vtkAppendFilter.cxx               |    11 +-
 VTK/Filters/Core/vtkAppendPolyData.cxx             |    20 +-
 VTK/Filters/Core/vtkAppendPolyData.h               |     8 +
 VTK/Filters/Core/vtkArrayCalculator.cxx            |   130 +-
 VTK/Filters/Core/vtkArrayCalculator.h              |    18 +
 .../Core/vtkAttributeDataToFieldDataFilter.h       |     2 +-
 VTK/Filters/Core/vtkCellDataToPointData.cxx        |    13 +-
 VTK/Filters/Core/vtkCellDataToPointData.h          |     2 +-
 VTK/Filters/Core/vtkCleanPolyData.cxx              |    21 +-
 VTK/Filters/Core/vtkCleanPolyData.h                |     8 +
 VTK/Filters/Core/vtkClipPolyData.cxx               |    20 +-
 VTK/Filters/Core/vtkClipPolyData.h                 |    10 +-
 VTK/Filters/Core/vtkCompositeCutter.cxx            |     2 +-
 VTK/Filters/Core/vtkConnectivityFilter.cxx         |    27 +
 VTK/Filters/Core/vtkConnectivityFilter.h           |     8 +
 VTK/Filters/Core/vtkContourFilter.cxx              |    63 +-
 VTK/Filters/Core/vtkContourFilter.h                |    11 +
 VTK/Filters/Core/vtkContourGrid.cxx                |   121 +-
 VTK/Filters/Core/vtkContourGrid.h                  |     2 +-
 VTK/Filters/Core/vtkCutter.cxx                     |   123 +-
 VTK/Filters/Core/vtkDecimatePolylineFilter.cxx     |    18 +
 VTK/Filters/Core/vtkDecimatePolylineFilter.h       |     8 +
 VTK/Filters/Core/vtkDecimatePro.cxx                |    20 +-
 VTK/Filters/Core/vtkDecimatePro.h                  |     8 +
 VTK/Filters/Core/vtkDelaunay3D.cxx                 |    35 +-
 VTK/Filters/Core/vtkDelaunay3D.h                   |     8 +
 VTK/Filters/Core/vtkFeatureEdges.cxx               |    18 +
 VTK/Filters/Core/vtkFeatureEdges.h                 |     8 +
 VTK/Filters/Core/vtkGlyph2D.h                      |     4 +-
 VTK/Filters/Core/vtkGlyph3D.cxx                    |    35 +-
 .../Core/vtkGridSynchronizedTemplates3D.cxx        |     4 +
 VTK/Filters/Core/vtkGridSynchronizedTemplates3D.h  |     1 -
 VTK/Filters/Core/vtkHedgeHog.cxx                   |    28 +-
 VTK/Filters/Core/vtkHedgeHog.h                     |    10 +-
 VTK/Filters/Core/vtkImageAppend.cxx                |     4 +-
 VTK/Filters/Core/vtkMaskPoints.cxx                 |    78 +-
 VTK/Filters/Core/vtkMaskPoints.h                   |    16 +-
 VTK/Filters/Core/vtkMaskPolyData.h                 |     2 +-
 VTK/Filters/Core/vtkPointDataToCellData.h          |     2 +-
 VTK/Filters/Core/vtkPolyDataConnectivityFilter.cxx |    19 +
 VTK/Filters/Core/vtkPolyDataConnectivityFilter.h   |     8 +
 VTK/Filters/Core/vtkPolyDataNormals.cxx            |     4 +
 VTK/Filters/Core/vtkPolyDataNormals.h              |     2 +-
 .../Core/vtkRectilinearSynchronizedTemplates.h     |     1 -
 VTK/Filters/Core/vtkReverseSense.h                 |     2 +-
 VTK/Filters/Core/vtkSimpleElevationFilter.h        |     2 +-
 VTK/Filters/Core/vtkSmoothPolyDataFilter.cxx       |    18 +
 VTK/Filters/Core/vtkSmoothPolyDataFilter.h         |    10 +-
 VTK/Filters/Core/vtkStructuredGridOutlineFilter.h  |     4 +-
 VTK/Filters/Core/vtkSynchronizedTemplates3D.cxx    |    28 +-
 VTK/Filters/Core/vtkSynchronizedTemplates3D.h      |    10 +-
 .../Core/vtkSynchronizedTemplatesCutter3D.cxx      |    13 +-
 .../Core/vtkSynchronizedTemplatesCutter3D.h        |     3 +-
 VTK/Filters/Core/vtkThreshold.cxx                  |     8 +-
 VTK/Filters/Core/vtkThresholdPoints.cxx            |    32 +
 VTK/Filters/Core/vtkThresholdPoints.h              |    10 +-
 VTK/Filters/Core/vtkTransposeTable.cxx             |   313 +
 VTK/Filters/Core/vtkTransposeTable.h               |    79 +
 VTK/Filters/Core/vtkTriangleFilter.h               |     4 +-
 VTK/Filters/Core/vtkTubeFilter.cxx                 |    25 +-
 VTK/Filters/Core/vtkTubeFilter.h                   |     8 +
 VTK/Filters/Core/vtkVectorDot.h                    |     2 +-
 VTK/Filters/Core/vtkVectorNorm.h                   |     2 +-
 VTK/Filters/Core/vtkWindowedSincPolyDataFilter.h   |     2 +-
 VTK/Filters/Cosmo/CMakeLists.txt                   |    14 -
 VTK/Filters/Cosmo/module.cmake                     |     6 -
 VTK/Filters/Cosmo/vtkPCosmoHaloFinder.cxx          |  1119 --
 VTK/Filters/Cosmo/vtkPCosmoHaloFinder.h            |   231 -
 VTK/Filters/Cosmo/vtkPCosmoReader.cxx              |   403 -
 VTK/Filters/Cosmo/vtkPCosmoReader.h                |   155 -
 VTK/Filters/Extraction/Testing/Cxx/CMakeLists.txt  |    28 +-
 .../Extraction/Testing/Cxx/TestExtraction.cxx      |     6 +-
 .../Baseline/ExtractEdgesQuadraticCells.png.md5    |     1 +
 .../Baseline/ExtractEdgesQuadraticCells_1.png.md5  |     1 +
 .../Testing/Data/Baseline/ExtractTensors.png.md5   |     1 +
 .../Data/Baseline/TestExtractSelection.png.md5     |     1 +
 .../Testing/Data/Baseline/TestExtraction.png.md5   |     1 +
 .../Testing/Data/Baseline/TestExtraction_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestExtraction_2.png.md5 |     1 +
 .../Testing/Data/Baseline/TestExtraction_3.png.md5 |     1 +
 .../Testing/Data/Baseline/extractPolyData.png.md5  |     1 +
 .../Testing/Data/Baseline/extractRectGrid.png.md5  |     1 +
 .../Testing/Data/Baseline/extractUGrid.png.md5     |     1 +
 .../Testing/Data/Baseline/extractUGrid_1.png.md5   |     1 +
 .../Testing/Data/Baseline/extractVectors.png.md5   |     1 +
 .../Extraction/Testing/Python/CMakeLists.txt       |     9 +
 VTK/Filters/Extraction/Testing/Tcl/CMakeLists.txt  |    14 +-
 .../Extraction/vtkExtractArraysOverTime.cxx        |     2 +-
 VTK/Filters/Extraction/vtkExtractDataOverTime.h    |     2 +-
 VTK/Filters/Extraction/vtkExtractGeometry.cxx      |    38 +-
 VTK/Filters/Extraction/vtkExtractGrid.h            |     2 +-
 VTK/Filters/Extraction/vtkExtractRectilinearGrid.h |     2 +-
 .../Extraction/vtkExtractTensorComponents.h        |     2 +-
 .../Extraction/vtkExtractUnstructuredGrid.h        |     2 +-
 VTK/Filters/FlowPaths/Testing/Cxx/CMakeLists.txt   |    33 +-
 .../Cxx/TestAMRInterpolatedVelocityField.cxx       |     2 +-
 .../FlowPaths/Testing/Cxx/TestParticleTracers.cxx  |     2 +-
 .../FlowPaths/Testing/Cxx/TestStreamTracer.cxx     |     2 +-
 .../Testing/Data/Baseline/TestBSPTree.png.md5      |     1 +
 .../FlowPaths/vtkAMRInterpolatedVelocityField.cxx  |     2 +-
 .../vtkCachingInterpolatedVelocityField.cxx        |    13 +
 .../vtkCachingInterpolatedVelocityField.h          |     2 +
 VTK/Filters/FlowPaths/vtkDashedStreamLine.h        |     2 +-
 VTK/Filters/FlowPaths/vtkParticlePathFilter.h      |     2 +-
 VTK/Filters/FlowPaths/vtkParticleTracerBase.cxx    |   288 +-
 VTK/Filters/FlowPaths/vtkParticleTracerBase.h      |    36 +-
 VTK/Filters/FlowPaths/vtkStreaklineFilter.cxx      |     2 +-
 VTK/Filters/FlowPaths/vtkStreamLine.h              |     2 +-
 VTK/Filters/FlowPaths/vtkStreamPoints.h            |     2 +-
 VTK/Filters/FlowPaths/vtkStreamTracer.cxx          |    35 +-
 .../vtkTemporalInterpolatedVelocityField.cxx       |   229 +-
 .../vtkTemporalInterpolatedVelocityField.h         |     2 +-
 VTK/Filters/FlowPaths/vtkTemporalStreamTracer.cxx  |     2 +-
 VTK/Filters/FlowPaths/vtkTemporalStreamTracer.h    |     2 +-
 VTK/Filters/General/CMakeLists.txt                 |     1 -
 VTK/Filters/General/Testing/Cxx/CMakeLists.txt     |    70 +-
 .../General/Testing/Cxx/TestAppendPoints.cxx       |   168 +
 .../General/Testing/Cxx/TestReflectionFilter.cxx   |     2 +-
 .../Testing/Cxx/TestTableSplitColumnComponents.cxx |    41 +-
 .../General/Testing/Cxx/TestTransformFilter.cxx    |   151 +
 .../Testing/Cxx/TestTransformPolyDataFilter.cxx    |   156 +
 .../Testing/Data/Baseline/BoxClipPolyData.png.md5  |     1 +
 .../Data/Baseline/BoxClipTetrahedra.png.md5        |     1 +
 .../BoxClipTriangulateAndInterpolate.png.md5       |     1 +
 .../General/Testing/Data/Baseline/Canny.png.md5    |     1 +
 .../General/Testing/Data/Baseline/Canny_1.png.md5  |     1 +
 .../General/Testing/Data/Baseline/Canny_2.png.md5  |     1 +
 .../Testing/Data/Baseline/OBBCylinder.png.md5      |     1 +
 .../TestBooleanOperationPolyDataFilter.png.md5     |     1 +
 .../TestBooleanOperationPolyDataFilter2.png.md5    |     1 +
 .../Testing/Data/Baseline/TestCellDerivs.png.md5   |     1 +
 .../Testing/Data/Baseline/TestCellDerivs_1.png.md5 |     1 +
 .../Data/Baseline/TestClipClosedSurface.png.md5    |     1 +
 .../Testing/Data/Baseline/TestClipOutline.png.md5  |     1 +
 .../Data/Baseline/TestContourTriangulator.png.md5  |     1 +
 .../Baseline/TestContourTriangulatorCutter.png.md5 |     1 +
 .../TestContourTriangulatorMarching.png.md5        |     1 +
 .../Testing/Data/Baseline/TestCurvatures.png.md5   |     1 +
 .../Data/Baseline/TestDeformPointSet.png.md5       |     1 +
 .../Data/Baseline/TestDensifyPolyData.png.md5      |     1 +
 .../Data/Baseline/TestDensifyPolyData_1.png.md5    |     1 +
 .../Data/Baseline/TestDensifyPolyData_2.png.md5    |     1 +
 .../Data/Baseline/TestDensifyPolyData_3.png.md5    |     1 +
 .../Baseline/TestDiscreteMarchingCubes.png.md5     |     1 +
 .../Baseline/TestDistancePolyDataFilter.png.md5    |     1 +
 .../Data/Baseline/TestGraphLayoutFilter.png.md5    |     1 +
 .../Baseline/TestIconGlyphFilterGravity.png.md5    |     1 +
 .../TestIntersectionPolyDataFilter.png.md5         |     1 +
 .../Data/Baseline/TestMultiBlockStreamer.png.md5   |     1 +
 .../Data/Baseline/TestQuadraturePoints.png.md5     |     1 +
 .../Baseline/TestRandomAttributeGenerator.png.md5  |     1 +
 .../TestRandomAttributeGeneratorScalar.png.md5     |     1 +
 .../TestRectilinearGridToTetrahedra.png.md5        |     1 +
 .../TestRectilinearGridToTetrahedra_1.png.md5      |     1 +
 .../Testing/Data/Baseline/TestSplineFilter.png.md5 |     1 +
 .../Baseline/TestUncertaintyTubeFilter.png.md5     |     1 +
 .../Baseline/TestYoungsMaterialInterface.png.md5   |     1 +
 .../Testing/Data/Baseline/WarpScalarImage.png.md5  |     1 +
 .../Testing/Data/Baseline/WarpToImage.png.md5      |     1 +
 .../Testing/Data/Baseline/WarpVectorImage.png.md5  |     1 +
 .../Testing/Data/Baseline/blankGrid.png.md5        |     1 +
 .../General/Testing/Data/Baseline/clipComb.png.md5 |     1 +
 .../General/Testing/Data/Baseline/clipHex.png.md5  |     1 +
 .../Testing/Data/Baseline/clipImage.png.md5        |     1 +
 .../Testing/Data/Baseline/clipPyramid.png.md5      |     1 +
 .../Testing/Data/Baseline/clipPyramid_1.png.md5    |     1 +
 .../Data/Baseline/clipQuadraticCells.png.md5       |     1 +
 .../General/Testing/Data/Baseline/clipTet.png.md5  |     1 +
 .../Testing/Data/Baseline/clipVolume.png.md5       |     1 +
 .../Testing/Data/Baseline/clipVolume2.png.md5      |     1 +
 .../Testing/Data/Baseline/clipVolume3.png.md5      |     1 +
 .../Testing/Data/Baseline/clipWedge.png.md5        |     1 +
 .../Data/Baseline/contoursToSurface.png.md5        |     1 +
 .../General/Testing/Data/Baseline/cursor2D.png.md5 |     1 +
 .../General/Testing/Data/Baseline/cursor3D.png.md5 |     1 +
 .../General/Testing/Data/Baseline/dicer.png.md5    |     1 +
 .../Testing/Data/Baseline/edgePoints.png.md5       |     1 +
 .../General/Testing/Data/Baseline/mcubes.png.md5   |     1 +
 .../Testing/Data/Baseline/recursiveDC.png.md5      |     1 +
 .../Testing/Data/Baseline/recursiveDC_1.png.md5    |     1 +
 .../Testing/Data/Baseline/spatialRepAll.png.md5    |     1 +
 .../Testing/Data/Baseline/splitVectors.png.md5     |     1 +
 .../Testing/Data/Baseline/streamTracer.png.md5     |     1 +
 .../Testing/Data/Baseline/streamTracer_1.png.md5   |     1 +
 .../Data/Baseline/subPixelPositionMin.png.md5      |     1 +
 .../Baseline/testDataSetTriangleFilter.png.md5     |     1 +
 .../Baseline/testDataSetTriangleFilter2.png.md5    |     1 +
 .../Baseline/testDataSetTriangleFilter_1.png.md5   |     1 +
 .../Testing/Data/Baseline/testReflect.png.md5      |     1 +
 .../General/Testing/Data/Baseline/warplens.png.md5 |     1 +
 VTK/Filters/General/Testing/Python/CMakeLists.txt  |    47 +
 .../Testing/Python/TestRandomAttributeGenerator.py |    10 -
 .../Python/TestRandomAttributeGeneratorScalar.py   |    69 +
 .../General/Testing/Python/spatialRepAll.py        |     4 -
 VTK/Filters/General/Testing/Tcl/CMakeLists.txt     |    85 +-
 VTK/Filters/General/vtkAppendPoints.cxx            |    33 +-
 VTK/Filters/General/vtkAppendPoints.h              |    13 +-
 .../General/vtkApproximatingSubdivisionFilter.h    |     2 +-
 VTK/Filters/General/vtkAxes.h                      |     2 +-
 VTK/Filters/General/vtkBoxClipDataSet.cxx          |     5 +-
 VTK/Filters/General/vtkBrownianPoints.h            |     5 +-
 VTK/Filters/General/vtkCellCenters.h               |     2 +-
 VTK/Filters/General/vtkCellDerivatives.h           |     2 +-
 VTK/Filters/General/vtkClipClosedSurface.cxx       |     9 +-
 VTK/Filters/General/vtkClipDataSet.cxx             |     4 +
 VTK/Filters/General/vtkCoincidentPoints.cxx        |     1 -
 VTK/Filters/General/vtkCursor2D.cxx                |     2 +-
 VTK/Filters/General/vtkCursor2D.h                  |     2 +-
 VTK/Filters/General/vtkCursor3D.cxx                |     2 +-
 VTK/Filters/General/vtkCursor3D.h                  |     2 +-
 VTK/Filters/General/vtkCurvatures.cxx              |     6 +-
 VTK/Filters/General/vtkDicer.h                     |     2 +-
 VTK/Filters/General/vtkHyperStreamline.cxx         |     7 +-
 .../General/vtkInterpolatingSubdivisionFilter.h    |     2 +-
 VTK/Filters/General/vtkLinkEdgels.h                |     2 +-
 VTK/Filters/General/vtkMultiBlockMergeFilter.cxx   |     2 +-
 VTK/Filters/General/vtkNormalizeMatrixVectors.cxx  |     2 +
 VTK/Filters/General/vtkOBBDicer.h                  |     4 +-
 VTK/Filters/General/vtkOBBTree.h                   |     4 +
 VTK/Filters/General/vtkPassArrays.cxx              |    18 +
 VTK/Filters/General/vtkPassArrays.h                |     5 +
 VTK/Filters/General/vtkQuantizePolyDataPoints.h    |     2 +-
 .../General/vtkRandomAttributeGenerator.cxx        |   299 +-
 VTK/Filters/General/vtkRandomAttributeGenerator.h  |    43 +-
 VTK/Filters/General/vtkRectilinearGridClip.h       |     2 +-
 .../General/vtkRectilinearGridToTetrahedra.h       |     2 +-
 VTK/Filters/General/vtkSCurveSpline.cxx            |   258 -
 VTK/Filters/General/vtkSCurveSpline.h              |    69 -
 VTK/Filters/General/vtkShrinkPolyData.h            |     2 +-
 VTK/Filters/General/vtkSplitColumnComponents.cxx   |   122 +-
 VTK/Filters/General/vtkSplitColumnComponents.h     |    39 +-
 VTK/Filters/General/vtkStructuredGridClip.h        |     2 +-
 VTK/Filters/General/vtkTableBasedClipDataSet.cxx   |     6 +-
 VTK/Filters/General/vtkTableToStructuredGrid.cxx   |    15 +
 VTK/Filters/General/vtkTransformFilter.cxx         |    18 +
 VTK/Filters/General/vtkTransformFilter.h           |     9 +
 VTK/Filters/General/vtkTransformPolyDataFilter.cxx |    18 +
 VTK/Filters/General/vtkTransformPolyDataFilter.h   |     9 +
 VTK/Filters/General/vtkWarpLens.h                  |     2 +-
 VTK/Filters/General/vtkWarpTo.h                    |     2 +-
 VTK/Filters/General/vtkWarpVector.cxx              |    54 +-
 VTK/Filters/General/vtkYoungsMaterialInterface.cxx |   262 +-
 VTK/Filters/Generic/Testing/Cxx/CMakeLists.txt     |    12 +
 .../Generic/Testing/Cxx/TestGenericClip.cxx        |     2 +-
 .../Testing/Cxx/TestGenericContourFilter.cxx       |     2 +-
 .../Generic/Testing/Cxx/TestGenericCutter.cxx      |     2 +-
 .../Testing/Cxx/TestGenericDataSetTessellator.cxx  |     2 +-
 .../Testing/Cxx/TestGenericGeometryFilter.cxx      |     2 +-
 .../Testing/Cxx/TestGenericGlyph3DFilter.cxx       |     2 +-
 .../Generic/Testing/Cxx/TestGenericProbeFilter.cxx |     2 +-
 .../Testing/Cxx/TestGenericStreamTracer.cxx        |     2 +-
 VTK/Filters/Generic/Testing/Cxx/otherCreation.cxx  |     2 +-
 .../Testing/Data/Baseline/TestGenericClip.png.md5  |     1 +
 .../Data/Baseline/TestGenericContourFilter.png.md5 |     1 +
 .../Data/Baseline/TestGenericCutter.png.md5        |     1 +
 .../Baseline/TestGenericDataSetTessellator.png.md5 |     1 +
 .../Baseline/TestGenericGeometryFilter.png.md5     |     1 +
 .../Data/Baseline/TestGenericGlyph3DFilter.png.md5 |     1 +
 .../Data/Baseline/TestGenericProbeFilter.png.md5   |     1 +
 .../Data/Baseline/TestGenericStreamTracer.png.md5  |     1 +
 VTK/Filters/Generic/vtkGenericStreamTracer.cxx     |     2 +-
 VTK/Filters/Geometry/Testing/Cxx/CMakeLists.txt    |    35 +-
 .../Cxx/TestStructuredAMRGridConnectivity.cxx      |     2 +-
 .../Cxx/TestUnstructuredGridGeometryFilter.cxx     |     2 +-
 .../TestExtractSurfaceNonLinearSubdivision.png.md5 |     1 +
 .../TestUnstructuredGridGeometryFilter.png.md5     |     1 +
 .../Data/Baseline/dataSetSurfaceFilter.png.md5     |     1 +
 .../Testing/Data/Baseline/geomFilter.png.md5       |     1 +
 .../Data/Baseline/officeStreamPoints.png.md5       |     1 +
 .../Testing/Data/Baseline/rectGrid.png.md5         |     1 +
 .../Testing/Data/Baseline/rectGrid_1.png.md5       |     1 +
 .../Testing/Data/Baseline/rectGrid_2.png.md5       |     1 +
 .../Testing/Data/Baseline/rectGrid_3.png.md5       |     1 +
 .../Data/Baseline/structuredGridBlanking.png.md5   |     1 +
 VTK/Filters/Geometry/Testing/Python/CMakeLists.txt |     8 +
 .../Testing/Python/structuredGridBlanking.py       |    83 +
 VTK/Filters/Geometry/Testing/Tcl/CMakeLists.txt    |    10 +-
 VTK/Filters/Geometry/vtkDataSetSurfaceFilter.cxx   |   543 +-
 VTK/Filters/Geometry/vtkDataSetSurfaceFilter.h     |     2 +-
 VTK/Filters/Geometry/vtkGeometryFilter.cxx         |     1 +
 VTK/Filters/Geometry/vtkImageDataGeometryFilter.h  |     2 +-
 .../Geometry/vtkRectilinearGridGeometryFilter.h    |     2 +-
 VTK/Filters/Geometry/vtkStructuredAMRNeighbor.cxx  |     7 -
 VTK/Filters/Geometry/vtkStructuredAMRNeighbor.h    |     7 +-
 .../Geometry/vtkStructuredPointsGeometryFilter.h   |     2 +-
 .../Geometry/vtkUnstructuredGridGeometryFilter.cxx |    35 +-
 VTK/Filters/Hybrid/Testing/Cxx/CMakeLists.txt      |    58 +-
 .../Testing/Cxx/TestProcrustesAlignmentFilter.cxx  |   280 +
 .../Hybrid/Testing/Data/Baseline/3DMorph.png.md5   |     1 +
 .../Data/Baseline/TemporalStatistics.png.md5       |     1 +
 .../Testing/Data/Baseline/TestFacetReader.png.md5  |     1 +
 .../Baseline/TestGreedyTerrainDecimation.png.md5   |     1 +
 .../Baseline/TestGreedyTerrainDecimation_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestGridWarp3D.png.md5   |     1 +
 .../Data/Baseline/TestGridWarpCubic.png.md5        |     1 +
 .../Data/Baseline/TestGridWarpLinear.png.md5       |     1 +
 .../Data/Baseline/TestGridWarpNearest.png.md5      |     1 +
 .../Baseline/TestImageStencilWithPolydata.png.md5  |     1 +
 .../Hybrid/Testing/Data/Baseline/TestPCA.png.md5   |     1 +
 .../Data/Baseline/TestPolyDataSilhouette.png.md5   |     1 +
 .../Testing/Data/Baseline/TestProcrustes.png.md5   |     1 +
 .../Baseline/TestProcrustesRigidCentroid.png.md5   |     1 +
 .../Data/Baseline/TestProjectedTerrainPath.png.md5 |     1 +
 .../Data/Baseline/TestTemporalFractal.png.md5      |     1 +
 .../Testing/Data/Baseline/WarpPolyData.png.md5     |     1 +
 .../Data/Baseline/appendImplicitModel.png.md5      |     1 +
 .../Baseline/appendImplicitModelNoBounds.png.md5   |     1 +
 .../Hybrid/Testing/Data/Baseline/banana.png.md5    |     1 +
 .../Hybrid/Testing/Data/Baseline/depthSort.png.md5 |     1 +
 .../Hybrid/Testing/Data/Baseline/earth.png.md5     |     1 +
 .../Hybrid/Testing/Data/Baseline/earth_1.png.md5   |     1 +
 .../Testing/Data/Baseline/imageToPolyData.png.md5  |     1 +
 .../Testing/Data/Baseline/largeImageOffset.png.md5 |     1 +
 .../Data/Baseline/largeImageParallel.png.md5       |     1 +
 VTK/Filters/Hybrid/Testing/Python/CMakeLists.txt   |    25 +
 .../Hybrid/Testing/Python/largeImageOffset.py      |    16 +-
 .../Hybrid/Testing/Python/largeImageParallel.py    |    16 +-
 VTK/Filters/Hybrid/Testing/Tcl/CMakeLists.txt      |    45 +-
 .../Hybrid/Testing/Tcl/largeImageOffset.tcl        |    18 +-
 .../Hybrid/Testing/Tcl/largeImageParallel.tcl      |    18 +-
 VTK/Filters/Hybrid/vtkDepthSortPolyData.cxx        |     4 +-
 VTK/Filters/Hybrid/vtkEarthSource.h                |     2 +-
 VTK/Filters/Hybrid/vtkImplicitModeller.cxx         |     3 +-
 .../Hybrid/vtkProcrustesAlignmentFilter.cxx        |    66 +-
 VTK/Filters/Hybrid/vtkProcrustesAlignmentFilter.h  |    12 +
 VTK/Filters/Hybrid/vtkTemporalFractal.cxx          |     2 +-
 VTK/Filters/Hybrid/vtkTemporalShiftScale.cxx       |     2 +-
 VTK/Filters/Hybrid/vtkTransformToGrid.cxx          |     4 +-
 VTK/Filters/HyperTree/Testing/Cxx/CMakeLists.txt   |    27 +-
 .../HyperTree/Testing/Cxx/TestClipHyperOctree.cxx  |     2 +-
 .../Testing/Cxx/TestHyperOctreeContourFilter.cxx   |     2 +-
 .../Testing/Cxx/TestHyperOctreeCutter.cxx          |     2 +-
 .../HyperTree/Testing/Cxx/TestHyperOctreeDual.cxx  |     2 +-
 .../Testing/Cxx/TestHyperOctreeSurfaceFilter.cxx   |     2 +-
 .../Testing/Cxx/TestHyperOctreeToUniformGrid.cxx   |     2 +-
 .../Data/Baseline/TestClipHyperOctree.png.md5      |     1 +
 .../Baseline/TestHyperOctreeContourFilter.png.md5  |     1 +
 .../Data/Baseline/TestHyperOctreeCutter.png.md5    |     1 +
 .../Data/Baseline/TestHyperOctreeDual.png.md5      |     1 +
 .../Data/Baseline/TestHyperOctreeDual_1.png.md5    |     1 +
 .../Baseline/TestHyperOctreeSurfaceFilter.png.md5  |     1 +
 .../Baseline/TestHyperOctreeToUniformGrid.png.md5  |     1 +
 .../Baseline/TestHyperTreeGridBinary2D.png.md5     |     1 +
 .../Baseline/TestHyperTreeGridBinary2DIJK.png.md5  |     1 +
 .../TestHyperTreeGridBinary2DMaterial.png.md5      |     1 +
 .../TestHyperTreeGridBinary2DMaterialIJK.png.md5   |     1 +
 .../TestHyperTreeGridBinaryEllipseMaterial.png.md5 |     1 +
 ...eGridBinaryHyperbolicParaboloidMaterial.png.md5 |     1 +
 .../Baseline/TestHyperTreeGridTernary2D.png.md5    |     1 +
 .../TestHyperTreeGridTernary2DBiMaterial.png.md5   |     1 +
 ...tHyperTreeGridTernary2DFullMaterialBits.png.md5 |     1 +
 .../TestHyperTreeGridTernary2DMaterial.png.md5     |     1 +
 .../TestHyperTreeGridTernary2DMaterialBits.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DAxisCut.png.md5      |     1 +
 ...stHyperTreeGridTernary3DAxisCutMaterial.png.md5 |     1 +
 ...HyperTreeGridTernary3DAxisCutMaterial_1.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DAxisCut_1.png.md5    |     1 +
 .../TestHyperTreeGridTernary3DClip.png.md5         |     1 +
 .../TestHyperTreeGridTernary3DClip_1.png.md5       |     1 +
 .../TestHyperTreeGridTernary3DClip_2.png.md5       |     1 +
 .../TestHyperTreeGridTernary3DContour.png.md5      |     1 +
 ...stHyperTreeGridTernary3DContourMaterial.png.md5 |     1 +
 ...HyperTreeGridTernary3DContourMaterial_1.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DContour_1.png.md5    |     1 +
 .../Baseline/TestHyperTreeGridTernary3DCut.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DCut_1.png.md5        |     1 +
 .../TestHyperTreeGridTernary3DCut_2.png.md5        |     1 +
 .../TestHyperTreeGridTernary3DGeometry.png.md5     |     1 +
 ...eGridTernary3DGeometryLargeMaterialBits.png.md5 |     1 +
 ...tHyperTreeGridTernary3DGeometryMaterial.png.md5 |     1 +
 ...erTreeGridTernary3DGeometryMaterialBits.png.md5 |     1 +
 ...TreeGridTernary3DGeometryMaterialBits_1.png.md5 |     1 +
 ...yperTreeGridTernary3DGeometryMaterial_1.png.md5 |     1 +
 .../TestHyperTreeGridTernary3DGeometry_1.png.md5   |     1 +
 .../TestHyperTreeGridTernary3DUnstructured.png.md5 |     1 +
 ...erTreeGridTernary3DUnstructuredMaterial.png.md5 |     1 +
 ...TreeGridTernary3DUnstructuredMaterial_1.png.md5 |     1 +
 ...estHyperTreeGridTernary3DUnstructured_1.png.md5 |     1 +
 .../TestHyperTreeGridTernaryHyperbola.png.md5      |     1 +
 .../TestHyperTreeGridTernarySphereMaterial.png.md5 |     1 +
 ...estHyperTreeGridTernarySphereMaterial_1.png.md5 |     1 +
 VTK/Filters/HyperTree/vtkClipHyperOctree.cxx       |     2 +-
 .../vtkHyperOctreeClipCutPointsGrabber.cxx         |     2 +-
 .../HyperTree/vtkHyperOctreeContourFilter.cxx      |     2 +-
 VTK/Filters/HyperTree/vtkHyperOctreeCutter.cxx     |     2 +-
 .../vtkHyperOctreeDualGridContourFilter.cxx        |     2 +-
 .../HyperTree/vtkHyperOctreeSampleFunction.cxx     |     2 +-
 .../HyperTree/vtkHyperOctreeSurfaceFilter.cxx      |     2 +-
 .../vtkHyperOctreeToUniformGridFilter.cxx          |     2 +-
 VTK/Filters/Imaging/vtkExtractHistogram2D.h        |     6 +-
 .../Imaging/vtkPairwiseExtractHistogram2D.cxx      |     1 +
 .../Imaging/vtkPairwiseExtractHistogram2D.h        |     8 +-
 .../Testing/Cxx/TestMatlabEngineInterface.cxx      |     2 +-
 VTK/Filters/Matlab/vtkMatlabMexAdapter.cxx         |     2 +-
 VTK/Filters/Modeling/Testing/Cxx/CMakeLists.txt    |     9 +
 .../Modeling/Testing/Data/Baseline/Hyper.png.md5   |     1 +
 .../Testing/Data/Baseline/HyperScalarBar.png.md5   |     1 +
 .../Testing/Data/Baseline/KlineBottle.png.md5      |     1 +
 .../Testing/Data/Baseline/TenEllip.png.md5         |     1 +
 .../Data/Baseline/TestBandedContourFilter.png.md5  |     1 +
 .../Testing/Data/Baseline/TestBoxFunction.png.md5  |     1 +
 .../Data/Baseline/TestButterflyScalars.png.md5     |     1 +
 .../Data/Baseline/TestFillHolesFilter.png.md5      |     1 +
 .../Data/Baseline/TestImageMarchingCubes.png.md5   |     1 +
 .../Baseline/TestNamedColorsIntegration.png.md5    |     1 +
 .../Data/Baseline/TestPolyDataPointSampler.png.md5 |     1 +
 .../Baseline/TestQuadRotationalExtrusion.png.md5   |     1 +
 .../TestQuadRotationalExtrusionMultiBlock.png.md5  |     1 +
 ...TestQuadRotationalExtrusionMultiBlock_1.png.md5 |     1 +
 .../Data/Baseline/TestRibbonAndTube.png.md5        |     1 +
 .../Data/Baseline/TestRibbonAndTube_1.png.md5      |     1 +
 .../Data/Baseline/TestRibbonAndTube_2.png.md5      |     1 +
 .../Data/Baseline/TestRibbonAndTube_3.png.md5      |     1 +
 .../Data/Baseline/TestRibbonAndTube_4.png.md5      |     1 +
 .../Data/Baseline/TestRotationalExtrusion.png.md5  |     1 +
 .../Testing/Data/Baseline/TestRuledSurface.png.md5 |     1 +
 .../Data/Baseline/TestRuledSurface2.png.md5        |     1 +
 .../Data/Baseline/TestSelectEnclosedPoints.png.md5 |     1 +
 .../Testing/Data/Baseline/TestSpherePuzzle.png.md5 |     1 +
 .../Data/Baseline/TestSpherePuzzleArrows.png.md5   |     1 +
 .../Modeling/Testing/Data/Baseline/camera.png.md5  |     1 +
 .../Testing/Data/Baseline/contour2DAll.png.md5     |     1 +
 .../Testing/Data/Baseline/contour3DAll.png.md5     |     1 +
 .../Testing/Data/Baseline/eleState.png.md5         |     1 +
 .../Testing/Data/Baseline/extrudeCopyCD.png.md5    |     1 +
 .../Modeling/Testing/Data/Baseline/schwarz.png.md5 |     1 +
 .../Testing/Data/Baseline/smoothCyl.png.md5        |     1 +
 .../Testing/Data/Baseline/smoothCyl2.png.md5       |     1 +
 .../Testing/Data/Baseline/subDivideTetra.png.md5   |     1 +
 .../Data/Baseline/subdividePointData.png.md5       |     1 +
 .../Testing/Data/Baseline/sync3dAll.png.md5        |     1 +
 VTK/Filters/Modeling/Testing/Python/CMakeLists.txt |    28 +
 .../Testing/Python/TestNamedColorsIntegration.py   |     4 -
 .../Modeling/Testing/Python/contour2DAll.py        |     4 -
 .../Modeling/Testing/Python/contour3DAll.py        |     4 -
 VTK/Filters/Modeling/Testing/Python/smoothCyl.py   |     2 +-
 VTK/Filters/Modeling/Testing/Python/sync3dAll.py   |     6 +-
 VTK/Filters/Modeling/Testing/Tcl/CMakeLists.txt    |    51 +-
 .../Modeling/vtkBandedPolyDataContourFilter.cxx    |     2 +-
 .../Modeling/vtkButterflySubdivisionFilter.h       |     4 +-
 .../Modeling/vtkDijkstraGraphGeodesicPath.h        |     4 -
 VTK/Filters/Modeling/vtkGeodesicPath.h             |     2 -
 VTK/Filters/Modeling/vtkLinearExtrusionFilter.h    |     2 +-
 VTK/Filters/Modeling/vtkLinearSubdivisionFilter.h  |     4 +-
 VTK/Filters/Modeling/vtkLoopSubdivisionFilter.h    |     4 +-
 VTK/Filters/Modeling/vtkProjectedTexture.h         |     2 +-
 .../Modeling/vtkQuadRotationalExtrusionFilter.h    |     2 +-
 .../Modeling/vtkRotationalExtrusionFilter.h        |     2 +-
 VTK/Filters/Modeling/vtkSectorSource.h             |     2 +-
 VTK/Filters/Modeling/vtkSelectPolyData.cxx         |    32 +-
 VTK/Filters/Modeling/vtkSelectPolyData.h           |     5 +
 VTK/Filters/Modeling/vtkSubdivideTetra.h           |     2 +-
 VTK/Filters/Parallel/CMakeLists.txt                |     1 -
 VTK/Filters/Parallel/Testing/Cxx/CMakeLists.txt    |    19 +-
 .../Testing/Cxx/DistributedDataRenderPass.cxx      |     1 -
 .../Testing/Data/Baseline/DistributedData.png.md5  |     1 +
 .../Baseline/DistributedDataRenderPass.png.md5     |     1 +
 .../Testing/Data/Baseline/RectOutline.png.md5      |     1 +
 .../Testing/Data/Baseline/TestCutMaterial.png.md5  |     1 +
 .../Data/Baseline/TestExtractCTHPart.png.md5       |     1 +
 .../Testing/Data/Baseline/TestExtrudePiece.png.md5 |     1 +
 .../Data/Baseline/TestImageStreamer.png.md5        |     1 +
 .../Data/Baseline/TransmitImageData.png.md5        |     1 +
 .../Baseline/TransmitImageDataRenderPass.png.md5   |     1 +
 .../Baseline/TransmitImageDataRenderPass_1.png.md5 |     1 +
 .../Data/Baseline/TransmitRectilinearGrid.png.md5  |     1 +
 .../Data/Baseline/TransmitStructuredGrid.png.md5   |     1 +
 VTK/Filters/Parallel/Testing/Python/CMakeLists.txt |    10 +-
 VTK/Filters/Parallel/Testing/Tcl/CMakeLists.txt    |    13 +-
 VTK/Filters/Parallel/module.cmake                  |     1 +
 VTK/Filters/Parallel/vtkExtractCTHPart.cxx         |  1566 +--
 VTK/Filters/Parallel/vtkExtractCTHPart.h           |   249 +-
 VTK/Filters/Parallel/vtkExtractPolyDataPiece.h     |     2 +-
 .../Parallel/vtkExtractUnstructuredGridPiece.h     |     2 +-
 .../Parallel/vtkExtractUserDefinedPiece.cxx        |     6 +-
 VTK/Filters/Parallel/vtkPCellDataToPointData.h     |     2 +-
 VTK/Filters/Parallel/vtkPExtractArraysOverTime.cxx |     2 +-
 VTK/Filters/Parallel/vtkPKdTree.cxx                |     2 +-
 VTK/Filters/Parallel/vtkPLinearExtrusionFilter.h   |     2 +-
 VTK/Filters/Parallel/vtkPPolyDataNormals.h         |     2 +-
 VTK/Filters/Parallel/vtkPSphereSource.h            |     4 +-
 VTK/Filters/Parallel/vtkPTableToStructuredGrid.cxx |   177 -
 VTK/Filters/Parallel/vtkPTableToStructuredGrid.h   |    62 -
 VTK/Filters/Parallel/vtkPassThroughFilter.h        |     4 +-
 VTK/Filters/Parallel/vtkPieceRequestFilter.h       |     2 +-
 VTK/Filters/Parallel/vtkPipelineSize.h             |     2 +-
 .../Parallel/vtkRectilinearGridOutlineFilter.h     |     4 +-
 .../ParallelFlowPaths/Testing/Cxx/CMakeLists.txt   |     9 +-
 .../Testing/Cxx/TestPParticleTracers.cxx           |   179 +-
 .../Testing/Data/Baseline/TestPStream.cxx.png.md5  |     1 +
 .../ParallelFlowPaths/vtkPParticlePathFilter.cxx   |     5 +-
 .../ParallelFlowPaths/vtkPParticleTracerBase.cxx   |   165 +-
 .../ParallelFlowPaths/vtkPParticleTracerBase.h     |   118 +-
 .../ParallelFlowPaths/vtkPStreaklineFilter.cxx     |     9 +-
 VTK/Filters/ParallelFlowPaths/vtkPStreamTracer.cxx |     2 +-
 .../ParallelFlowPaths/vtkPTemporalStreamTracer.cxx |     2 +-
 VTK/Filters/ParallelGeometry/CMakeLists.txt        |     2 +
 .../ParallelGeometry/Testing/Cxx/CMakeLists.txt    |    16 +-
 .../Cxx/TestPUnstructuredGridConnectivity.cxx      |   141 +
 .../TestPUnstructuredGridGhostDataGenerator.cxx    |   125 +
 .../Testing/Cxx/UnstructuredGhostZonesCommon.h     |   389 +
 .../vtkPUnstructuredGridConnectivity.cxx           |  2059 +++
 .../vtkPUnstructuredGridConnectivity.h             |   294 +
 .../vtkPUnstructuredGridGhostDataGenerator.cxx     |   120 +
 .../vtkPUnstructuredGridGhostDataGenerator.h       |    75 +
 .../vtkMemoryLimitImageDataStreamer.h              |     2 +-
 .../ParallelStatistics/Testing/Cxx/CMakeLists.txt  |    17 +-
 .../Programmable/Testing/Cxx/CMakeLists.txt        |    27 +-
 .../Data/Baseline/MultidimensionalSolution.png.md5 |     1 +
 .../Baseline/MultidimensionalSolution_1.png.md5    |     1 +
 .../Baseline/MultidimensionalSolution_2.png.md5    |     1 +
 .../Data/Baseline/TestProgrammableGlyph.png.md5    |     1 +
 .../Testing/Data/Baseline/progGlyphs.png.md5       |     1 +
 .../Data/Baseline/progGlyphsBySource.png.md5       |     1 +
 .../Data/Baseline/progGlyphsBySource_1.png.md5     |     1 +
 .../Data/Baseline/progGlyphsBySource_2.png.md5     |     1 +
 .../Testing/Data/Baseline/progGlyphs_1.png.md5     |     1 +
 .../Programmable/Testing/Python/CMakeLists.txt     |     6 +
 .../Programmable/Testing/Tcl/CMakeLists.txt        |     9 +-
 VTK/Filters/ReebGraph/Testing/Cxx/CMakeLists.txt   |     4 +-
 VTK/Filters/SMP/CMakeLists.txt                     |    15 +
 VTK/Filters/SMP/Testing/Cxx/CMakeLists.txt         |     6 +
 VTK/Filters/SMP/Testing/Cxx/TestSMPContour.cxx     |   220 +
 VTK/Filters/SMP/Testing/Cxx/TestSMPTransform.cxx   |   136 +
 VTK/Filters/SMP/Testing/Cxx/TestSMPWarp.cxx        |   272 +
 VTK/Filters/SMP/module.cmake                       |    11 +
 VTK/Filters/SMP/vtkSMPContourGrid.cxx              |   526 +
 VTK/Filters/SMP/vtkSMPContourGrid.h                |    70 +
 VTK/Filters/SMP/vtkSMPContourGridManyPieces.cxx    |   346 +
 VTK/Filters/SMP/vtkSMPContourGridManyPieces.h      |    54 +
 VTK/Filters/SMP/vtkSMPMergePoints.cxx              |   175 +
 VTK/Filters/SMP/vtkSMPMergePoints.h                |   109 +
 VTK/Filters/SMP/vtkSMPMergePolyDataHelper.cxx      |   436 +
 VTK/Filters/SMP/vtkSMPMergePolyDataHelper.h        |    83 +
 VTK/Filters/SMP/vtkSMPTransform.cxx                |   279 +
 VTK/Filters/SMP/vtkSMPTransform.h                  |    71 +
 VTK/Filters/SMP/vtkSMPWarpVector.cxx               |   203 +
 VTK/Filters/SMP/vtkSMPWarpVector.h                 |    52 +
 VTK/Filters/Selection/Testing/Cxx/CMakeLists.txt   |    43 +-
 .../Testing/Cxx/TestCellDistanceSelector3D.cxx     |     2 +-
 .../Selection/Testing/Cxx/TestLinearSelector2D.cxx |     2 +-
 .../Selection/Testing/Cxx/TestLinearSelector3D.cxx |     2 +-
 VTK/Filters/Sources/Testing/Cxx/CMakeLists.txt     |    29 +
 VTK/Filters/Sources/Testing/Cxx/TestArcSource.cxx  |    88 +
 VTK/Filters/Sources/Testing/Cxx/TestConeSource.cxx |   102 +
 VTK/Filters/Sources/Testing/Cxx/TestCubeSource.cxx |    93 +
 .../Sources/Testing/Cxx/TestCylinderSource.cxx     |    87 +
 VTK/Filters/Sources/Testing/Cxx/TestDiskSource.cxx |    84 +
 .../Testing/Cxx/TestEllipticalButtonSource.cxx     |   101 +
 .../Sources/Testing/Cxx/TestFrustumSource.cxx      |   105 +
 .../Sources/Testing/Cxx/TestGlyphSource2D.cxx      |    90 +
 VTK/Filters/Sources/Testing/Cxx/TestLineSource.cxx |   157 +-
 .../Testing/Cxx/TestOutlineCornerSource.cxx        |   103 +
 .../Sources/Testing/Cxx/TestOutlineSource.cxx      |    95 +
 .../Testing/Cxx/TestParametricFunctionSource.cxx   |    91 +
 .../Sources/Testing/Cxx/TestPlaneSource.cxx        |    86 +
 .../Testing/Cxx/TestPlatonicSolidSource.cxx        |   139 +
 .../Sources/Testing/Cxx/TestPointSource.cxx        |    79 +
 .../Testing/Cxx/TestRectangularButtonSource.cxx    |   100 +
 .../Testing/Cxx/TestRegularPolygonSource.cxx       |    97 +
 .../Sources/Testing/Cxx/TestSphereSource.cxx       |    84 +
 .../Sources/Testing/Cxx/TestSuperquadricSource.cxx |    90 +
 VTK/Filters/Sources/Testing/Cxx/TestTextSource.cxx |    54 +
 .../Testing/Cxx/TestTexturedSphereSource.cxx       |    66 +
 .../Sources/Testing/Data/Baseline/Disk.png.md5     |     1 +
 .../Sources/Testing/Data/Baseline/OSCone.png.md5   |     1 +
 .../Testing/Data/Baseline/TestButtonSource.png.md5 |     1 +
 .../Testing/Data/Baseline/TestMultiBlock.png.md5   |     1 +
 .../Data/Baseline/TestPlatonicSolids.png.md5       |     1 +
 .../Data/Baseline/TestRegularPolygonSource.png.md5 |     1 +
 .../Testing/Data/Baseline/coneResolution.png.md5   |     1 +
 .../Sources/Testing/Data/Baseline/glyph2D.png.md5  |     1 +
 .../Testing/Data/Baseline/squadViewer.png.md5      |     1 +
 VTK/Filters/Sources/Testing/Python/CMakeLists.txt  |    10 +
 .../Sources/Testing/Python/TestPlatonicSolids.py   |     4 -
 VTK/Filters/Sources/Testing/Tcl/CMakeLists.txt     |     8 +-
 VTK/Filters/Sources/vtkArcSource.cxx               |    17 +-
 VTK/Filters/Sources/vtkArcSource.h                 |    18 +-
 VTK/Filters/Sources/vtkArrowSource.h               |     2 +-
 VTK/Filters/Sources/vtkConeSource.cxx              |    15 +-
 VTK/Filters/Sources/vtkConeSource.h                |     8 +
 VTK/Filters/Sources/vtkCubeSource.cxx              |    16 +-
 VTK/Filters/Sources/vtkCubeSource.h                |    12 +-
 VTK/Filters/Sources/vtkCylinderSource.cxx          |    13 +
 VTK/Filters/Sources/vtkCylinderSource.h            |    10 +-
 VTK/Filters/Sources/vtkDiskSource.cxx              |    13 +
 VTK/Filters/Sources/vtkDiskSource.h                |    10 +-
 VTK/Filters/Sources/vtkEllipticalButtonSource.cxx  |    14 +
 VTK/Filters/Sources/vtkEllipticalButtonSource.h    |    14 +-
 VTK/Filters/Sources/vtkFrustumSource.cxx           |    16 +-
 VTK/Filters/Sources/vtkFrustumSource.h             |     8 +
 VTK/Filters/Sources/vtkGlyphSource2D.cxx           |    14 +
 VTK/Filters/Sources/vtkGlyphSource2D.h             |    18 +-
 .../Sources/vtkHyperOctreeFractalSource.cxx        |     2 +-
 VTK/Filters/Sources/vtkHyperTreeGridSource.cxx     |     2 +-
 VTK/Filters/Sources/vtkLineSource.cxx              |    14 +
 VTK/Filters/Sources/vtkLineSource.h                |     8 +
 VTK/Filters/Sources/vtkOutlineCornerSource.cxx     |    14 +
 VTK/Filters/Sources/vtkOutlineCornerSource.h       |    10 +-
 VTK/Filters/Sources/vtkOutlineSource.cxx           |    16 +
 VTK/Filters/Sources/vtkOutlineSource.h             |    12 +-
 .../Sources/vtkParametricFunctionSource.cxx        |    26 +-
 VTK/Filters/Sources/vtkParametricFunctionSource.h  |     8 +
 VTK/Filters/Sources/vtkPlaneSource.cxx             |    14 +
 VTK/Filters/Sources/vtkPlaneSource.h               |    10 +-
 VTK/Filters/Sources/vtkPlatonicSolidSource.cxx     |    16 +-
 VTK/Filters/Sources/vtkPlatonicSolidSource.h       |     8 +
 VTK/Filters/Sources/vtkPointSource.cxx             |    13 +
 VTK/Filters/Sources/vtkPointSource.h               |    10 +-
 VTK/Filters/Sources/vtkRectangularButtonSource.cxx |    15 +
 VTK/Filters/Sources/vtkRectangularButtonSource.h   |     9 +
 VTK/Filters/Sources/vtkRegularPolygonSource.cxx    |    13 +
 VTK/Filters/Sources/vtkRegularPolygonSource.h      |     8 +
 VTK/Filters/Sources/vtkSphereSource.cxx            |    15 +
 VTK/Filters/Sources/vtkSphereSource.h              |     8 +
 VTK/Filters/Sources/vtkSuperquadricSource.cxx      |    16 +-
 VTK/Filters/Sources/vtkSuperquadricSource.h        |    10 +-
 VTK/Filters/Sources/vtkTessellatedBoxSource.cxx    |    22 +-
 VTK/Filters/Sources/vtkTessellatedBoxSource.h      |     8 +
 VTK/Filters/Sources/vtkTextSource.cxx              |    14 +
 VTK/Filters/Sources/vtkTextSource.h                |     8 +
 VTK/Filters/Sources/vtkTexturedSphereSource.cxx    |    14 +
 VTK/Filters/Sources/vtkTexturedSphereSource.h      |    10 +-
 VTK/Filters/Statistics/CMakeLists.txt              |     2 +
 VTK/Filters/Statistics/Testing/Cxx/CMakeLists.txt  |    20 +-
 .../Testing/Cxx/TestExtractFunctionalBagPlot.cxx   |   141 +
 .../Cxx/TestHighestDensityRegionsStatistics.cxx    |   119 +
 .../Statistics/Testing/Python/CMakeLists.txt       |     8 +-
 .../Statistics/vtkExtractFunctionalBagPlot.cxx     |   207 +
 .../Statistics/vtkExtractFunctionalBagPlot.h       |    55 +
 .../vtkHighestDensityRegionsStatistics.cxx         |   314 +
 .../vtkHighestDensityRegionsStatistics.h           |   144 +
 .../Statistics/vtkMultiCorrelativeStatistics.cxx   |     6 +-
 VTK/Filters/StatisticsGnuR/CMakeLists.txt          |     2 +-
 .../Testing/Cxx/TestRCalculatorFilter.cxx          |     2 +-
 .../StatisticsGnuR/Testing/Cxx/TestRInterface.cxx  |    13 +-
 .../StatisticsGnuR/Testing/Python/CMakeLists.txt   |    10 +
 .../Testing/Python/TestRCalculatorFilter.py        |   245 +
 VTK/Filters/StatisticsGnuR/module.cmake            |     2 +
 VTK/Filters/StatisticsGnuR/vtkRAdapter.cxx         |    62 +-
 .../StatisticsGnuR/vtkRCalculatorFilter.cxx        |   296 +-
 VTK/Filters/StatisticsGnuR/vtkRCalculatorFilter.h  |    32 +
 .../Data/Baseline/AutomaticPlaneGeneration.png.md5 |     1 +
 .../Texture/Testing/Data/Baseline/cylMap.png.md5   |     1 +
 .../Texture/Testing/Data/Baseline/socbal.png.md5   |     1 +
 .../Texture/Testing/Data/Baseline/socbal_1.png.md5 |     1 +
 .../Testing/Data/Baseline/textureThreshold.png.md5 |     1 +
 .../Data/Baseline/textureThreshold_1.png.md5       |     1 +
 .../Data/Baseline/triangularTCoords.png.md5        |     1 +
 VTK/Filters/Texture/Testing/Python/CMakeLists.txt  |     8 +
 VTK/Filters/Texture/Testing/Tcl/CMakeLists.txt     |    13 +-
 VTK/Filters/Texture/vtkTextureMapToCylinder.h      |     2 +-
 VTK/Filters/Texture/vtkTextureMapToPlane.h         |     2 +-
 VTK/Filters/Texture/vtkTextureMapToSphere.h        |     2 +-
 VTK/Filters/Texture/vtkThresholdTextureCoords.h    |     2 +-
 VTK/Filters/Texture/vtkTransformTextureCoords.h    |     2 +-
 VTK/Filters/Texture/vtkTriangularTCoords.h         |     4 +-
 VTK/Filters/Verdict/Testing/Cxx/CMakeLists.txt     |    25 +-
 VTK/Filters/Verdict/Testing/Cxx/MeshQuality.cxx    |     2 +-
 VTK/Filters/Verdict/Testing/Python/CMakeLists.txt  |     4 +-
 VTK/GUISupport/MFC/CMakeLists.txt                  |    10 +-
 VTK/GUISupport/Qt/CMakeLists.txt                   |    58 +-
 VTK/GUISupport/Qt/Q4VTKWidgetPlugin.cxx            |     2 +
 VTK/GUISupport/Qt/Q4VTKWidgetPlugin.h              |    10 +-
 VTK/GUISupport/Qt/QVTKWidget.cxx                   |     4 +-
 VTK/GUISupport/Qt/QVTKWidget.h                     |     4 +-
 VTK/GUISupport/Qt/Testing/Cxx/CMakeLists.txt       |    40 +-
 VTK/GUISupport/Qt/Testing/Cxx/QTestApp.cxx         |    18 +
 VTK/GUISupport/Qt/Testing/Cxx/QTestApp.h           |     6 +
 VTK/GUISupport/Qt/module.cmake                     |     2 +
 VTK/GUISupport/Qt/vtkQtAbstractModelAdapter.h      |    10 +-
 VTK/GUISupport/Qt/vtkQtConnection.cxx              |     4 +-
 VTK/GUISupport/Qt/vtkQtDebugLeaksView.cxx          |     1 +
 VTK/GUISupport/Qt/vtkQtTableModelAdapter.cxx       |     2 +-
 VTK/GUISupport/QtOpenGL/CMakeLists.txt             |    23 +-
 VTK/GUISupport/QtOpenGL/QVTKGraphicsItem.cxx       |    11 +-
 VTK/GUISupport/QtOpenGL/QVTKGraphicsItem.h         |     4 +-
 VTK/GUISupport/QtSQL/CMakeLists.txt                |    27 +-
 .../QtSQL/Testing/Cxx/TestQtSQLDatabase.cxx        |    20 +-
 VTK/GUISupport/QtSQL/module.cmake                  |     2 +
 VTK/GUISupport/QtSQL/vtkQtSQLDatabase.cxx          |     8 +-
 VTK/GUISupport/QtSQL/vtkQtSQLQuery.cxx             |    14 +-
 VTK/GUISupport/QtSQL/vtkQtTimePointUtility.h       |     4 +-
 VTK/GUISupport/QtWebkit/CMakeLists.txt             |    40 +-
 VTK/GUISupport/QtWebkit/vtkQtRichTextView.cxx      |     2 -
 VTK/Geovis/Core/Testing/Cxx/CMakeLists.txt         |    25 +-
 .../TestCoincidentGeoGraphRepresentation2D.png.md5 |     1 +
 .../Data/Baseline/TestGeoAssignCoordinates.png.md5 |     1 +
 .../Testing/Data/Baseline/TestGeoGraticule.png.md5 |     1 +
 .../Testing/Data/Baseline/TestGlobeSource.png.md5  |     1 +
 .../Data/Baseline/TestLabeledGeoView2D.png.md5     |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_1.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_2.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_3.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_4.png.md5   |     1 +
 .../Data/Baseline/TestLabeledGeoView2D_5.png.md5   |     1 +
 VTK/Geovis/Core/vtkGeoAlignedImageSource.cxx       |     2 +-
 VTK/IO/AMR/Testing/Cxx/CMakeLists.txt              |    29 +-
 VTK/IO/AMR/module.cmake                            |     6 +-
 VTK/IO/AMR/vtkAMREnzoReaderInternal.cxx            |    46 +
 VTK/IO/AMR/vtkAMREnzoReaderInternal.h              |     5 +
 VTK/IO/Core/Testing/Cxx/CMakeLists.txt             |    26 +-
 VTK/IO/Core/Testing/Python/CMakeLists.txt          |     6 +-
 VTK/IO/Core/Testing/Tcl/CMakeLists.txt             |     7 +-
 VTK/IO/Core/module.cmake                           |     1 +
 VTK/IO/Core/vtkBase64Utilities.cxx                 |     2 +-
 VTK/IO/Core/vtkBase64Utilities.h                   |     4 +-
 VTK/IO/Core/vtkSortFileNames.cxx                   |    12 +-
 VTK/IO/Core/vtkTextCodec.cxx                       |     1 -
 VTK/IO/Core/vtkTextCodecFactory.cxx                |     6 +-
 VTK/IO/Core/vtkWriter.cxx                          |     5 -
 .../Testing/Data/Baseline/EnSight6Elements.png.md5 |     1 +
 .../Data/Baseline/EnSight6OfficeBin.png.md5        |     1 +
 .../Data/Baseline/EnSightBlow1ASCII.png.md5        |     1 +
 .../Testing/Data/Baseline/EnSightBlow1Bin.png.md5  |     1 +
 .../Data/Baseline/EnSightBlow2ASCII.png.md5        |     1 +
 .../Testing/Data/Baseline/EnSightBlow2Bin.png.md5  |     1 +
 .../Testing/Data/Baseline/EnSightBlow3Bin.png.md5  |     1 +
 .../Testing/Data/Baseline/EnSightBlow4Bin.png.md5  |     1 +
 .../Data/Baseline/EnSightBlow5ASCII.png.md5        |     1 +
 .../Testing/Data/Baseline/EnSightCompound.png.md5  |     1 +
 .../Data/Baseline/EnSightGoldElements.png.md5      |     1 +
 .../Data/Baseline/EnSightIronProtASCII.png.md5     |     1 +
 .../Data/Baseline/EnSightIronProtBin.png.md5       |     1 +
 .../Data/Baseline/EnSightMandelbrot.png.md5        |     1 +
 .../Data/Baseline/EnSightNfacedASCII.png.md5       |     1 +
 .../Testing/Data/Baseline/EnSightNfacedBin.png.md5 |     1 +
 .../Data/Baseline/EnSightOfficeASCII.png.md5       |     1 +
 .../Testing/Data/Baseline/EnSightOfficeBin.png.md5 |     1 +
 .../Data/Baseline/EnSightRectGridASCII.png.md5     |     1 +
 .../Data/Baseline/EnSightRectGridASCII_1.png.md5   |     1 +
 .../Data/Baseline/EnSightRectGridBin.png.md5       |     1 +
 .../Data/Baseline/EnSightRectGridBin_1.png.md5     |     1 +
 .../Data/Baseline/EnSightSelectArrays.png.md5      |     1 +
 .../Testing/Data/Baseline/nacaBinary.png.md5       |     1 +
 VTK/IO/EnSight/Testing/Python/CMakeLists.txt       |    25 +
 VTK/IO/EnSight/Testing/Tcl/CMakeLists.txt          |    58 +-
 VTK/IO/EnSight/vtkEnSight6Reader.cxx               |     2 +-
 VTK/IO/EnSight/vtkEnSightReader.cxx                |     1 -
 VTK/IO/EnSight/vtkGenericEnSightReader.cxx         |     2 +-
 VTK/IO/Exodus/CMakeLists.txt                       |    13 +
 VTK/IO/Exodus/Testing/Cxx/CMakeLists.txt           |    28 +-
 VTK/IO/Exodus/Testing/Cxx/TestExodusAttributes.cxx |    75 +
 VTK/IO/Exodus/Testing/Cxx/TestExodusSideSets.cxx   |    94 +
 VTK/IO/Exodus/Testing/Cxx/TestInSituExodus.cxx     |  1010 ++
 .../Baseline/TestMultiBlockExodusWrite.png.md5     |     1 +
 VTK/IO/Exodus/module.cmake                         |     2 +
 VTK/IO/Exodus/vtkCPExodusIIElementBlock.cxx        |   222 +
 VTK/IO/Exodus/vtkCPExodusIIElementBlock.h          |   113 +
 .../vtkCPExodusIIElementBlockCellIterator.cxx      |   113 +
 .../Exodus/vtkCPExodusIIElementBlockCellIterator.h |    64 +
 VTK/IO/Exodus/vtkCPExodusIIInSituReader.cxx        |   442 +
 VTK/IO/Exodus/vtkCPExodusIIInSituReader.h          |   112 +
 .../Exodus/vtkCPExodusIINodalCoordinatesTemplate.h |   124 +
 .../vtkCPExodusIINodalCoordinatesTemplate.txx      |   509 +
 VTK/IO/Exodus/vtkCPExodusIIResultsArrayTemplate.h  |   114 +
 .../Exodus/vtkCPExodusIIResultsArrayTemplate.txx   |   501 +
 VTK/IO/Exodus/vtkExodusIICache.h                   |     8 +
 VTK/IO/Exodus/vtkExodusIIReader.cxx                |   221 +-
 VTK/IO/Exodus/vtkExodusIIReader.h                  |    24 +
 VTK/IO/Exodus/vtkExodusIIReaderPrivate.h           |     1 +
 VTK/IO/Export/Testing/Cxx/CMakeLists.txt           |    60 +-
 VTK/IO/Export/Testing/Cxx/TestContextGL2PS.cxx     |     2 +-
 .../Testing/Cxx/TestGL2PSLabeledDataMapper.cxx     |   156 +
 VTK/IO/Export/Testing/Cxx/TestLinePlotGL2PS.cxx    |   124 +
 VTK/IO/Export/Testing/Cxx/TestStackedPlotGL2PS.cxx |     2 +-
 .../Baseline/TestContextGL2PS-rasterRef.png.md5    |     1 +
 .../Baseline/TestContextGL2PS-rasterRef_1.png.md5  |     1 +
 ...L2PSExporterMultipleRenderers-rasterRef.png.md5 |     1 +
 ...PSExporterMultipleRenderers-rasterRef_1.png.md5 |     1 +
 .../TestGL2PSExporterMultipleRenderers.png.md5     |     1 +
 .../TestGL2PSExporterRaster-rasterRef.png.md5      |     1 +
 .../TestGL2PSExporterRaster-rasterRef_1.png.md5    |     1 +
 .../TestGL2PSExporterRaster-rasterRef_2.png.md5    |     1 +
 .../TestGL2PSExporterRaster-rasterRef_3.png.md5    |     1 +
 ...tGL2PSExporterRasterExclusion-rasterRef.png.md5 |     1 +
 ...L2PSExporterRasterExclusion-rasterRef_1.png.md5 |     1 +
 ...L2PSExporterRasterExclusion-rasterRef_2.png.md5 |     1 +
 .../TestGL2PSExporterRasterExclusion.png.md5       |     1 +
 .../TestGL2PSExporterVector-rasterRef.png.md5      |     1 +
 .../TestGL2PSExporterVector-rasterRef_1.png.md5    |     1 +
 .../TestGL2PSExporterVector-rasterRef_2.png.md5    |     1 +
 .../TestGL2PSExporterVector-rasterRef_3.png.md5    |     1 +
 ...TestGL2PSExporterVolumeRaster-rasterRef.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_1.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_2.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_3.png.md5 |     1 +
 ...stGL2PSExporterVolumeRaster-rasterRef_4.png.md5 |     1 +
 .../TestGL2PSLabeledDataMapper-rasterRef.png.md5   |     1 +
 .../Baseline/TestGL2PSLabeledDataMapper.png.md5    |     1 +
 .../TestGL2PSTextActor3D-rasterRef.png.md5         |     1 +
 .../Data/Baseline/TestGL2PSTextActor3D.png.md5     |     1 +
 .../Baseline/TestLinePlotGL2PS-rasterRef.png.md5   |     1 +
 .../Data/Baseline/TestLinePlotGL2PS.png.md5        |     1 +
 .../Data/Baseline/TestLinePlotGL2PS_1.png.md5      |     1 +
 .../TestStackedPlotGL2PS-rasterRef.png.md5         |     1 +
 .../TestStackedPlotGL2PS-rasterRef_1.png.md5       |     1 +
 .../Data/Baseline/TestStackedPlotGL2PS.png.md5     |     1 +
 VTK/IO/Export/module.cmake                         |     7 +-
 VTK/IO/Export/vtkGL2PSExporter.cxx                 |    93 +-
 VTK/IO/Export/vtkGL2PSExporter.h                   |    16 +
 VTK/IO/Export/vtkX3DExporterWriter.h               |     2 +-
 VTK/IO/FFMPEG/CMakeLists.txt                       |     2 +-
 VTK/IO/FFMPEG/Testing/Cxx/CMakeLists.txt           |    30 +-
 VTK/IO/FFMPEG/vtkFFMPEGConfig.h.in                 |     2 +-
 VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx                  |    26 +-
 VTK/IO/GDAL/CMakeLists.txt                         |     2 +-
 VTK/IO/GDAL/Testing/Cxx/CMakeLists.txt             |    27 +-
 VTK/IO/GDAL/Testing/Cxx/TestGDALVectorReader.cxx   |    31 +
 .../Data/Baseline/TestGDALVectorReader.png.md5     |     1 +
 VTK/IO/GDAL/vtkGDALVectorReader.cxx                |    44 +-
 VTK/IO/GDAL/vtkGDALVectorReader.h                  |    23 +-
 VTK/IO/GeoJSON/CMakeLists.txt                      |     5 +
 VTK/IO/GeoJSON/Testing/Python/CMakeLists.txt       |     1 +
 VTK/IO/GeoJSON/Testing/Python/TestGeoJSONWriter.py |    54 +
 VTK/IO/GeoJSON/module.cmake                        |     7 +
 VTK/IO/GeoJSON/vtkGeoJSONWriter.cxx                |   433 +
 VTK/IO/GeoJSON/vtkGeoJSONWriter.h                  |   113 +
 VTK/IO/Geometry/CMakeLists.txt                     |     1 -
 VTK/IO/Geometry/Testing/Cxx/CMakeLists.txt         |    54 +-
 VTK/IO/Geometry/Testing/Cxx/TestMFIXReader.cxx     |   183 +
 VTK/IO/Geometry/Testing/Cxx/TestOpenFOAMReader.cxx |   138 +
 .../Geometry/Testing/Cxx/TestWindBladeReader.cxx   |     2 +-
 .../Testing/Data/Baseline/ParticleReader.png.md5   |     1 +
 .../Testing/Data/Baseline/Plot3DScalars.png.md5    |     1 +
 .../Testing/Data/Baseline/Plot3DScalars_1.png.md5  |     1 +
 .../Testing/Data/Baseline/Plot3DScalars_2.png.md5  |     1 +
 .../Testing/Data/Baseline/Plot3DScalars_3.png.md5  |     1 +
 .../Testing/Data/Baseline/Plot3DVectors.png.md5    |     1 +
 .../Testing/Data/Baseline/TestAVSucdReader.png.md5 |     1 +
 .../Testing/Data/Baseline/TestChacoReader.png.md5  |     1 +
 .../Testing/Data/Baseline/TestGAMBITReader.png.md5 |     1 +
 .../Data/Baseline/TestOpenFOAMReader.png.md5       |     1 +
 .../Testing/Data/Baseline/TestPlot3DMeta.png.md5   |     1 +
 .../Data/Baseline/TestPolygonWriters.png.md5       |     1 +
 .../Data/Baseline/TestProStarReader.png.md5        |     1 +
 .../Data/Baseline/TestSimplePointsReader.png.md5   |     1 +
 .../Data/Baseline/TestTecplotReader.png.md5        |     1 +
 .../Data/Baseline/TestTecplotReader_1.png.md5      |     1 +
 .../Data/Baseline/TestWindBladeReader.png.md5      |     1 +
 .../Data/Baseline/TestWindBladeReader_1.png.md5    |     1 +
 .../Testing/Data/Baseline/TestXYZMol.png.md5       |     1 +
 .../Testing/Data/Baseline/caffeine.png.md5         |     1 +
 .../Geometry/Testing/Data/Baseline/motor.png.md5   |     1 +
 .../Testing/Data/Baseline/testHexaPenta.png.md5    |     1 +
 .../Testing/Data/Baseline/testHexaPenta_1.png.md5  |     1 +
 .../Testing/Data/Baseline/testHexaPenta_2.png.md5  |     1 +
 VTK/IO/Geometry/Testing/Python/CMakeLists.txt      |    17 +
 VTK/IO/Geometry/Testing/Tcl/CMakeLists.txt         |    26 +-
 VTK/IO/Geometry/module.cmake                       |     2 +
 VTK/IO/Geometry/vtkChacoReader.cxx                 |    16 +-
 VTK/IO/Geometry/vtkFLUENTReader.cxx                |     2 +-
 VTK/IO/Geometry/vtkFLUENTReader.h                  |     2 +-
 VTK/IO/Geometry/vtkMFIXReader.cxx                  |    41 +-
 VTK/IO/Geometry/vtkMoleculeReaderBase.cxx          |     7 +-
 VTK/IO/Geometry/vtkMultiBlockPLOT3DReader.cxx      |    12 +-
 VTK/IO/Geometry/vtkMultiBlockPLOT3DReader.h        |     5 +
 VTK/IO/Geometry/vtkOpenFOAMReader.cxx              |    11 -
 VTK/IO/Geometry/vtkPlot3DMetaReader.cxx            |     8 +-
 VTK/IO/Geometry/vtkSESAMEReader.cxx                |   656 -
 VTK/IO/Geometry/vtkSESAMEReader.h                  |   120 -
 VTK/IO/Geometry/vtkWindBladeReader.cxx             |     4 +-
 VTK/IO/Geometry/vtkWindBladeReader.h               |     4 +-
 VTK/IO/Image/Testing/Cxx/CMakeLists.txt            |    45 +-
 .../Testing/Data/Baseline/TestBMPReader.png.md5    |     1 +
 .../Testing/Data/Baseline/TestImageWriters.png.md5 |     1 +
 .../Testing/Data/Baseline/TestJPEGReader.png.md5   |     1 +
 VTK/IO/Image/Testing/Data/Baseline/TestMHD.png.md5 |     1 +
 .../Testing/Data/Baseline/TestMetaImage2D.png.md5  |     1 +
 .../Testing/Data/Baseline/TestNrrdReader.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSetFileNames.png.md5 |     1 +
 .../Testing/Data/Baseline/TestTIFFReader.png.md5   |     1 +
 VTK/IO/Image/Testing/Data/Baseline/dem.png.md5     |     1 +
 VTK/IO/Image/Testing/Python/CMakeLists.txt         |    11 +
 VTK/IO/Image/Testing/Python/TestSetFileNames.py    |     2 +-
 VTK/IO/Image/Testing/Tcl/CMakeLists.txt            |    18 +-
 VTK/IO/Image/Testing/Tcl/TestSetFileNames.tcl      |     2 +-
 VTK/IO/Image/module.cmake                          |     2 +
 VTK/IO/Image/vtkBMPWriter.h                        |     2 +-
 VTK/IO/Image/vtkGESignaReader.h                    |     4 +-
 VTK/IO/Image/vtkImageImport.cxx                    |    17 +
 VTK/IO/Image/vtkImageImport.h                      |     8 +
 VTK/IO/Image/vtkImageImportExecutive.h             |     4 +-
 VTK/IO/Image/vtkImageReader2Collection.h           |     4 +-
 VTK/IO/Image/vtkImageWriter.h                      |     4 +-
 VTK/IO/Image/vtkJPEGReader.h                       |     4 +-
 VTK/IO/Image/vtkJPEGWriter.cxx                     |    21 +-
 VTK/IO/Image/vtkMedicalImageProperties.cxx         |     9 +-
 VTK/IO/Image/vtkPNGReader.h                        |     4 +-
 VTK/IO/Image/vtkPNGWriter.cxx                      |     3 +
 VTK/IO/Image/vtkPNGWriter.h                        |    10 +
 VTK/IO/Image/vtkPNMReader.cxx                      |     4 +-
 VTK/IO/Image/vtkPNMReader.h                        |     4 +-
 VTK/IO/Image/vtkPNMWriter.h                        |     4 +-
 VTK/IO/Image/vtkPostScriptWriter.h                 |     4 +-
 VTK/IO/Image/vtkTIFFReader.cxx                     |    55 +-
 VTK/IO/Image/vtkTIFFReader.h                       |     4 +-
 VTK/IO/Import/Testing/Cxx/CMakeLists.txt           |    29 +-
 VTK/IO/Import/Testing/Cxx/TestVRMLNormals.cxx      |     6 +-
 .../Testing/Data/Baseline/TestVRMLNormals.png.md5  |     1 +
 .../Testing/Data/Baseline/VRMLImporter.png.md5     |     1 +
 VTK/IO/Import/Testing/Python/CMakeLists.txt        |     2 +-
 VTK/IO/Import/Testing/Tcl/CMakeLists.txt           |     4 +-
 VTK/IO/Import/module.cmake                         |     2 +
 VTK/IO/Import/vtk3DSImporter.cxx                   |    24 +-
 VTK/IO/Import/vtkImporter.h                        |    10 +-
 VTK/IO/Import/vtkVRMLImporter.cxx                  |   142 +-
 VTK/IO/Import/vtkVRMLImporter.h                    |     8 +-
 VTK/IO/Infovis/CMakeLists.txt                      |     1 +
 VTK/IO/Infovis/Testing/Cxx/CMakeLists.txt          |    45 +-
 .../Testing/Cxx/TestDelimitedTextReader2.cxx       |    82 +
 .../Infovis/Testing/Cxx/TestNewickTreeReader.cxx   |    64 +-
 .../Infovis/Testing/Cxx/TestNewickTreeWriter.cxx   |   124 +
 VTK/IO/Infovis/module.cmake                        |     2 +
 VTK/IO/Infovis/vtkDIMACSGraphWriter.h              |     4 +-
 VTK/IO/Infovis/vtkDelimitedTextReader.cxx          |   104 +-
 VTK/IO/Infovis/vtkDelimitedTextReader.h            |    22 +
 VTK/IO/Infovis/vtkNewickTreeReader.cxx             |   139 +-
 VTK/IO/Infovis/vtkNewickTreeReader.h               |     4 +-
 VTK/IO/Infovis/vtkNewickTreeWriter.cxx             |   145 +
 VTK/IO/Infovis/vtkNewickTreeWriter.h               |    83 +
 VTK/IO/Infovis/vtkTulipReader.cxx                  |     2 +-
 VTK/IO/Infovis/vtkXGMLReader.cxx                   |     2 +-
 VTK/IO/Infovis/vtkXMLTreeReader.cxx                |     2 +-
 VTK/IO/LSDyna/Testing/Cxx/CMakeLists.txt           |    40 +-
 VTK/IO/LSDyna/Testing/Cxx/TestLSDynaReader.cxx     |     2 +-
 VTK/IO/LSDyna/Testing/Cxx/TestLSDynaReaderSPH.cxx  |     2 +-
 .../Testing/Data/Baseline/TestLSDynaReader.png.md5 |     1 +
 .../Data/Baseline/TestLSDynaReaderSPH.png.md5      |     1 +
 VTK/IO/LSDyna/module.cmake                         |     2 +
 VTK/IO/LSDyna/private/LSDynaFamily.cxx             |     6 +-
 VTK/IO/LSDyna/vtkLSDynaReader.cxx                  |     2 +-
 VTK/IO/Legacy/CMakeLists.txt                       |     6 +
 VTK/IO/Legacy/Testing/Cxx/CMakeLists.txt           |    25 +-
 VTK/IO/Legacy/module.cmake                         |     2 +
 VTK/IO/Legacy/vtkCompositeDataReader.cxx           |    17 +-
 VTK/IO/Legacy/vtkCompositeDataWriter.cxx           |    21 +-
 VTK/IO/Legacy/vtkDataReader.cxx                    |     2 +-
 VTK/IO/Legacy/vtkDataSetWriter.h                   |     4 +-
 VTK/IO/Legacy/vtkDataWriter.cxx                    |     4 +-
 VTK/IO/Legacy/vtkGraphWriter.h                     |     4 +-
 VTK/IO/Legacy/vtkPixelExtentIO.cxx                 |   200 +
 VTK/IO/Legacy/vtkPixelExtentIO.h                   |    75 +
 VTK/IO/Legacy/vtkPolyDataWriter.h                  |     4 +-
 VTK/IO/Legacy/vtkRectilinearGridWriter.h           |     4 +-
 VTK/IO/Legacy/vtkStructuredGridWriter.h            |     4 +-
 VTK/IO/Legacy/vtkStructuredPointsWriter.h          |     4 +-
 VTK/IO/Legacy/vtkTableWriter.h                     |     4 +-
 VTK/IO/Legacy/vtkTreeReader.cxx                    |     2 +-
 VTK/IO/Legacy/vtkTreeWriter.cxx                    |    16 +-
 VTK/IO/Legacy/vtkTreeWriter.h                      |     6 +-
 VTK/IO/Legacy/vtkUnstructuredGridWriter.h          |     4 +-
 .../Data/Baseline/TestMINCImageReader.png.md5      |     1 +
 .../Data/Baseline/TestMINCImageWriter.png.md5      |     1 +
 .../Testing/Data/Baseline/TestMNIObjects.png.md5   |     1 +
 .../Testing/Data/Baseline/TestMNITagPoints.png.md5 |     1 +
 .../Data/Baseline/TestMNITransforms.png.md5        |     1 +
 VTK/IO/MINC/Testing/Python/CMakeLists.txt          |    10 +-
 VTK/IO/MINC/Testing/Tcl/CMakeLists.txt             |    12 +-
 VTK/IO/MINC/module.cmake                           |     3 +
 VTK/IO/MINC/vtkMNITagPointWriter.h                 |     2 +-
 VTK/IO/MPIImage/CMakeLists.txt                     |     5 +-
 VTK/IO/MPIImage/Testing/Cxx/CMakeLists.txt         |    26 +-
 .../Testing/Data/Baseline/ParallelIso.cxx.png.md5  |     1 +
 VTK/IO/MPIImage/module.cmake                       |     2 +
 VTK/IO/MPIParallel/CMakeLists.txt                  |     8 +-
 VTK/IO/MPIParallel/Testing/Cxx/CMakeLists.txt      |    17 +-
 .../Testing/Cxx/TestPWindBladeReader.cxx           |     2 +-
 .../Data/Baseline/TestWindBladeReader.png.md5      |     1 +
 .../Data/Baseline/TestWindBladeReader_1.png.md5    |     1 +
 VTK/IO/MPIParallel/module.cmake                    |     2 +
 VTK/IO/Movie/CMakeLists.txt                        |     2 +-
 VTK/IO/Movie/Testing/Cxx/CMakeLists.txt            |    26 +-
 VTK/IO/Movie/vtkOggTheoraWriter.cxx                |     3 +-
 VTK/IO/MySQL/CMakeLists.txt                        |     2 +-
 VTK/IO/MySQL/Testing/Cxx/CMakeLists.txt            |    33 +-
 .../MySQL/Testing/Data/Input/simple_table.vtk.md5  |     1 +
 .../Testing/Data/Input/simple_table_win.vtk.md5    |     1 +
 VTK/IO/MySQL/module.cmake                          |     2 +
 VTK/IO/MySQL/vtkMySQLDatabase.cxx                  |     2 +-
 VTK/IO/MySQL/vtkMySQLQuery.cxx                     |    13 +-
 VTK/IO/NetCDF/CMakeLists.txt                       |     3 -
 VTK/IO/NetCDF/Testing/Cxx/CMakeLists.txt           |    37 +-
 VTK/IO/NetCDF/Testing/Cxx/TestMPASReader.cxx       |     2 +-
 VTK/IO/NetCDF/Testing/Cxx/TestNetCDFCAMReader.cxx  |     2 +-
 VTK/IO/NetCDF/Testing/Cxx/TestNetCDFPOPReader.cxx  |     2 +-
 .../Testing/Data/Baseline/NetCDFCF2DBounds.png.md5 |     1 +
 .../Data/Baseline/NetCDFCFSetOutputType.png.md5    |     1 +
 .../Data/Baseline/NetCDFCFSphericalCoords.png.md5  |     1 +
 .../Data/Baseline/NetCDFCFUnstructured.png.md5     |     1 +
 .../Testing/Data/Baseline/NetCDFReader.png.md5     |     1 +
 .../Data/Baseline/SLACMultipleModes.png.md5        |     1 +
 .../Data/Baseline/SLACParticleReader.png.md5       |     1 +
 .../Testing/Data/Baseline/SLACReaderLinear.png.md5 |     1 +
 .../Data/Baseline/SLACReaderQuadratic.png.md5      |     1 +
 .../Testing/Data/Baseline/TestMPASReader.png.md5   |     1 +
 .../Data/Baseline/TestNetCDFCAMReader.png.md5      |     1 +
 .../Data/Baseline/TestNetCDFPOPReader.png.md5      |     1 +
 VTK/IO/NetCDF/Testing/Python/CMakeLists.txt        |     8 +
 VTK/IO/NetCDF/Testing/Tcl/CMakeLists.txt           |    12 +-
 VTK/IO/NetCDF/module.cmake                         |     3 +-
 VTK/IO/NetCDF/vtkMPASReader.cxx                    |   184 +-
 VTK/IO/NetCDF/vtkMPASReader.h                      |     1 +
 VTK/IO/NetCDF/vtkNetCDFCFReader.cxx                |    73 +-
 VTK/IO/NetCDF/vtkNetCDFCFReader.h                  |     2 +
 VTK/IO/NetCDF/vtkNetCDFReader.cxx                  |    97 +
 VTK/IO/NetCDF/vtkNetCDFReader.h                    |    17 +-
 VTK/IO/ODBC/CMakeLists.txt                         |     2 +-
 VTK/IO/ODBC/Testing/Cxx/CMakeLists.txt             |    25 +-
 VTK/IO/ODBC/module.cmake                           |     2 +
 VTK/IO/ODBC/vtkODBCDatabase.cxx                    |     2 +-
 VTK/IO/ODBC/vtkODBCQuery.cxx                       |     2 +-
 VTK/IO/PLY/Testing/Cxx/CMakeLists.txt              |     5 +
 .../Testing/Data/Baseline/TestPLYReadWrite.png.md5 |     1 +
 .../Testing/Data/Baseline/TestPLYReader.png.md5    |     1 +
 VTK/IO/PLY/Testing/Python/CMakeLists.txt           |     2 +-
 VTK/IO/PLY/Testing/Tcl/CMakeLists.txt              |     4 +-
 VTK/IO/PLY/vtkPLY.cxx                              |     4 +-
 VTK/IO/PLY/vtkPLYWriter.cxx                        |     4 +-
 VTK/IO/Parallel/Testing/Cxx/CMakeLists.txt         |    33 +-
 .../Parallel/Testing/Cxx/TestPOpenFOAMReader.cxx   |   139 +
 .../Data/Baseline/PSLACReaderLinear.png.md5        |     1 +
 .../Data/Baseline/PSLACReaderQuadratic.png.md5     |     1 +
 .../Data/Baseline/TestPDataSetReaderGrid.png.md5   |     1 +
 .../Testing/Data/Baseline/TestPImageWriter.png.md5 |     1 +
 .../Data/Baseline/TestPOpenFOAMReader.png.md5      |     1 +
 VTK/IO/Parallel/Testing/Python/CMakeLists.txt      |     4 +-
 VTK/IO/Parallel/Testing/Tcl/CMakeLists.txt         |     6 +-
 VTK/IO/Parallel/module.cmake                       |     3 +
 VTK/IO/Parallel/vtkXMLPUniformGridAMRWriter.cxx    |     2 +-
 VTK/IO/ParallelExodus/Testing/Cxx/CMakeLists.txt   |     3 +-
 VTK/IO/ParallelExodus/module.cmake                 |     2 +
 VTK/IO/ParallelExodus/vtkPExodusIIReader.cxx       |    21 +-
 VTK/IO/ParallelLSDyna/Testing/Cxx/CMakeLists.txt   |     9 +-
 .../Testing/Data/Baseline/PLSDynaReader.png.md5    |     1 +
 VTK/IO/ParallelNetCDF/CMakeLists.txt               |     7 +-
 VTK/IO/ParallelNetCDF/Testing/Cxx/CMakeLists.txt   |    23 +-
 .../Testing/Cxx/TestPNetCDFPOPReader.cxx           |     2 +-
 .../Data/Baseline/TestPNetCDFPOPReader.png.md5     |     1 +
 VTK/IO/ParallelNetCDF/module.cmake                 |     2 +-
 VTK/IO/PostgreSQL/CMakeLists.txt                   |     2 +-
 VTK/IO/PostgreSQL/Testing/Cxx/CMakeLists.txt       |    34 +-
 .../Testing/Data/Input/simple_table.vtk.md5        |     1 +
 .../Testing/Data/Input/simple_table_win.vtk.md5    |     1 +
 VTK/IO/PostgreSQL/module.cmake                     |     2 +
 VTK/IO/PostgreSQL/vtkPostgreSQLDatabase.cxx        |     2 +-
 VTK/IO/SQL/Testing/Cxx/CMakeLists.txt              |    35 +-
 VTK/IO/SQL/Testing/Data/Input/simple_table.vtk.md5 |     1 +
 VTK/IO/SQL/module.cmake                            |     2 +
 VTK/IO/SQL/vtkSQLiteQuery.cxx                      |     2 +-
 VTK/IO/VPIC/vtkVPICReader.cxx                      |    18 +-
 VTK/IO/Video/CMakeLists.txt                        |     2 +-
 VTK/IO/Video/module.cmake                          |     2 +
 VTK/IO/XML/Testing/Cxx/CMakeLists.txt              |    49 +-
 .../Data/Baseline/TestHyperOctreeIO.png.md5        |     1 +
 .../Data/Baseline/TestXMLImageDataIO.png.md5       |     1 +
 .../Data/Baseline/TestXMLPolyDataIO.png.md5        |     1 +
 .../Data/Baseline/TestXMLRectilinearGridIO.png.md5 |     1 +
 .../Data/Baseline/TestXMLStructuredGridIO.png.md5  |     1 +
 .../Baseline/TestXMLUnstructuredGridIO.png.md5     |     1 +
 .../Baseline/TestXMLUnstructuredGridReader.png.md5 |     1 +
 VTK/IO/XML/Testing/Python/CMakeLists.txt           |     9 +
 VTK/IO/XML/Testing/Tcl/CMakeLists.txt              |    10 +-
 VTK/IO/XML/module.cmake                            |     3 +
 VTK/IO/XML/vtkXMLDataReader.cxx                    |     2 +-
 VTK/IO/XML/vtkXMLGenericDataObjectReader.cxx       |     6 +-
 VTK/IO/XML/vtkXMLOffsetsManager.h                  |     5 +-
 VTK/IO/XML/vtkXMLPDataWriter.cxx                   |    11 +-
 VTK/IO/XML/vtkXMLPStructuredGridWriter.h           |     5 +-
 VTK/IO/XML/vtkXMLPUnstructuredGridWriter.cxx       |     6 +-
 VTK/IO/XML/vtkXMLPUnstructuredGridWriter.h         |     4 +-
 VTK/IO/XML/vtkXMLPolyDataReader.cxx                |     2 +-
 VTK/IO/XML/vtkXMLReader.cxx                        |    10 +-
 VTK/IO/XML/vtkXMLReader.h                          |     4 +-
 VTK/IO/XML/vtkXMLUniformGridAMRWriter.cxx          |     2 +-
 VTK/IO/XML/vtkXMLUnstructuredDataReader.cxx        |     2 +-
 VTK/IO/XML/vtkXMLUnstructuredDataWriter.cxx        |   102 +-
 VTK/IO/XML/vtkXMLUnstructuredDataWriter.h          |    22 +
 VTK/IO/XML/vtkXMLUnstructuredGridReader.cxx        |     2 +-
 VTK/IO/XML/vtkXMLUnstructuredGridWriter.cxx        |    95 +-
 VTK/IO/XML/vtkXMLUnstructuredGridWriter.h          |     4 +-
 VTK/IO/XML/vtkXMLWriter.cxx                        |   135 +-
 VTK/IO/XML/vtkXMLWriter.h                          |     6 +-
 VTK/IO/XMLParser/module.cmake                      |     1 +
 VTK/IO/XMLParser/vtkXMLDataParser.cxx              |     4 +-
 VTK/IO/XMLParser/vtkXMLUtilities.h                 |     4 +-
 VTK/IO/Xdmf2/module.cmake                          |     2 +
 VTK/IO/Xdmf2/vtkXdmfHeavyData.cxx                  |     2 +-
 VTK/IO/Xdmf2/vtkXdmfReaderInternal.h               |     2 +-
 VTK/Imaging/Color/vtkImageHSIToRGB.cxx             |     2 +-
 VTK/Imaging/Color/vtkImageHSIToRGB.h               |     2 +-
 VTK/Imaging/Color/vtkImageHSVToRGB.cxx             |     2 +-
 VTK/Imaging/Color/vtkImageHSVToRGB.h               |     2 +-
 VTK/Imaging/Color/vtkImageLuminance.cxx            |     2 +-
 VTK/Imaging/Color/vtkImageLuminance.h              |     2 +-
 VTK/Imaging/Color/vtkImageMapToRGBA.h              |     4 +-
 VTK/Imaging/Color/vtkImageQuantizeRGBToIndex.cxx   |    10 +-
 VTK/Imaging/Color/vtkImageRGBToHSI.cxx             |     2 +-
 VTK/Imaging/Color/vtkImageRGBToHSI.h               |     2 +-
 VTK/Imaging/Color/vtkImageRGBToHSV.cxx             |     2 +-
 VTK/Imaging/Color/vtkImageRGBToHSV.h               |     2 +-
 VTK/Imaging/Core/Testing/Cxx/CMakeLists.txt        |    88 +-
 VTK/Imaging/Core/Testing/Cxx/FastSplatter.cxx      |    16 +-
 VTK/Imaging/Core/Testing/Cxx/ImageAccumulate.cxx   |     1 -
 VTK/Imaging/Core/Testing/Cxx/ImageAutoRange.cxx    |    45 +-
 .../Core/Testing/Cxx/ImageBSplineCoefficients.cxx  |    59 +-
 VTK/Imaging/Core/Testing/Cxx/ImageHistogram.cxx    |    48 +-
 VTK/Imaging/Core/Testing/Cxx/ImageResize.cxx       |    44 +-
 VTK/Imaging/Core/Testing/Cxx/ImageResize3D.cxx     |    49 +-
 .../Core/Testing/Cxx/ImageResizeCropping.cxx       |    57 +-
 VTK/Imaging/Core/Testing/Cxx/ImageWeightedSum.cxx  |    33 +-
 VTK/Imaging/Core/Testing/Cxx/ImportExport.cxx      |    23 +-
 .../Data/Baseline/ContinuousClose2D.png.md5        |     1 +
 .../Testing/Data/Baseline/FastSplatter.png.md5     |     1 +
 .../Testing/Data/Baseline/IdealHighPass.png.md5    |     1 +
 .../Testing/Data/Baseline/ImageAutoRange.png.md5   |     1 +
 .../Data/Baseline/ImageBSplineCoefficients.png.md5 |     1 +
 .../Testing/Data/Baseline/ImageHistogram.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/ImageResize.png.md5 |     1 +
 .../Testing/Data/Baseline/ImageResize3D.png.md5    |     1 +
 .../Data/Baseline/ImageResizeCropping.png.md5      |     1 +
 .../Data/Baseline/LaplacianEdgeEnhance.png.md5     |     1 +
 .../Data/Baseline/MultipleUpdateExtents.png.md5    |     1 +
 .../Testing/Data/Baseline/ResliceBSpline.png.md5   |     1 +
 .../Testing/Data/Baseline/ResliceColorWrap.png.md5 |     1 +
 .../Data/Baseline/ResliceInformationInput.png.md5  |     1 +
 .../Baseline/ResliceInterpolationModes.png.md5     |     1 +
 .../Baseline/ResliceInterpolationOblique.png.md5   |     1 +
 .../Data/Baseline/ResliceLanczosKaiser.png.md5     |     1 +
 .../Data/Baseline/ResliceMirrorOblique.png.md5     |     1 +
 .../Testing/Data/Baseline/ResliceMirrorPad.png.md5 |     1 +
 .../Data/Baseline/ResliceOptimizationOff.png.md5   |     1 +
 .../Data/Baseline/ReslicePermutations.png.md5      |     1 +
 .../Data/Baseline/ReslicePermuteResample.png.md5   |     1 +
 .../Data/Baseline/ReslicePermuteSlab.png.md5       |     1 +
 .../Testing/Data/Baseline/ResliceSlabModes.png.md5 |     1 +
 .../Testing/Data/Baseline/ResliceToColors.png.md5  |     1 +
 .../Data/Baseline/ResliceWrapOblique.png.md5       |     1 +
 .../Testing/Data/Baseline/ResliceWrapPad.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/Spectrum.png.md5    |     1 +
 .../Testing/Data/Baseline/TestAccumulate.png.md5   |     1 +
 .../Data/Baseline/TestAddStencilData.png.md5       |     1 +
 .../Testing/Data/Baseline/TestAllBlends.png.md5    |     1 +
 .../Data/Baseline/TestAllBlendsFloat.png.md5       |     1 +
 .../Testing/Data/Baseline/TestAllFlips.png.md5     |     1 +
 .../Testing/Data/Baseline/TestAllLogic.png.md5     |     1 +
 .../Testing/Data/Baseline/TestAllMaskBits.png.md5  |     1 +
 .../Data/Baseline/TestAllMathematics.png.md5       |     1 +
 .../Testing/Data/Baseline/TestAllShrinks.png.md5   |     1 +
 .../Baseline/TestAnisotropicDiffusion2D.png.md5    |     1 +
 .../Baseline/TestAnisotropicDiffusion3D.png.md5    |     1 +
 .../Testing/Data/Baseline/TestBlendStencil.png.md5 |     1 +
 .../Data/Baseline/TestButterworthHighPass.png.md5  |     1 +
 .../Data/Baseline/TestButterworthLowPass.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestCache.png.md5   |     1 +
 .../Data/Baseline/TestChangeInformation.png.md5    |     1 +
 .../Testing/Data/Baseline/TestCheckerboard.png.md5 |     1 +
 .../Data/Baseline/TestCityBlockDistance.png.md5    |     1 +
 .../Data/Baseline/TestClipStencilData.png.md5      |     1 +
 .../Testing/Data/Baseline/TestConvolve.png.md5     |     1 +
 .../Testing/Data/Baseline/TestCorrelation.png.md5  |     1 +
 .../Testing/Data/Baseline/TestDivergence.png.md5   |     1 +
 .../Testing/Data/Baseline/TestDotProduct.png.md5   |     1 +
 .../Data/Baseline/TestEuclideanDistance.png.md5    |     1 +
 .../Baseline/TestEuclideanDistanceCached.png.md5   |     1 +
 .../Data/Baseline/TestEuclideanToPolar.png.md5     |     1 +
 .../Testing/Data/Baseline/TestExtractVOI.png.md5   |     1 +
 .../Data/Baseline/TestFFTCorrelation.png.md5       |     1 +
 .../Data/Baseline/TestGradientMagnitude.png.md5    |     1 +
 .../Data/Baseline/TestGradientMagnitude2.png.md5   |     1 +
 .../Testing/Data/Baseline/TestHSIToRGB.png.md5     |     1 +
 .../Testing/Data/Baseline/TestHSVToRGB.png.md5     |     1 +
 .../Data/Baseline/TestHybridMedian2D.png.md5       |     1 +
 .../Testing/Data/Baseline/TestIdealLowPass.png.md5 |     1 +
 .../Testing/Data/Baseline/TestImageCanvas.png.md5  |     1 +
 .../Data/Baseline/TestImageProjection.png.md5      |     1 +
 .../TestImageThresholdConnectivity.png.md5         |     1 +
 .../Data/Baseline/TestImageWeightedSum.png.md5     |     1 +
 .../Data/Baseline/TestInPlaceFilter.png.md5        |     1 +
 .../Data/Baseline/TestIslandRemoval2D.png.md5      |     1 +
 .../Testing/Data/Baseline/TestLassoStencil.png.md5 |     1 +
 .../Baseline/TestMapToRGBABlockStreaming.png.md5   |     1 +
 .../Baseline/TestMapToWindowLevelColors.png.md5    |     1 +
 .../Baseline/TestMapToWindowLevelColors2.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestMask2.png.md5   |     1 +
 .../Testing/Data/Baseline/TestMedian3D.png.md5     |     1 +
 .../Testing/Data/Baseline/TestNormalize.png.md5    |     1 +
 .../Testing/Data/Baseline/TestOpenClose3D.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/TestPermute.png.md5 |     1 +
 .../Data/Baseline/TestQuantizeTo16Colors.png.md5   |     1 +
 .../Testing/Data/Baseline/TestROIStencil.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestRange3D.png.md5 |     1 +
 .../Testing/Data/Baseline/TestResample.png.md5     |     1 +
 .../Data/Baseline/TestSeparableFilter.png.md5      |     1 +
 .../Testing/Data/Baseline/TestShiftScale.png.md5   |     1 +
 .../Testing/Data/Baseline/TestShiftScale2.png.md5  |     1 +
 .../Data/Baseline/TestSimpleImageExample.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSkeleton2D.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestSobel2D.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/TestSobel3D.png.md5 |     1 +
 .../Data/Baseline/TestStencilToImage.png.md5       |     1 +
 .../Data/Baseline/TestStencilWithFunction.png.md5  |     1 +
 .../Data/Baseline/TestStencilWithImage.png.md5     |     1 +
 .../Data/Baseline/TestSubtractStencilData.png.md5  |     1 +
 .../Testing/Data/Baseline/TestThreshold.png.md5    |     1 +
 .../Testing/Data/Baseline/TestVariance3D.png.md5   |     1 +
 .../Core/Testing/Data/Baseline/TestWipe.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/TestWrapPad.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/imageMCAll.png.md5  |     1 +
 .../Data/Baseline/reconstructSurface.png.md5       |     1 +
 .../Testing/Data/Baseline/resampledTexture.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/voxelModel.png.md5  |     1 +
 VTK/Imaging/Core/Testing/Python/CMakeLists.txt     |    94 +
 VTK/Imaging/Core/Testing/Python/TestAllBlends.py   |     4 -
 .../Core/Testing/Python/TestAllBlendsFloat.py      |     4 -
 VTK/Imaging/Core/Testing/Python/TestAllLogic.py    |     4 -
 VTK/Imaging/Core/Testing/Python/TestAllMaskBits.py |     4 -
 .../Core/Testing/Python/TestAllMathematics.py      |     4 -
 VTK/Imaging/Core/Testing/Python/TestAllShrinks.py  |     4 -
 .../Python/TestImageThresholdConnectivity.py       |     4 -
 VTK/Imaging/Core/Testing/Python/TestThreshold.py   |     4 -
 VTK/Imaging/Core/Testing/Python/TestWipe.py        |     4 -
 VTK/Imaging/Core/Testing/Python/imageMCAll.py      |     4 -
 .../Core/Testing/Python/reconstructSurface.py      |     4 -
 VTK/Imaging/Core/Testing/Tcl/CMakeLists.txt        |   183 +-
 VTK/Imaging/Core/vtkExtractVOI.h                   |     2 +-
 VTK/Imaging/Core/vtkImageAppendComponents.cxx      |     4 +-
 VTK/Imaging/Core/vtkImageAppendComponents.h        |     4 +-
 VTK/Imaging/Core/vtkImageBSplineInternals.h        |     4 +-
 VTK/Imaging/Core/vtkImageBlend.cxx                 |     4 +-
 VTK/Imaging/Core/vtkImageCast.cxx                  |     2 +-
 VTK/Imaging/Core/vtkImageCast.h                    |     2 +-
 VTK/Imaging/Core/vtkImageClip.h                    |     2 +-
 VTK/Imaging/Core/vtkImageConstantPad.cxx           |     2 +-
 VTK/Imaging/Core/vtkImageConstantPad.h             |     2 +-
 VTK/Imaging/Core/vtkImageDecomposeFilter.h         |     2 +-
 VTK/Imaging/Core/vtkImageDifference.h              |     2 +-
 VTK/Imaging/Core/vtkImageExtractComponents.h       |     2 +-
 VTK/Imaging/Core/vtkImageFlip.h                    |     2 +-
 VTK/Imaging/Core/vtkImageMagnify.cxx               |     2 +-
 VTK/Imaging/Core/vtkImageMagnify.h                 |     2 +-
 VTK/Imaging/Core/vtkImageMask.cxx                  |     2 +-
 VTK/Imaging/Core/vtkImageMirrorPad.cxx             |     2 +-
 VTK/Imaging/Core/vtkImageMirrorPad.h               |     4 +-
 VTK/Imaging/Core/vtkImagePadFilter.h               |     2 +-
 VTK/Imaging/Core/vtkImagePermute.h                 |     2 +-
 VTK/Imaging/Core/vtkImageResample.h                |     2 +-
 VTK/Imaging/Core/vtkImageShrink3D.h                |     2 +-
 VTK/Imaging/Core/vtkImageThreshold.h               |     2 +-
 VTK/Imaging/Core/vtkImageTranslateExtent.h         |     2 +-
 VTK/Imaging/Core/vtkImageWrapPad.h                 |     4 +-
 VTK/Imaging/Core/vtkRTAnalyticSource.cxx           |     2 +-
 VTK/Imaging/Fourier/module.cmake                   |     2 +
 VTK/Imaging/Fourier/vtkImageButterworthHighPass.h  |     2 +-
 VTK/Imaging/Fourier/vtkImageButterworthLowPass.h   |     2 +-
 VTK/Imaging/Fourier/vtkImageFFT.h                  |     4 +-
 VTK/Imaging/Fourier/vtkImageFourierCenter.h        |     2 +-
 VTK/Imaging/Fourier/vtkImageFourierFilter.h        |     4 +-
 VTK/Imaging/Fourier/vtkImageIdealHighPass.h        |     2 +-
 VTK/Imaging/Fourier/vtkImageIdealLowPass.h         |     2 +-
 VTK/Imaging/Fourier/vtkImageRFFT.cxx               |     7 +-
 VTK/Imaging/Fourier/vtkImageRFFT.h                 |     4 +-
 .../General/vtkImageAnisotropicDiffusion2D.h       |     2 +-
 .../General/vtkImageAnisotropicDiffusion3D.h       |     2 +-
 VTK/Imaging/General/vtkImageCheckerboard.h         |     2 +-
 VTK/Imaging/General/vtkImageCityBlockDistance.h    |     2 +-
 VTK/Imaging/General/vtkImageCorrelation.cxx        |     2 +-
 VTK/Imaging/General/vtkImageCorrelation.h          |     2 +-
 VTK/Imaging/General/vtkImageEuclideanToPolar.cxx   |     2 +-
 VTK/Imaging/General/vtkImageEuclideanToPolar.h     |     2 +-
 VTK/Imaging/General/vtkImageGradient.cxx           |     2 +-
 VTK/Imaging/General/vtkImageGradient.h             |     2 +-
 VTK/Imaging/General/vtkImageGradientMagnitude.cxx  |     2 +-
 VTK/Imaging/General/vtkImageGradientMagnitude.h    |     2 +-
 VTK/Imaging/General/vtkImageHybridMedian2D.h       |     2 +-
 VTK/Imaging/General/vtkImageLaplacian.cxx          |     2 +-
 VTK/Imaging/General/vtkImageLaplacian.h            |     2 +-
 VTK/Imaging/General/vtkImageNormalize.cxx          |     2 +-
 VTK/Imaging/General/vtkImageNormalize.h            |     2 +-
 VTK/Imaging/General/vtkImageSlabReslice.h          |     2 +
 VTK/Imaging/General/vtkImageSobel2D.h              |     2 +-
 VTK/Imaging/General/vtkImageSobel3D.h              |     2 +-
 VTK/Imaging/General/vtkImageSpatialAlgorithm.h     |     2 +-
 VTK/Imaging/General/vtkSimpleImageFilterExample.h  |     4 +-
 VTK/Imaging/Hybrid/Testing/Cxx/CMakeLists.txt      |    18 +-
 .../Hybrid/Testing/Data/Baseline/genHead.png.md5   |     1 +
 .../Hybrid/Testing/Data/Baseline/iceCream.png.md5  |     1 +
 .../Hybrid/Testing/Data/Baseline/shepards.png.md5  |     1 +
 .../Data/Baseline/triangularTexture.png.md5        |     1 +
 VTK/Imaging/Hybrid/Testing/Python/CMakeLists.txt   |     7 +
 VTK/Imaging/Hybrid/Testing/Tcl/CMakeLists.txt      |    12 +-
 VTK/Imaging/Hybrid/vtkBooleanTexture.h             |     2 +-
 VTK/Imaging/Hybrid/vtkGaussianSplatter.h           |     2 +-
 VTK/Imaging/Hybrid/vtkImageCursor3D.h              |     2 +-
 VTK/Imaging/Hybrid/vtkImageRectilinearWipe.cxx     |     2 +-
 VTK/Imaging/Hybrid/vtkImageRectilinearWipe.h       |     2 +-
 VTK/Imaging/Hybrid/vtkPointLoad.h                  |     8 +-
 VTK/Imaging/Hybrid/vtkSampleFunction.cxx           |     2 +-
 VTK/Imaging/Hybrid/vtkSampleFunction.h             |     2 +-
 VTK/Imaging/Hybrid/vtkShepardMethod.h              |     2 +-
 .../Hybrid/vtkSurfaceReconstructionFilter.h        |     2 +-
 VTK/Imaging/Hybrid/vtkTriangularTexture.h          |     2 +-
 VTK/Imaging/Hybrid/vtkVoxelModeller.cxx            |     2 +-
 VTK/Imaging/Hybrid/vtkVoxelModeller.h              |     4 +-
 VTK/Imaging/Math/vtkImageDivergence.cxx            |     2 +-
 VTK/Imaging/Math/vtkImageDivergence.h              |     2 +-
 VTK/Imaging/Math/vtkImageDotProduct.cxx            |     2 +-
 VTK/Imaging/Math/vtkImageDotProduct.h              |     2 +-
 VTK/Imaging/Math/vtkImageLogarithmicScale.cxx      |     2 +-
 VTK/Imaging/Math/vtkImageLogarithmicScale.h        |     2 +-
 VTK/Imaging/Math/vtkImageLogic.cxx                 |     4 +-
 VTK/Imaging/Math/vtkImageLogic.h                   |     2 +-
 VTK/Imaging/Math/vtkImageMagnitude.cxx             |     2 +-
 VTK/Imaging/Math/vtkImageMagnitude.h               |     2 +-
 VTK/Imaging/Math/vtkImageMaskBits.cxx              |     2 +-
 VTK/Imaging/Math/vtkImageMaskBits.h                |     2 +-
 VTK/Imaging/Math/vtkImageMathematics.cxx           |     2 +-
 VTK/Imaging/Math/vtkImageMathematics.h             |     2 +-
 VTK/Imaging/Math/vtkImageWeightedSum.cxx           |     2 +-
 .../Morphological/vtkImageIslandRemoval2D.h        |     2 +-
 .../vtkImageNonMaximumSuppression.cxx              |     2 +-
 .../Morphological/vtkImageNonMaximumSuppression.h  |     2 +-
 VTK/Imaging/Morphological/vtkImageSkeleton2D.h     |     2 +-
 .../vtkImageThresholdConnectivity.cxx              |     2 +-
 VTK/Imaging/Sources/vtkImageGaussianSource.cxx     |     2 +-
 VTK/Imaging/Sources/vtkImageGaussianSource.h       |     2 +-
 VTK/Imaging/Sources/vtkImageGridSource.cxx         |     2 +-
 VTK/Imaging/Sources/vtkImageGridSource.h           |     2 +-
 VTK/Imaging/Sources/vtkImageNoiseSource.cxx        |     2 +-
 VTK/Imaging/Sources/vtkImageNoiseSource.h          |     2 +-
 VTK/Imaging/Sources/vtkImageSinusoidSource.cxx     |     2 +-
 VTK/Imaging/Sources/vtkImageSinusoidSource.h       |     2 +-
 VTK/Imaging/Stencil/vtkImageStencilToImage.cxx     |     2 +-
 VTK/Infovis/Boost/Testing/Cxx/CMakeLists.txt       |     2 +-
 .../Testing/Cxx/CMakeLists.txt                     |    36 +-
 .../Testing/Cxx/TestBoostAdapter.cxx               |    24 +-
 .../Data/Baseline/TestBoostAlgorithms.png.md5      |     1 +
 .../Data/Baseline/TestBoostAlgorithms_1.png.md5    |     1 +
 .../Baseline/TestBoostDividedEdgeBundling.png.md5  |     1 +
 .../vtkBoostBetweennessClustering.cxx              |     2 -
 .../BoostGraphAlgorithms/vtkBoostGraphAdapter.h    |     6 +
 VTK/Infovis/Core/CMakeLists.txt                    |     1 +
 VTK/Infovis/Core/Testing/Cxx/CMakeLists.txt        |    64 +-
 VTK/Infovis/Core/Testing/Cxx/TestMergeGraphs.cxx   |    12 +-
 VTK/Infovis/Core/Testing/Cxx/TestReduceTable.cxx   |   127 +
 .../Data/Baseline/TestGraphAlgorithms.png.md5      |     1 +
 .../Data/Baseline/TestPruneTreeFilter.png.md5      |     1 +
 VTK/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.cxx |     1 +
 VTK/Infovis/Core/vtkCollapseVerticesByArray.cxx    |     2 -
 VTK/Infovis/Core/vtkEdgeCenters.h                  |     2 +-
 VTK/Infovis/Core/vtkPruneTreeFilter.cxx            |     3 +
 VTK/Infovis/Core/vtkReduceTable.cxx                |   334 +
 VTK/Infovis/Core/vtkReduceTable.h                  |   156 +
 VTK/Infovis/Core/vtkTreeDifferenceFilter.cxx       |     1 +
 VTK/Infovis/Layout/Testing/Cxx/CMakeLists.txt      |    32 +-
 .../Data/Baseline/TestChacoGraphReader.png.md5     |     1 +
 .../Baseline/TestCirclePackLayoutStrategy.png.md5  |     1 +
 .../TestCirclePackLayoutStrategy_1.png.md5         |     1 +
 .../Baseline/TestTreeMapLayoutStrategy.png.md5     |     1 +
 .../vtkAttributeClustering2DLayoutStrategy.cxx     |     2 +-
 VTK/Infovis/Layout/vtkEdgeLayoutStrategy.h         |     2 +-
 .../Layout/vtkForceDirectedLayoutStrategy.cxx      |     4 +-
 VTK/Infovis/Layout/vtkGraphLayoutStrategy.cxx      |     2 +-
 VTK/Infovis/Layout/vtkGraphLayoutStrategy.h        |     2 +-
 VTK/Infovis/Layout/vtkIncrementalForceLayout.cxx   |     1 +
 .../Layout/vtkPerturbCoincidentVertices.cxx        |     1 -
 VTK/Infovis/Parallel/CMakeLists.txt                |     2 +-
 VTK/Infovis/Parallel/Testing/Cxx/CMakeLists.txt    |    24 +-
 .../Parallel/Testing/Cxx/TestPBGLAlgorithms.cxx    |     2 +-
 .../Testing/Cxx/TestPBGLGraphSQLReaderFile.cxx     |     2 +-
 .../Parallel/vtkPBGLDistributedGraphHelper.cxx     |     2 +-
 .../Style/Testing/Data/Baseline/TestFlyTo.png.md5  |     1 +
 .../Baseline/TestInteractorStyleTerrain.png.md5    |     1 +
 .../Baseline/TestInteractorStyleTerrain_1.png.md5  |     1 +
 .../Data/Baseline/TestStyleBaseSpike.png.md5       |     1 +
 .../Data/Baseline/TestStyleJoystickActor.png.md5   |     1 +
 .../Data/Baseline/TestStyleJoystickCamera.png.md5  |     1 +
 .../Data/Baseline/TestStyleRubberBandZoom.png.md5  |     1 +
 .../Testing/Data/Baseline/TestStyleTerrain.png.md5 |     1 +
 .../Data/Baseline/TestStyleTrackballActor.png.md5  |     1 +
 .../Data/Baseline/TestStyleTrackballCamera.png.md5 |     1 +
 .../Style/Testing/Python/CMakeLists.txt            |    12 +
 .../Style/Testing/Python/TestStyleBaseSpike.py     |     4 -
 .../Style/Testing/Python/TestStyleJoystickActor.py |     4 -
 .../Testing/Python/TestStyleJoystickCamera.py      |     4 -
 .../Style/Testing/Python/TestStyleTerrain.py       |     4 -
 .../Testing/Python/TestStyleTrackballActor.py      |     4 -
 .../Testing/Python/TestStyleTrackballCamera.py     |     4 -
 VTK/Interaction/Style/Testing/Tcl/CMakeLists.txt   |    22 +-
 VTK/Interaction/Style/module.cmake                 |     3 +
 VTK/Interaction/Style/vtkInteractorStyleImage.cxx  |    11 +-
 VTK/Interaction/Widgets/Testing/Cxx/BoxWidget.cxx  |     2 +-
 VTK/Interaction/Widgets/Testing/Cxx/BoxWidget2.cxx |     2 +-
 VTK/Interaction/Widgets/Testing/Cxx/CMakeLists.txt |    69 +-
 .../Widgets/Testing/Cxx/TerrainPolylineEditor.cxx  |     2 +-
 .../Widgets/Testing/Cxx/TestAngleWidget2D.cxx      |     2 +-
 .../Widgets/Testing/Cxx/TestAngleWidget3D.cxx      |     2 +-
 .../Testing/Cxx/TestCellCentersPointPlacer.cxx     |     2 +-
 .../Testing/Cxx/TestDijkstraImageGeodesicPath.cxx  |     2 +-
 .../Widgets/Testing/Cxx/TestDistanceWidget.cxx     |     2 +-
 .../Widgets/Testing/Cxx/TestDistanceWidget3D.cxx   |     2 +-
 .../Cxx/TestFixedSizeHandleRepresentation3D.cxx    |     2 +-
 .../Widgets/Testing/Cxx/TestImageTracerWidget.cxx  |     2 +-
 .../Testing/Cxx/TestImplicitPlaneWidget.cxx        |     2 +-
 .../Testing/Cxx/TestImplicitPlaneWidget2.cxx       |     2 +-
 .../TestImplicitPlaneWidget2LockNormalToCamera.cxx |     2 +-
 .../Widgets/Testing/Cxx/TestLineWidget.cxx         |     2 +-
 .../Widgets/Testing/Cxx/TestLineWidget2.cxx        |     2 +-
 .../Testing/Cxx/TestLogoWidgetAlphaBlending.cxx    |     2 +-
 .../Testing/Cxx/TestLogoWidgetDepthPeeling.cxx     |     2 +-
 .../Testing/Cxx/TestOrientationMarkerWidget.cxx    |     2 +-
 .../Testing/Cxx/TestPickingManagerSeedWidget.cxx   |     2 +-
 .../Widgets/Testing/Cxx/TestPlaneWidget.cxx        |     2 +-
 .../Widgets/Testing/Cxx/TestPointWidget.cxx        |     2 +-
 ...stPolygonalSurfaceConstrainedDistanceWidget.cxx |     2 +-
 .../Widgets/Testing/Cxx/TestScalarBarWidget.cxx    |     2 +-
 .../Widgets/Testing/Cxx/TestSeedWidget.cxx         |     2 +-
 .../Widgets/Testing/Cxx/TestSliderWidget.cxx       |     2 +-
 .../Widgets/Testing/Cxx/TestSliderWidget2D.cxx     |     2 +-
 .../Widgets/Testing/Cxx/TestSphereHandleWidget.cxx |     2 +-
 .../Testing/Data/Baseline/BoxWidget.png.md5        |     1 +
 .../Testing/Data/Baseline/BoxWidget2.png.md5       |     1 +
 .../Testing/Data/Baseline/BoxWidget_1.png.md5      |     1 +
 .../Data/Baseline/TerrainPolylineEditor.png.md5    |     1 +
 .../Testing/Data/Baseline/TestAffineWidget.png.md5 |     1 +
 .../Data/Baseline/TestAngleWidget2D.png.md5        |     1 +
 .../Data/Baseline/TestAngleWidget2D_1.png.md5      |     1 +
 .../Data/Baseline/TestAngleWidget3D.png.md5        |     1 +
 .../Data/Baseline/TestBalloonWidget.png.md5        |     1 +
 .../Data/Baseline/TestBiDimensionalWidget.png.md5  |     1 +
 .../Testing/Data/Baseline/TestBorderWidget.png.md5 |     1 +
 .../Data/Baseline/TestBorderWidget_1.png.md5       |     1 +
 .../Testing/Data/Baseline/TestBoxWidget.png.md5    |     1 +
 .../Testing/Data/Baseline/TestCameraWidget.png.md5 |     1 +
 .../Baseline/TestCellCentersPointPlacer.png.md5    |     1 +
 .../Baseline/TestCenteredSliderWidget2D.png.md5    |     1 +
 .../Data/Baseline/TestCheckerboardWidget.png.md5   |     1 +
 .../Baseline/TestConstrainedHandleWidget.png.md5   |     1 +
 .../Data/Baseline/TestContourWidget2.png.md5       |     1 +
 .../Baseline/TestDijkstraGraphGeodesicPath.png.md5 |     1 +
 .../TestDijkstraGraphGeodesicPath_1.png.md5        |     1 +
 .../Baseline/TestDijkstraImageGeodesicPath.png.md5 |     1 +
 .../Data/Baseline/TestDistanceWidget.png.md5       |     1 +
 .../Data/Baseline/TestDistanceWidget3D.png.md5     |     1 +
 .../Data/Baseline/TestDistanceWidget_1.png.md5     |     1 +
 .../TestFixedSizeHandleRepresentation3D.png.md5    |     1 +
 .../Data/Baseline/TestFocalPlaneContour.png.md5    |     1 +
 .../Testing/Data/Baseline/TestHandleWidget.png.md5 |     1 +
 .../Data/Baseline/TestHandleWidget2D.png.md5       |     1 +
 .../Data/Baseline/TestHandleWidget_1.png.md5       |     1 +
 .../Data/Baseline/TestHandleWidget_2.png.md5       |     1 +
 .../Data/Baseline/TestImagePlaneWidget.png.md5     |     1 +
 .../Data/Baseline/TestImageTracerWidget.png.md5    |     1 +
 .../Data/Baseline/TestImageTracerWidget_1.png.md5  |     1 +
 .../Data/Baseline/TestImageTracerWidget_2.png.md5  |     1 +
 .../Data/Baseline/TestImplicitPlaneWidget.png.md5  |     1 +
 .../Data/Baseline/TestImplicitPlaneWidget2.png.md5 |     1 +
 ...tImplicitPlaneWidget2LockNormalToCamera.png.md5 |     1 +
 ...mplicitPlaneWidget2LockNormalToCamera_1.png.md5 |     1 +
 .../Baseline/TestImplicitPlaneWidget2_1.png.md5    |     1 +
 .../Baseline/TestImplicitPlaneWidget2_2.png.md5    |     1 +
 .../Baseline/TestImplicitPlaneWidget2b.png.md5     |     1 +
 .../Baseline/TestImplicitPlaneWidget2b_1.png.md5   |     1 +
 .../Baseline/TestImplicitPlaneWidget2b_2.png.md5   |     1 +
 .../Baseline/TestInteractorEventRecorder.png.md5   |     1 +
 .../Testing/Data/Baseline/TestLineWidget.png.md5   |     1 +
 .../Testing/Data/Baseline/TestLineWidget2.png.md5  |     1 +
 .../Testing/Data/Baseline/TestLogoWidget.png.md5   |     1 +
 .../Baseline/TestLogoWidgetAlphaBlending.png.md5   |     1 +
 .../Baseline/TestLogoWidgetDepthPeeling.png.md5    |     1 +
 .../Baseline/TestOrientationMarkerWidget.png.md5   |     1 +
 .../Baseline/TestOrientationMarkerWidget_1.png.md5 |     1 +
 .../Baseline/TestOrientationMarkerWidget_2.png.md5 |     1 +
 .../Data/Baseline/TestParallelopipedWidget.png.md5 |     1 +
 .../Baseline/TestPickingManagerSeedWidget.png.md5  |     1 +
 .../Baseline/TestPickingManagerWidgets.png.md5     |     1 +
 .../Testing/Data/Baseline/TestPlaneWidget.png.md5  |     1 +
 .../Data/Baseline/TestPlaybackWidget.png.md5       |     1 +
 .../TestPointHandleRepresentation3D.png.md5        |     1 +
 .../Testing/Data/Baseline/TestPointWidget.png.md5  |     1 +
 .../Data/Baseline/TestPointWidget_1.png.md5        |     1 +
 .../TestPolygonalHandleRepresentations.png.md5     |     1 +
 ...TestPolygonalRepresentationHandleWidget.png.md5 |     1 +
 ...lygonalSurfaceConstrainedDistanceWidget.png.md5 |     1 +
 .../Baseline/TestProgrammaticPlacement.png.md5     |     1 +
 .../Baseline/TestRectilinearWipeWidget.png.md5     |     1 +
 .../Baseline/TestRectilinearWipeWidget_1.png.md5   |     1 +
 .../Data/Baseline/TestScalarBarWidget.png.md5      |     1 +
 .../Testing/Data/Baseline/TestSeedWidget.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSeedWidget2.png.md5  |     1 +
 ...TestSeedWidgetNonUniformRepresentations.png.md5 |     1 +
 ...stSeedWidgetNonUniformRepresentations_1.png.md5 |     1 +
 ...stSeedWidgetNonUniformRepresentations_2.png.md5 |     1 +
 .../Testing/Data/Baseline/TestSliderWidget.png.md5 |     1 +
 .../Data/Baseline/TestSliderWidget2D.png.md5       |     1 +
 .../Data/Baseline/TestSliderWidget2D_1.png.md5     |     1 +
 .../Data/Baseline/TestSphereHandleWidget.png.md5   |     1 +
 .../Testing/Data/Baseline/TestSphereWidget.png.md5 |     1 +
 .../Data/Baseline/TestSphereWidget_1.png.md5       |     1 +
 .../Data/Baseline/TestSphereWidget_2.png.md5       |     1 +
 .../Data/Baseline/TestSphereWidget_3.png.md5       |     1 +
 .../TestSurfaceConstrainedHandleWidget.png.md5     |     1 +
 .../TestSurfaceConstrainedHandleWidget_1.png.md5   |     1 +
 .../Data/Baseline/TestTensorProbeWidget.png.md5    |     1 +
 .../Testing/Data/Baseline/TestTextWidget.png.md5   |     1 +
 .../Widgets/Testing/Python/CMakeLists.txt          |     8 +
 .../Widgets/Testing/Python/TestBoxWidget.py        |     4 -
 .../Widgets/Testing/Python/TestImagePlaneWidget.py |     4 -
 .../Testing/Python/TestInteractorEventRecorder.py  |     4 -
 .../Widgets/Testing/Python/TestSphereWidget.py     |     4 -
 .../Widgets/Testing/Python/TestTextWidget.py       |     4 -
 VTK/Interaction/Widgets/Testing/Tcl/CMakeLists.txt |    11 +-
 .../Widgets/vtkAffineRepresentation2D.h            |     2 +-
 VTK/Interaction/Widgets/vtkBalloonWidget.cxx       |     8 +
 .../Widgets/vtkBorderRepresentation.cxx            |   173 +-
 VTK/Interaction/Widgets/vtkBorderRepresentation.h  |    30 +-
 VTK/Interaction/Widgets/vtkBorderWidget.cxx        |     9 +-
 .../Widgets/vtkCameraRepresentation.cxx            |     2 +-
 .../Widgets/vtkCaptionRepresentation.cxx           |     2 +-
 .../vtkContinuousValueWidgetRepresentation.h       |     2 +-
 VTK/Interaction/Widgets/vtkLogoRepresentation.cxx  |     2 +-
 .../Widgets/vtkPlaybackRepresentation.cxx          |     2 +-
 .../Widgets/vtkPolygonalHandleRepresentation3D.h   |     2 +-
 .../Widgets/vtkScalarBarRepresentation.cxx         |     8 +-
 VTK/Interaction/Widgets/vtkTextRepresentation.cxx  |     2 +-
 VTK/Parallel/Core/Testing/Cxx/CMakeLists.txt       |     3 +-
 .../Data/Baseline/TestPolyDataPieces.png.md5       |     1 +
 .../Data/Baseline/TestUnstructuredPieces.png.md5   |     1 +
 VTK/Parallel/Core/Testing/Python/CMakeLists.txt    |     5 +
 VTK/Parallel/Core/Testing/Tcl/CMakeLists.txt       |     6 +-
 VTK/Parallel/Core/module.cmake                     |     2 +
 VTK/Parallel/Core/vtkCommunicator.cxx              |    66 +-
 VTK/Parallel/Core/vtkCommunicator.h                |     1 -
 VTK/Parallel/Core/vtkFieldDataSerializer.cxx       |    42 +-
 VTK/Parallel/Core/vtkMultiProcessStream.cxx        |   211 +-
 VTK/Parallel/Core/vtkMultiProcessStream.h          |    11 +-
 VTK/Parallel/Core/vtkSocketCommunicator.cxx        |     2 +-
 VTK/Parallel/Core/vtkSocketController.h            |    10 +-
 VTK/Parallel/MPI/CMakeLists.txt                    |    10 +-
 VTK/Parallel/MPI/Testing/Cxx/CMakeLists.txt        |    22 +-
 .../Cxx/TestDistributedDataShadowMapPass.cxx       |     3 +-
 .../MPI/Testing/Data/Baseline/TestPProbe.png.md5   |     1 +
 VTK/Parallel/MPI/Testing/Tcl/CMakeLists.txt        |    15 +-
 VTK/Parallel/MPI/vtkMPICommunicator.cxx            |     2 +-
 VTK/Parallel/MPI/vtkMPIUtilities.cxx               |   115 +
 VTK/Parallel/MPI/vtkMPIUtilities.h                 |    46 +
 VTK/Rendering/Annotation/CMakeLists.txt            |     1 +
 .../Annotation/Testing/Cxx/CMakeLists.txt          |    28 +-
 .../Annotation/Testing/Cxx/TestAxisActor3D.cxx     |    68 +-
 .../Testing/Data/Baseline/TestAxisActor3D.png.md5  |     1 +
 .../Data/Baseline/TestBarChartActor.png.md5        |     1 +
 .../Testing/Data/Baseline/TestCaptionActor.png.md5 |     1 +
 .../Data/Baseline/TestCaptionActor2D.png.md5       |     1 +
 .../Data/Baseline/TestCaptionActor_1.png.md5       |     1 +
 .../Data/Baseline/TestCubeAxes2DMode.png.md5       |     1 +
 .../Testing/Data/Baseline/TestCubeAxes3.png.md5    |     1 +
 .../Data/Baseline/TestCubeAxesInnerGridAll.png.md5 |     1 +
 .../Baseline/TestCubeAxesInnerGridClosest.png.md5  |     1 +
 .../Baseline/TestCubeAxesInnerGridFurthest.png.md5 |     1 +
 .../Baseline/TestCubeAxesIntersectionPoint.png.md5 |     1 +
 .../TestCubeAxesOrientedBoundingBox.png.md5        |     1 +
 .../Baseline/TestCubeAxesWithGridLines.png.md5     |     1 +
 .../Baseline/TestCubeAxesWithXInnerGrids.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithXInnerPolys.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithXInnerPolys_1.png.md5 |     1 +
 .../Data/Baseline/TestCubeAxesWithXLines.png.md5   |     1 +
 .../Data/Baseline/TestCubeAxesWithXLines_1.png.md5 |     1 +
 .../Baseline/TestCubeAxesWithYInnerGrids.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithYInnerPolys.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithYInnerPolys_1.png.md5 |     1 +
 .../Data/Baseline/TestCubeAxesWithYLines.png.md5   |     1 +
 .../Data/Baseline/TestCubeAxesWithYLines_1.png.md5 |     1 +
 .../Baseline/TestCubeAxesWithZInnerGrids.png.md5   |     1 +
 .../Baseline/TestCubeAxesWithZInnerPolys.png.md5   |     1 +
 .../Data/Baseline/TestCubeAxesWithZLines.png.md5   |     1 +
 .../Data/Baseline/TestLegendBoxActor.png.md5       |     1 +
 .../Data/Baseline/TestLegendScaleActor.png.md5     |     1 +
 .../Data/Baseline/TestPieChartActor.png.md5        |     1 +
 .../Testing/Data/Baseline/TestPolarAxes.png.md5    |     1 +
 .../Data/Baseline/TestSpiderPlotActor.png.md5      |     1 +
 .../Testing/Data/Baseline/TestXYPlotActor.png.md5  |     1 +
 .../Annotation/Testing/Data/Baseline/bore.png.md5  |     1 +
 .../Testing/Data/Baseline/cubeAxes.png.md5         |     1 +
 .../Testing/Data/Baseline/cubeAxes2.png.md5        |     1 +
 .../Testing/Data/Baseline/cubeAxes3.png.md5        |     1 +
 .../Testing/Data/Baseline/xyPlot.png.md5           |     1 +
 .../Testing/Data/Baseline/xyPlot2.png.md5          |     1 +
 .../Testing/Data/Baseline/xyPlot3.png.md5          |     1 +
 .../Testing/Data/Baseline/xyPlot4.png.md5          |     1 +
 .../Annotation/Testing/Python/CMakeLists.txt       |    12 +
 .../Annotation/Testing/Tcl/CMakeLists.txt          |    21 +-
 VTK/Rendering/Annotation/module.cmake              |     2 +
 VTK/Rendering/Annotation/vtkAxisActor.cxx          |   272 +-
 VTK/Rendering/Annotation/vtkAxisActor.h            |    36 +-
 VTK/Rendering/Annotation/vtkAxisActor2D.cxx        |    16 +-
 VTK/Rendering/Annotation/vtkAxisFollower.cxx       |     5 +-
 VTK/Rendering/Annotation/vtkAxisFollower.h         |     2 +-
 VTK/Rendering/Annotation/vtkBarChartActor.cxx      |    19 +-
 VTK/Rendering/Annotation/vtkCornerAnnotation.cxx   |    32 +-
 VTK/Rendering/Annotation/vtkCubeAxesActor.cxx      |   159 +-
 VTK/Rendering/Annotation/vtkCubeAxesActor.h        |     7 +
 VTK/Rendering/Annotation/vtkCubeAxesActor2D.cxx    |    22 +-
 VTK/Rendering/Annotation/vtkLeaderActor2D.cxx      |    15 +-
 .../Annotation/vtkParallelCoordinatesActor.cxx     |    14 +-
 VTK/Rendering/Annotation/vtkPieChartActor.cxx      |    12 +-
 VTK/Rendering/Annotation/vtkPolarAxesActor.cxx     |    14 +-
 VTK/Rendering/Annotation/vtkProp3DAxisFollower.cxx |   593 +
 VTK/Rendering/Annotation/vtkProp3DAxisFollower.h   |   165 +
 VTK/Rendering/Annotation/vtkScalarBarActor.cxx     |    77 +-
 VTK/Rendering/Annotation/vtkScalarBarActor.h       |    21 +
 VTK/Rendering/Annotation/vtkSpiderPlotActor.cxx    |     7 +-
 VTK/Rendering/Annotation/vtkXYPlotActor.cxx        |    10 +-
 VTK/Rendering/Cg/vtkCgShader.cxx                   |   511 -
 VTK/Rendering/Cg/vtkCgShader.h                     |   172 -
 VTK/Rendering/Cg/vtkCgShaderDeviceAdapter.cxx      |   114 -
 VTK/Rendering/Cg/vtkCgShaderDeviceAdapter.h        |    75 -
 VTK/Rendering/Cg/vtkCgShaderProgram.cxx            |    81 -
 VTK/Rendering/Cg/vtkCgShaderProgram.h              |    77 -
 VTK/Rendering/Context2D/module.cmake               |     3 +-
 VTK/Rendering/Context2D/vtkAbstractContextItem.h   |     2 +-
 VTK/Rendering/Context2D/vtkContext2D.cxx           |    44 +
 VTK/Rendering/Context2D/vtkContext2D.h             |     9 +-
 VTK/Rendering/Context2D/vtkContextBufferId.cxx     |     5 +
 VTK/Rendering/Context2D/vtkContextDevice2D.cxx     |     2 +-
 VTK/Rendering/Context2D/vtkContextMouseEvent.h     |     4 -
 VTK/Rendering/Context2D/vtkContextScene.cxx        |     2 +-
 VTK/Rendering/Context2D/vtkMarkerUtilities.cxx     |     2 +
 .../Context2D/vtkOpenGL2ContextDevice2D.cxx        |    41 +-
 .../Context2D/vtkOpenGLContextBufferId.cxx         |     6 +
 .../Context2D/vtkOpenGLContextDevice2D.cxx         |   134 +-
 .../Context2D/vtkOpenGLContextDevice2DPrivate.h    |    21 +-
 .../Context2D/vtkOpenGLContextDevice3D.cxx         |    19 +-
 VTK/Rendering/Context2D/vtkTooltipItem.cxx         |    14 +
 VTK/Rendering/Core/CMakeLists.txt                  |    13 +-
 VTK/Rendering/Core/Testing/Cxx/CMakeLists.txt      |    27 +-
 .../Testing/Cxx/TestViewDependentErrorMetric.cxx   |     2 +-
 .../Core/Testing/Data/Baseline/CamBlur.png.md5     |     1 +
 .../Core/Testing/Data/Baseline/ImageActor.png.md5  |     1 +
 .../Data/Baseline/ImageActorStressed.png.md5       |     1 +
 .../Data/Baseline/NoLightGeneration.png.md5        |     1 +
 .../Data/Baseline/PickerWithLocator.png.md5        |     1 +
 .../Baseline/PolyDataMapperAllPolygons.png.md5     |     1 +
 .../Baseline/PolyDataMapperAllPolygons_1.png.md5   |     1 +
 .../Baseline/PolyDataMapperAllWireframe.png.md5    |     1 +
 .../Baseline/PolyDataMapperAllWireframe_1.png.md5  |     1 +
 .../Core/Testing/Data/Baseline/ScalarBar.png.md5   |     1 +
 .../Data/Baseline/SurfacePickerWithTexture.png.md5 |     1 +
 .../Baseline/SurfacePickerWithTexture_1.png.md5    |     1 +
 .../Data/Baseline/TestCameraInterpolator.png.md5   |     1 +
 .../TestGenericVertexAttributesGLSL.png.md5        |     1 +
 .../TestGenericVertexAttributesGLSL_1.png.md5      |     1 +
 .../Data/Baseline/TestLeaderActor2D.png.md5        |     1 +
 .../Testing/Data/Baseline/TestOnePoint.png.md5     |     1 +
 .../Testing/Data/Baseline/TestOpacity2.png.md5     |     1 +
 .../Testing/Data/Baseline/TestOpacity2_1.png.md5   |     1 +
 .../Testing/Data/Baseline/TestOpacity2_2.png.md5   |     1 +
 .../Testing/Data/Baseline/TestOpacity2_3.png.md5   |     1 +
 .../Data/Baseline/TestOpacityVectors.png.md5       |     1 +
 .../Data/Baseline/TestOpacityVectors_1.png.md5     |     1 +
 .../Data/Baseline/TestOpacityVectors_2.png.md5     |     1 +
 .../Core/Testing/Data/Baseline/TestRotate.png.md5  |     1 +
 .../TestSplitViewportStereoHorizontal.png.md5      |     1 +
 .../TestTransformCoordinateSystems.png.md5         |     1 +
 .../Baseline/TestTransformInterpolator.png.md5     |     1 +
 .../Baseline/TestTransformInterpolator_1.png.md5   |     1 +
 .../Baseline/TestTransformInterpolator_2.png.md5   |     1 +
 .../Baseline/TestTriangleStripCellColor.png.md5    |     1 +
 .../Baseline/TestWindowToImageTransparency.png.md5 |     1 +
 .../Testing/Data/Baseline/TexturedSphere.png.md5   |     1 +
 .../Testing/Data/Baseline/TexturedSphere_1.png.md5 |     1 +
 .../Data/Baseline/TransformConcatenation.png.md5   |     1 +
 .../Data/Baseline/TransformCoverage.png.md5        |     1 +
 .../Data/Baseline/TransformCoverage_1.png.md5      |     1 +
 .../Data/Baseline/TransformImageData.png.md5       |     1 +
 .../Data/Baseline/TransformPolyData.png.md5        |     1 +
 .../Core/Testing/Data/Baseline/assembly.png.md5    |     1 +
 .../Testing/Data/Baseline/cameraWarpedCone.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/cells.png.md5       |     1 +
 .../Core/Testing/Data/Baseline/cowHair.png.md5     |     1 +
 .../Core/Testing/Data/Baseline/cowHair2.png.md5    |     1 +
 .../Core/Testing/Data/Baseline/pickCells.png.md5   |     1 +
 .../Testing/Data/Baseline/propAssembly.png.md5     |     1 +
 .../Testing/Data/Baseline/rendererSource.png.md5   |     1 +
 .../Testing/Data/Baseline/rendererSource_1.png.md5 |     1 +
 .../Core/Testing/Data/Baseline/rotations.png.md5   |     1 +
 .../Data/Baseline/stereoDresdenMace.png.md5        |     1 +
 VTK/Rendering/Core/Testing/Python/CMakeLists.txt   |    43 +-
 VTK/Rendering/Core/Testing/Python/TestCgShader.py  |    29 -
 .../Python/TestGenericVertexAttributesCg.py        |    84 -
 .../Core/Testing/Python/TestOpacityVectors.py      |    71 +
 VTK/Rendering/Core/Testing/Python/cells.py         |     4 -
 VTK/Rendering/Core/Testing/Tcl/CMakeLists.txt      |    66 +-
 VTK/Rendering/Core/module.cmake                    |     9 +-
 VTK/Rendering/Core/vtkAbstractPropPicker.cxx       |    10 -
 VTK/Rendering/Core/vtkAbstractPropPicker.h         |    17 -
 VTK/Rendering/Core/vtkAbstractVolumeMapper.h       |     2 +-
 VTK/Rendering/Core/vtkActor2D.cxx                  |     3 +-
 VTK/Rendering/Core/vtkActor2DCollection.h          |     2 +-
 VTK/Rendering/Core/vtkActorCollection.h            |     4 +-
 VTK/Rendering/Core/vtkAssemblyPaths.h              |     4 +-
 VTK/Rendering/Core/vtkBackgroundColorMonitor.cxx   |    95 +
 VTK/Rendering/Core/vtkBackgroundColorMonitor.h     |    73 +
 VTK/Rendering/Core/vtkCellPicker.cxx               |     2 +-
 VTK/Rendering/Core/vtkChooserPainter.cxx           |     2 +-
 VTK/Rendering/Core/vtkColorTransferFunction.cxx    |    14 +-
 VTK/Rendering/Core/vtkColorTransferFunction.h      |     2 +-
 VTK/Rendering/Core/vtkCompositePainter.cxx         |     2 +-
 .../Core/vtkDiscretizableColorTransferFunction.cxx |   334 +-
 .../Core/vtkDiscretizableColorTransferFunction.h   |    88 +-
 VTK/Rendering/Core/vtkFollower.h                   |     2 +-
 VTK/Rendering/Core/vtkFrustumCoverageCuller.h      |     2 +-
 VTK/Rendering/Core/vtkGPUInfoList.cxx              |     2 +-
 .../Core/vtkGenericVertexAttributeMapping.cxx      |     2 +-
 VTK/Rendering/Core/vtkGlyph3DMapper.cxx            |     2 +-
 VTK/Rendering/Core/vtkHardwareSelector.cxx         |    40 +-
 VTK/Rendering/Core/vtkHardwareSelector.h           |    19 +-
 VTK/Rendering/Core/vtkImageActor.cxx               |    12 +-
 VTK/Rendering/Core/vtkInteractorEventRecorder.cxx  |    19 +-
 VTK/Rendering/Core/vtkInteractorObserver.h         |     2 +-
 VTK/Rendering/Core/vtkInteractorStyle.cxx          |     7 +-
 VTK/Rendering/Core/vtkInteractorStyle.h            |    46 +-
 VTK/Rendering/Core/vtkLight.h                      |    10 +-
 VTK/Rendering/Core/vtkLightActor.cxx               |    10 +-
 VTK/Rendering/Core/vtkLookupTableWithEnabling.cxx  |     2 +-
 VTK/Rendering/Core/vtkMaterialLibrary.cxx          |    74 -
 VTK/Rendering/Core/vtkMaterialLibrary.h            |    61 -
 VTK/Rendering/Core/vtkPainterDeviceAdapter.h       |    14 +
 VTK/Rendering/Core/vtkPainterPolyDataMapper.cxx    |     6 +
 VTK/Rendering/Core/vtkPointPicker.h                |     2 +-
 VTK/Rendering/Core/vtkPrimitivePainter.cxx         |    12 -
 VTK/Rendering/Core/vtkProp.cxx                     |     8 +-
 VTK/Rendering/Core/vtkProp3D.h                     |     2 +-
 VTK/Rendering/Core/vtkProp3DCollection.h           |     4 +-
 VTK/Rendering/Core/vtkProp3DFollower.cxx           |    32 +-
 VTK/Rendering/Core/vtkProp3DFollower.h             |     8 +-
 VTK/Rendering/Core/vtkPropCollection.h             |     4 +-
 VTK/Rendering/Core/vtkProperty.cxx                 |   592 +-
 VTK/Rendering/Core/vtkProperty.h                   |    45 -
 VTK/Rendering/Core/vtkRenderWindow.cxx             |    83 +-
 VTK/Rendering/Core/vtkRenderWindow.h               |    82 +-
 VTK/Rendering/Core/vtkRenderWindowInteractor.cxx   |     5 +-
 VTK/Rendering/Core/vtkRenderer.cxx                 |    21 +-
 VTK/Rendering/Core/vtkRenderer.h                   |     2 +-
 VTK/Rendering/Core/vtkShader.cxx                   |  1235 --
 VTK/Rendering/Core/vtkShader.h                     |   224 -
 VTK/Rendering/Core/vtkShaderCodeLibrary.cxx        |   115 -
 VTK/Rendering/Core/vtkShaderCodeLibrary.h          |    80 -
 VTK/Rendering/Core/vtkShaderDeviceAdapter.cxx      |    38 -
 VTK/Rendering/Core/vtkShaderDeviceAdapter.h        |    81 -
 VTK/Rendering/Core/vtkShaderDeviceAdapter2.cxx     |     1 -
 VTK/Rendering/Core/vtkShaderProgram.cxx            |   260 -
 VTK/Rendering/Core/vtkShaderProgram.h              |   168 -
 VTK/Rendering/Core/vtkStandardPolyDataPainter.cxx  |    82 +-
 VTK/Rendering/Core/vtkStandardPolyDataPainter.h    |     5 +-
 VTK/Rendering/Core/vtkTDxInteractorStyleCamera.cxx |     2 +-
 VTK/Rendering/Core/vtkTextMapper.cxx               |   392 +-
 VTK/Rendering/Core/vtkTextMapper.h                 |    83 +-
 VTK/Rendering/Core/vtkTextProperty.cxx             |     5 +
 VTK/Rendering/Core/vtkTextProperty.h               |    19 +
 VTK/Rendering/Core/vtkTextRenderer.h               |     4 +
 VTK/Rendering/Core/vtkViewDependentErrorMetric.cxx |     2 +-
 VTK/Rendering/Core/vtkViewport.h                   |     4 +-
 VTK/Rendering/Core/vtkVolume.cxx                   |    70 +-
 VTK/Rendering/Core/vtkWindowLevelLookupTable.h     |     2 +-
 VTK/Rendering/Core/vtkWorldPointPicker.h           |     2 +-
 VTK/Rendering/Core/vtkXMLMaterial.cxx              |   313 -
 VTK/Rendering/Core/vtkXMLMaterial.h                |   109 -
 VTK/Rendering/Core/vtkXMLMaterialParser.cxx        |   152 -
 VTK/Rendering/Core/vtkXMLMaterialParser.h          |   123 -
 VTK/Rendering/Core/vtkXMLMaterialReader.cxx        |   112 -
 VTK/Rendering/Core/vtkXMLMaterialReader.h          |    92 -
 VTK/Rendering/Core/vtkXMLShader.cxx                |   447 -
 VTK/Rendering/Core/vtkXMLShader.h                  |   137 -
 VTK/Rendering/FreeType/Testing/Cxx/CMakeLists.txt  |    69 +-
 .../Testing/Cxx/TestFreeTypeTextMapper.cxx         |   265 +
 .../Testing/Cxx/TestFreeTypeTextMapperNoMath.cxx   |   211 +
 .../Cxx/TestMathTextFreeTypeTextRenderer.cxx       |    23 +-
 .../Cxx/TestMathTextFreeTypeTextRendererNoMath.cxx |    23 +-
 .../Data/Baseline/OverlayTextOnImage.png.md5       |     1 +
 .../Data/Baseline/TestFTStringToPath.png.md5       |     1 +
 .../Data/Baseline/TestFreeTypeTextMapper.png.md5   |     1 +
 .../Baseline/TestFreeTypeTextMapperNoMath.png.md5  |     1 +
 .../TestMathTextFreeTypeTextRenderer.png.md5       |     1 +
 .../TestMathTextFreeTypeTextRendererNoMath.png.md5 |     1 +
 .../Testing/Data/Baseline/multiLineText.png.md5    |     1 +
 .../FreeType/Testing/Data/Baseline/text.png.md5    |     1 +
 .../FreeType/Testing/Data/Fonts/DejaVuSans.ttf.md5 |     1 +
 .../FreeType/Testing/Python/CMakeLists.txt         |     6 +-
 VTK/Rendering/FreeType/Testing/Tcl/CMakeLists.txt  |     6 +-
 VTK/Rendering/FreeType/vtkFreeTypeTools.cxx        |    24 +-
 .../FreeType/vtkMathTextFreeTypeTextRenderer.cxx   |     9 +-
 VTK/Rendering/FreeType/vtkMathTextUtilities.cxx    |     2 +
 VTK/Rendering/FreeType/vtkMathTextUtilities.h      |     6 +-
 VTK/Rendering/FreeType/vtkTextActor.cxx            |     2 +
 VTK/Rendering/FreeType/vtkTextActor.h              |     2 +-
 VTK/Rendering/FreeType/vtkTextActor3D.cxx          |    15 +-
 VTK/Rendering/FreeType/vtkTextActor3D.h            |     2 +-
 VTK/Rendering/FreeTypeFontConfig/CMakeLists.txt    |     2 +-
 .../FreeTypeFontConfig/Testing/Cxx/CMakeLists.txt  |    34 +-
 .../Testing/Cxx/TestSystemFontRendering.cxx        |    29 +-
 .../Data/Baseline/TestSystemFontRendering.png.md5  |     1 +
 .../Baseline/TestSystemFontRendering_1.png.md5     |     1 +
 .../Baseline/TestSystemFontRendering_2.png.md5     |     1 +
 .../vtkFontConfigFreeTypeTools.cxx                 |    46 +-
 .../FreeTypeOpenGL/vtkOpenGLFreeTypeTextMapper.cxx |   201 +-
 .../FreeTypeOpenGL/vtkOpenGLFreeTypeTextMapper.h   |    12 +
 VTK/Rendering/GL2PS/Testing/Cxx/CMakeLists.txt     |     7 +-
 VTK/Rendering/GL2PS/module.cmake                   |     2 +
 VTK/Rendering/GL2PS/vtkGL2PSContextDevice2D.cxx    |   139 +-
 VTK/Rendering/GL2PS/vtkGL2PSContextDevice2D.h      |     9 +-
 VTK/Rendering/GL2PS/vtkGL2PSUtilities.cxx          |    34 +-
 VTK/Rendering/GL2PS/vtkGL2PSUtilities.h            |    17 +-
 VTK/Rendering/HybridOpenGL/CMakeLists.txt          |    34 -
 .../HybridOpenGL/Testing/Cxx/CMakeLists.txt        |    43 -
 .../Testing/Cxx/TestImageDataLIC2D.cxx             |    48 -
 .../HybridOpenGL/Testing/Cxx/TestImageDataLIC2D.h  |   297 -
 .../Testing/Cxx/TestStructuredGridLIC2DSlice.h     |   304 -
 .../Testing/Cxx/TestStructuredGridLIC2DXSlice.cxx  |    56 -
 .../Testing/Cxx/TestStructuredGridLIC2DYSlice.cxx  |    55 -
 .../Testing/Cxx/TestStructuredGridLIC2DZSlice.cxx  |    55 -
 .../HybridOpenGL/Testing/Cxx/TestSurfaceLIC.cxx    |    46 -
 .../HybridOpenGL/Testing/Cxx/TestSurfaceLIC.h      |   216 -
 VTK/Rendering/HybridOpenGL/module.cmake            |    15 -
 VTK/Rendering/HybridOpenGL/vtkImageDataLIC2D.cxx   |   613 -
 VTK/Rendering/HybridOpenGL/vtkImageDataLIC2D.h     |   155 -
 .../vtkImageDataLIC2DExtentTranslator.cxx          |    93 -
 .../vtkImageDataLIC2DExtentTranslator.h            |    66 -
 .../HybridOpenGL/vtkStructuredGridLIC2D.cxx        |   817 --
 .../HybridOpenGL/vtkStructuredGridLIC2D.h          |   166 -
 .../HybridOpenGL/vtkStructuredGridLIC2D_fs.glsl    |   179 -
 .../HybridOpenGL/vtkSurfaceLICDefaultPainter.cxx   |    60 -
 .../HybridOpenGL/vtkSurfaceLICDefaultPainter.h     |    68 -
 .../HybridOpenGL/vtkSurfaceLICPainter.cxx          |   937 --
 VTK/Rendering/HybridOpenGL/vtkSurfaceLICPainter.h  |   167 -
 .../HybridOpenGL/vtkSurfaceLICPainter_fs1.glsl     |    30 -
 .../HybridOpenGL/vtkSurfaceLICPainter_fs2.glsl     |    58 -
 .../HybridOpenGL/vtkSurfaceLICPainter_vs1.glsl     |    51 -
 VTK/Rendering/Image/vtkImageSliceCollection.h      |     2 +-
 VTK/Rendering/LIC/CMakeLists.txt                   |    66 +
 VTK/Rendering/LIC/Testing/Cxx/CMakeLists.txt       |   375 +
 .../LIC/Testing/Cxx/TestImageDataLIC2D.cxx         |   401 +
 VTK/Rendering/LIC/Testing/Cxx/TestImageDataLIC2D.h |    24 +
 .../Testing/Cxx/TestStructuredGridLIC2DXSlice.cxx  |    55 +
 .../Testing/Cxx/TestStructuredGridLIC2DYSlice.cxx  |    54 +
 .../Testing/Cxx/TestStructuredGridLIC2DZSlice.cxx  |    54 +
 VTK/Rendering/LIC/Testing/Cxx/TestSurfaceLIC.cxx   |   252 +
 VTK/Rendering/LIC/Testing/Cxx/TestSurfaceLIC.h     |    20 +
 .../Cxx/vtkStructuredGridLIC2DTestDriver.cxx       |   335 +
 .../Testing/Cxx/vtkStructuredGridLIC2DTestDriver.h |    26 +
 .../LIC/Testing/Cxx/vtkSurfaceLICTestDriver.cxx    |   406 +
 .../LIC/Testing/Cxx/vtkSurfaceLICTestDriver.h      |    61 +
 .../Data/Baseline/TestImageDataLIC2D.png.md5       |     1 +
 .../Data/Baseline/TestImageDataLIC2D_1.png.md5     |     1 +
 .../Baseline/TestStructuredGridLIC2DXSlice.png.md5 |     1 +
 .../TestStructuredGridLIC2DXSlice_1.png.md5        |     1 +
 .../Baseline/TestStructuredGridLIC2DYSlice.png.md5 |     1 +
 .../TestStructuredGridLIC2DYSlice_1.png.md5        |     1 +
 .../Baseline/TestStructuredGridLIC2DZSlice.png.md5 |     1 +
 .../TestStructuredGridLIC2DZSlice_1.png.md5        |     1 +
 .../Testing/Data/Baseline/TestSurfaceLIC.png.md5   |     1 +
 ...SurfaceLICCurvedContrastEnhancedBlended.png.md5 |     1 +
 ...CurvedContrastEnhancedBlendedSmallGrain.png.md5 |     1 +
 ...dContrastEnhancedColorBlendedSmallGrain.png.md5 |     1 +
 ...trastEnhancedColorBlendedSmallGrainMask.png.md5 |     1 +
 ...edContrastEnhancedColorMappedSmallGrain.png.md5 |     1 +
 ...ntrastEnhancedColorMappedSmallGrainMask.png.md5 |     1 +
 ...tSurfaceLICCurvedContrastEnhancedMapped.png.md5 |     1 +
 ...CCurvedContrastEnhancedMappedSmallGrain.png.md5 |     1 +
 ...stEnhancedMappedSmallVectorNormalizeOff.png.md5 |     1 +
 ...LICCurvedContrastEnhancedSmallGrainMask.png.md5 |     1 +
 .../Baseline/TestSurfaceLICCurvedDefaults.png.md5  |     1 +
 .../TestSurfaceLICCurvedDefaultsColor.png.md5      |     1 +
 ...faceLICCurvedEnhancedVectorNormalizeOff.png.md5 |     1 +
 ...faceLICMultiBlockContrastEnhancedPerlin.png.md5 |     1 +
 .../TestSurfaceLICPlanarContrastEnhanced.png.md5   |     1 +
 .../Baseline/TestSurfaceLICPlanarDefaults.png.md5  |     1 +
 .../TestSurfaceLICPlanarVectorNormalizeOff.png.md5 |     1 +
 ...anarVectorNormalizeOffMediumGrainPerlin.png.md5 |     1 +
 ...narVectorNormalizeOffMediumGrainUniform.png.md5 |     1 +
 VTK/Rendering/LIC/module.cmake                     |    15 +
 VTK/Rendering/LIC/vtkImageDataLIC2D.cxx            |   722 ++
 VTK/Rendering/LIC/vtkImageDataLIC2D.h              |   141 +
 .../LIC/vtkImageDataLIC2DExtentTranslator.cxx      |   121 +
 .../LIC/vtkImageDataLIC2DExtentTranslator.h        |    74 +
 VTK/Rendering/LIC/vtkLineIntegralConvolution2D.cxx |  2156 ++++
 VTK/Rendering/LIC/vtkLineIntegralConvolution2D.h   |   396 +
 .../LIC/vtkLineIntegralConvolution2D_AA.glsl       |    88 +
 .../LIC/vtkLineIntegralConvolution2D_AAH.glsl      |    56 +
 .../LIC/vtkLineIntegralConvolution2D_AAV.glsl      |    56 +
 .../LIC/vtkLineIntegralConvolution2D_CE.glsl       |    38 +
 .../LIC/vtkLineIntegralConvolution2D_EE.glsl       |    73 +
 .../LIC/vtkLineIntegralConvolution2D_LIC0.glsl     |    89 +
 .../LIC/vtkLineIntegralConvolution2D_LICI.glsl     |   124 +
 .../LIC/vtkLineIntegralConvolution2D_LICN.glsl     |    32 +
 .../LIC/vtkLineIntegralConvolution2D_VT.glsl       |    33 +
 VTK/Rendering/LIC/vtkPainterCommunicator.h         |    72 +
 VTK/Rendering/LIC/vtkPixelTransfer.cxx             |    32 +
 VTK/Rendering/LIC/vtkPixelTransfer.h               |   233 +
 VTK/Rendering/LIC/vtkStructuredGridLIC2D.cxx       |   851 ++
 VTK/Rendering/LIC/vtkStructuredGridLIC2D.h         |   166 +
 VTK/Rendering/LIC/vtkStructuredGridLIC2D_fs.glsl   |   158 +
 VTK/Rendering/LIC/vtkSurfaceLICComposite.cxx       |   425 +
 VTK/Rendering/LIC/vtkSurfaceLICComposite.h         |   270 +
 VTK/Rendering/LIC/vtkSurfaceLICDefaultPainter.cxx  |   114 +
 VTK/Rendering/LIC/vtkSurfaceLICDefaultPainter.h    |    74 +
 VTK/Rendering/LIC/vtkSurfaceLICPainter.cxx         |  3442 +++++
 VTK/Rendering/LIC/vtkSurfaceLICPainter.h           |   532 +
 VTK/Rendering/LIC/vtkSurfaceLICPainter_CE.glsl     |   105 +
 VTK/Rendering/LIC/vtkSurfaceLICPainter_DCpy.glsl   |    38 +
 VTK/Rendering/LIC/vtkSurfaceLICPainter_GeomFs.glsl |    32 +
 VTK/Rendering/LIC/vtkSurfaceLICPainter_GeomVs.glsl |    78 +
 VTK/Rendering/LIC/vtkSurfaceLICPainter_SC.glsl     |   202 +
 VTK/Rendering/LIC/vtkTextureIO.cxx                 |   172 +
 VTK/Rendering/LIC/vtkTextureIO.h                   |    86 +
 .../Data/Baseline/TestQuadricLODActor.png.md5      |     1 +
 VTK/Rendering/LOD/Testing/Python/CMakeLists.txt    |     2 +-
 VTK/Rendering/LOD/Testing/Tcl/CMakeLists.txt       |     2 +-
 VTK/Rendering/LOD/vtkLODActor.cxx                  |    20 +-
 .../Testing/Data/Baseline/labeledContours.png.md5  |     1 +
 .../Data/Baseline/labeledContours_1.png.md5        |     1 +
 .../Data/Baseline/labeledContours_2.png.md5        |     1 +
 .../Data/Baseline/labeledContours_3.png.md5        |     1 +
 .../Testing/Data/Baseline/labeledMesh.png.md5      |     1 +
 .../Testing/Data/Baseline/labeledMesh_1.png.md5    |     1 +
 VTK/Rendering/Label/Testing/Python/CMakeLists.txt  |     4 +-
 VTK/Rendering/Label/Testing/Tcl/CMakeLists.txt     |     7 +-
 VTK/Rendering/Label/module.cmake                   |     2 +
 VTK/Rendering/Label/vtkLabeledDataMapper.cxx       |     9 +-
 VTK/Rendering/Label/vtkLabeledDataMapper.h         |    20 +
 .../Matplotlib/Testing/Cxx/CMakeLists.txt          |    75 +-
 .../Testing/Cxx/TestScalarBarCombinatorics.cxx     |    18 +-
 .../Data/Baseline/TestContextMathTextImage.png.md5 |     1 +
 .../Baseline/TestContextMathTextImage_1.png.md5    |     1 +
 .../TestGL2PSMathTextActor-rasterRef.png.md5       |     1 +
 .../Data/Baseline/TestGL2PSMathTextActor.png.md5   |     1 +
 .../TestGL2PSMathTextActor3D-rasterRef.png.md5     |     1 +
 .../Data/Baseline/TestGL2PSMathTextActor3D.png.md5 |     1 +
 .../Baseline/TestGL2PSMathTextActor3D_1.png.md5    |     1 +
 .../Baseline/TestGL2PSMathTextActor3D_2.png.md5    |     1 +
 .../Baseline/TestGL2PSMathTextActor3D_3.png.md5    |     1 +
 .../Data/Baseline/TestGL2PSMathTextActor_1.png.md5 |     1 +
 .../TestGL2PSMathTextOutput-rasterRef.png.md5      |     1 +
 .../TestGL2PSMathTextOutput-rasterRef_1.png.md5    |     1 +
 .../Data/Baseline/TestGL2PSMathTextOutput.png.md5  |     1 +
 .../Baseline/TestGL2PSMathTextOutput_1.png.md5     |     1 +
 .../TestGL2PSMathTextScaling-rasterRef.png.md5     |     1 +
 .../Data/Baseline/TestGL2PSMathTextScaling.png.md5 |     1 +
 .../Baseline/TestGL2PSMathTextScaling_1.png.md5    |     1 +
 .../Baseline/TestIndexedLookupScalarBar.png.md5    |     1 +
 .../Baseline/TestIndexedLookupScalarBar_1.png.md5  |     1 +
 .../Baseline/TestIndexedLookupScalarBar_2.png.md5  |     1 +
 .../Data/Baseline/TestMathTextActor.png.md5        |     1 +
 .../Data/Baseline/TestMathTextActor3D.png.md5      |     1 +
 .../Data/Baseline/TestMathTextActor3D_1.png.md5    |     1 +
 .../Data/Baseline/TestMathTextActor3D_2.png.md5    |     1 +
 .../Data/Baseline/TestMathTextActor_1.png.md5      |     1 +
 .../Testing/Data/Baseline/TestRenderString.png.md5 |     1 +
 .../Data/Baseline/TestRenderString_1.png.md5       |     1 +
 .../Data/Baseline/TestRenderString_2.png.md5       |     1 +
 .../Baseline/TestScalarBarCombinatorics.png.md5    |     1 +
 .../Testing/Data/Baseline/TestStringToPath.png.md5 |     1 +
 .../Data/Baseline/TestStringToPath_1.png.md5       |     1 +
 VTK/Rendering/OpenGL/CMakeLists.txt                |    58 +-
 VTK/Rendering/OpenGL/Testing/Cxx/CMakeLists.txt    |   109 +-
 .../OpenGL/Testing/Cxx/LoadOpenGLExtension.cxx     |    26 +
 .../OpenGL/Testing/Cxx/TestFBOImplementation.cxx   |   292 +-
 .../OpenGL/Testing/Cxx/TestFollowerPicking.cxx     |     2 +-
 .../OpenGL/Testing/Cxx/TestGaussianBlurPass.cxx    |     4 +-
 ...estGenericVertexAttributesGLSLAlphaBlending.cxx |     4 +-
 ...GenericVertexAttributesGLSLDepthPeelingPass.cxx |     4 +-
 .../Testing/Cxx/TestGlyph3DMapperPicking.cxx       |     2 +-
 .../OpenGL/Testing/Cxx/TestLightActor.cxx          |     2 +-
 VTK/Rendering/OpenGL/Testing/Cxx/TestMonitors.cxx  |   261 +
 .../OpenGL/Testing/Cxx/TestShadowMapPass.cxx       |     2 +-
 .../Cxx/TestTranslucentLUTDepthPeelingPass.cxx     |    34 +-
 .../Data/Baseline/LoadOpenGLExtension.png.md5      |     1 +
 .../Data/Baseline/LoadOpenGLExtension_1.png.md5    |     1 +
 .../Testing/Data/Baseline/RenderNonFinite.png.md5  |     1 +
 .../Testing/Data/Baseline/SurfacePlusEdges.png.md5 |     1 +
 .../Data/Baseline/TestActorLightingFlag.png.md5    |     1 +
 .../Data/Baseline/TestAnimationScene.png.md5       |     1 +
 .../Data/Baseline/TestAreaSelections.png.md5       |     1 +
 .../Data/Baseline/TestAreaSelections_1.png.md5     |     1 +
 .../Data/Baseline/TestBackfaceCulling.png.md5      |     1 +
 .../Data/Baseline/TestBlurAndSobelPasses.png.md5   |     1 +
 .../Data/Baseline/TestBlurAndSobelPasses_1.png.md5 |     1 +
 .../Data/Baseline/TestDynamic2DLabelMapper.png.md5 |     1 +
 .../Data/Baseline/TestFollowerPicking.png.md5      |     1 +
 .../Data/Baseline/TestFreetypeTextMapper.png.md5   |     1 +
 .../Baseline/TestFreetypeTextMapperBigger.png.md5  |     1 +
 .../Data/Baseline/TestFreetypeTextOverlay.png.md5  |     1 +
 .../Data/Baseline/TestGaussianBlurPass.png.md5     |     1 +
 .../Data/Baseline/TestGaussianBlurPass_1.png.md5   |     1 +
 .../Data/Baseline/TestGaussianBlurPass_2.png.md5   |     1 +
 ...enericVertexAttributesGLSLAlphaBlending.png.md5 |     1 +
 ...ericVertexAttributesGLSLAlphaBlending_1.png.md5 |     1 +
 .../TestGenericVertexAttributesGLSLCxx.png.md5     |     1 +
 .../TestGenericVertexAttributesGLSLCxx_1.png.md5   |     1 +
 ...ricVertexAttributesGLSLDepthPeelingPass.png.md5 |     1 +
 ...cVertexAttributesGLSLDepthPeelingPass_1.png.md5 |     1 +
 ...cVertexAttributesGLSLDepthPeelingPass_2.png.md5 |     1 +
 .../Data/Baseline/TestGlyph3DMapper.png.md5        |     1 +
 .../Data/Baseline/TestGlyph3DMapperArrow.png.md5   |     1 +
 .../Data/Baseline/TestGlyph3DMapperMasking.png.md5 |     1 +
 .../Baseline/TestGlyph3DMapperMasking_1.png.md5    |     1 +
 .../TestGlyph3DMapperOrientationArray.png.md5      |     1 +
 .../TestGlyph3DMapperOrientationArray_1.png.md5    |     1 +
 .../Data/Baseline/TestGlyph3DMapperPicking.png.md5 |     1 +
 .../Data/Baseline/TestGradientBackground.png.md5   |     1 +
 .../TestHomogeneousTransformOfActor.png.md5        |     1 +
 .../Baseline/TestImageResliceMapperAlpha.png.md5   |     1 +
 .../TestImageResliceMapperBackground.png.md5       |     1 +
 .../Baseline/TestImageResliceMapperBorder.png.md5  |     1 +
 .../TestImageResliceMapperInterpolation.png.md5    |     1 +
 .../Baseline/TestImageResliceMapperOffAxis.png.md5 |     1 +
 .../TestImageResliceMapperOrient3D.png.md5         |     1 +
 .../Baseline/TestImageResliceMapperSlab.png.md5    |     1 +
 .../Baseline/TestImageSliceMapperAlpha.png.md5     |     1 +
 .../TestImageSliceMapperBackground.png.md5         |     1 +
 .../TestImageSliceMapperBackground_1.png.md5       |     1 +
 .../Baseline/TestImageSliceMapperBorder.png.md5    |     1 +
 .../Baseline/TestImageSliceMapperBorder_1.png.md5  |     1 +
 .../TestImageSliceMapperInterpolation.png.md5      |     1 +
 .../Baseline/TestImageSliceMapperOrient2D.png.md5  |     1 +
 .../Baseline/TestImageSliceMapperOrient3D.png.md5  |     1 +
 .../Testing/Data/Baseline/TestImageStack.png.md5   |     1 +
 .../Testing/Data/Baseline/TestImageStack_1.png.md5 |     1 +
 .../Data/Baseline/TestLabelPlacementMapper.png.md5 |     1 +
 .../Baseline/TestLabelPlacementMapper2D.png.md5    |     1 +
 .../Baseline/TestLabelPlacementMapper2D_1.png.md5  |     1 +
 .../Baseline/TestLabelPlacementMapper2D_2.png.md5  |     1 +
 ...estLabelPlacementMapperCoincidentPoints.png.md5 |     1 +
 .../Testing/Data/Baseline/TestLabelPlacer.png.md5  |     1 +
 .../Data/Baseline/TestLabelPlacer2D.png.md5        |     1 +
 .../Data/Baseline/TestLabelPlacer2D_1.png.md5      |     1 +
 .../Data/Baseline/TestLabelPlacer2D_2.png.md5      |     1 +
 .../Data/Baseline/TestLabelPlacer2D_3.png.md5      |     1 +
 .../TestLabelPlacerCoincidentPoints.png.md5        |     1 +
 .../Testing/Data/Baseline/TestLightActor.png.md5   |     1 +
 .../Data/Baseline/TestMultiTexturing.png.md5       |     1 +
 .../Baseline/TestMultiTexturingTransform.png.md5   |     1 +
 .../Baseline/TestMultiTexturingTransform_1.png.md5 |     1 +
 .../Data/Baseline/TestMultiTexturing_1.png.md5     |     1 +
 .../TestMultiblockDisplayProperties.png.md5        |     1 +
 .../TestMultiblockDisplayProperties_1.png.md5      |     1 +
 .../Testing/Data/Baseline/TestOSConeCxx.png.md5    |     1 +
 .../Data/Baseline/TestOffAxisStereo.png.md5        |     1 +
 .../Testing/Data/Baseline/TestOpacity.png.md5      |     1 +
 .../Testing/Data/Baseline/TestOpacity_1.png.md5    |     1 +
 .../Data/Baseline/TestOpenGLPolyDataMapper.png.md5 |     1 +
 .../Data/Baseline/TestOrderedTriangulator.png.md5  |     1 +
 .../Data/Baseline/TestPolygonSelection.png.md5     |     1 +
 .../TestResetCameraVerticalAspectRatio.png.md5     |     1 +
 ...tResetCameraVerticalAspectRatioParallel.png.md5 |     1 +
 .../Testing/Data/Baseline/TestScalarBar.png.md5    |     1 +
 .../Testing/Data/Baseline/TestScalarBar_1.png.md5  |     1 +
 .../Testing/Data/Baseline/TestScalarBar_2.png.md5  |     1 +
 .../Testing/Data/Baseline/TestScalarBar_3.png.md5  |     1 +
 .../Data/Baseline/TestSetImageOrientation.png.md5  |     1 +
 .../Data/Baseline/TestShadowMapPass.png.md5        |     1 +
 .../Data/Baseline/TestShadowMapPass_1.png.md5      |     1 +
 .../TestSobelGradientMagnitudePass.png.md5         |     1 +
 .../TestSobelGradientMagnitudePass_1.png.md5       |     1 +
 .../OpenGL/Testing/Data/Baseline/TestTDx.png.md5   |     1 +
 .../Data/Baseline/TestTStripsColorsTCoords.png.md5 |     1 +
 .../TestTStripsNormalsColorsTCoords.png.md5        |     1 +
 .../Baseline/TestTStripsNormalsTCoords.png.md5     |     1 +
 .../Data/Baseline/TestTStripsTCoords.png.md5       |     1 +
 .../Baseline/TestTextActor3DAlphaBlending.png.md5  |     1 +
 .../Baseline/TestTextActor3DDepthPeeling.png.md5   |     1 +
 .../Baseline/TestTextActorAlphaBlending.png.md5    |     1 +
 .../Baseline/TestTextActorDepthPeeling.png.md5     |     1 +
 .../Testing/Data/Baseline/TestTextureRGBA.png.md5  |     1 +
 .../Baseline/TestTextureRGBADepthPeeling.png.md5   |     1 +
 .../Data/Baseline/TestTexturedBackground.png.md5   |     1 +
 .../Testing/Data/Baseline/TestTilingCxx.png.md5    |     1 +
 .../TestTransformCoordinateUseDouble.png.md5       |     1 +
 .../TestTranslucentImageActorAlphaBlending.png.md5 |     1 +
 .../TestTranslucentImageActorDepthPeeling.png.md5  |     1 +
 .../TestTranslucentLUTAlphaBlending.png.md5        |     1 +
 .../TestTranslucentLUTDepthPeeling.png.md5         |     1 +
 .../TestTranslucentLUTDepthPeelingPass.png.md5     |     1 +
 .../TestTranslucentLUTDepthPeelingPass_1.png.md5   |     1 +
 .../TestTranslucentLUTDepthPeeling_1.png.md5       |     1 +
 .../TestTranslucentLUTTextureAlphaBlending.png.md5 |     1 +
 .../TestTranslucentLUTTextureDepthPeeling.png.md5  |     1 +
 ...TestTranslucentLUTTextureDepthPeeling_1.png.md5 |     1 +
 VTK/Rendering/OpenGL/Testing/Python/CMakeLists.txt |     6 +
 .../Testing/Python/TestFreetypeTextMapper.py       |     4 -
 .../Testing/Python/TestFreetypeTextMapperBigger.py |     4 -
 VTK/Rendering/OpenGL/Testing/Tcl/CMakeLists.txt    |     6 +-
 VTK/Rendering/OpenGL/module.cmake                  |     4 +-
 VTK/Rendering/OpenGL/vtkCameraPass.cxx             |     9 +-
 VTK/Rendering/OpenGL/vtkCarbonRenderWindow.cxx     |     1 -
 VTK/Rendering/OpenGL/vtkClearZPass.cxx             |     2 +-
 VTK/Rendering/OpenGL/vtkCocoaRenderWindow.h        |     7 +
 VTK/Rendering/OpenGL/vtkCocoaRenderWindow.mm       |    80 +-
 .../OpenGL/vtkCocoaRenderWindowInteractor.mm       |    58 +-
 VTK/Rendering/OpenGL/vtkColorMaterialHelper.cxx    |    16 +
 VTK/Rendering/OpenGL/vtkColorMaterialHelper.h      |    15 +-
 .../OpenGL/vtkColorMaterialHelper_vs.glsl          |     6 -
 .../OpenGL/vtkCoreGraphicsGPUInfoList.cxx          |     2 +-
 VTK/Rendering/OpenGL/vtkDataTransferHelper.cxx     |     2 +-
 VTK/Rendering/OpenGL/vtkDefaultPass.cxx            |     2 +-
 VTK/Rendering/OpenGL/vtkDepthPeelingPass.cxx       |   285 +-
 VTK/Rendering/OpenGL/vtkDirectXGPUInfoList.cxx     |     2 +-
 VTK/Rendering/OpenGL/vtkDummyGPUInfoList.cxx       |     2 +-
 VTK/Rendering/OpenGL/vtkFrameBufferObject.cxx      |   582 +-
 VTK/Rendering/OpenGL/vtkFrameBufferObject.h        |   122 +-
 VTK/Rendering/OpenGL/vtkFrameBufferObject2.cxx     |   728 ++
 VTK/Rendering/OpenGL/vtkFrameBufferObject2.h       |   316 +
 VTK/Rendering/OpenGL/vtkGLSLShader.cxx             |   521 -
 VTK/Rendering/OpenGL/vtkGLSLShader.h               |   151 -
 .../OpenGL/vtkGLSLShaderDeviceAdapter.cxx          |   294 -
 VTK/Rendering/OpenGL/vtkGLSLShaderDeviceAdapter.h  |    83 -
 .../OpenGL/vtkGLSLShaderDeviceAdapter2.cxx         |     5 +
 VTK/Rendering/OpenGL/vtkGLSLShaderProgram.cxx      |   403 -
 VTK/Rendering/OpenGL/vtkGLSLShaderProgram.h        |   101 -
 VTK/Rendering/OpenGL/vtkGaussianBlurPass.cxx       |     7 +-
 .../OpenGL/vtkGenericOpenGLRenderWindow.cxx        |    43 +-
 .../OpenGL/vtkGenericOpenGLRenderWindow.h          |    10 +
 VTK/Rendering/OpenGL/vtkImageProcessingPass.cxx    |     2 +-
 VTK/Rendering/OpenGL/vtkLightingHelper.cxx         |    14 +-
 VTK/Rendering/OpenGL/vtkLightingHelper.h           |    11 +-
 VTK/Rendering/OpenGL/vtkLightsPass.cxx             |     2 +-
 .../OpenGL/vtkLineIntegralConvolution2D.cxx        |  1002 --
 .../OpenGL/vtkLineIntegralConvolution2D.h          |   225 -
 .../OpenGL/vtkLineIntegralConvolution2D_fs.glsl    |   149 -
 .../OpenGL/vtkLineIntegralConvolution2D_fs1.glsl   |   151 -
 .../OpenGL/vtkLineIntegralConvolution2D_fs2.glsl   |   111 -
 VTK/Rendering/OpenGL/vtkOSOpenGLRenderWindow.cxx   |     4 +
 VTK/Rendering/OpenGL/vtkOpaquePass.cxx             |     2 +-
 VTK/Rendering/OpenGL/vtkOpenGLActor.cxx            |     5 +
 VTK/Rendering/OpenGL/vtkOpenGLCamera.cxx           |     9 +
 .../OpenGL/vtkOpenGLClipPlanesPainter.cxx          |     7 +-
 ...tkOpenGLCoincidentTopologyResolutionPainter.cxx |     8 +
 .../OpenGL/vtkOpenGLDisplayListPainter.cxx         |    10 +-
 VTK/Rendering/OpenGL/vtkOpenGLError.h.in           |   252 +
 VTK/Rendering/OpenGL/vtkOpenGLExtensionManager.cxx |   522 +-
 VTK/Rendering/OpenGL/vtkOpenGLExtensionManager.h   |   106 +-
 VTK/Rendering/OpenGL/vtkOpenGLGlyph3DMapper.cxx    |    12 +-
 VTK/Rendering/OpenGL/vtkOpenGLHardwareSelector.cxx |   217 +
 VTK/Rendering/OpenGL/vtkOpenGLHardwareSelector.h   |    64 +
 VTK/Rendering/OpenGL/vtkOpenGLImageMapper.cxx      |    60 +-
 VTK/Rendering/OpenGL/vtkOpenGLImageSliceMapper.cxx |    26 +
 VTK/Rendering/OpenGL/vtkOpenGLLight.cxx            |     4 +
 VTK/Rendering/OpenGL/vtkOpenGLLightMonitor.cxx     |   199 +
 VTK/Rendering/OpenGL/vtkOpenGLLightMonitor.h       |   104 +
 .../OpenGL/vtkOpenGLModelViewProjectionMonitor.cxx |    88 +
 .../OpenGL/vtkOpenGLModelViewProjectionMonitor.h   |    79 +
 .../OpenGL/vtkOpenGLPainterDeviceAdapter.cxx       |    32 +-
 .../OpenGL/vtkOpenGLPainterDeviceAdapter.h         |    24 +-
 VTK/Rendering/OpenGL/vtkOpenGLPolyDataMapper.cxx   |    18 +-
 VTK/Rendering/OpenGL/vtkOpenGLPolyDataMapper2D.cxx |    28 +-
 VTK/Rendering/OpenGL/vtkOpenGLProperty.cxx         |    99 +-
 VTK/Rendering/OpenGL/vtkOpenGLProperty.h           |     4 -
 VTK/Rendering/OpenGL/vtkOpenGLRenderWindow.cxx     |    50 +-
 VTK/Rendering/OpenGL/vtkOpenGLRenderWindow.h       |    25 +-
 VTK/Rendering/OpenGL/vtkOpenGLRenderer.cxx         |   315 +-
 .../OpenGL/vtkOpenGLRepresentationPainter.cxx      |     4 +
 .../OpenGL/vtkOpenGLScalarsToColorsPainter.cxx     |    10 +
 VTK/Rendering/OpenGL/vtkOpenGLState.cxx            |     1 +
 VTK/Rendering/OpenGL/vtkOpenGLTexture.cxx          |    99 +-
 VTK/Rendering/OpenGL/vtkOverlayPass.cxx            |     2 +-
 VTK/Rendering/OpenGL/vtkPixelBufferObject.cxx      |   463 +-
 VTK/Rendering/OpenGL/vtkPixelBufferObject.h        |   110 +-
 VTK/Rendering/OpenGL/vtkRenderPass.cxx             |     2 +-
 VTK/Rendering/OpenGL/vtkRenderState.cxx            |     2 +-
 VTK/Rendering/OpenGL/vtkRenderbuffer.cxx           |   215 +
 VTK/Rendering/OpenGL/vtkRenderbuffer.h             |    94 +
 .../OpenGL/vtkRenderingOpenGLConfigure.h.in        |     4 -
 VTK/Rendering/OpenGL/vtkSequencePass.cxx           |     2 +-
 VTK/Rendering/OpenGL/vtkShader2.cxx                |   142 +-
 VTK/Rendering/OpenGL/vtkShader2.h                  |    18 +-
 VTK/Rendering/OpenGL/vtkShader2Collection.cxx      |     2 +-
 VTK/Rendering/OpenGL/vtkShaderProgram2.cxx         |   230 +-
 VTK/Rendering/OpenGL/vtkShaderProgram2.h           |   162 +-
 VTK/Rendering/OpenGL/vtkShadowMapBakerPass.cxx     |     5 +
 VTK/Rendering/OpenGL/vtkShadowMapPass.cxx          |     7 +-
 .../OpenGL/vtkSobelGradientMagnitudePass.cxx       |    82 +-
 .../vtkSobelGradientMagnitudePassShader1_fs.glsl   |     4 +-
 .../vtkSobelGradientMagnitudePassShader2_fs.glsl   |     4 +-
 VTK/Rendering/OpenGL/vtkTDxDevice.cxx              |     2 +-
 VTK/Rendering/OpenGL/vtkTDxInteractorStyleGeo.cxx  |     2 +-
 VTK/Rendering/OpenGL/vtkTDxMacDevice.cxx           |     2 +-
 VTK/Rendering/OpenGL/vtkTDxUnixDevice.cxx          |     2 +-
 VTK/Rendering/OpenGL/vtkTDxWinDevice.cxx           |     2 +-
 VTK/Rendering/OpenGL/vtkTextureObject.cxx          |   589 +-
 VTK/Rendering/OpenGL/vtkTextureObject.h            |    92 +-
 VTK/Rendering/OpenGL/vtkTextureUnitManager.cxx     |     2 +-
 VTK/Rendering/OpenGL/vtkTranslucentPass.cxx        |     2 +-
 VTK/Rendering/OpenGL/vtkUniformVariables.cxx       |     8 +-
 VTK/Rendering/OpenGL/vtkUniformVariables.h         |    53 +
 VTK/Rendering/OpenGL/vtkVolumetricPass.cxx         |     2 +-
 .../OpenGL/vtkWin32OpenGLRenderWindow.cxx          |    30 +-
 VTK/Rendering/OpenGL/vtkXGPUInfoList.cxx           |     2 +-
 VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx    |    19 +-
 VTK/Rendering/Parallel/Testing/Cxx/CMakeLists.txt  |    18 +-
 .../Cxx/TestDistributedDataCompositeZPass.cxx      |     3 +-
 .../Parallel/Testing/Cxx/TestPCompositeZPass.cxx   |     3 +-
 .../Parallel/Testing/Cxx/TestPShadowMapPass.cxx    |     3 +-
 .../Testing/Data/Baseline/PrmMagnify.png.md5       |     1 +
 .../TestDistributedDataCompositeZPass.png.md5      |     1 +
 .../Data/Baseline/TestPCompositeZPass.png.md5      |     1 +
 .../Data/Baseline/TestPShadowMapPass.png.md5       |     1 +
 .../Data/Baseline/TestPShadowMapPass_1.png.md5     |     1 +
 .../Data/Baseline/TestPShadowMapPass_2.png.md5     |     1 +
 VTK/Rendering/Parallel/module.cmake                |     2 +
 .../vtkClientServerSynchronizedRenderers.cxx       |     2 +-
 VTK/Rendering/Parallel/vtkCompositeRGBAPass.cxx    |    64 +-
 VTK/Rendering/Parallel/vtkCompositeZPass.cxx       |    26 +-
 VTK/Rendering/Parallel/vtkPHardwareSelector.cxx    |     3 +-
 VTK/Rendering/Parallel/vtkPHardwareSelector.h      |     6 +-
 VTK/Rendering/Parallel/vtkParallelRenderManager.h  |     4 +-
 .../Parallel/vtkSynchronizedRenderers.cxx          |     7 +-
 VTK/Rendering/ParallelLIC/CMakeLists.txt           |   102 +
 VTK/Rendering/ParallelLIC/module.cmake             |     8 +
 VTK/Rendering/ParallelLIC/vtkMPIPixelTT.cxx        |    43 +
 VTK/Rendering/ParallelLIC/vtkMPIPixelTT.h          |    61 +
 VTK/Rendering/ParallelLIC/vtkMPIPixelView.h        |   108 +
 .../ParallelLIC/vtkPLineIntegralConvolution2D.cxx  |   128 +
 .../ParallelLIC/vtkPLineIntegralConvolution2D.h    |    88 +
 .../ParallelLIC/vtkPPainterCommunicator.cxx        |   343 +
 .../ParallelLIC/vtkPPainterCommunicator.h          |   101 +
 VTK/Rendering/ParallelLIC/vtkPPixelTransfer.cxx    |    84 +
 VTK/Rendering/ParallelLIC/vtkPPixelTransfer.h      |   524 +
 .../ParallelLIC/vtkPSurfaceLICComposite.cxx        |  1857 +++
 .../ParallelLIC/vtkPSurfaceLICComposite.h          |   198 +
 .../ParallelLIC/vtkPSurfaceLICComposite_Comp.glsl  |    34 +
 .../ParallelLIC/vtkPSurfaceLICPainter.cxx          |   172 +
 VTK/Rendering/ParallelLIC/vtkPSurfaceLICPainter.h  |    87 +
 VTK/Rendering/ParallelLIC/vtkParallelTimer.cxx     |   673 +
 VTK/Rendering/ParallelLIC/vtkParallelTimer.h       |   262 +
 VTK/Rendering/Qt/CMakeLists.txt                    |    17 +-
 VTK/Rendering/Qt/module.cmake                      |     4 +-
 VTK/Rendering/Qt/vtkQImageToImageSource.h          |     2 +-
 .../Data/Baseline/TestTkRenderWidget.png.md5       |     1 +
 .../Baseline/TestTkRenderWindowInteractor.png.md5  |     1 +
 .../Tk/Testing/Data/Baseline/cursor3D.png.md5      |     1 +
 VTK/Rendering/Tk/Testing/Python/CMakeLists.txt     |    16 +-
 .../Tk/Testing/Python/TestTkRenderWidget.py        |     3 -
 .../Testing/Python/TestTkRenderWindowInteractor.py |     3 -
 VTK/Rendering/Tk/Testing/Tcl/CMakeLists.txt        |     4 +-
 VTK/Rendering/Tk/vtkCocoaTkUtilities.h             |     4 +-
 VTK/Rendering/Tk/vtkTkImageViewerWidget.cxx        |     4 +-
 VTK/Rendering/Tk/vtkTkRenderWidget.cxx             |     4 +-
 VTK/Rendering/Volume/Testing/Cxx/CMakeLists.txt    |    38 +-
 .../Testing/Cxx/ProjectedTetrahedraZoomIn.cxx      |    18 +-
 .../Cxx/TestGPURayCastCompositeShadeMask.cxx       |    18 +-
 .../Volume/Testing/Cxx/TestProjectedTetrahedra.cxx |    21 +-
 .../Baseline/HomogeneousRayIntegration.png.md5     |     1 +
 .../Data/Baseline/LinearRayIntegration.png.md5     |     1 +
 .../Data/Baseline/PartialPreIntegration.png.md5    |     1 +
 .../Baseline/PreIntegrationIncremental.png.md5     |     1 +
 .../Baseline/PreIntegrationNonIncremental.png.md5  |     1 +
 .../Data/Baseline/TestBunykRayCastFunction.png.md5 |     1 +
 .../Baseline/TestFinalColorWindowLevel.png.md5     |     1 +
 .../TestFixedPointRayCastLightComponents.png.md5   |     1 +
 .../Baseline/TestFixedPointRayCasterLinear.png.md5 |     1 +
 .../TestFixedPointRayCasterLinearCropped.png.md5   |     1 +
 .../TestFixedPointRayCasterLinear_1.png.md5        |     1 +
 .../TestFixedPointRayCasterNearest.png.md5         |     1 +
 .../TestFixedPointRayCasterNearestCropped.png.md5  |     1 +
 .../TestFixedPointRayCasterNearest_1.png.md5       |     1 +
 .../Data/Baseline/TestGPURayCastAdditive.png.md5   |     1 +
 .../TestGPURayCastCompositeBinaryMask.png.md5      |     1 +
 .../Baseline/TestGPURayCastCompositeMask.png.md5   |     1 +
 .../TestGPURayCastCompositeMaskBlend.png.md5       |     1 +
 .../Baseline/TestGPURayCastCompositeMask_1.png.md5 |     1 +
 .../TestGPURayCastCompositeShadeMask.png.md5       |     1 +
 .../TestGPURayCastCompositeShadeMask_1.png.md5     |     1 +
 .../Baseline/TestGPURayCastCompositeToMIP.png.md5  |     1 +
 .../Data/Baseline/TestGPURayCastCropping.png.md5   |     1 +
 .../Baseline/TestGPURayCastDataTypesMIP.png.md5    |     1 +
 .../Baseline/TestGPURayCastDataTypesMinIP.png.md5  |     1 +
 .../TestGPURayCastFourComponentsComposite.png.md5  |     1 +
 ...RayCastFourComponentsCompositeStreaming.png.md5 |     1 +
 .../TestGPURayCastFourComponentsMIP.png.md5        |     1 +
 .../TestGPURayCastFourComponentsMinIP.png.md5      |     1 +
 .../Baseline/TestGPURayCastMIPBinaryMask.png.md5   |     1 +
 .../Baseline/TestGPURayCastMIPToComposite.png.md5  |     1 +
 .../TestGPURayCastNearestDataTypesMIP.png.md5      |     1 +
 .../TestGPURayCastPerspectiveParallel.png.md5      |     1 +
 .../Data/Baseline/TestHAVSVolumeMapper.png.md5     |     1 +
 .../Data/Baseline/TestHAVSVolumeMapper_1.png.md5   |     1 +
 .../Testing/Data/Baseline/TestLODProp3D.png.md5    |     1 +
 .../Baseline/TestMinIntensityRendering.png.md5     |     1 +
 .../Testing/Data/Baseline/TestPTZSweep.png.md5     |     1 +
 .../Data/Baseline/TestProjectedHexahedra.png.md5   |     1 +
 .../Data/Baseline/TestProjectedTetrahedra.png.md5  |     1 +
 .../Baseline/TestProjectedTetrahedra_1.png.md5     |     1 +
 .../Baseline/TestProjectedTetrahedra_2.png.md5     |     1 +
 .../Baseline/TestProjectedTetrahedra_3.png.md5     |     1 +
 .../Data/Baseline/TestProp3DFollower.png.md5       |     1 +
 .../Data/Baseline/TestSmartVolumeMapper.png.md5    |     1 +
 .../TestSmartVolumeMapperWindowLevel.png.md5       |     1 +
 .../Data/Baseline/TestTM3DLightComponents.png.md5  |     1 +
 .../Data/Baseline/VolumeOutlineSource.png.md5      |     1 +
 .../Baseline/VolumeOutlineSourceClipped.png.md5    |     1 +
 .../Testing/Data/Baseline/VolumePicker.png.md5     |     1 +
 .../Testing/Data/Baseline/VolumePickerCrop.png.md5 |     1 +
 .../Data/Baseline/ZsweepConcavities.png.md5        |     1 +
 .../Volume/Testing/Data/Baseline/cursor3D.png.md5  |     1 +
 .../Volume/Testing/Data/Baseline/gaussian.png.md5  |     1 +
 .../Volume/Testing/Data/Baseline/volProt.png.md5   |     1 +
 .../Volume/Testing/Data/Baseline/volProt_1.png.md5 |     1 +
 .../Testing/Data/Baseline/volRCClipPlanes.png.md5  |     1 +
 .../Testing/Data/Baseline/volRCCropRegions.png.md5 |     1 +
 .../Testing/Data/Baseline/volRCRotateClip.png.md5  |     1 +
 .../Data/Baseline/volTM2DCropRegions.png.md5       |     1 +
 .../Data/Baseline/volTM2DRotateClip.png.md5        |     1 +
 .../Baseline/volTM3DCompressedCropRegions.png.md5  |     1 +
 .../volTM3DCompressedCropRegions_1.png.md5         |     1 +
 .../volTM3DCompressedCropRegions_2.png.md5         |     1 +
 .../volTM3DCompressedCropRegions_3.png.md5         |     1 +
 .../Data/Baseline/volTM3DCropRegions.png.md5       |     1 +
 .../Data/Baseline/volTM3DCropRegions_1.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_2.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_3.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_4.png.md5     |     1 +
 .../Data/Baseline/volTM3DCropRegions_5.png.md5     |     1 +
 .../Data/Baseline/volTM3DRotateClip.png.md5        |     1 +
 .../Data/Baseline/volTM3DRotateClip_1.png.md5      |     1 +
 .../Data/Baseline/volTM3DRotateClip_2.png.md5      |     1 +
 .../Data/Baseline/volTM3DRotateClip_3.png.md5      |     1 +
 VTK/Rendering/Volume/Testing/Python/CMakeLists.txt |    24 +
 .../Python/TestFixedPointRayCasterLinear.py        |     4 -
 .../Python/TestFixedPointRayCasterLinearCropped.py |     4 -
 .../Python/TestFixedPointRayCasterNearest.py       |     4 -
 .../TestFixedPointRayCasterNearestCropped.py       |     4 -
 .../Volume/Testing/Python/VolumePicker.py          |     4 -
 .../Volume/Testing/Python/volTM3DRotateClip.py     |     1 -
 VTK/Rendering/Volume/Testing/Tcl/CMakeLists.txt    |    43 +-
 .../Volume/Testing/Tcl/volTM3DRotateClip.tcl       |     1 -
 VTK/Rendering/Volume/vtkDirectionEncoder.h         |     4 +-
 VTK/Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx |     2 +-
 VTK/Rendering/Volume/vtkGPUVolumeRayCastMapper.h   |     2 +-
 VTK/Rendering/Volume/vtkHAVSVolumeMapper.cxx       |    68 +-
 .../Volume/vtkProjectedTetrahedraMapper.cxx        |    61 +-
 .../Volume/vtkProjectedTetrahedraMapper.h          |     7 +
 VTK/Rendering/Volume/vtkSmartVolumeMapper.cxx      |     8 +-
 .../vtkUnstructuredGridBunykRayCastFunction.cxx    |    50 +-
 .../vtkUnstructuredGridBunykRayCastFunction.h      |     4 +-
 .../vtkUnstructuredGridLinearRayIntegrator.cxx     |    12 +-
 .../Volume/vtkUnstructuredGridVolumeMapper.cxx     |    16 +-
 .../Volume/vtkUnstructuredGridVolumeMapper.h       |     8 +-
 .../vtkUnstructuredGridVolumeRayCastFunction.h     |     4 +-
 .../vtkUnstructuredGridVolumeZSweepMapper.cxx      |    66 +-
 VTK/Rendering/Volume/vtkVolumeMapper.h             |     2 +-
 VTK/Rendering/Volume/vtkVolumeRayCastFunction.h    |     4 +-
 VTK/Rendering/Volume/vtkVolumeTextureMapper2D.h    |     4 +-
 VTK/Rendering/Volume/vtkVolumeTextureMapper3D.h    |     2 +-
 VTK/Rendering/VolumeOpenGL/module.cmake            |     4 +
 .../vtkOpenGLGPUVolumeRayCastMapper.cxx            |   187 +-
 .../VolumeOpenGL/vtkOpenGLHAVSVolumeMapper.cxx     |    75 +-
 .../vtkOpenGLProjectedAAHexahedraMapper.cxx        |    49 +-
 .../vtkOpenGLProjectedTetrahedraMapper.cxx         |   528 +-
 .../vtkOpenGLProjectedTetrahedraMapper.h           |    10 +-
 .../vtkOpenGLRayCastImageDisplayHelper.cxx         |     8 +
 .../vtkOpenGLVolumeTextureMapper2D.cxx             |     9 +
 .../vtkOpenGLVolumeTextureMapper3D.cxx             |   139 +-
 VTK/Testing/Core/ConfigSummary.txt.in              |     6 -
 VTK/Testing/Core/HeaderTesting.py                  |    18 +-
 VTK/Testing/Core/vtkTestDriver.h                   |     1 +
 VTK/Testing/Core/vtk_site_history.py               |   151 +
 VTK/Testing/Core/vtk_submitter_summary.py          |    17 +-
 VTK/Testing/Data/2LYZ.pdb.md5                      |     1 +
 VTK/Testing/Data/2h2o.aux.md5                      |     1 +
 VTK/Testing/Data/3GQP.pdb.md5                      |     1 +
 VTK/Testing/Data/42400-IDGH.stl.md5                |     1 +
 .../AMR/Enzo/DD0010/moving7_0010.boundary.hdf.md5  |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.boundary.md5 |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.cpu0000.md5  |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.harrays.md5  |     1 +
 .../AMR/Enzo/DD0010/moving7_0010.hierarchy.md5     |     1 +
 VTK/Testing/Data/AMR/Enzo/DD0010/moving7_0010.md5  |     1 +
 .../Data/AMR/Enzo/DD0010/moving7_0010.procmap.md5  |     1 +
 .../Data/AMR/HierarchicalBoxDataset.v1.0.vthb.md5  |     1 +
 .../HierarchicalBoxDataset.v1.0_0.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_1.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_10.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_11.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_12.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_13.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_14.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_15.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_16.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_17.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_18.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_19.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_2.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_20.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_21.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_22.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_23.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_24.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_25.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_26.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_27.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_28.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_29.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_3.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_30.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_31.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_32.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_33.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_34.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_35.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_36.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_37.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_38.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_39.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_4.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_40.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_41.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_42.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_43.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_44.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_45.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_46.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_47.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_48.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_49.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_5.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_50.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_51.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_52.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_53.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_54.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_55.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_56.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_57.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_58.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_59.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_6.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_60.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_61.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_62.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_63.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_64.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_65.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_66.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_67.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_68.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_69.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_7.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_70.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_71.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_72.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_73.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_74.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_75.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_76.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_77.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_78.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_79.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_8.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.0_80.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.0_9.vti.md5          |     1 +
 .../Data/AMR/HierarchicalBoxDataset.v1.1.vthb.md5  |     1 +
 .../HierarchicalBoxDataset.v1.1_0.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_1.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_10.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_11.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_12.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_13.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_14.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_15.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_16.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_17.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_18.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_19.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_2.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_20.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_21.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_22.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_23.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_24.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_25.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_26.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_27.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_28.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_29.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_3.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_30.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_31.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_32.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_33.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_34.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_35.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_36.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_37.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_38.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_39.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_4.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_40.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_41.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_42.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_43.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_44.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_45.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_46.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_47.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_48.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_49.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_5.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_50.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_51.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_52.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_53.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_54.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_55.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_56.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_57.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_58.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_59.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_6.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_60.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_61.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_62.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_63.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_64.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_65.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_66.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_67.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_68.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_69.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_7.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_70.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_71.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_72.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_73.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_74.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_75.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_76.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_77.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_78.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_79.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_8.vti.md5          |     1 +
 .../HierarchicalBoxDataset.v1.1_80.vti.md5         |     1 +
 .../HierarchicalBoxDataset.v1.1_9.vti.md5          |     1 +
 VTK/Testing/Data/AngularSector.vtk.md5             |     1 +
 VTK/Testing/Data/B.pgm.md5                         |     1 +
 VTK/Testing/Data/BlueCircle.png.md5                |     1 +
 VTK/Testing/Data/CityPopulationsUTF8.txt.md5       |     1 +
 .../sample.spcth-timeseries.md5                    |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth.0.md5   |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth.1.md5   |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth.2.md5   |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth.3.md5   |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth_a.0.md5 |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth_a.1.md5 |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth_a.2.md5 |     1 +
 VTK/Testing/Data/Dave_Karelitz_Small/spcth_a.3.md5 |     1 +
 VTK/Testing/Data/E07733S002I009.MR.md5             |     1 +
 VTK/Testing/Data/EnSight/RectGrid_ascii.case.md5   |     1 +
 VTK/Testing/Data/EnSight/RectGrid_ascii.geo.md5    |     1 +
 .../Data/EnSight/RectGrid_ascii_pd_scalars.md5     |     1 +
 .../Data/EnSight/RectGrid_ascii_pd_vectors.md5     |     1 +
 VTK/Testing/Data/EnSight/RectGrid_bin.case.md5     |     1 +
 VTK/Testing/Data/EnSight/RectGrid_bin.geo.md5      |     1 +
 .../Data/EnSight/RectGrid_bin_pd_scalars.md5       |     1 +
 .../Data/EnSight/RectGrid_bin_pd_vectors.md5       |     1 +
 VTK/Testing/Data/EnSight/TEST.case.md5             |     1 +
 VTK/Testing/Data/EnSight/TEST_bin.case.md5         |     1 +
 VTK/Testing/Data/EnSight/blow1_ascii.case.md5      |     1 +
 VTK/Testing/Data/EnSight/blow1_ascii.geo.md5       |     1 +
 .../Data/EnSight/blow1_ascii_cd_displacement.md5   |     1 +
 .../Data/EnSight/blow1_ascii_cd_thickness.md5      |     1 +
 .../Data/EnSight/blow1_ascii_pd_displacement.md5   |     1 +
 .../Data/EnSight/blow1_ascii_pd_displacement1.md5  |     1 +
 .../Data/EnSight/blow1_ascii_pd_thickness.md5      |     1 +
 .../Data/EnSight/blow1_ascii_pd_thickness1.md5     |     1 +
 VTK/Testing/Data/EnSight/blow1_bin.case.md5        |     1 +
 VTK/Testing/Data/EnSight/blow1_bin.geo.md5         |     1 +
 .../Data/EnSight/blow1_bin_cd_displacement.md5     |     1 +
 .../Data/EnSight/blow1_bin_cd_thickness.md5        |     1 +
 .../Data/EnSight/blow1_bin_pd_displacement.md5     |     1 +
 .../Data/EnSight/blow1_bin_pd_displacement1.md5    |     1 +
 .../Data/EnSight/blow1_bin_pd_thickness.md5        |     1 +
 .../Data/EnSight/blow1_bin_pd_thickness1.md5       |     1 +
 VTK/Testing/Data/EnSight/blow2_ascii.case.md5      |     1 +
 VTK/Testing/Data/EnSight/blow2_ascii.geo000.md5    |     1 +
 VTK/Testing/Data/EnSight/blow2_ascii.geo001.md5    |     1 +
 .../EnSight/blow2_ascii_cd_displacement000.md5     |     1 +
 .../EnSight/blow2_ascii_cd_displacement001.md5     |     1 +
 .../Data/EnSight/blow2_ascii_cd_thickness000.md5   |     1 +
 .../Data/EnSight/blow2_ascii_cd_thickness001.md5   |     1 +
 .../EnSight/blow2_ascii_pd_displacement000.md5     |     1 +
 .../EnSight/blow2_ascii_pd_displacement001.md5     |     1 +
 .../EnSight/blow2_ascii_pd_displacement1000.md5    |     1 +
 .../EnSight/blow2_ascii_pd_displacement1001.md5    |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness000.md5   |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness001.md5   |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness1000.md5  |     1 +
 .../Data/EnSight/blow2_ascii_pd_thickness1001.md5  |     1 +
 VTK/Testing/Data/EnSight/blow2_bin.case.md5        |     1 +
 VTK/Testing/Data/EnSight/blow2_bin.geo000.md5      |     1 +
 VTK/Testing/Data/EnSight/blow2_bin.geo001.md5      |     1 +
 .../Data/EnSight/blow2_bin_cd_displacement000.md5  |     1 +
 .../Data/EnSight/blow2_bin_cd_displacement001.md5  |     1 +
 .../Data/EnSight/blow2_bin_cd_thickness000.md5     |     1 +
 .../Data/EnSight/blow2_bin_cd_thickness001.md5     |     1 +
 .../Data/EnSight/blow2_bin_pd_displacement000.md5  |     1 +
 .../Data/EnSight/blow2_bin_pd_displacement001.md5  |     1 +
 .../Data/EnSight/blow2_bin_pd_thickness000.md5     |     1 +
 .../Data/EnSight/blow2_bin_pd_thickness001.md5     |     1 +
 VTK/Testing/Data/EnSight/blow3_bin.case.md5        |     1 +
 VTK/Testing/Data/EnSight/blow3_bin.geo.md5         |     1 +
 .../Data/EnSight/blow3_bin_cd_displacement.md5     |     1 +
 .../Data/EnSight/blow3_bin_cd_thickness.md5        |     1 +
 .../Data/EnSight/blow3_bin_pd_displacement.md5     |     1 +
 .../Data/EnSight/blow3_bin_pd_thickness.md5        |     1 +
 VTK/Testing/Data/EnSight/blow4_bin.case.md5        |     1 +
 VTK/Testing/Data/EnSight/blow4_bin.geo000.md5      |     1 +
 VTK/Testing/Data/EnSight/blow4_bin.geo001.md5      |     1 +
 .../Data/EnSight/blow4_bin_cd_displacement000.md5  |     1 +
 .../Data/EnSight/blow4_bin_cd_displacement001.md5  |     1 +
 .../Data/EnSight/blow4_bin_cd_thickness000.md5     |     1 +
 .../Data/EnSight/blow4_bin_cd_thickness001.md5     |     1 +
 .../Data/EnSight/blow4_bin_pd_displacement000.md5  |     1 +
 .../Data/EnSight/blow4_bin_pd_displacement001.md5  |     1 +
 .../Data/EnSight/blow4_bin_pd_thickness000.md5     |     1 +
 .../Data/EnSight/blow4_bin_pd_thickness001.md5     |     1 +
 VTK/Testing/Data/EnSight/blow5_ascii.case.md5      |     1 +
 VTK/Testing/Data/EnSight/blow5_ascii.geo.md5       |     1 +
 .../Data/EnSight/blow5_ascii_cd_displacement.md5   |     1 +
 .../Data/EnSight/blow5_ascii_cd_thickness.md5      |     1 +
 .../Data/EnSight/blow5_ascii_pd_displacement.md5   |     1 +
 .../Data/EnSight/blow5_ascii_pd_thickness.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.ECsca_i.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.ECsca_r.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.ECvec_i.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.ECvec_r.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.Esca.md5         |     1 +
 VTK/Testing/Data/EnSight/elements.Eten.md5         |     1 +
 VTK/Testing/Data/EnSight/elements.Evec.md5         |     1 +
 VTK/Testing/Data/EnSight/elements.NCsca_i.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.NCsca_r.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.NCvec_i.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.NCvec_r.md5      |     1 +
 VTK/Testing/Data/EnSight/elements.Nsca.md5         |     1 +
 VTK/Testing/Data/EnSight/elements.Nten.md5         |     1 +
 VTK/Testing/Data/EnSight/elements.Nvec.md5         |     1 +
 VTK/Testing/Data/EnSight/elements.case.md5         |     1 +
 VTK/Testing/Data/EnSight/elements.geo.md5          |     1 +
 VTK/Testing/Data/EnSight/elements.sos.md5          |     1 +
 VTK/Testing/Data/EnSight/elements6.ECsca_i.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.ECsca_r.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.ECvec_i.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.ECvec_r.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.Esca.md5        |     1 +
 VTK/Testing/Data/EnSight/elements6.Eten.md5        |     1 +
 VTK/Testing/Data/EnSight/elements6.Evec.md5        |     1 +
 VTK/Testing/Data/EnSight/elements6.NCsca_i.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.NCsca_r.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.NCvec_i.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.NCvec_r.md5     |     1 +
 VTK/Testing/Data/EnSight/elements6.Nsca.md5        |     1 +
 VTK/Testing/Data/EnSight/elements6.Nten.md5        |     1 +
 VTK/Testing/Data/EnSight/elements6.Nvec.md5        |     1 +
 VTK/Testing/Data/EnSight/elements6.case.md5        |     1 +
 VTK/Testing/Data/EnSight/elements6.geo.md5         |     1 +
 VTK/Testing/Data/EnSight/ironProt_ascii.case.md5   |     1 +
 VTK/Testing/Data/EnSight/ironProt_ascii.geo.md5    |     1 +
 .../Data/EnSight/ironProt_ascii_pd_scalars.md5     |     1 +
 VTK/Testing/Data/EnSight/ironProt_bin.case.md5     |     1 +
 VTK/Testing/Data/EnSight/ironProt_bin.geo.md5      |     1 +
 .../Data/EnSight/ironProt_bin_pd_scalars.md5       |     1 +
 VTK/Testing/Data/EnSight/mandelbrot.sos.md5        |     1 +
 VTK/Testing/Data/EnSight/mandelbrot1.case.md5      |     1 +
 VTK/Testing/Data/EnSight/mandelbrot1.geo.md5       |     1 +
 .../Data/EnSight/mandelbrot1_pd_Iterations.md5     |     1 +
 VTK/Testing/Data/EnSight/mandelbrot2.case.md5      |     1 +
 VTK/Testing/Data/EnSight/mandelbrot2.geo.md5       |     1 +
 .../Data/EnSight/mandelbrot2_pd_Iterations.md5     |     1 +
 VTK/Testing/Data/EnSight/naca.bin.case.md5         |     1 +
 VTK/Testing/Data/EnSight/naca.gold.bin.DENS_1.md5  |     1 +
 VTK/Testing/Data/EnSight/naca.gold.bin.DENS_3.md5  |     1 +
 VTK/Testing/Data/EnSight/naca.gold.bin.geo.md5     |     1 +
 VTK/Testing/Data/EnSight/office6_bin.case.md5      |     1 +
 VTK/Testing/Data/EnSight/office6_bin.geo.md5       |     1 +
 .../Data/EnSight/office6_bin_pd_scalars.md5        |     1 +
 .../Data/EnSight/office6_bin_pd_vectors.md5        |     1 +
 VTK/Testing/Data/EnSight/office_ascii.case.md5     |     1 +
 VTK/Testing/Data/EnSight/office_ascii.geo.md5      |     1 +
 .../Data/EnSight/office_ascii_pd_scalars.md5       |     1 +
 .../Data/EnSight/office_ascii_pd_vectors.md5       |     1 +
 VTK/Testing/Data/EnSight/office_bin.case.md5       |     1 +
 VTK/Testing/Data/EnSight/office_bin.geo.md5        |     1 +
 VTK/Testing/Data/EnSight/office_bin_pd_scalars.md5 |     1 +
 VTK/Testing/Data/EnSight/office_bin_pd_vectors.md5 |     1 +
 .../Data/EnSight/test.extr_pressure.0001.md5       |     1 +
 .../Data/EnSight/test.extr_velocity.0001.md5       |     1 +
 VTK/Testing/Data/EnSight/test.geo.md5              |     1 +
 VTK/Testing/Data/EnSight/test.pressure.0001.md5    |     1 +
 VTK/Testing/Data/EnSight/test.velocity.0001.md5    |     1 +
 .../Data/EnSight/test_bin.extr_pressure.0001.md5   |     1 +
 .../Data/EnSight/test_bin.extr_velocity.0001.md5   |     1 +
 VTK/Testing/Data/EnSight/test_bin.geo.md5          |     1 +
 .../Data/EnSight/test_bin.pressure.0001.md5        |     1 +
 .../Data/EnSight/test_bin.velocity.0001.md5        |     1 +
 VTK/Testing/Data/EventRecording.log.md5            |     1 +
 VTK/Testing/Data/GIS/countries.dbf.md5             |     1 +
 VTK/Testing/Data/GIS/countries.prj.md5             |     1 +
 VTK/Testing/Data/GIS/countries.shp.md5             |     1 +
 VTK/Testing/Data/GIS/countries.shx.md5             |     1 +
 VTK/Testing/Data/GreenCircle.png.md5               |     1 +
 VTK/Testing/Data/HeadMRVolume.mhd.md5              |     1 +
 VTK/Testing/Data/HeadMRVolume.raw.md5              |     1 +
 VTK/Testing/Data/IncOctPntLocData.dat.md5          |     1 +
 VTK/Testing/Data/IncOctPntLocResult.dat.md5        |     1 +
 VTK/Testing/Data/Infovis/DaveDS_-_Sketchy.ttf.md5  |     1 +
 .../Data/Infovis/DimacsGraphs/iso_pattern.gr.md5   |     1 +
 .../Data/Infovis/DimacsGraphs/iso_target.gr.md5    |     1 +
 .../Data/Infovis/DimacsGraphs/maxflow.max.md5      |     1 +
 .../Data/Infovis/Images/NE2_ps_bath.jpg.md5        |     1 +
 .../Data/Infovis/Images/NE2_ps_bath.png.md5        |     1 +
 .../Infovis/Images/NE2_ps_bath_transparent.png.md5 |     1 +
 .../PintassilgoPrints_-_Talvez_Assim.ttf.md5       |     1 +
 .../Data/Infovis/SQLite/SmallEmailTest.db.md5      |     1 +
 .../Data/Infovis/SQLite/SmallTestGraphs.db.md5     |     1 +
 .../Data/Infovis/SQLite/ports_protocols.db.md5     |     1 +
 .../Data/Infovis/SQLite/temperatures.db.md5        |     1 +
 VTK/Testing/Data/Infovis/XML/smalltest.xml.md5     |     1 +
 VTK/Testing/Data/Infovis/XML/vtkclasses.xml.md5    |     1 +
 VTK/Testing/Data/Infovis/XML/vtkfiles.xml.md5      |     1 +
 VTK/Testing/Data/Infovis/XML/vtklibrary.xml.md5    |     1 +
 .../Data/Infovis/authors-tabletographtest.csv.md5  |     1 +
 VTK/Testing/Data/Infovis/authors.csv.md5           |     1 +
 VTK/Testing/Data/Infovis/classes.csv.md5           |     1 +
 VTK/Testing/Data/Infovis/clustered-graph.tlp.md5   |     1 +
 VTK/Testing/Data/Infovis/document-term.csv.md5     |     1 +
 VTK/Testing/Data/Infovis/eg1.ris.md5               |     1 +
 VTK/Testing/Data/Infovis/eg2.isi.md5               |     1 +
 VTK/Testing/Data/Infovis/fruit.csv.md5             |     1 +
 VTK/Testing/Data/Infovis/fsm.gml.md5               |     1 +
 VTK/Testing/Data/Infovis/kcore_edges.csv.md5       |     1 +
 VTK/Testing/Data/Infovis/kcore_verts.csv.md5       |     1 +
 .../Data/Infovis/martyb_-_Ridiculous.ttf.md5       |     1 +
 VTK/Testing/Data/Infovis/matrix.csv.md5            |     1 +
 VTK/Testing/Data/Infovis/merge1.csv.md5            |     1 +
 VTK/Testing/Data/Infovis/merge2.csv.md5            |     1 +
 VTK/Testing/Data/Infovis/multi_tree.tre.md5        |     1 +
 VTK/Testing/Data/Infovis/otu_table.biom.md5        |     1 +
 VTK/Testing/Data/Infovis/person-document.csv.md5   |     1 +
 VTK/Testing/Data/Infovis/publications.csv.md5      |     1 +
 VTK/Testing/Data/Infovis/rep_set.tre.md5           |     1 +
 VTK/Testing/Data/Infovis/small.graph.md5           |     1 +
 VTK/Testing/Data/Infovis/small.tlp.md5             |     1 +
 VTK/Testing/Data/Infovis/term-concept.csv.md5      |     1 +
 VTK/Testing/Data/LSDyna/foam/foam.d3plot.md5       |     1 +
 VTK/Testing/Data/LSDyna/foam/foam.d3plot01.md5     |     1 +
 .../Data/LSDyna/hemi.draw/hemi_draw.d3plot.md5     |     1 +
 .../Data/LSDyna/hemi.draw/hemi_draw.d3plot01.md5   |     1 +
 .../Data/LSDyna/hemi.draw/hemi_draw.d3thdt.md5     |     1 +
 .../Data/LSDyna/hemi.draw/hemi_draw.glstat.md5     |     1 +
 VTK/Testing/Data/LSDyna/hemi.draw/hemi_draw.k.md5  |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.RES.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP1.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP2.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP3.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP4.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP5.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP6.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP7.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP8.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SP9.md5          |     1 +
 VTK/Testing/Data/MFIXReader/BUB01.SPA.md5          |     1 +
 VTK/Testing/Data/MetaIO/ChestCT-SHORT.mha.md5      |     1 +
 VTK/Testing/Data/NE2_ps_bath_small.jpg.md5         |     1 +
 .../Data/NetCDF/CAMReaderConnectivity.nc.md5       |     1 +
 VTK/Testing/Data/NetCDF/CAMReaderPoints.nc.md5     |     1 +
 VTK/Testing/Data/NetCDF/MPASReader.nc.md5          |     1 +
 VTK/Testing/Data/NetCDF/test.pop.nc.md5            |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/0.5/U.md5         |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/0.5/p.md5         |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/0.5/phi.md5       |     1 +
 .../Data/OpenFOAM/cavity/0.5/uniform/time.md5      |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/0/U.md5           |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/0/p.md5           |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/1.5/U.md5         |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/1.5/p.md5         |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/1.5/phi.md5       |     1 +
 .../Data/OpenFOAM/cavity/1.5/uniform/time.md5      |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/1/U.md5           |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/1/p.md5           |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/1/phi.md5         |     1 +
 .../Data/OpenFOAM/cavity/1/uniform/time.md5        |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/2.5/U.md5         |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/2.5/p.md5         |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/2.5/phi.md5       |     1 +
 .../Data/OpenFOAM/cavity/2.5/uniform/time.md5      |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/2/U.md5           |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/2/p.md5           |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/2/phi.md5         |     1 +
 .../Data/OpenFOAM/cavity/2/uniform/time.md5        |     1 +
 VTK/Testing/Data/OpenFOAM/cavity/cavity.foam.md5   |     1 +
 .../cavity/constant/polyMesh/blockMeshDict.md5     |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/boundary.md5 |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/faces.md5    |     1 +
 .../cavity/constant/polyMesh/neighbour.md5         |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/owner.md5    |     1 +
 .../OpenFOAM/cavity/constant/polyMesh/points.md5   |     1 +
 .../cavity/constant/transportProperties.md5        |     1 +
 .../Data/OpenFOAM/cavity/system/controlDict.md5    |     1 +
 .../Data/OpenFOAM/cavity/system/fvSchemes.md5      |     1 +
 .../Data/OpenFOAM/cavity/system/fvSolution.md5     |     1 +
 VTK/Testing/Data/Particles.raw.md5                 |     1 +
 VTK/Testing/Data/PentaHexa.vtk.md5                 |     1 +
 VTK/Testing/Data/Quadratic/CylinderLinear.vtk.md5  |     1 +
 .../Data/Quadratic/CylinderQuadratic.vtk.md5       |     1 +
 VTK/Testing/Data/RectGrid2.vtk.md5                 |     1 +
 VTK/Testing/Data/RedCircle.png.md5                 |     1 +
 VTK/Testing/Data/SLAC/ll-9cell-f523/README.md5     |     1 +
 .../Data/SLAC/ll-9cell-f523/ll-9cell-f523.ncdf.md5 |     1 +
 .../mode0.l0.R2.457036E+09I2.778314E+04.m3.md5     |     1 +
 VTK/Testing/Data/SLAC/pic-example/README.md5       |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_0.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_1.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_2.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_3.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_4.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_5.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_6.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_7.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/fields_8.mod.md5 |     1 +
 VTK/Testing/Data/SLAC/pic-example/mesh.ncdf.md5    |     1 +
 .../Data/SLAC/pic-example/particles_0.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_1.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_2.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_3.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_4.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_5.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_6.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_7.ncdf.md5     |     1 +
 .../Data/SLAC/pic-example/particles_8.ncdf.md5     |     1 +
 .../Data/SLAC/pillbox/Pillbox3TenDSlice.ncdf.md5   |     1 +
 .../pillbox/omega3p.l0.m0000.1.3138186e+09.mod.md5 |     1 +
 .../pillbox/omega3p.l0.m0001.1.3138187e+09.mod.md5 |     1 +
 .../pillbox/omega3p.l0.m0002.1.3138189e+09.mod.md5 |     1 +
 VTK/Testing/Data/SainteHelens.dem.md5              |     1 +
 VTK/Testing/Data/SampleStructGrid.vtk.md5          |     1 +
 VTK/Testing/Data/SemiDisk/SemiDisk-0.vtp.md5       |     1 +
 VTK/Testing/Data/SemiDisk/SemiDisk-1.vtp.md5       |     1 +
 VTK/Testing/Data/SemiDisk/SemiDisk.vtk.md5         |     1 +
 VTK/Testing/Data/SemiDisk/SemiDisk.xml.md5         |     1 +
 VTK/Testing/Data/SurfaceVectors.vtk.md5            |     1 +
 VTK/Testing/Data/SyntheticPolyline.vtp.md5         |     1 +
 VTK/Testing/Data/Tango/README.VTK.txt.md5          |     1 +
 VTK/Testing/Data/Tango/TangoIcons.png.md5          |     1 +
 VTK/Testing/Data/UCD2D/UCD_00000.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00001.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00002.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00003.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00004.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00005.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00006.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00007.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00008.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00009.inp.md5           |     1 +
 VTK/Testing/Data/UCD2D/UCD_00010.inp.md5           |     1 +
 VTK/Testing/Data/Viewpoint/README.md5              |     1 +
 VTK/Testing/Data/Viewpoint/cow.g.md5               |     1 +
 VTK/Testing/Data/Viewpoint/cow.obj.md5             |     1 +
 VTK/Testing/Data/Viewpoint/iflamigm.3ds.md5        |     1 +
 VTK/Testing/Data/WindBladeReader/WT_topo1.dat.md5  |     1 +
 .../Data/WindBladeReader/field/comp.out.10.md5     |     1 +
 .../Data/WindBladeReader/field/comp.out.5500.md5   |     1 +
 .../Data/WindBladeReader/test1_topo.wind.md5       |     1 +
 .../Data/WindBladeReader/turbine/WT_list.md5       |     1 +
 .../Data/WindBladeReader/turbine/WT_rist.md5       |     1 +
 .../Data/WindBladeReader/turbine/wtbl.10.md5       |     1 +
 .../Data/WindBladeReader/turbine/wtbl.5500.md5     |     1 +
 VTK/Testing/Data/WineGlass.wrl.md5                 |     1 +
 VTK/Testing/Data/alphachannel.png.md5              |     1 +
 VTK/Testing/Data/authors.csv.md5                   |     1 +
 VTK/Testing/Data/avg152T1_RL_nifti.nii.gz.md5      |     1 +
 VTK/Testing/Data/beach.ascii.md5                   |     1 +
 VTK/Testing/Data/beach.ascii.nhdr.md5              |     1 +
 VTK/Testing/Data/beach.jpg.md5                     |     1 +
 VTK/Testing/Data/beach.nrrd.md5                    |     1 +
 VTK/Testing/Data/beach.tif.md5                     |     1 +
 VTK/Testing/Data/billBoard.pgm.md5                 |     1 +
 VTK/Testing/Data/blow.vtk.md5                      |     1 +
 VTK/Testing/Data/blowAttr.vtk.md5                  |     1 +
 VTK/Testing/Data/blowGeom.vtk.md5                  |     1 +
 VTK/Testing/Data/bluntfinq.bin.md5                 |     1 +
 VTK/Testing/Data/bluntfinxyz.bin.md5               |     1 +
 VTK/Testing/Data/bolt.fac.md5                      |     1 +
 VTK/Testing/Data/bolt.slc.md5                      |     1 +
 VTK/Testing/Data/bore.vtk.md5                      |     1 +
 VTK/Testing/Data/bot2.wrl.md5                      |     1 +
 VTK/Testing/Data/box-noglom.ex2.md5                |     1 +
 VTK/Testing/Data/bpa.mol.md5                       |     1 +
 VTK/Testing/Data/brainImageSmooth.vtk.md5          |     1 +
 VTK/Testing/Data/bunny.ply.md5                     |     1 +
 VTK/Testing/Data/cactus.3337.pts.md5               |     1 +
 VTK/Testing/Data/caffeine.pdb.md5                  |     1 +
 VTK/Testing/Data/camscene.png.md5                  |     1 +
 VTK/Testing/Data/cellcentered.tec.md5              |     1 +
 VTK/Testing/Data/cellsnd.ascii.inp.md5             |     1 +
 VTK/Testing/Data/cellsnd.bin.inp.md5               |     1 +
 .../chi_field/chi_chunk_0_700_0_50x50x50.bov.md5   |     1 +
 VTK/Testing/Data/chombo3d/chombo3d.vtm.md5         |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_0.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_1.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_10.vti.md5      |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_11.vti.md5      |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_12.vti.md5      |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_13.vti.md5      |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_14.vti.md5      |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_15.vti.md5      |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_2.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_3.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_4.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_5.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_6.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_7.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_8.vti.md5       |     1 +
 VTK/Testing/Data/chombo3d/chombo3d_9.vti.md5       |     1 +
 VTK/Testing/Data/clouds.jpeg.md5                   |     1 +
 VTK/Testing/Data/clown.facet.md5                   |     1 +
 VTK/Testing/Data/combq.bin.md5                     |     1 +
 VTK/Testing/Data/combxyz.bin.md5                   |     1 +
 VTK/Testing/Data/cow.vtp.md5                       |     1 +
 VTK/Testing/Data/cth.vtr.md5                       |     1 +
 VTK/Testing/Data/delimited.txt.md5                 |     1 +
 VTK/Testing/Data/delimited2.txt.md5                |     1 +
 VTK/Testing/Data/delimited2UTF16.txt.md5           |     1 +
 VTK/Testing/Data/delimited2UTF16BE.txt.md5         |     1 +
 VTK/Testing/Data/delimited2UTF16LE.txt.md5         |     1 +
 VTK/Testing/Data/delimitedUTF16.txt.md5            |     1 +
 VTK/Testing/Data/delimitedUTF16BE.txt.md5          |     1 +
 VTK/Testing/Data/delimitedUTF16LE.txt.md5          |     1 +
 VTK/Testing/Data/disk_out_ref.ex2.md5              |     1 +
 VTK/Testing/Data/disk_out_ref_surface.vtp.md5      |     1 +
 VTK/Testing/Data/earth.ppm.md5                     |     1 +
 VTK/Testing/Data/edgeFaceElem.exii.md5             |     1 +
 VTK/Testing/Data/ex-blow_5.vtm.md5                 |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_0.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_1.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_2.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_3.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_4.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_5.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_6.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_0_7.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_0.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_1.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_2.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_3.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_4.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_5.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_6.vtu.md5   |     1 +
 VTK/Testing/Data/ex-blow_5/ex-blow_5_1_7.vtu.md5   |     1 +
 VTK/Testing/Data/faults.vtk.md5                    |     1 +
 VTK/Testing/Data/fieldfile.vtk.md5                 |     1 +
 VTK/Testing/Data/filledContours.vtp.md5            |     1 +
 VTK/Testing/Data/financial.txt.md5                 |     1 +
 VTK/Testing/Data/financial.vtk.md5                 |     1 +
 VTK/Testing/Data/fixedwidth.txt.md5                |     1 +
 VTK/Testing/Data/flow.tec.gz.md5                   |     1 +
 VTK/Testing/Data/flow.tec.md5                      |     1 +
 VTK/Testing/Data/foot/foot.mha.md5                 |     1 +
 VTK/Testing/Data/foot/foot.raw.md5                 |     1 +
 VTK/Testing/Data/fran_cut.png.md5                  |     1 +
 VTK/Testing/Data/fran_cut.vtk.md5                  |     1 +
 VTK/Testing/Data/fullhead15.png.md5                |     1 +
 VTK/Testing/Data/headsq/quarter.1.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.10.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.11.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.12.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.13.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.14.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.15.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.16.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.17.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.18.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.19.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.2.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.20.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.21.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.22.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.23.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.24.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.25.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.26.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.27.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.28.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.29.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.3.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.30.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.31.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.32.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.33.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.34.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.35.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.36.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.37.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.38.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.39.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.4.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.40.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.41.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.42.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.43.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.44.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.45.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.46.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.47.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.48.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.49.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.5.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.50.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.51.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.52.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.53.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.54.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.55.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.56.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.57.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.58.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.59.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.6.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.60.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.61.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.62.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.63.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.64.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.65.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.66.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.67.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.68.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.69.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.7.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.70.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.71.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.72.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.73.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.74.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.75.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.76.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.77.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.78.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.79.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.8.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.80.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.81.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.82.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.83.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.84.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.85.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.86.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.87.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.88.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.89.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.9.md5              |     1 +
 VTK/Testing/Data/headsq/quarter.90.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.91.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.92.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.93.md5             |     1 +
 VTK/Testing/Data/headsq/quarter.nhdr.md5           |     1 +
 VTK/Testing/Data/hello.vtk.md5                     |     1 +
 VTK/Testing/Data/hexa.vtk.md5                      |     1 +
 VTK/Testing/Data/iflamigm.3ds.md5                  |     1 +
 VTK/Testing/Data/ironProt.vtk.md5                  |     1 +
 VTK/Testing/Data/libtiff/test.tif.md5              |     1 +
 VTK/Testing/Data/m4_TotalDensity.cube.md5          |     1 +
 VTK/Testing/Data/many_blocks/many_blocks.vtm.md5   |     1 +
 .../many_blocks/many_blocks_0_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_10_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_11_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_12_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_13_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_14_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_15_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_16_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_17_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_18_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_19_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_1_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_20_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_21_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_22_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_23_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_24_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_25_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_26_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_27_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_28_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_29_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_2_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_30_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_31_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_32_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_33_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_34_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_35_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_36_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_37_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_38_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_39_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_3_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_40_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_41_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_42_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_43_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_44_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_45_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_46_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_47_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_48_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_49_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_4_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_50_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_51_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_52_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_53_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_54_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_55_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_56_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_57_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_58_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_59_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_5_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_60_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_61_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_62_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_63_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_64_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_65_0.vtp.md5           |     1 +
 .../many_blocks/many_blocks_6_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_7_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_8_0.vtp.md5            |     1 +
 .../many_blocks/many_blocks_9_0.vtp.md5            |     1 +
 VTK/Testing/Data/masonry-wide.jpg.md5              |     1 +
 VTK/Testing/Data/masonry.bmp.md5                   |     1 +
 VTK/Testing/Data/matrix.vtk.md5                    |     1 +
 VTK/Testing/Data/mbwavelet_ascii.q.md5             |     1 +
 VTK/Testing/Data/mbwavelet_ascii.xyz.md5           |     1 +
 VTK/Testing/Data/minimal.hdr.gz.md5                |     1 +
 VTK/Testing/Data/minimal.img.gz.md5                |     1 +
 VTK/Testing/Data/minimal.nii.gz.md5                |     1 +
 VTK/Testing/Data/mni-surface-mesh.obj.md5          |     1 +
 VTK/Testing/Data/motor.g.md5                       |     1 +
 VTK/Testing/Data/mr.001.md5                        |     1 +
 VTK/Testing/Data/multi-ascii.q.md5                 |     1 +
 VTK/Testing/Data/multi-ascii.xyz.md5               |     1 +
 VTK/Testing/Data/multi-bin-2D.q.md5                |     1 +
 VTK/Testing/Data/multi-bin-2D.xyz.md5              |     1 +
 VTK/Testing/Data/multi-bin-C.q.md5                 |     1 +
 VTK/Testing/Data/multi-bin-C.xyz.md5               |     1 +
 VTK/Testing/Data/multi-bin-oflow.q.md5             |     1 +
 VTK/Testing/Data/multi-bin.f.md5                   |     1 +
 VTK/Testing/Data/multi-bin.q.md5                   |     1 +
 VTK/Testing/Data/multi-bin.xyz.md5                 |     1 +
 VTK/Testing/Data/multi.p3d.md5                     |     1 +
 VTK/Testing/Data/multicomb_0.vts.md5               |     1 +
 VTK/Testing/Data/multicomb_1.vts.md5               |     1 +
 VTK/Testing/Data/multicomb_2.vts.md5               |     1 +
 VTK/Testing/Data/neghip.slc.md5                    |     1 +
 VTK/Testing/Data/noise.png.md5                     |     1 +
 VTK/Testing/Data/nut.slc.md5                       |     1 +
 VTK/Testing/Data/office.binary.vtk.md5             |     1 +
 VTK/Testing/Data/plate.vtk.md5                     |     1 +
 VTK/Testing/Data/points.txt.md5                    |     1 +
 VTK/Testing/Data/political.vtp.md5                 |     1 +
 VTK/Testing/Data/polyEx.vtk.md5                    |     1 +
 VTK/Testing/Data/polyhedron2pieces.vtu.md5         |     1 +
 VTK/Testing/Data/porphyrin.cml.md5                 |     1 +
 VTK/Testing/Data/post.vtk.md5                      |     1 +
 VTK/Testing/Data/prism.neu.md5                     |     1 +
 VTK/Testing/Data/prostar.cel.md5                   |     1 +
 VTK/Testing/Data/prostar.vrt.md5                   |     1 +
 VTK/Testing/Data/quadraticTetra01.vtu.md5          |     1 +
 VTK/Testing/Data/qualityEx.vtk.md5                 |     1 +
 VTK/Testing/Data/ruler.png.md5                     |     1 +
 VTK/Testing/Data/sample.xml.md5                    |     1 +
 VTK/Testing/Data/sampleCurveGrid4.nc.md5           |     1 +
 VTK/Testing/Data/sampleGenGrid3.nc.md5             |     1 +
 VTK/Testing/Data/sphere.slc.md5                    |     1 +
 VTK/Testing/Data/t3_grid_0.mnc.md5                 |     1 +
 VTK/Testing/Data/teapot.g.md5                      |     1 +
 VTK/Testing/Data/tensors.vtk.md5                   |     1 +
 VTK/Testing/Data/test.p3d.md5                      |     1 +
 VTK/Testing/Data/tetraMesh.vtk.md5                 |     1 +
 VTK/Testing/Data/texThres2.vtk.md5                 |     1 +
 VTK/Testing/Data/textureRGBA.png.md5               |     1 +
 VTK/Testing/Data/thio3xx.xyz.md5                   |     1 +
 VTK/Testing/Data/timestep_0_15.vts.md5             |     1 +
 VTK/Testing/Data/tos_O1_2001-2002.nc.md5           |     1 +
 VTK/Testing/Data/track1.binary.vtk.md5             |     1 +
 VTK/Testing/Data/track2.binary.vtk.md5             |     1 +
 VTK/Testing/Data/track3.binary.vtk.md5             |     1 +
 VTK/Testing/Data/treetest.xml.md5                  |     1 +
 VTK/Testing/Data/uGridEx.vtk.md5                   |     1 +
 VTK/Testing/Data/uniform-001371-5x5x5.vtp.md5      |     1 +
 VTK/Testing/Data/usa.vtk.md5                       |     1 +
 VTK/Testing/Data/usa_image.jpg.md5                 |     1 +
 VTK/Testing/Data/vase_1comp.vti.md5                |     1 +
 VTK/Testing/Data/vase_4comp.vti.md5                |     1 +
 VTK/Testing/Data/vehicle_data.csv.md5              |     1 +
 VTK/Testing/Data/vtk.png.md5                       |     1 +
 VTK/Testing/Data/vtk.vtk.md5                       |     1 +
 VTK/Testing/Data/vwgt.coords.md5                   |     1 +
 VTK/Testing/Data/vwgt.graph.md5                    |     1 +
 VTK/Testing/External/CMakeLists.txt                |    18 +-
 VTK/Testing/GenericBridge/vtkBridgeAttribute.cxx   |     2 +-
 VTK/Testing/GenericBridge/vtkBridgeCell.cxx        |     2 +-
 .../GenericBridge/vtkBridgeCellIterator.cxx        |     2 +-
 .../vtkBridgeCellIteratorOnCellBoundaries.cxx      |     2 +-
 .../vtkBridgeCellIteratorOnCellList.cxx            |     2 +-
 .../vtkBridgeCellIteratorOnDataSet.cxx             |     2 +-
 .../GenericBridge/vtkBridgeCellIteratorOne.cxx     |     2 +-
 .../vtkBridgeCellIteratorStrategy.cxx              |     2 +-
 VTK/Testing/GenericBridge/vtkBridgeDataSet.cxx     |     2 +-
 .../GenericBridge/vtkBridgePointIterator.cxx       |     4 +-
 .../GenericBridge/vtkBridgePointIteratorOnCell.cxx |     2 +-
 .../vtkBridgePointIteratorOnDataSet.cxx            |     2 +-
 .../GenericBridge/vtkBridgePointIteratorOne.cxx    |     4 +-
 VTK/Testing/Install/VIT/CMakeLists.txt             |     2 +-
 VTK/Testing/Rendering/module.cmake                 |     3 +
 VTK/Testing/Rendering/vtkRegressionTestImage.h     |     4 +-
 VTK/Testing/Rendering/vtkTesting.cxx               |   399 +-
 VTK/Testing/Rendering/vtkTesting.h                 |    11 +-
 VTK/ThirdParty/AutobahnPython/CMakeLists.txt       |    21 +
 .../ThirdParty}/AutobahnPython/PKG-INFO            |     0
 .../AutobahnPython/autobahn/__init__.py            |     0
 .../AutobahnPython/autobahn/_version.py            |     0
 .../AutobahnPython/autobahn/flashpolicy.py         |     0
 .../AutobahnPython/autobahn/httpstatus.py          |     0
 .../ThirdParty}/AutobahnPython/autobahn/pbkdf2.py  |     0
 .../AutobahnPython/autobahn/prefixmap.py           |     0
 .../AutobahnPython/autobahn/resource.py            |     0
 .../AutobahnPython/autobahn/useragent.py           |     0
 .../AutobahnPython/autobahn/utf8validator.py       |     0
 .../ThirdParty}/AutobahnPython/autobahn/util.py    |     0
 .../ThirdParty}/AutobahnPython/autobahn/wamp.py    |     0
 .../AutobahnPython/autobahn/websocket.py           |     0
 .../AutobahnPython/autobahn/xormasker.py           |     0
 VTK/ThirdParty/AutobahnPython/module.cmake         |     5 +
 VTK/ThirdParty/Cosmo/BasicDefinition.h             |   244 -
 VTK/ThirdParty/Cosmo/CMakeLists.txt                |    66 -
 VTK/ThirdParty/Cosmo/ChainingMesh.cxx              |   306 -
 VTK/ThirdParty/Cosmo/ChainingMesh.h                |   143 -
 VTK/ThirdParty/Cosmo/CosmoDefinition.h.in          |    70 -
 VTK/ThirdParty/Cosmo/CosmoHalo.h                   |   157 -
 VTK/ThirdParty/Cosmo/CosmoHaloFinder.cxx           |   581 -
 VTK/ThirdParty/Cosmo/CosmoHaloFinder.h             |   236 -
 VTK/ThirdParty/Cosmo/CosmoHaloFinderP.cxx          |  1119 --
 VTK/ThirdParty/Cosmo/CosmoHaloFinderP.h            |   218 -
 VTK/ThirdParty/Cosmo/FOFHaloProperties.cxx         |   702 -
 VTK/ThirdParty/Cosmo/FOFHaloProperties.h           |   223 -
 VTK/ThirdParty/Cosmo/HaloCenterFinder.cxx          |  1325 --
 VTK/ThirdParty/Cosmo/HaloCenterFinder.h            |   185 -
 VTK/ThirdParty/Cosmo/Message.cxx                   |   242 -
 VTK/ThirdParty/Cosmo/Message.h                     |   126 -
 VTK/ThirdParty/Cosmo/ParticleDistribute.cxx        |  1460 ---
 VTK/ThirdParty/Cosmo/ParticleDistribute.h          |   233 -
 VTK/ThirdParty/Cosmo/ParticleExchange.cxx          |   756 --
 VTK/ThirdParty/Cosmo/ParticleExchange.h            |   183 -
 VTK/ThirdParty/Cosmo/Partition.cxx                 |   276 -
 VTK/ThirdParty/Cosmo/Partition.h                   |   117 -
 VTK/ThirdParty/Cosmo/SODHalo.cxx                   |   849 --
 VTK/ThirdParty/Cosmo/SODHalo.h                     |   265 -
 VTK/ThirdParty/Cosmo/module.cmake                  |     6 -
 VTK/ThirdParty/Cosmo/winDirent.h                   |   232 -
 .../TclTk/resources/tk8.3/win/rc/CMakeLists.txt    |     2 +-
 .../TclTk/resources/tk8.4/win/rc/CMakeLists.txt    |     2 +-
 .../TclTk/resources/tk8.5/win/rc/CMakeLists.txt    |     2 +-
 .../TclTk/resources/tk8.6/win/rc/CMakeLists.txt    |     2 +-
 VTK/ThirdParty/Twisted/CMakeLists.txt              |    20 +
 {ThirdParty => VTK/ThirdParty}/Twisted/LICENSE     |     0
 {ThirdParty => VTK/ThirdParty}/Twisted/README      |     0
 VTK/ThirdParty/Twisted/module.cmake                |     5 +
 .../ThirdParty}/Twisted/twisted/__init__.py        |     0
 .../ThirdParty}/Twisted/twisted/_version.py        |     0
 .../Twisted/twisted/application/__init__.py        |     0
 .../ThirdParty}/Twisted/twisted/application/app.py |     0
 .../Twisted/twisted/application/internet.py        |     0
 .../Twisted/twisted/application/reactors.py        |     0
 .../Twisted/twisted/application/service.py         |     0
 .../Twisted/twisted/application/strports.py        |     0
 .../Twisted/twisted/application/test/__init__.py   |     0
 .../twisted/application/test/test_internet.py      |     0
 .../ThirdParty}/Twisted/twisted/conch/__init__.py  |     0
 .../ThirdParty}/Twisted/twisted/conch/_version.py  |     0
 .../ThirdParty}/Twisted/twisted/conch/avatar.py    |     0
 .../ThirdParty}/Twisted/twisted/conch/checkers.py  |     0
 .../Twisted/twisted/conch/client/__init__.py       |     0
 .../Twisted/twisted/conch/client/agent.py          |     0
 .../Twisted/twisted/conch/client/connect.py        |     0
 .../Twisted/twisted/conch/client/default.py        |     0
 .../Twisted/twisted/conch/client/direct.py         |     0
 .../Twisted/twisted/conch/client/knownhosts.py     |     0
 .../Twisted/twisted/conch/client/options.py        |     0
 .../ThirdParty}/Twisted/twisted/conch/error.py     |     0
 .../Twisted/twisted/conch/insults/__init__.py      |     0
 .../Twisted/twisted/conch/insults/client.py        |     0
 .../Twisted/twisted/conch/insults/colors.py        |     0
 .../Twisted/twisted/conch/insults/helper.py        |     0
 .../Twisted/twisted/conch/insults/insults.py       |     0
 .../Twisted/twisted/conch/insults/text.py          |     0
 .../Twisted/twisted/conch/insults/window.py        |     0
 .../Twisted/twisted/conch/interfaces.py            |     0
 .../ThirdParty}/Twisted/twisted/conch/ls.py        |     0
 .../ThirdParty}/Twisted/twisted/conch/manhole.py   |     0
 .../Twisted/twisted/conch/manhole_ssh.py           |     0
 .../Twisted/twisted/conch/manhole_tap.py           |     0
 .../ThirdParty}/Twisted/twisted/conch/mixin.py     |     0
 .../twisted/conch/openssh_compat/__init__.py       |     0
 .../twisted/conch/openssh_compat/factory.py        |     0
 .../Twisted/twisted/conch/openssh_compat/primes.py |     0
 .../ThirdParty}/Twisted/twisted/conch/recvline.py  |     0
 .../Twisted/twisted/conch/scripts/__init__.py      |     0
 .../Twisted/twisted/conch/scripts/cftp.py          |     0
 .../Twisted/twisted/conch/scripts/ckeygen.py       |     0
 .../Twisted/twisted/conch/scripts/conch.py         |     0
 .../Twisted/twisted/conch/scripts/tkconch.py       |     0
 .../Twisted/twisted/conch/ssh/__init__.py          |     0
 .../Twisted/twisted/conch/ssh/address.py           |     0
 .../ThirdParty}/Twisted/twisted/conch/ssh/agent.py |     0
 .../Twisted/twisted/conch/ssh/channel.py           |     0
 .../Twisted/twisted/conch/ssh/common.py            |     0
 .../Twisted/twisted/conch/ssh/connection.py        |     0
 .../Twisted/twisted/conch/ssh/factory.py           |     0
 .../Twisted/twisted/conch/ssh/filetransfer.py      |     0
 .../Twisted/twisted/conch/ssh/forwarding.py        |     0
 .../ThirdParty}/Twisted/twisted/conch/ssh/keys.py  |     0
 .../Twisted/twisted/conch/ssh/service.py           |     0
 .../Twisted/twisted/conch/ssh/session.py           |     0
 .../ThirdParty}/Twisted/twisted/conch/ssh/sexpy.py |     0
 .../Twisted/twisted/conch/ssh/transport.py         |     0
 .../Twisted/twisted/conch/ssh/userauth.py          |     0
 .../ThirdParty}/Twisted/twisted/conch/stdio.py     |     0
 .../ThirdParty}/Twisted/twisted/conch/tap.py       |     0
 .../ThirdParty}/Twisted/twisted/conch/telnet.py    |     0
 .../Twisted/twisted/conch/test/__init__.py         |     0
 .../Twisted/twisted/conch/test/keydata.py          |     0
 .../Twisted/twisted/conch/test/test_address.py     |     0
 .../Twisted/twisted/conch/test/test_agent.py       |     0
 .../Twisted/twisted/conch/test/test_cftp.py        |     0
 .../Twisted/twisted/conch/test/test_channel.py     |     0
 .../Twisted/twisted/conch/test/test_checkers.py    |     0
 .../Twisted/twisted/conch/test/test_ckeygen.py     |     0
 .../Twisted/twisted/conch/test/test_conch.py       |     0
 .../Twisted/twisted/conch/test/test_connection.py  |     0
 .../Twisted/twisted/conch/test/test_default.py     |     0
 .../twisted/conch/test/test_filetransfer.py        |     0
 .../Twisted/twisted/conch/test/test_helper.py      |     0
 .../Twisted/twisted/conch/test/test_insults.py     |     0
 .../Twisted/twisted/conch/test/test_keys.py        |     0
 .../Twisted/twisted/conch/test/test_knownhosts.py  |     0
 .../Twisted/twisted/conch/test/test_manhole.py     |     0
 .../Twisted/twisted/conch/test/test_mixin.py       |     0
 .../twisted/conch/test/test_openssh_compat.py      |     0
 .../Twisted/twisted/conch/test/test_recvline.py    |     0
 .../Twisted/twisted/conch/test/test_scripts.py     |     0
 .../Twisted/twisted/conch/test/test_session.py     |     0
 .../Twisted/twisted/conch/test/test_ssh.py         |     0
 .../Twisted/twisted/conch/test/test_tap.py         |     0
 .../Twisted/twisted/conch/test/test_telnet.py      |     0
 .../Twisted/twisted/conch/test/test_text.py        |     0
 .../Twisted/twisted/conch/test/test_transport.py   |     0
 .../Twisted/twisted/conch/test/test_userauth.py    |     0
 .../Twisted/twisted/conch/test/test_window.py      |     0
 .../Twisted/twisted/conch/topfiles/NEWS            |     0
 .../Twisted/twisted/conch/topfiles/README          |     0
 .../Twisted/twisted/conch/topfiles/setup.py        |     0
 .../ThirdParty}/Twisted/twisted/conch/ttymodes.py  |     0
 .../Twisted/twisted/conch/ui/__init__.py           |     0
 .../ThirdParty}/Twisted/twisted/conch/ui/ansi.py   |     0
 .../Twisted/twisted/conch/ui/tkvt100.py            |     0
 .../ThirdParty}/Twisted/twisted/conch/unix.py      |     0
 .../ThirdParty}/Twisted/twisted/copyright.py       |     0
 .../ThirdParty}/Twisted/twisted/cred/__init__.py   |     0
 .../ThirdParty}/Twisted/twisted/cred/_digest.py    |     0
 .../ThirdParty}/Twisted/twisted/cred/checkers.py   |     0
 .../Twisted/twisted/cred/credentials.py            |     0
 .../ThirdParty}/Twisted/twisted/cred/error.py      |     0
 .../ThirdParty}/Twisted/twisted/cred/pamauth.py    |     0
 .../ThirdParty}/Twisted/twisted/cred/portal.py     |     0
 .../ThirdParty}/Twisted/twisted/cred/strcred.py    |     0
 .../Twisted/twisted/enterprise/__init__.py         |     0
 .../Twisted/twisted/enterprise/adbapi.py           |     0
 .../Twisted/twisted/internet/__init__.py           |     0
 .../Twisted/twisted/internet/_baseprocess.py       |     0
 .../Twisted/twisted/internet/_dumbwin32proc.py     |     0
 .../Twisted/twisted/internet/_endpointspy3.py      |     0
 .../Twisted/twisted/internet/_glibbase.py          |     0
 .../Twisted/twisted/internet/_newtls.py            |     0
 .../Twisted/twisted/internet/_oldtls.py            |     0
 .../Twisted/twisted/internet/_pollingfile.py       |     0
 .../Twisted/twisted/internet/_posixserialport.py   |     0
 .../Twisted/twisted/internet/_posixstdio.py        |     0
 .../Twisted/twisted/internet/_signals.py           |     0
 .../ThirdParty}/Twisted/twisted/internet/_ssl.py   |     0
 .../Twisted/twisted/internet/_sslverify.py         |     0
 .../Twisted/twisted/internet/_threadedselect.py    |     0
 .../Twisted/twisted/internet/_utilspy3.py          |     0
 .../Twisted/twisted/internet/_win32serialport.py   |     0
 .../Twisted/twisted/internet/_win32stdio.py        |     0
 .../Twisted/twisted/internet/abstract.py           |     0
 .../Twisted/twisted/internet/address.py            |     0
 .../ThirdParty}/Twisted/twisted/internet/base.py   |     0
 .../Twisted/twisted/internet/cfreactor.py          |     0
 .../Twisted/twisted/internet/default.py            |     0
 .../ThirdParty}/Twisted/twisted/internet/defer.py  |     0
 .../Twisted/twisted/internet/endpoints.py          |     0
 .../Twisted/twisted/internet/epollreactor.py       |     0
 .../ThirdParty}/Twisted/twisted/internet/error.py  |     0
 .../ThirdParty}/Twisted/twisted/internet/fdesc.py  |     0
 .../Twisted/twisted/internet/gireactor.py          |     0
 .../Twisted/twisted/internet/glib2reactor.py       |     0
 .../Twisted/twisted/internet/gtk2reactor.py        |     0
 .../Twisted/twisted/internet/gtk3reactor.py        |     0
 .../Twisted/twisted/internet/gtkreactor.py         |     0
 .../Twisted/twisted/internet/inotify.py            |     0
 .../Twisted/twisted/internet/interfaces.py         |     0
 .../twisted/internet/iocpreactor/__init__.py       |     0
 .../twisted/internet/iocpreactor/abstract.py       |     0
 .../Twisted/twisted/internet/iocpreactor/build.bat |     0
 .../Twisted/twisted/internet/iocpreactor/const.py  |     0
 .../twisted/internet/iocpreactor/interfaces.py     |     0
 .../internet/iocpreactor/iocpsupport/acceptex.pxi  |     0
 .../internet/iocpreactor/iocpsupport/connectex.pxi |     0
 .../internet/iocpreactor/iocpsupport/iocpsupport.c |     0
 .../iocpreactor/iocpsupport/iocpsupport.pyx        |     0
 .../iocpreactor/iocpsupport/winsock_pointers.c     |     0
 .../iocpreactor/iocpsupport/winsock_pointers.h     |     0
 .../internet/iocpreactor/iocpsupport/wsarecv.pxi   |     0
 .../internet/iocpreactor/iocpsupport/wsasend.pxi   |     0
 .../Twisted/twisted/internet/iocpreactor/notes.txt |     0
 .../twisted/internet/iocpreactor/reactor.py        |     0
 .../Twisted/twisted/internet/iocpreactor/setup.py  |     0
 .../Twisted/twisted/internet/iocpreactor/tcp.py    |     0
 .../Twisted/twisted/internet/iocpreactor/udp.py    |     0
 .../Twisted/twisted/internet/kqreactor.py          |     0
 .../ThirdParty}/Twisted/twisted/internet/main.py   |     0
 .../Twisted/twisted/internet/pollreactor.py        |     0
 .../Twisted/twisted/internet/posixbase.py          |     0
 .../Twisted/twisted/internet/process.py            |     0
 .../Twisted/twisted/internet/protocol.py           |     0
 .../Twisted/twisted/internet/pyuisupport.py        |     0
 .../Twisted/twisted/internet/qtreactor.py          |     0
 .../Twisted/twisted/internet/reactor.py            |     0
 .../Twisted/twisted/internet/selectreactor.py      |     0
 .../Twisted/twisted/internet/serialport.py         |     0
 .../ThirdParty}/Twisted/twisted/internet/ssl.py    |     0
 .../ThirdParty}/Twisted/twisted/internet/stdio.py  |     0
 .../ThirdParty}/Twisted/twisted/internet/task.py   |     0
 .../ThirdParty}/Twisted/twisted/internet/tcp.py    |     0
 .../Twisted/twisted/internet/test/__init__.py      |     0
 .../Twisted/twisted/internet/test/_posixifaces.py  |     0
 .../Twisted/twisted/internet/test/_win32ifaces.py  |     0
 .../twisted/internet/test/connectionmixins.py      |     0
 .../internet/test/fake_CAs/not-a-certificate       |     0
 .../twisted/internet/test/fake_CAs/thing1.pem      |     0
 .../internet/test/fake_CAs/thing2-duplicate.pem    |     0
 .../twisted/internet/test/fake_CAs/thing2.pem      |     0
 .../Twisted/twisted/internet/test/fakeendpoint.py  |     0
 .../Twisted/twisted/internet/test/modulehelpers.py |     0
 .../internet/test/process_gireactornocompat.py     |     0
 .../twisted/internet/test/process_helper.py        |     0
 .../Twisted/twisted/internet/test/reactormixins.py |     0
 .../Twisted/twisted/internet/test/test_abstract.py |     0
 .../Twisted/twisted/internet/test/test_address.py  |     0
 .../Twisted/twisted/internet/test/test_base.py     |     0
 .../twisted/internet/test/test_baseprocess.py      |     0
 .../Twisted/twisted/internet/test/test_core.py     |     0
 .../Twisted/twisted/internet/test/test_default.py  |     0
 .../twisted/internet/test/test_endpoints.py        |     0
 .../twisted/internet/test/test_endpointspy3.py     |     0
 .../twisted/internet/test/test_epollreactor.py     |     0
 .../Twisted/twisted/internet/test/test_fdset.py    |     0
 .../twisted/internet/test/test_filedescriptor.py   |     0
 .../twisted/internet/test/test_gireactor.py        |     0
 .../Twisted/twisted/internet/test/test_glibbase.py |     0
 .../twisted/internet/test/test_gtkreactor.py       |     0
 .../Twisted/twisted/internet/test/test_inlinecb.py |     0
 .../Twisted/twisted/internet/test/test_inotify.py  |     0
 .../Twisted/twisted/internet/test/test_iocp.py     |     0
 .../Twisted/twisted/internet/test/test_main.py     |     0
 .../Twisted/twisted/internet/test/test_newtls.py   |     0
 .../twisted/internet/test/test_pollingfile.py      |     0
 .../twisted/internet/test/test_posixbase.py        |     0
 .../twisted/internet/test/test_posixprocess.py     |     0
 .../Twisted/twisted/internet/test/test_process.py  |     0
 .../Twisted/twisted/internet/test/test_protocol.py |     0
 .../twisted/internet/test/test_qtreactor.py        |     0
 .../twisted/internet/test/test_serialport.py       |     0
 .../Twisted/twisted/internet/test/test_sigchld.py  |     0
 .../Twisted/twisted/internet/test/test_socket.py   |     0
 .../Twisted/twisted/internet/test/test_stdio.py    |     0
 .../Twisted/twisted/internet/test/test_tcp.py      |     0
 .../Twisted/twisted/internet/test/test_threads.py  |     0
 .../Twisted/twisted/internet/test/test_time.py     |     0
 .../Twisted/twisted/internet/test/test_tls.py      |     0
 .../Twisted/twisted/internet/test/test_udp.py      |     0
 .../twisted/internet/test/test_udp_internals.py    |     0
 .../Twisted/twisted/internet/test/test_unix.py     |     0
 .../Twisted/twisted/internet/test/test_utilspy3.py |     0
 .../twisted/internet/test/test_win32events.py      |     0
 .../Twisted/twisted/internet/threads.py            |     0
 .../Twisted/twisted/internet/tksupport.py          |     0
 .../ThirdParty}/Twisted/twisted/internet/udp.py    |     0
 .../ThirdParty}/Twisted/twisted/internet/unix.py   |     0
 .../ThirdParty}/Twisted/twisted/internet/utils.py  |     0
 .../Twisted/twisted/internet/win32eventreactor.py  |     0
 .../Twisted/twisted/internet/wxreactor.py          |     0
 .../Twisted/twisted/internet/wxsupport.py          |     0
 .../ThirdParty}/Twisted/twisted/lore/__init__.py   |     0
 .../ThirdParty}/Twisted/twisted/lore/_version.py   |     0
 .../ThirdParty}/Twisted/twisted/lore/default.py    |     0
 .../ThirdParty}/Twisted/twisted/lore/docbook.py    |     0
 .../ThirdParty}/Twisted/twisted/lore/htmlbook.py   |     0
 .../ThirdParty}/Twisted/twisted/lore/indexer.py    |     0
 .../ThirdParty}/Twisted/twisted/lore/latex.py      |     0
 .../ThirdParty}/Twisted/twisted/lore/lint.py       |     0
 .../ThirdParty}/Twisted/twisted/lore/lmath.py      |     0
 .../ThirdParty}/Twisted/twisted/lore/man2lore.py   |     0
 .../ThirdParty}/Twisted/twisted/lore/numberer.py   |     0
 .../ThirdParty}/Twisted/twisted/lore/process.py    |     0
 .../Twisted/twisted/lore/scripts/__init__.py       |     0
 .../Twisted/twisted/lore/scripts/lore.py           |     0
 .../ThirdParty}/Twisted/twisted/lore/slides.py     |     0
 .../ThirdParty}/Twisted/twisted/lore/template.mgp  |     0
 .../Twisted/twisted/lore/test/__init__.py          |     0
 .../twisted/lore/test/lore_index_file_out.html     |     0
 .../lore/test/lore_index_file_out_multiple.html    |     0
 .../lore/test/lore_index_file_unnumbered_out.html  |     0
 .../twisted/lore/test/lore_index_test.xhtml        |     0
 .../twisted/lore/test/lore_index_test2.xhtml       |     0
 .../twisted/lore/test/lore_numbering_test_out.html |     0
 .../lore/test/lore_numbering_test_out2.html        |     0
 .../Twisted/twisted/lore/test/simple.html          |     0
 .../Twisted/twisted/lore/test/simple3.html         |     0
 .../Twisted/twisted/lore/test/simple4.html         |     0
 .../Twisted/twisted/lore/test/template.tpl         |     0
 .../Twisted/twisted/lore/test/test_docbook.py      |     0
 .../Twisted/twisted/lore/test/test_latex.py        |     0
 .../Twisted/twisted/lore/test/test_lint.py         |     0
 .../Twisted/twisted/lore/test/test_lmath.py        |     0
 .../Twisted/twisted/lore/test/test_lore.py         |     0
 .../Twisted/twisted/lore/test/test_man2lore.py     |     0
 .../Twisted/twisted/lore/test/test_scripts.py      |     0
 .../Twisted/twisted/lore/test/test_slides.py       |     0
 .../ThirdParty}/Twisted/twisted/lore/texi.py       |     0
 .../ThirdParty}/Twisted/twisted/lore/topfiles/NEWS |     0
 .../Twisted/twisted/lore/topfiles/README           |     0
 .../Twisted/twisted/lore/topfiles/setup.py         |     0
 .../ThirdParty}/Twisted/twisted/lore/tree.py       |     0
 .../Twisted/twisted/lore/xhtml-lat1.ent            |     0
 .../Twisted/twisted/lore/xhtml-special.ent         |     0
 .../Twisted/twisted/lore/xhtml-symbol.ent          |     0
 .../Twisted/twisted/lore/xhtml1-strict.dtd         |     0
 .../Twisted/twisted/lore/xhtml1-transitional.dtd   |     0
 .../ThirdParty}/Twisted/twisted/mail/__init__.py   |     0
 .../ThirdParty}/Twisted/twisted/mail/_version.py   |     0
 .../ThirdParty}/Twisted/twisted/mail/alias.py      |     0
 .../ThirdParty}/Twisted/twisted/mail/bounce.py     |     0
 .../ThirdParty}/Twisted/twisted/mail/imap4.py      |     0
 .../ThirdParty}/Twisted/twisted/mail/mail.py       |     0
 .../ThirdParty}/Twisted/twisted/mail/maildir.py    |     0
 .../ThirdParty}/Twisted/twisted/mail/pb.py         |     0
 .../ThirdParty}/Twisted/twisted/mail/pop3.py       |     0
 .../ThirdParty}/Twisted/twisted/mail/pop3client.py |     0
 .../ThirdParty}/Twisted/twisted/mail/protocols.py  |     0
 .../ThirdParty}/Twisted/twisted/mail/relay.py      |     0
 .../Twisted/twisted/mail/relaymanager.py           |     0
 .../Twisted/twisted/mail/scripts/__init__.py       |     0
 .../Twisted/twisted/mail/scripts/mailmail.py       |     0
 .../ThirdParty}/Twisted/twisted/mail/smtp.py       |     0
 .../ThirdParty}/Twisted/twisted/mail/tap.py        |     0
 .../Twisted/twisted/mail/test/__init__.py          |     0
 .../Twisted/twisted/mail/test/pop3testserver.py    |     0
 .../Twisted/twisted/mail/test/rfc822.message       |     0
 .../Twisted/twisted/mail/test/server.pem           |     0
 .../Twisted/twisted/mail/test/test_bounce.py       |     0
 .../Twisted/twisted/mail/test/test_imap.py         |     0
 .../Twisted/twisted/mail/test/test_mail.py         |     0
 .../Twisted/twisted/mail/test/test_mailmail.py     |     0
 .../Twisted/twisted/mail/test/test_options.py      |     0
 .../Twisted/twisted/mail/test/test_pop3.py         |     0
 .../Twisted/twisted/mail/test/test_pop3client.py   |     0
 .../Twisted/twisted/mail/test/test_scripts.py      |     0
 .../Twisted/twisted/mail/test/test_smtp.py         |     0
 .../ThirdParty}/Twisted/twisted/mail/topfiles/NEWS |     0
 .../Twisted/twisted/mail/topfiles/README           |     0
 .../Twisted/twisted/mail/topfiles/setup.py         |     0
 .../Twisted/twisted/manhole/__init__.py            |     0
 .../Twisted/twisted/manhole/_inspectro.py          |     0
 .../Twisted/twisted/manhole/explorer.py            |     0
 .../Twisted/twisted/manhole/gladereactor.glade     |     0
 .../Twisted/twisted/manhole/gladereactor.py        |     0
 .../Twisted/twisted/manhole/inspectro.glade        |     0
 .../Twisted/twisted/manhole/logview.glade          |     0
 .../ThirdParty}/Twisted/twisted/manhole/service.py |     0
 .../ThirdParty}/Twisted/twisted/manhole/telnet.py  |     0
 .../Twisted/twisted/manhole/test/__init__.py       |     0
 .../Twisted/twisted/manhole/test/test_explorer.py  |     0
 .../Twisted/twisted/manhole/ui/__init__.py         |     0
 .../Twisted/twisted/manhole/ui/gtk2manhole.glade   |     0
 .../Twisted/twisted/manhole/ui/gtk2manhole.py      |     0
 .../Twisted/twisted/manhole/ui/test/__init__.py    |     0
 .../twisted/manhole/ui/test/test_gtk2manhole.py    |     0
 .../ThirdParty}/Twisted/twisted/names/__init__.py  |     0
 .../ThirdParty}/Twisted/twisted/names/_version.py  |     0
 .../ThirdParty}/Twisted/twisted/names/authority.py |     0
 .../ThirdParty}/Twisted/twisted/names/cache.py     |     0
 .../ThirdParty}/Twisted/twisted/names/client.py    |     0
 .../ThirdParty}/Twisted/twisted/names/common.py    |     0
 .../ThirdParty}/Twisted/twisted/names/dns.py       |     0
 .../ThirdParty}/Twisted/twisted/names/error.py     |     0
 .../ThirdParty}/Twisted/twisted/names/hosts.py     |     0
 .../ThirdParty}/Twisted/twisted/names/resolve.py   |     0
 .../ThirdParty}/Twisted/twisted/names/root.py      |     0
 .../ThirdParty}/Twisted/twisted/names/secondary.py |     0
 .../ThirdParty}/Twisted/twisted/names/server.py    |     0
 .../Twisted/twisted/names/srvconnect.py            |     0
 .../ThirdParty}/Twisted/twisted/names/tap.py       |     0
 .../Twisted/twisted/names/test/__init__.py         |     0
 .../Twisted/twisted/names/test/test_cache.py       |     0
 .../Twisted/twisted/names/test/test_client.py      |     0
 .../Twisted/twisted/names/test/test_common.py      |     0
 .../Twisted/twisted/names/test/test_dns.py         |     0
 .../Twisted/twisted/names/test/test_hosts.py       |     0
 .../Twisted/twisted/names/test/test_names.py       |     0
 .../Twisted/twisted/names/test/test_rootresolve.py |     0
 .../Twisted/twisted/names/test/test_srvconnect.py  |     0
 .../Twisted/twisted/names/test/test_tap.py         |     0
 .../Twisted/twisted/names/topfiles/NEWS            |     0
 .../Twisted/twisted/names/topfiles/README          |     0
 .../Twisted/twisted/names/topfiles/setup.py        |     0
 .../ThirdParty}/Twisted/twisted/news/__init__.py   |     0
 .../ThirdParty}/Twisted/twisted/news/_version.py   |     0
 .../ThirdParty}/Twisted/twisted/news/database.py   |     0
 .../ThirdParty}/Twisted/twisted/news/news.py       |     0
 .../ThirdParty}/Twisted/twisted/news/nntp.py       |     0
 .../ThirdParty}/Twisted/twisted/news/tap.py        |     0
 .../Twisted/twisted/news/test/__init__.py          |     0
 .../Twisted/twisted/news/test/test_database.py     |     0
 .../Twisted/twisted/news/test/test_news.py         |     0
 .../Twisted/twisted/news/test/test_nntp.py         |     0
 .../ThirdParty}/Twisted/twisted/news/topfiles/NEWS |     0
 .../Twisted/twisted/news/topfiles/README           |     0
 .../Twisted/twisted/news/topfiles/setup.py         |     0
 .../ThirdParty}/Twisted/twisted/pair/__init__.py   |     0
 .../ThirdParty}/Twisted/twisted/pair/_version.py   |     0
 .../ThirdParty}/Twisted/twisted/pair/ethernet.py   |     0
 .../ThirdParty}/Twisted/twisted/pair/ip.py         |     0
 .../ThirdParty}/Twisted/twisted/pair/raw.py        |     0
 .../ThirdParty}/Twisted/twisted/pair/rawudp.py     |     0
 .../Twisted/twisted/pair/test/__init__.py          |     0
 .../Twisted/twisted/pair/test/test_ethernet.py     |     0
 .../Twisted/twisted/pair/test/test_ip.py           |     0
 .../Twisted/twisted/pair/test/test_rawudp.py       |     0
 .../ThirdParty}/Twisted/twisted/pair/topfiles/NEWS |     0
 .../Twisted/twisted/pair/topfiles/README           |     0
 .../Twisted/twisted/pair/topfiles/setup.py         |     0
 .../ThirdParty}/Twisted/twisted/pair/tuntap.py     |     0
 .../Twisted/twisted/persisted/__init__.py          |     0
 .../ThirdParty}/Twisted/twisted/persisted/aot.py   |     0
 .../Twisted/twisted/persisted/crefutil.py          |     0
 .../Twisted/twisted/persisted/dirdbm.py            |     0
 .../ThirdParty}/Twisted/twisted/persisted/sob.py   |     0
 .../Twisted/twisted/persisted/styles.py            |     0
 .../Twisted/twisted/persisted/test/__init__.py     |     0
 .../Twisted/twisted/persisted/test/test_styles.py  |     0
 .../ThirdParty}/Twisted/twisted/plugin.py          |     0
 .../Twisted/twisted/plugins/__init__.py            |     0
 .../Twisted/twisted/plugins/cred_anonymous.py      |     0
 .../Twisted/twisted/plugins/cred_file.py           |     0
 .../Twisted/twisted/plugins/cred_memory.py         |     0
 .../Twisted/twisted/plugins/cred_sshkeys.py        |     0
 .../Twisted/twisted/plugins/cred_unix.py           |     0
 .../Twisted/twisted/plugins/twisted_conch.py       |     0
 .../Twisted/twisted/plugins/twisted_core.py        |     0
 .../Twisted/twisted/plugins/twisted_ftp.py         |     0
 .../Twisted/twisted/plugins/twisted_inet.py        |     0
 .../Twisted/twisted/plugins/twisted_lore.py        |     0
 .../Twisted/twisted/plugins/twisted_mail.py        |     0
 .../Twisted/twisted/plugins/twisted_manhole.py     |     0
 .../Twisted/twisted/plugins/twisted_names.py       |     0
 .../Twisted/twisted/plugins/twisted_news.py        |     0
 .../Twisted/twisted/plugins/twisted_portforward.py |     0
 .../Twisted/twisted/plugins/twisted_qtstub.py      |     0
 .../Twisted/twisted/plugins/twisted_reactors.py    |     0
 .../Twisted/twisted/plugins/twisted_runner.py      |     0
 .../Twisted/twisted/plugins/twisted_socks.py       |     0
 .../Twisted/twisted/plugins/twisted_telnet.py      |     0
 .../Twisted/twisted/plugins/twisted_trial.py       |     0
 .../Twisted/twisted/plugins/twisted_web.py         |     0
 .../Twisted/twisted/plugins/twisted_words.py       |     0
 .../Twisted/twisted/protocols/__init__.py          |     0
 .../ThirdParty}/Twisted/twisted/protocols/amp.py   |     0
 .../ThirdParty}/Twisted/twisted/protocols/basic.py |     0
 .../ThirdParty}/Twisted/twisted/protocols/dict.py  |     0
 .../Twisted/twisted/protocols/finger.py            |     0
 .../ThirdParty}/Twisted/twisted/protocols/ftp.py   |     0
 .../Twisted/twisted/protocols/gps/__init__.py      |     0
 .../Twisted/twisted/protocols/gps/nmea.py          |     0
 .../Twisted/twisted/protocols/gps/rockwell.py      |     0
 .../ThirdParty}/Twisted/twisted/protocols/htb.py   |     0
 .../ThirdParty}/Twisted/twisted/protocols/ident.py |     0
 .../Twisted/twisted/protocols/loopback.py          |     0
 .../Twisted/twisted/protocols/memcache.py          |     0
 .../Twisted/twisted/protocols/mice/__init__.py     |     0
 .../Twisted/twisted/protocols/mice/mouseman.py     |     0
 .../ThirdParty}/Twisted/twisted/protocols/pcp.py   |     0
 .../Twisted/twisted/protocols/policies.py          |     0
 .../Twisted/twisted/protocols/portforward.py       |     0
 .../Twisted/twisted/protocols/postfix.py           |     0
 .../Twisted/twisted/protocols/shoutcast.py         |     0
 .../ThirdParty}/Twisted/twisted/protocols/sip.py   |     0
 .../ThirdParty}/Twisted/twisted/protocols/socks.py |     0
 .../Twisted/twisted/protocols/stateful.py          |     0
 .../Twisted/twisted/protocols/telnet.py            |     0
 .../Twisted/twisted/protocols/test/__init__.py     |     0
 .../Twisted/twisted/protocols/test/test_basic.py   |     0
 .../Twisted/twisted/protocols/test/test_tls.py     |     0
 .../ThirdParty}/Twisted/twisted/protocols/tls.py   |     0
 .../ThirdParty}/Twisted/twisted/protocols/wire.py  |     0
 .../ThirdParty}/Twisted/twisted/python/__init__.py |     0
 .../ThirdParty}/Twisted/twisted/python/_epoll.c    |     0
 .../ThirdParty}/Twisted/twisted/python/_epoll.pyx  |     0
 .../Twisted/twisted/python/_initgroups.c           |     0
 .../ThirdParty}/Twisted/twisted/python/_inotify.py |     0
 .../Twisted/twisted/python/_reflectpy3.py          |     0
 .../ThirdParty}/Twisted/twisted/python/_release.py |     0
 .../Twisted/twisted/python/_shellcomp.py           |     0
 .../ThirdParty}/Twisted/twisted/python/_utilpy3.py |     0
 .../ThirdParty}/Twisted/twisted/python/compat.py   |     0
 .../Twisted/twisted/python/components.py           |     0
 .../Twisted/twisted/python/constants.py            |     0
 .../ThirdParty}/Twisted/twisted/python/context.py  |     0
 .../Twisted/twisted/python/deprecate.py            |     0
 .../ThirdParty}/Twisted/twisted/python/dist.py     |     0
 .../ThirdParty}/Twisted/twisted/python/failure.py  |     0
 .../ThirdParty}/Twisted/twisted/python/fakepwd.py  |     0
 .../ThirdParty}/Twisted/twisted/python/filepath.py |     0
 .../ThirdParty}/Twisted/twisted/python/finalize.py |     0
 .../Twisted/twisted/python/formmethod.py           |     0
 .../ThirdParty}/Twisted/twisted/python/hashlib.py  |     0
 .../ThirdParty}/Twisted/twisted/python/hook.py     |     0
 .../ThirdParty}/Twisted/twisted/python/htmlizer.py |     0
 .../ThirdParty}/Twisted/twisted/python/lockfile.py |     0
 .../ThirdParty}/Twisted/twisted/python/log.py      |     0
 .../ThirdParty}/Twisted/twisted/python/logfile.py  |     0
 .../ThirdParty}/Twisted/twisted/python/modules.py  |     0
 .../ThirdParty}/Twisted/twisted/python/monkey.py   |     0
 .../Twisted/twisted/python/procutils.py            |     0
 .../Twisted/twisted/python/randbytes.py            |     0
 .../ThirdParty}/Twisted/twisted/python/rebuild.py  |     0
 .../ThirdParty}/Twisted/twisted/python/reflect.py  |     0
 .../ThirdParty}/Twisted/twisted/python/release.py  |     0
 .../ThirdParty}/Twisted/twisted/python/roots.py    |     0
 .../ThirdParty}/Twisted/twisted/python/runtime.py  |     0
 .../ThirdParty}/Twisted/twisted/python/sendmsg.c   |     0
 .../ThirdParty}/Twisted/twisted/python/shortcut.py |     0
 .../ThirdParty}/Twisted/twisted/python/syslog.py   |     0
 .../ThirdParty}/Twisted/twisted/python/systemd.py  |     0
 .../ThirdParty}/Twisted/twisted/python/text.py     |     0
 .../Twisted/twisted/python/threadable.py           |     0
 .../Twisted/twisted/python/threadpool.py           |     0
 .../Twisted/twisted/python/twisted-completion.zsh  |     0
 .../ThirdParty}/Twisted/twisted/python/urlpath.py  |     0
 .../ThirdParty}/Twisted/twisted/python/usage.py    |     0
 .../ThirdParty}/Twisted/twisted/python/util.py     |     0
 .../ThirdParty}/Twisted/twisted/python/versions.py |     0
 .../ThirdParty}/Twisted/twisted/python/win32.py    |     0
 .../ThirdParty}/Twisted/twisted/python/zippath.py  |     0
 .../Twisted/twisted/python/zipstream.py            |     0
 .../Twisted/twisted/python/zsh/README.txt          |     0
 .../ThirdParty}/Twisted/twisted/python/zsh/_cftp   |     0
 .../Twisted/twisted/python/zsh/_ckeygen            |     0
 .../ThirdParty}/Twisted/twisted/python/zsh/_conch  |     0
 .../ThirdParty}/Twisted/twisted/python/zsh/_lore   |     0
 .../Twisted/twisted/python/zsh/_manhole            |     0
 .../ThirdParty}/Twisted/twisted/python/zsh/_mktap  |     0
 .../Twisted/twisted/python/zsh/_pyhtmlizer         |     0
 .../Twisted/twisted/python/zsh/_tap2deb            |     0
 .../Twisted/twisted/python/zsh/_tap2rpm            |     0
 .../Twisted/twisted/python/zsh/_tapconvert         |     0
 .../Twisted/twisted/python/zsh/_tkconch            |     0
 .../Twisted/twisted/python/zsh/_tkmktap            |     0
 .../ThirdParty}/Twisted/twisted/python/zsh/_trial  |     0
 .../ThirdParty}/Twisted/twisted/python/zsh/_twistd |     0
 .../Twisted/twisted/python/zsh/_websetroot         |     0
 .../ThirdParty}/Twisted/twisted/python/zshcomp.py  |     0
 .../ThirdParty}/Twisted/twisted/runner/__init__.py |     0
 .../ThirdParty}/Twisted/twisted/runner/_version.py |     0
 .../ThirdParty}/Twisted/twisted/runner/inetd.py    |     0
 .../Twisted/twisted/runner/inetdconf.py            |     0
 .../ThirdParty}/Twisted/twisted/runner/inetdtap.py |     0
 .../ThirdParty}/Twisted/twisted/runner/portmap.c   |     0
 .../ThirdParty}/Twisted/twisted/runner/procmon.py  |     0
 .../Twisted/twisted/runner/procmontap.py           |     0
 .../Twisted/twisted/runner/test/__init__.py        |     0
 .../Twisted/twisted/runner/test/test_procmon.py    |     0
 .../Twisted/twisted/runner/test/test_procmontap.py |     0
 .../Twisted/twisted/runner/topfiles/NEWS           |     0
 .../Twisted/twisted/runner/topfiles/README         |     0
 .../Twisted/twisted/runner/topfiles/setup.py       |     0
 .../Twisted/twisted/scripts/__init__.py            |     0
 .../Twisted/twisted/scripts/_twistd_unix.py        |     0
 .../ThirdParty}/Twisted/twisted/scripts/_twistw.py |     0
 .../Twisted/twisted/scripts/htmlizer.py            |     0
 .../ThirdParty}/Twisted/twisted/scripts/manhole.py |     0
 .../ThirdParty}/Twisted/twisted/scripts/tap2deb.py |     0
 .../ThirdParty}/Twisted/twisted/scripts/tap2rpm.py |     0
 .../Twisted/twisted/scripts/tapconvert.py          |     0
 .../Twisted/twisted/scripts/test/__init__.py       |     0
 .../Twisted/twisted/scripts/test/test_scripts.py   |     0
 .../Twisted/twisted/scripts/test/test_tap2rpm.py   |     0
 .../ThirdParty}/Twisted/twisted/scripts/tkunzip.py |     0
 .../ThirdParty}/Twisted/twisted/scripts/trial.py   |     0
 .../ThirdParty}/Twisted/twisted/scripts/twistd.py  |     0
 .../ThirdParty}/Twisted/twisted/spread/__init__.py |     0
 .../ThirdParty}/Twisted/twisted/spread/banana.py   |     0
 .../ThirdParty}/Twisted/twisted/spread/flavors.py  |     0
 .../Twisted/twisted/spread/interfaces.py           |     0
 .../ThirdParty}/Twisted/twisted/spread/jelly.py    |     0
 .../ThirdParty}/Twisted/twisted/spread/pb.py       |     0
 .../ThirdParty}/Twisted/twisted/spread/publish.py  |     0
 .../Twisted/twisted/spread/ui/__init__.py          |     0
 .../Twisted/twisted/spread/ui/gtk2util.py          |     0
 .../Twisted/twisted/spread/ui/login2.glade         |     0
 .../Twisted/twisted/spread/ui/tktree.py            |     0
 .../Twisted/twisted/spread/ui/tkutil.py            |     0
 .../ThirdParty}/Twisted/twisted/spread/util.py     |     0
 .../ThirdParty}/Twisted/twisted/tap/__init__.py    |     0
 .../ThirdParty}/Twisted/twisted/tap/ftp.py         |     0
 .../ThirdParty}/Twisted/twisted/tap/manhole.py     |     0
 .../ThirdParty}/Twisted/twisted/tap/portforward.py |     0
 .../ThirdParty}/Twisted/twisted/tap/socks.py       |     0
 .../ThirdParty}/Twisted/twisted/tap/telnet.py      |     0
 .../ThirdParty}/Twisted/twisted/test/__init__.py   |     0
 .../ThirdParty}/Twisted/twisted/test/_preamble.py  |     0
 .../Twisted/twisted/test/crash_test_dummy.py       |     0
 .../ThirdParty}/Twisted/twisted/test/iosim.py      |     0
 .../Twisted/twisted/test/mock_win32process.py      |     0
 .../Twisted/twisted/test/myrebuilder1.py           |     0
 .../Twisted/twisted/test/myrebuilder2.py           |     0
 .../Twisted/twisted/test/plugin_basic.py           |     0
 .../Twisted/twisted/test/plugin_extra1.py          |     0
 .../Twisted/twisted/test/plugin_extra2.py          |     0
 .../Twisted/twisted/test/process_cmdline.py        |     0
 .../Twisted/twisted/test/process_echoer.py         |     0
 .../Twisted/twisted/test/process_fds.py            |     0
 .../Twisted/twisted/test/process_linger.py         |     0
 .../Twisted/twisted/test/process_reader.py         |     0
 .../Twisted/twisted/test/process_signal.py         |     0
 .../Twisted/twisted/test/process_stdinreader.py    |     0
 .../Twisted/twisted/test/process_tester.py         |     0
 .../Twisted/twisted/test/process_tty.py            |     0
 .../Twisted/twisted/test/process_twisted.py        |     0
 .../Twisted/twisted/test/proto_helpers.py          |     0
 .../ThirdParty}/Twisted/twisted/test/raiser.c      |     0
 .../ThirdParty}/Twisted/twisted/test/raiser.pyx    |     0
 .../Twisted/twisted/test/reflect_helper_IE.py      |     0
 .../Twisted/twisted/test/reflect_helper_VE.py      |     0
 .../Twisted/twisted/test/reflect_helper_ZDE.py     |     0
 .../ThirdParty}/Twisted/twisted/test/server.pem    |     0
 .../Twisted/twisted/test/ssl_helpers.py            |     0
 .../Twisted/twisted/test/stdio_test_consumer.py    |     0
 .../Twisted/twisted/test/stdio_test_halfclose.py   |     0
 .../Twisted/twisted/test/stdio_test_hostpeer.py    |     0
 .../Twisted/twisted/test/stdio_test_lastwrite.py   |     0
 .../Twisted/twisted/test/stdio_test_loseconn.py    |     0
 .../Twisted/twisted/test/stdio_test_producer.py    |     0
 .../Twisted/twisted/test/stdio_test_write.py       |     0
 .../Twisted/twisted/test/stdio_test_writeseq.py    |     0
 .../Twisted/twisted/test/test_abstract.py          |     0
 .../Twisted/twisted/test/test_adbapi.py            |     0
 .../ThirdParty}/Twisted/twisted/test/test_amp.py   |     0
 .../Twisted/twisted/test/test_application.py       |     0
 .../Twisted/twisted/test/test_banana.py            |     0
 .../Twisted/twisted/test/test_compat.py            |     0
 .../Twisted/twisted/test/test_context.py           |     0
 .../Twisted/twisted/test/test_cooperator.py        |     0
 .../ThirdParty}/Twisted/twisted/test/test_defer.py |     0
 .../Twisted/twisted/test/test_defgen.py            |     0
 .../ThirdParty}/Twisted/twisted/test/test_dict.py  |     0
 .../Twisted/twisted/test/test_digestauth.py        |     0
 .../Twisted/twisted/test/test_dirdbm.py            |     0
 .../ThirdParty}/Twisted/twisted/test/test_doc.py   |     0
 .../ThirdParty}/Twisted/twisted/test/test_epoll.py |     0
 .../ThirdParty}/Twisted/twisted/test/test_error.py |     0
 .../Twisted/twisted/test/test_explorer.py          |     0
 .../Twisted/twisted/test/test_factories.py         |     0
 .../Twisted/twisted/test/test_failure.py           |     0
 .../ThirdParty}/Twisted/twisted/test/test_fdesc.py |     0
 .../Twisted/twisted/test/test_finger.py            |     0
 .../Twisted/twisted/test/test_formmethod.py        |     0
 .../ThirdParty}/Twisted/twisted/test/test_ftp.py   |     0
 .../Twisted/twisted/test/test_ftp_options.py       |     0
 .../ThirdParty}/Twisted/twisted/test/test_hook.py  |     0
 .../ThirdParty}/Twisted/twisted/test/test_htb.py   |     0
 .../ThirdParty}/Twisted/twisted/test/test_ident.py |     0
 .../Twisted/twisted/test/test_import.py            |     0
 .../Twisted/twisted/test/test_internet.py          |     0
 .../Twisted/twisted/test/test_iutils.py            |     0
 .../ThirdParty}/Twisted/twisted/test/test_jelly.py |     0
 .../Twisted/twisted/test/test_lockfile.py          |     0
 .../ThirdParty}/Twisted/twisted/test/test_log.py   |     0
 .../Twisted/twisted/test/test_logfile.py           |     0
 .../Twisted/twisted/test/test_loopback.py          |     0
 .../Twisted/twisted/test/test_manhole.py           |     0
 .../Twisted/twisted/test/test_memcache.py          |     0
 .../Twisted/twisted/test/test_modules.py           |     0
 .../Twisted/twisted/test/test_monkey.py            |     0
 .../Twisted/twisted/test/test_newcred.py           |     0
 .../ThirdParty}/Twisted/twisted/test/test_nmea.py  |     0
 .../ThirdParty}/Twisted/twisted/test/test_paths.py |     0
 .../ThirdParty}/Twisted/twisted/test/test_pb.py    |     0
 .../Twisted/twisted/test/test_pbfailure.py         |     0
 .../ThirdParty}/Twisted/twisted/test/test_pcp.py   |     0
 .../Twisted/twisted/test/test_persisted.py         |     0
 .../Twisted/twisted/test/test_plugin.py            |     0
 .../Twisted/twisted/test/test_policies.py          |     0
 .../Twisted/twisted/test/test_postfix.py           |     0
 .../Twisted/twisted/test/test_process.py           |     0
 .../Twisted/twisted/test/test_protocols.py         |     0
 .../Twisted/twisted/test/test_randbytes.py         |     0
 .../Twisted/twisted/test/test_rebuild.py           |     0
 .../Twisted/twisted/test/test_reflect.py           |     0
 .../ThirdParty}/Twisted/twisted/test/test_roots.py |     0
 .../ThirdParty}/Twisted/twisted/test/test_setup.py |     0
 .../Twisted/twisted/test/test_shortcut.py          |     0
 .../ThirdParty}/Twisted/twisted/test/test_sip.py   |     0
 .../ThirdParty}/Twisted/twisted/test/test_sob.py   |     0
 .../ThirdParty}/Twisted/twisted/test/test_socks.py |     0
 .../ThirdParty}/Twisted/twisted/test/test_ssl.py   |     0
 .../Twisted/twisted/test/test_sslverify.py         |     0
 .../Twisted/twisted/test/test_stateful.py          |     0
 .../ThirdParty}/Twisted/twisted/test/test_stdio.py |     0
 .../Twisted/twisted/test/test_strcred.py           |     0
 .../Twisted/twisted/test/test_strerror.py          |     0
 .../Twisted/twisted/test/test_stringtransport.py   |     0
 .../Twisted/twisted/test/test_strports.py          |     0
 .../ThirdParty}/Twisted/twisted/test/test_task.py  |     0
 .../ThirdParty}/Twisted/twisted/test/test_tcp.py   |     0
 .../Twisted/twisted/test/test_tcp_internals.py     |     0
 .../ThirdParty}/Twisted/twisted/test/test_text.py  |     0
 .../Twisted/twisted/test/test_threadable.py        |     0
 .../Twisted/twisted/test/test_threadpool.py        |     0
 .../Twisted/twisted/test/test_threads.py           |     0
 .../Twisted/twisted/test/test_tpfile.py            |     0
 .../Twisted/twisted/test/test_twistd.py            |     0
 .../Twisted/twisted/test/test_twisted.py           |     0
 .../ThirdParty}/Twisted/twisted/test/test_udp.py   |     0
 .../ThirdParty}/Twisted/twisted/test/test_unix.py  |     0
 .../ThirdParty}/Twisted/twisted/test/test_usage.py |     0
 .../ThirdParty}/Twisted/twisted/test/testutils.py  |     0
 .../ThirdParty}/Twisted/twisted/topfiles/CREDITS   |     0
 .../Twisted/twisted/topfiles/ChangeLog.Old         |     0
 .../ThirdParty}/Twisted/twisted/topfiles/NEWS      |     0
 .../ThirdParty}/Twisted/twisted/topfiles/README    |     0
 .../ThirdParty}/Twisted/twisted/topfiles/setup.py  |     0
 .../ThirdParty}/Twisted/twisted/trial/__init__.py  |     0
 .../Twisted/twisted/trial/_asyncrunner.py          |     0
 .../Twisted/twisted/trial/_asynctest.py            |     0
 .../Twisted/twisted/trial/_dist/__init__.py        |     0
 .../Twisted/twisted/trial/_dist/_preamble.py       |     0
 .../Twisted/twisted/trial/_dist/distreporter.py    |     0
 .../Twisted/twisted/trial/_dist/disttrial.py       |     0
 .../Twisted/twisted/trial/_dist/managercommands.py |     0
 .../Twisted/twisted/trial/_dist/options.py         |     0
 .../Twisted/twisted/trial/_dist/test/__init__.py   |     0
 .../twisted/trial/_dist/test/test_distreporter.py  |     0
 .../twisted/trial/_dist/test/test_disttrial.py     |     0
 .../twisted/trial/_dist/test/test_options.py       |     0
 .../twisted/trial/_dist/test/test_worker.py        |     0
 .../trial/_dist/test/test_workerreporter.py        |     0
 .../twisted/trial/_dist/test/test_workertrial.py   |     0
 .../Twisted/twisted/trial/_dist/worker.py          |     0
 .../Twisted/twisted/trial/_dist/workercommands.py  |     0
 .../Twisted/twisted/trial/_dist/workerreporter.py  |     0
 .../Twisted/twisted/trial/_dist/workertrial.py     |     0
 .../ThirdParty}/Twisted/twisted/trial/_synctest.py |     0
 .../ThirdParty}/Twisted/twisted/trial/itrial.py    |     0
 .../ThirdParty}/Twisted/twisted/trial/reporter.py  |     0
 .../ThirdParty}/Twisted/twisted/trial/runner.py    |     0
 .../Twisted/twisted/trial/test/__init__.py         |     0
 .../Twisted/twisted/trial/test/detests.py          |     0
 .../Twisted/twisted/trial/test/erroneous.py        |     0
 .../Twisted/twisted/trial/test/mockcustomsuite.py  |     0
 .../Twisted/twisted/trial/test/mockcustomsuite2.py |     0
 .../Twisted/twisted/trial/test/mockcustomsuite3.py |     0
 .../Twisted/twisted/trial/test/mockdoctest.py      |     0
 .../Twisted/twisted/trial/test/moduleself.py       |     0
 .../Twisted/twisted/trial/test/moduletest.py       |     0
 .../Twisted/twisted/trial/test/notpython           |     0
 .../Twisted/twisted/trial/test/novars.py           |     0
 .../Twisted/twisted/trial/test/packages.py         |     0
 .../Twisted/twisted/trial/test/sample.py           |     0
 .../Twisted/twisted/trial/test/scripttest.py       |     0
 .../Twisted/twisted/trial/test/skipping.py         |     0
 .../Twisted/twisted/trial/test/suppression.py      |     0
 .../Twisted/twisted/trial/test/test_assertions.py  |     0
 .../twisted/trial/test/test_asyncassertions.py     |     0
 .../Twisted/twisted/trial/test/test_deferred.py    |     0
 .../Twisted/twisted/trial/test/test_doctest.py     |     0
 .../Twisted/twisted/trial/test/test_keyboard.py    |     0
 .../Twisted/twisted/trial/test/test_loader.py      |     0
 .../Twisted/twisted/trial/test/test_log.py         |     0
 .../Twisted/twisted/trial/test/test_output.py      |     0
 .../Twisted/twisted/trial/test/test_plugins.py     |     0
 .../twisted/trial/test/test_pyunitcompat.py        |     0
 .../Twisted/twisted/trial/test/test_reporter.py    |     0
 .../Twisted/twisted/trial/test/test_runner.py      |     0
 .../Twisted/twisted/trial/test/test_script.py      |     0
 .../Twisted/twisted/trial/test/test_suppression.py |     0
 .../twisted/trial/test/test_test_visitor.py        |     0
 .../Twisted/twisted/trial/test/test_testcase.py    |     0
 .../Twisted/twisted/trial/test/test_tests.py       |     0
 .../Twisted/twisted/trial/test/test_util.py        |     0
 .../Twisted/twisted/trial/test/test_warning.py     |     0
 .../Twisted/twisted/trial/test/weird.py            |     0
 .../ThirdParty}/Twisted/twisted/trial/unittest.py  |     0
 .../ThirdParty}/Twisted/twisted/trial/util.py      |     0
 .../ThirdParty}/Twisted/twisted/web/__init__.py    |     0
 .../Twisted/twisted/web/_auth/__init__.py          |     0
 .../ThirdParty}/Twisted/twisted/web/_auth/basic.py |     0
 .../Twisted/twisted/web/_auth/digest.py            |     0
 .../Twisted/twisted/web/_auth/wrapper.py           |     0
 .../ThirdParty}/Twisted/twisted/web/_element.py    |     0
 .../ThirdParty}/Twisted/twisted/web/_flatten.py    |     0
 .../ThirdParty}/Twisted/twisted/web/_newclient.py  |     0
 .../ThirdParty}/Twisted/twisted/web/_responses.py  |     0
 .../ThirdParty}/Twisted/twisted/web/_stan.py       |     0
 .../ThirdParty}/Twisted/twisted/web/_version.py    |     0
 .../ThirdParty}/Twisted/twisted/web/client.py      |     0
 .../ThirdParty}/Twisted/twisted/web/demo.py        |     0
 .../ThirdParty}/Twisted/twisted/web/distrib.py     |     0
 .../ThirdParty}/Twisted/twisted/web/domhelpers.py  |     0
 .../ThirdParty}/Twisted/twisted/web/error.py       |     0
 .../ThirdParty}/Twisted/twisted/web/failure.xhtml  |     0
 .../ThirdParty}/Twisted/twisted/web/guard.py       |     0
 .../ThirdParty}/Twisted/twisted/web/html.py        |     0
 .../ThirdParty}/Twisted/twisted/web/http.py        |     0
 .../Twisted/twisted/web/http_headers.py            |     0
 .../ThirdParty}/Twisted/twisted/web/iweb.py        |     0
 .../ThirdParty}/Twisted/twisted/web/microdom.py    |     0
 .../ThirdParty}/Twisted/twisted/web/proxy.py       |     0
 .../ThirdParty}/Twisted/twisted/web/resource.py    |     0
 .../ThirdParty}/Twisted/twisted/web/rewrite.py     |     0
 .../ThirdParty}/Twisted/twisted/web/script.py      |     0
 .../ThirdParty}/Twisted/twisted/web/server.py      |     0
 .../ThirdParty}/Twisted/twisted/web/soap.py        |     0
 .../ThirdParty}/Twisted/twisted/web/static.py      |     0
 .../ThirdParty}/Twisted/twisted/web/sux.py         |     0
 .../ThirdParty}/Twisted/twisted/web/tap.py         |     0
 .../ThirdParty}/Twisted/twisted/web/template.py    |     0
 .../Twisted/twisted/web/test/__init__.py           |     0
 .../ThirdParty}/Twisted/twisted/web/test/_util.py  |     0
 .../Twisted/twisted/web/test/requesthelper.py      |     0
 .../Twisted/twisted/web/test/test_agent.py         |     0
 .../Twisted/twisted/web/test/test_cgi.py           |     0
 .../Twisted/twisted/web/test/test_distrib.py       |     0
 .../Twisted/twisted/web/test/test_domhelpers.py    |     0
 .../Twisted/twisted/web/test/test_error.py         |     0
 .../Twisted/twisted/web/test/test_flatten.py       |     0
 .../Twisted/twisted/web/test/test_http.py          |     0
 .../Twisted/twisted/web/test/test_http_headers.py  |     0
 .../Twisted/twisted/web/test/test_httpauth.py      |     0
 .../Twisted/twisted/web/test/test_newclient.py     |     0
 .../Twisted/twisted/web/test/test_proxy.py         |     0
 .../Twisted/twisted/web/test/test_resource.py      |     0
 .../Twisted/twisted/web/test/test_script.py        |     0
 .../Twisted/twisted/web/test/test_soap.py          |     0
 .../Twisted/twisted/web/test/test_stan.py          |     0
 .../Twisted/twisted/web/test/test_static.py        |     0
 .../Twisted/twisted/web/test/test_tap.py           |     0
 .../Twisted/twisted/web/test/test_template.py      |     0
 .../Twisted/twisted/web/test/test_util.py          |     0
 .../Twisted/twisted/web/test/test_vhost.py         |     0
 .../Twisted/twisted/web/test/test_web.py           |     0
 .../Twisted/twisted/web/test/test_webclient.py     |     0
 .../Twisted/twisted/web/test/test_wsgi.py          |     0
 .../Twisted/twisted/web/test/test_xml.py           |     0
 .../Twisted/twisted/web/test/test_xmlrpc.py        |     0
 .../ThirdParty}/Twisted/twisted/web/topfiles/NEWS  |     0
 .../Twisted/twisted/web/topfiles/README            |     0
 .../Twisted/twisted/web/topfiles/setup.py          |     0
 .../ThirdParty}/Twisted/twisted/web/twcgi.py       |     0
 .../ThirdParty}/Twisted/twisted/web/util.py        |     0
 .../ThirdParty}/Twisted/twisted/web/vhost.py       |     0
 .../ThirdParty}/Twisted/twisted/web/wsgi.py        |     0
 .../ThirdParty}/Twisted/twisted/web/xmlrpc.py      |     0
 .../ThirdParty}/Twisted/twisted/words/__init__.py  |     0
 .../ThirdParty}/Twisted/twisted/words/_version.py  |     0
 .../ThirdParty}/Twisted/twisted/words/ewords.py    |     0
 .../Twisted/twisted/words/im/__init__.py           |     0
 .../Twisted/twisted/words/im/baseaccount.py        |     0
 .../Twisted/twisted/words/im/basechat.py           |     0
 .../Twisted/twisted/words/im/basesupport.py        |     0
 .../twisted/words/im/instancemessenger.glade       |     0
 .../Twisted/twisted/words/im/interfaces.py         |     0
 .../Twisted/twisted/words/im/ircsupport.py         |     0
 .../ThirdParty}/Twisted/twisted/words/im/locals.py |     0
 .../Twisted/twisted/words/im/pbsupport.py          |     0
 .../ThirdParty}/Twisted/twisted/words/iwords.py    |     0
 .../Twisted/twisted/words/protocols/__init__.py    |     0
 .../Twisted/twisted/words/protocols/irc.py         |     0
 .../twisted/words/protocols/jabber/__init__.py     |     0
 .../twisted/words/protocols/jabber/client.py       |     0
 .../twisted/words/protocols/jabber/component.py    |     0
 .../twisted/words/protocols/jabber/error.py        |     0
 .../twisted/words/protocols/jabber/ijabber.py      |     0
 .../Twisted/twisted/words/protocols/jabber/jid.py  |     0
 .../twisted/words/protocols/jabber/jstrports.py    |     0
 .../Twisted/twisted/words/protocols/jabber/sasl.py |     0
 .../words/protocols/jabber/sasl_mechanisms.py      |     0
 .../twisted/words/protocols/jabber/xmlstream.py    |     0
 .../words/protocols/jabber/xmpp_stringprep.py      |     0
 .../Twisted/twisted/words/protocols/msn.py         |     0
 .../Twisted/twisted/words/protocols/oscar.py       |     0
 .../ThirdParty}/Twisted/twisted/words/service.py   |     0
 .../ThirdParty}/Twisted/twisted/words/tap.py       |     0
 .../Twisted/twisted/words/test/__init__.py         |     0
 .../Twisted/twisted/words/test/test_basechat.py    |     0
 .../Twisted/twisted/words/test/test_basesupport.py |     0
 .../Twisted/twisted/words/test/test_domish.py      |     0
 .../Twisted/twisted/words/test/test_irc.py         |     0
 .../Twisted/twisted/words/test/test_irc_service.py |     0
 .../Twisted/twisted/words/test/test_ircsupport.py  |     0
 .../twisted/words/test/test_jabberclient.py        |     0
 .../twisted/words/test/test_jabbercomponent.py     |     0
 .../Twisted/twisted/words/test/test_jabbererror.py |     0
 .../Twisted/twisted/words/test/test_jabberjid.py   |     0
 .../twisted/words/test/test_jabberjstrports.py     |     0
 .../Twisted/twisted/words/test/test_jabbersasl.py  |     0
 .../words/test/test_jabbersaslmechanisms.py        |     0
 .../twisted/words/test/test_jabberxmlstream.py     |     0
 .../words/test/test_jabberxmppstringprep.py        |     0
 .../Twisted/twisted/words/test/test_msn.py         |     0
 .../Twisted/twisted/words/test/test_oscar.py       |     0
 .../Twisted/twisted/words/test/test_service.py     |     0
 .../Twisted/twisted/words/test/test_tap.py         |     0
 .../Twisted/twisted/words/test/test_xishutil.py    |     0
 .../Twisted/twisted/words/test/test_xmlstream.py   |     0
 .../twisted/words/test/test_xmpproutertap.py       |     0
 .../Twisted/twisted/words/test/test_xpath.py       |     0
 .../Twisted/twisted/words/topfiles/NEWS            |     0
 .../Twisted/twisted/words/topfiles/README          |     0
 .../Twisted/twisted/words/topfiles/setup.py        |     0
 .../Twisted/twisted/words/xish/__init__.py         |     0
 .../Twisted/twisted/words/xish/domish.py           |     0
 .../Twisted/twisted/words/xish/utility.py          |     0
 .../Twisted/twisted/words/xish/xmlstream.py        |     0
 .../Twisted/twisted/words/xish/xpath.py            |     0
 .../Twisted/twisted/words/xish/xpathparser.g       |     0
 .../Twisted/twisted/words/xish/xpathparser.py      |     0
 .../Twisted/twisted/words/xmpproutertap.py         |     0
 VTK/ThirdParty/VPIC/CMakeLists.txt                 |     2 +-
 VTK/ThirdParty/ZopeInterface/CMakeLists.txt        |    20 +
 .../ThirdParty}/ZopeInterface/COPYRIGHT.txt        |     0
 .../ThirdParty}/ZopeInterface/LICENSE.txt          |     0
 VTK/ThirdParty/ZopeInterface/module.cmake          |     4 +
 .../ThirdParty}/ZopeInterface/zope/__init__.py     |     0
 .../ZopeInterface/zope/interface/__init__.py       |     0
 .../ZopeInterface/zope/interface/_compat.py        |     0
 .../ZopeInterface/zope/interface/_flatten.py       |     0
 .../interface/_zope_interface_coptimizations.c     |     0
 .../ZopeInterface/zope/interface/adapter.py        |     0
 .../ZopeInterface/zope/interface/advice.py         |     0
 .../zope/interface/common/__init__.py              |     0
 .../zope/interface/common/idatetime.py             |     0
 .../zope/interface/common/interfaces.py            |     0
 .../ZopeInterface/zope/interface/common/mapping.py |     0
 .../zope/interface/common/sequence.py              |     0
 .../zope/interface/common/tests/__init__.py        |     0
 .../zope/interface/common/tests/basemapping.py     |     0
 .../zope/interface/common/tests/test_idatetime.py  |     0
 .../common/tests/test_import_interfaces.py         |     0
 .../ZopeInterface/zope/interface/declarations.py   |     0
 .../ZopeInterface/zope/interface/document.py       |     0
 .../ZopeInterface/zope/interface/exceptions.py     |     0
 .../ZopeInterface/zope/interface/interface.py      |     0
 .../ZopeInterface/zope/interface/interfaces.py     |     0
 .../ZopeInterface/zope/interface/registry.py       |     0
 .../ThirdParty}/ZopeInterface/zope/interface/ro.py |     0
 .../ZopeInterface/zope/interface/tests/__init__.py |     0
 .../zope/interface/tests/advisory_testing.py       |     0
 .../ZopeInterface/zope/interface/tests/dummy.py    |     0
 .../ZopeInterface/zope/interface/tests/idummy.py   |     0
 .../ZopeInterface/zope/interface/tests/ifoo.py     |     0
 .../zope/interface/tests/ifoo_other.py             |     0
 .../ZopeInterface/zope/interface/tests/m1.py       |     0
 .../ZopeInterface/zope/interface/tests/m2.py       |     0
 .../ZopeInterface/zope/interface/tests/odd.py      |     0
 .../zope/interface/tests/test_adapter.py           |     0
 .../zope/interface/tests/test_advice.py            |     0
 .../zope/interface/tests/test_declarations.py      |     0
 .../zope/interface/tests/test_document.py          |     0
 .../zope/interface/tests/test_element.py           |     0
 .../zope/interface/tests/test_exceptions.py        |     0
 .../zope/interface/tests/test_interface.py         |     0
 .../zope/interface/tests/test_interfaces.py        |     0
 .../zope/interface/tests/test_odd_declarations.py  |     0
 .../zope/interface/tests/test_registry.py          |     0
 .../zope/interface/tests/test_sorting.py           |     0
 .../zope/interface/tests/test_verify.py            |     0
 .../ZopeInterface/zope/interface/verify.py         |     0
 VTK/ThirdParty/alglib/CMakeLists.txt               |    10 +-
 VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt |     2 +-
 VTK/ThirdParty/expat/vtkexpat/CMakeLists.txt       |     2 +-
 VTK/ThirdParty/freetype/vtkfreetype/CMakeLists.txt |     6 +-
 VTK/ThirdParty/hdf5/CMakeLists.txt                 |     3 -
 VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt         |     2 +-
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/CMakeLists.txt |     8 +-
 .../hdf5/vtkhdf5/hl/c++/src/CMakeLists.txt         |     8 +-
 VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt     |     2 +-
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDfamily.c       |     2 +-
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5public.h         |     2 +-
 VTK/ThirdParty/jpeg/vtkjpeg/CMakeLists.txt         |     2 +-
 VTK/ThirdParty/jsoncpp/CMakeLists.txt              |    33 +-
 VTK/ThirdParty/jsoncpp/json/json.h                 |  1855 ---
 VTK/ThirdParty/jsoncpp/vtk_jsoncpp.h.in            |    33 +
 VTK/ThirdParty/jsoncpp/vtkjsoncpp/CMakeLists.txt   |    32 +
 .../jsoncpp/{ => vtkjsoncpp}/json/json-forwards.h  |     0
 VTK/ThirdParty/jsoncpp/vtkjsoncpp/json/json.h      |  1855 +++
 .../jsoncpp/{ => vtkjsoncpp}/jsoncpp.cpp           |     0
 VTK/ThirdParty/libproj4/CMakeLists.txt             |     4 +-
 VTK/ThirdParty/libproj4/vtklibproj4/CMakeLists.txt |    20 +-
 VTK/ThirdParty/libxml2/vtklibxml2/CMakeLists.txt   |     2 +-
 VTK/ThirdParty/libxml2/vtklibxml2/SAX2.c           |     4 +-
 VTK/ThirdParty/libxml2/vtklibxml2/xmllint.c        |     2 +-
 VTK/ThirdParty/libxml2/vtklibxml2/xmlregexp.c      |     2 +-
 VTK/ThirdParty/libxml2/vtklibxml2/xmlschemas.c     |     2 +-
 VTK/ThirdParty/mrmpi/mpistubs/CMakeLists.txt       |     2 +-
 VTK/ThirdParty/mrmpi/src/CMakeLists.txt            |     2 +-
 VTK/ThirdParty/netcdf/CMakeLists.txt               |    24 +-
 VTK/ThirdParty/netcdf/vtk_netcdf.h                 |    21 -
 VTK/ThirdParty/netcdf/vtk_netcdf.h.in              |    27 +
 VTK/ThirdParty/netcdf/vtk_netcdfcpp.h              |    21 -
 VTK/ThirdParty/netcdf/vtk_netcdfcpp.h.in           |    27 +
 VTK/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt     |     4 +-
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4file.c  |     4 +-
 .../oggtheora/vtkoggtheora/CMakeLists.txt          |     6 +-
 .../vtkoggtheora/libogg-1.1.4/include/ogg/ogg.h    |     4 +-
 VTK/ThirdParty/png/vtkpng/CMakeLists.txt           |     2 +-
 VTK/ThirdParty/png/vtkpng/png.h                    |     6 +-
 VTK/ThirdParty/png/vtkpng/pngwio.c                 |     2 +-
 VTK/ThirdParty/sqlite/vtksqlite/CMakeLists.txt     |     2 +-
 VTK/ThirdParty/sqlite/vtksqlite/vtk_sqlite3.c      |     6 +-
 VTK/ThirdParty/tiff/vtktiff/CMakeLists.txt         |     4 +-
 VTK/ThirdParty/tiff/vtktiff/tif_config.h.in        |     9 +-
 VTK/ThirdParty/utf8/doc/ReleaseNotes               |     3 +
 VTK/ThirdParty/utf8/source/utf8/checked.h          |    18 +
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesBinary.cxx     |     2 +-
 VTK/ThirdParty/zlib/vtkzlib/CMakeLists.txt         |     2 +-
 VTK/Utilities/DICOMParser/DICOMAppHelper.cxx       |     1 +
 VTK/Utilities/DICOMParser/DICOMCallback.h          |     2 +-
 VTK/Utilities/DICOMParser/DICOMParser.cxx          |     2 +-
 VTK/Utilities/DICOMParser/DICOMParserMap.h         |     2 +-
 VTK/Utilities/Doxygen/CMakeLists.txt               |     9 +-
 VTK/Utilities/Doxygen/doc_header2doxygen.pl        |     1 +
 VTK/Utilities/EncodeString/vtkEncodeString.cxx     |     6 +-
 VTK/Utilities/KWSys/vtksys/CMakeLists.txt          |   154 +-
 .../KWSys/vtksys/CommandLineArguments.hxx.in       |    10 +-
 VTK/Utilities/KWSys/vtksys/Configure.hxx.in        |     4 +
 VTK/Utilities/KWSys/vtksys/Directory.cxx           |    17 +-
 VTK/Utilities/KWSys/vtksys/DynamicLoader.cxx       |    19 +-
 VTK/Utilities/KWSys/vtksys/Encoding.h.in           |    79 +
 VTK/Utilities/KWSys/vtksys/Encoding.hxx.in         |    56 +
 VTK/Utilities/KWSys/vtksys/EncodingC.c             |    79 +
 VTK/Utilities/KWSys/vtksys/EncodingCXX.cxx         |    88 +
 VTK/Utilities/KWSys/vtksys/FStream.hxx.in          |   172 +
 VTK/Utilities/KWSys/vtksys/ProcessUNIX.c           |     6 +
 VTK/Utilities/KWSys/vtksys/ProcessWin32.c          |    78 +-
 VTK/Utilities/KWSys/vtksys/RegularExpression.cxx   |   114 +-
 VTK/Utilities/KWSys/vtksys/SharedForward.h.in      |     2 +-
 VTK/Utilities/KWSys/vtksys/SystemInformation.cxx   |   432 +-
 .../KWSys/vtksys/SystemInformation.hxx.in          |    10 +-
 VTK/Utilities/KWSys/vtksys/SystemTools.cxx         |   606 +-
 VTK/Utilities/KWSys/vtksys/SystemTools.hxx.in      |    24 +-
 VTK/Utilities/KWSys/vtksys/auto_ptr.hxx.in         |    18 +
 VTK/Utilities/KWSys/vtksys/hashtable.hxx.in        |    18 +
 .../KWSys/vtksys/kwsysPlatformTests.cmake          |     3 +
 .../KWSys/vtksys/kwsysPlatformTestsCXX.cxx         |    75 +-
 VTK/Utilities/KWSys/vtksys/testDynamicLoader.cxx   |    10 +-
 VTK/Utilities/KWSys/vtksys/testEncoding.cxx        |   159 +
 VTK/Utilities/KWSys/vtksys/testIOS.cxx             |     2 +-
 .../KWSys/vtksys/testSystemInformation.cxx         |    25 +-
 VTK/Utilities/Maintenance/ArchiveTestingData.py    |   184 +
 VTK/Utilities/Maintenance/SourceTarball.bash       |   223 +
 .../Maintenance/VisualizeModuleDependencies.py     |   328 +
 VTK/Utilities/Maintenance/WhatModulesVTK.py        |   272 +-
 VTK/Utilities/MaterialLibrary/CMakeLists.txt       |   283 -
 .../CgShaders/FragmentIsotropicTorranceSparrow.cg  |   228 -
 .../MaterialLibrary/CgShaders/FragmentTexture.cg   |    20 -
 VTK/Utilities/MaterialLibrary/CgShaders/Twisted.cg |    92 -
 .../MaterialLibrary/CgShaders/VertPassThrough.cg   |    60 -
 .../CgShaders/VertTexPassThrough.cg                |    63 -
 .../MaterialLibrary/CgShaders/VertexLighting.cg    |    56 -
 .../MaterialLibrary/CgShaders/cg_sinewave.cg       |    77 -
 .../GLSLShaders/TestAppVarFrag.glsl                |   110 -
 .../GLSLShaders/TestMatrixFrag.glsl                |    89 -
 .../GLSLShaders/TestScalarVectorFrag.glsl          |   120 -
 .../MaterialLibrary/GLSLShaders/TestVertex.glsl    |    62 -
 .../GLSLShaders/TestVtkPropertyFrag.glsl           |   113 -
 .../MaterialLibrary/GLSLShaders/Twisted.glsl       |    39 -
 .../MaterialLibrary/Materials/CgLighting.xml       |    28 -
 .../MaterialLibrary/Materials/CgSinewave.xml       |    31 -
 .../MaterialLibrary/Materials/CgTwisted.xml        |    30 -
 .../MaterialLibrary/Materials/GLSLTwisted.xml      |    15 -
 VTK/Utilities/MaterialLibrary/ProcessShader.cxx    |   231 -
 .../Repository/OrangeBook/3DLabsLicense.txt        |    37 -
 .../Repository/OrangeBook/Ch06/Ch06Brick.xml       |    56 -
 .../Repository/OrangeBook/Ch06/Ch06BrickFrag.glsl  |    37 -
 .../Repository/OrangeBook/Ch06/Ch06BrickVert.glsl  |    40 -
 .../Repository/OrangeBook/Ch10/Ch10Earth1DTex.xml  |    23 -
 .../OrangeBook/Ch10/Ch10Earth1DTexFrag.glsl        |    18 -
 .../OrangeBook/Ch10/Ch10Earth1DTexVert.glsl        |    36 -
 .../Repository/OrangeBook/Ch10/Ch10Earth3DTex.xml  |    48 -
 .../OrangeBook/Ch10/Ch10Earth3DTexFrag.glsl        |    41 -
 .../OrangeBook/Ch10/Ch10Earth3DTexVert.glsl        |    33 -
 .../Repository/OrangeBook/Ch10/Ch10EnvMap.xml      |    23 -
 .../Repository/OrangeBook/Ch10/Ch10EnvMapFrag.glsl |    62 -
 .../Repository/OrangeBook/Ch10/Ch10EnvMapVert.glsl |    25 -
 .../Repository/OrangeBook/Ch11/BumpMap.xml         |    34 -
 .../OrangeBook/Ch11/Ch11BumpMapFrag.glsl           |    41 -
 .../OrangeBook/Ch11/Ch11BumpMapVert.glsl           |    42 -
 .../OrangeBook/Ch11/Ch11LatticeFrag.glsl           |    27 -
 .../OrangeBook/Ch11/Ch11LatticeVert.glsl           |    39 -
 .../Repository/OrangeBook/Ch11/Ch11StripeFrag.glsl |    35 -
 .../Repository/OrangeBook/Ch11/Ch11StripeVert.glsl |    39 -
 .../OrangeBook/Ch11/Ch11ToyBallFrag.glsl           |    78 -
 .../OrangeBook/Ch11/Ch11ToyBallVert.glsl           |    20 -
 .../Repository/OrangeBook/Ch11/Lattice.xml         |    50 -
 .../Repository/OrangeBook/Ch11/Stripe.xml          |    51 -
 .../Repository/OrangeBook/Ch11/ToyBall.xml         |    49 -
 .../Repository/OrangeBook/Ch12/Ch12Cloud.xml       |    39 -
 .../Repository/OrangeBook/Ch12/Ch12CloudFrag.glsl  |    28 -
 .../Repository/OrangeBook/Ch12/Ch12CloudVert.glsl  |    25 -
 .../Repository/OrangeBook/Ch12/Ch12Fire.xml        |    40 -
 .../Repository/OrangeBook/Ch12/Ch12FireFrag.glsl   |    33 -
 .../Repository/OrangeBook/Ch12/Ch12FireVert.glsl   |    25 -
 .../Repository/OrangeBook/Ch12/Ch12Granite.xml     |    38 -
 .../OrangeBook/Ch12/Ch12GraniteFrag.glsl           |    24 -
 .../OrangeBook/Ch12/Ch12GraniteVert.glsl           |    29 -
 .../Repository/OrangeBook/Ch12/Ch12Wood.xml        |    46 -
 .../Repository/OrangeBook/Ch12/Ch12WoodFrag.glsl   |    52 -
 .../Repository/OrangeBook/Ch12/Ch12WoodVert.glsl   |    25 -
 .../Repository/OrangeBook/Ch13/Ch13Cloud.xml       |    20 -
 .../OrangeBook/Ch13/Ch13CloudAnimFrag.glsl         |    29 -
 .../OrangeBook/Ch13/Ch13CloudAnimVert.glsl         |    25 -
 .../Repository/OrangeBook/Ch13/Ch13Particle.xml    |    33 -
 .../OrangeBook/Ch13/Ch13ParticleFrag.glsl          |    17 -
 .../OrangeBook/Ch13/Ch13ParticleVert.glsl          |    38 -
 .../Repository/OrangeBook/Ch13/Ch13Wobble.xml      |    29 -
 .../Repository/OrangeBook/Ch13/Ch13WobbleFrag.glsl |    71 -
 .../Repository/OrangeBook/Ch13/Ch13WobbleVert.glsl |    33 -
 .../Repository/OrangeBook/Ch14/Ch14AABrick.xml     |    42 -
 .../OrangeBook/Ch14/Ch14AABrickFrag.glsl           |    46 -
 .../OrangeBook/Ch14/Ch14AABrickVert.glsl           |    41 -
 .../Repository/OrangeBook/Ch14/Ch14Adaptive.xml    |    12 -
 .../OrangeBook/Ch14/Ch14AdaptiveAAFrag.glsl        |    25 -
 .../OrangeBook/Ch14/Ch14AdaptiveAAVert.glsl        |    28 -
 .../Repository/OrangeBook/Ch15/Ch15Gooch.xml       |    52 -
 .../Repository/OrangeBook/Ch15/Ch15GoochFrag.glsl  |    34 -
 .../Repository/OrangeBook/Ch15/Ch15GoochVert.glsl  |    26 -
 .../Repository/OrangeBook/Ch15/Ch15Hatch.xml       |    37 -
 .../Repository/OrangeBook/Ch15/Ch15HatchFrag.glsl  |    48 -
 .../Repository/OrangeBook/Ch15/Ch15HatchVert.glsl  |    34 -
 .../Repository/OrangeBook/Ch15/Ch15Julia.xml       |    29 -
 .../Repository/OrangeBook/Ch15/Ch15JuliaFrag.glsl  |    56 -
 .../Repository/OrangeBook/Ch15/Ch15JuliaVert.glsl  |    35 -
 .../Repository/OrangeBook/Ch15/Ch15Mandel.xml      |    34 -
 .../Repository/OrangeBook/Ch15/Ch15MandelFrag.glsl |    54 -
 .../Repository/OrangeBook/Ch15/Ch15MandelVert.glsl |    40 -
 .../Repository/OrangeBook/Readme.txt               |     7 -
 .../MaterialLibrary/Repository/README.txt          |     6 -
 .../Repository/TestCg/AppVarFragmentTest.cg        |    51 -
 .../Repository/TestCg/AppVarTest.xml               |    62 -
 .../Repository/TestCg/MatrixFragmentTest.cg        |    79 -
 .../Repository/TestCg/MatrixTest.xml               |    64 -
 .../Repository/TestCg/ModelViewXFormTest.xml       |    36 -
 .../Repository/TestCg/ModelViewXFormVertexTest.cg  |    83 -
 .../Repository/TestCg/ScalarVectorFragmentTest.cg  |    79 -
 .../Repository/TestCg/ScalarVectorTest.xml         |    61 -
 .../Repository/TestCg/StructureFragmentTest.cg     |    77 -
 .../Repository/TestCg/StructureTest.xml            |    65 -
 .../MaterialLibrary/Repository/TestCg/Vertex.cg    |    50 -
 .../Repository/TestCg/VtkPropertyFragmentTest.cg   |    79 -
 .../Repository/TestCg/VtkPropertyTest.xml          |    76 -
 .../Repository/TestGLSL/AppVarTestFragment.glsl    |   110 -
 .../Repository/TestGLSL/AppVarTestFragment.xml     |    49 -
 .../Repository/TestGLSL/MatrixTestFragment.glsl    |    86 -
 .../Repository/TestGLSL/MatrixTestFragment.xml     |    55 -
 .../TestGLSL/ScalarVectorTestFragment.glsl         |   120 -
 .../TestGLSL/ScalarVectorTestFragment.xml          |    78 -
 .../Repository/TestGLSL/Vertex.glsl                |    62 -
 .../TestGLSL/VtkPropertyTestFragment.glsl          |   113 -
 .../TestGLSL/VtkPropertyTestFragment.xml           |    66 -
 .../Repository/TestGLSL/XFormsTestFragment.xml     |    48 -
 .../Repository/TestGLSL/XFormsTestVertex.glsl      |    77 -
 .../MaterialLibrary/Repository/Textures/earth.ppm  |   Bin 393231 -> 0 bytes
 VTK/Utilities/MaterialLibrary/module.cmake         |     5 -
 VTK/Utilities/MaterialLibrary/vtk-forward.c.in     |    29 -
 .../MaterialLibrary/vtkMaterialLibraryMacro.h.in   |    23 -
 .../vtkMaterialXMLLibrary.h.forcebuild.in          |     5 -
 .../MaterialLibrary/vtkShaderCodeLibraryMacro.h.in |    21 -
 VTK/Utilities/MetaIO/vtkmetaio/CMakeLists.txt      |    10 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaForm.cxx        |    21 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaForm.h          |    10 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaImage.h         |    30 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaMesh.cxx        |     2 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaOutput.cxx      |     2 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaTransform.cxx   |     2 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaTube.cxx        |     2 +-
 VTK/Utilities/MetaIO/vtkmetaio/metaUtils.cxx       |    22 +-
 .../MetaIO/vtkmetaio/tests/testMeta10Contour.cxx   |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta11Form.cxx      |    16 +-
 .../MetaIO/vtkmetaio/tests/testMeta12Array.cxx     |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta1Utils.cxx      |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta2Object.cxx     |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta3Image.cxx      |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta4Tube.cxx       |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta5Blob.cxx       |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta6Surface.cxx    |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta7Line.cxx       |     2 +-
 .../MetaIO/vtkmetaio/tests/testMeta8Scene.cxx      |     2 +-
 VTK/Utilities/Python/CMakeLists.txt                |    16 +
 VTK/Utilities/Release/CMakeLists.txt               |   124 -
 VTK/Utilities/Release/VTKInstall.bmp               |   Bin 25818 -> 0 bytes
 VTK/Utilities/Scripts/SetupExternalData.sh         |    92 +
 VTK/Utilities/Scripts/git-gerrit-push              |   136 +-
 VTK/Utilities/Scripts/pre-commit                   |    71 +
 VTK/Utilities/SetupForDevelopment.sh               |     1 +
 VTK/Utilities/octree/octree                        |     8 -
 VTK/Utilities/octree/octree_cursor.cxx             |     8 -
 VTK/Utilities/octree/octree_cursor.h               |     5 +-
 VTK/Utilities/octree/octree_iterator.cxx           |    32 -
 VTK/Utilities/octree/octree_iterator.h             |     4 -
 VTK/Utilities/octree/octree_path.cxx               |    41 -
 VTK/Utilities/octree/octree_path.h                 |     4 -
 VTK/Views/Infovis/CMakeLists.txt                   |     4 +
 VTK/Views/Infovis/Testing/Cxx/CMakeLists.txt       |    39 +-
 VTK/Views/Infovis/Testing/Cxx/TestColumnTree.cxx   |   164 +
 .../Infovis/Testing/Cxx/TestDendrogramItem.cxx     |   117 +
 .../Infovis/Testing/Cxx/TestDendrogramOnly.cxx     |   115 -
 .../Testing/Cxx/TestHeatmapCategoryLegend.cxx      |    87 +
 VTK/Views/Infovis/Testing/Cxx/TestHeatmapItem.cxx  |   119 +
 VTK/Views/Infovis/Testing/Cxx/TestHeatmapOnly.cxx  |   117 -
 .../Testing/Cxx/TestHeatmapScalarLegend.cxx        |    86 +
 .../Testing/Cxx/TestParallelCoordinatesView.cxx    |   120 +
 .../Infovis/Testing/Cxx/TestTanglegramItem.cxx     |   188 +
 .../Testing/Cxx/TestTreeHeatmapAutoCollapse.cxx    |     5 +
 .../Infovis/Testing/Cxx/TestTreeHeatmapItem.cxx    |     4 +
 .../Baseline/TestCoincidentGraphLayoutView.png.md5 |     1 +
 .../Testing/Data/Baseline/TestColumnTree.png.md5   |     1 +
 .../Data/Baseline/TestConeLayoutStrategy.png.md5   |     1 +
 .../Data/Baseline/TestConeLayoutStrategy_1.png.md5 |     1 +
 .../Data/Baseline/TestDendrogramItem.png.md5       |     1 +
 .../Data/Baseline/TestDendrogramOnly.png.md5       |     1 +
 .../Data/Baseline/TestDendrogramOnly_1.png.md5     |     1 +
 .../Data/Baseline/TestGraphLayoutView.png.md5      |     1 +
 .../Baseline/TestHeatmapCategoryLegend.png.md5     |     1 +
 .../Testing/Data/Baseline/TestHeatmapItem.png.md5  |     1 +
 .../Testing/Data/Baseline/TestHeatmapOnly.png.md5  |     1 +
 .../Data/Baseline/TestHeatmapScalarLegend.png.md5  |     1 +
 .../Baseline/TestHierarchicalGraphView.png.md5     |     1 +
 .../Testing/Data/Baseline/TestIcicleView.png.md5   |     1 +
 .../Testing/Data/Baseline/TestIcicleView_1.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_2.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_3.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_4.png.md5 |     1 +
 .../Testing/Data/Baseline/TestIcicleView_5.png.md5 |     1 +
 .../Data/Baseline/TestIconGlyphFilter.png.md5      |     1 +
 .../TestInteractorStyleTreeMapHover.png.md5        |     1 +
 .../Testing/Data/Baseline/TestNetworkViews.png.md5 |     1 +
 .../Baseline/TestParallelCoordinatesView.png.md5   |     1 +
 .../Testing/Data/Baseline/TestRenderView.png.md5   |     1 +
 .../Baseline/TestSpanTreeLayoutStrategy.png.md5    |     1 +
 .../Data/Baseline/TestTanglegramItem.png.md5       |     1 +
 .../Baseline/TestTreeHeatmapAutoCollapse.png.md5   |     1 +
 .../Data/Baseline/TestTreeHeatmapItem.png.md5      |     1 +
 .../Testing/Data/Baseline/TestTreeMapView.png.md5  |     1 +
 .../Data/Baseline/TestTreeMapView_1.png.md5        |     1 +
 .../Data/Baseline/TestTreeMapView_2.png.md5        |     1 +
 .../Data/Baseline/TestTreeMapView_3.png.md5        |     1 +
 .../Testing/Data/Baseline/TestTreeRingView.png.md5 |     1 +
 .../Data/Baseline/TestTreeRingView_1.png.md5       |     1 +
 VTK/Views/Infovis/module.cmake                     |     4 +
 VTK/Views/Infovis/vtkDendrogramItem.cxx            |  1542 +++
 VTK/Views/Infovis/vtkDendrogramItem.h              |   360 +
 VTK/Views/Infovis/vtkHeatmapItem.cxx               |  1240 ++
 VTK/Views/Infovis/vtkHeatmapItem.h                 |   258 +
 .../vtkParallelCoordinatesRepresentation.cxx       |    41 +-
 VTK/Views/Infovis/vtkParallelCoordinatesView.cxx   |     2 +-
 VTK/Views/Infovis/vtkSCurveSpline.cxx              |   256 +
 VTK/Views/Infovis/vtkSCurveSpline.h                |    69 +
 VTK/Views/Infovis/vtkTanglegramItem.cxx            |   746 ++
 VTK/Views/Infovis/vtkTanglegramItem.h              |   198 +
 VTK/Views/Infovis/vtkTreeHeatmapItem.cxx           |  1582 +--
 VTK/Views/Infovis/vtkTreeHeatmapItem.h             |   215 +-
 VTK/Views/Qt/CMakeLists.txt                        |    24 +-
 VTK/Views/Qt/vtkQtTableRepresentation.cxx          |     2 +-
 VTK/Views/Qt/vtkQtView.cxx                         |     5 +
 VTK/Web/Applications/CMakeLists.txt                |    38 +
 VTK/Web/Applications/Cone/server/vtk_web_cone.py   |   111 +
 VTK/Web/Applications/Cone/www/index.html           |    47 +
 VTK/Web/Applications/Cone/www/style.css            |    42 +
 .../FileBrowser/server/vtk_web_filebrowser.py      |    85 +
 VTK/Web/Applications/FileBrowser/www/index.html    |    45 +
 VTK/Web/Applications/FileBrowser/www/style.css     |    24 +
 .../GraphLayout/server/vtk_web_graph.py            |   165 +
 VTK/Web/Applications/GraphLayout/www/index.html    |    67 +
 VTK/Web/Applications/GraphLayout/www/style.css     |    27 +
 .../server/vtk_web_phylogenetic_tree.py            |   148 +
 .../Applications/PhylogeneticTree/www/index.html   |    68 +
 .../Applications/PhylogeneticTree/www/style.css    |    42 +
 VTK/Web/Applications/README.md                     |    15 +
 VTK/Web/Applications/module.cmake                  |     5 +
 VTK/Web/Core/CMakeLists.txt                        |    10 +
 VTK/Web/Core/module.cmake                          |    20 +
 VTK/Web/Core/vtkDataEncoder.cxx                    |   456 +
 VTK/Web/Core/vtkDataEncoder.h                      |    90 +
 VTK/Web/Core/vtkObjectIdMap.cxx                    |   224 +
 VTK/Web/Core/vtkObjectIdMap.h                      |    69 +
 VTK/Web/Core/vtkWebApplication.cxx                 |   449 +
 VTK/Web/Core/vtkWebApplication.h                   |   118 +
 VTK/Web/Core/vtkWebInteractionEvent.cxx            |    48 +
 VTK/Web/Core/vtkWebInteractionEvent.h              |    93 +
 VTK/Web/Core/vtkWebUtilities.cxx                   |   134 +
 VTK/Web/Core/vtkWebUtilities.h                     |    59 +
 VTK/Web/Install/CMakeLists.txt                     |    13 +
 VTK/Web/Install/module.cmake                       |     7 +
 VTK/Web/JavaScript/CMakeLists.txt                  |    75 +
 .../Ext/bootstrap/css/bootstrap-responsive.css     |  1109 ++
 .../Ext/bootstrap/css/bootstrap-responsive.min.css |     9 +
 VTK/Web/JavaScript/Ext/bootstrap/css/bootstrap.css |  6167 +++++++++
 .../JavaScript/Ext/bootstrap/css/bootstrap.min.css |     9 +
 .../bootstrap/img/glyphicons-halflings-white.png   |   Bin 0 -> 8777 bytes
 .../Ext/bootstrap/img/glyphicons-halflings.png     |   Bin 0 -> 12799 bytes
 VTK/Web/JavaScript/Ext/bootstrap/js/bootstrap.js   |  2280 ++++
 .../JavaScript/Ext/bootstrap/js/bootstrap.min.js   |     6 +
 .../Web/JavaScript/Ext/core}/autobahn.js           |     0
 .../Web/JavaScript/Ext/core}/autobahn.min.js       |     0
 .../Web/JavaScript/Ext/core}/gl-matrix-min.js      |     0
 .../Web/JavaScript/Ext/core}/gl-matrix.js          |     0
 .../Ext => VTK/Web/JavaScript/Ext/core}/hammer.js  |     0
 .../Web/JavaScript/Ext/core}/hammer.min.js         |     0
 .../Web/JavaScript/Ext/core}/jquery-1.8.3.min.js   |     0
 .../Web/JavaScript/Ext/core}/jquery.hammer.js      |     0
 .../Web/JavaScript/Ext/core}/jquery.hammer.min.js  |     0
 VTK/Web/JavaScript/Ext/core/vgl.min.js             |  9991 +++++++++++++++
 .../Widgets => VTK/Web/JavaScript}/Ext/d3/d3.v2.js |     0
 VTK/Web/JavaScript/Ext/fontello/LICENSE.txt        |    46 +
 VTK/Web/JavaScript/Ext/fontello/README.txt         |    75 +
 VTK/Web/JavaScript/Ext/fontello/config.json        |  2312 ++++
 VTK/Web/JavaScript/Ext/fontello/css/animation.css  |    85 +
 .../JavaScript/Ext/fontello/css/fontello-codes.css |   385 +
 .../Ext/fontello/css/fontello-embedded.css         |   438 +
 .../Ext/fontello/css/fontello-ie7-codes.css        |   385 +
 .../JavaScript/Ext/fontello/css/fontello-ie7.css   |   396 +
 VTK/Web/JavaScript/Ext/fontello/css/fontello.css   |   436 +
 VTK/Web/JavaScript/Ext/fontello/demo.html          |   838 ++
 VTK/Web/JavaScript/Ext/fontello/font/fontello.eot  |   Bin 0 -> 100536 bytes
 VTK/Web/JavaScript/Ext/fontello/font/fontello.svg  |   395 +
 VTK/Web/JavaScript/Ext/fontello/font/fontello.ttf  |   Bin 0 -> 100368 bytes
 VTK/Web/JavaScript/Ext/fontello/font/fontello.woff |   Bin 0 -> 53940 bytes
 .../Ext/jquery-ui/images/animated-overlay.gif      |   Bin
 .../images/ui-bg_flat_0_aaaaaa_40x100.png          |   Bin
 .../images/ui-bg_flat_75_ffffff_40x100.png         |   Bin
 .../images/ui-bg_glass_55_fbf9ee_1x400.png         |   Bin
 .../images/ui-bg_glass_65_ffffff_1x400.png         |   Bin
 .../images/ui-bg_glass_75_dadada_1x400.png         |   Bin
 .../images/ui-bg_glass_75_e6e6e6_1x400.png         |   Bin
 .../images/ui-bg_glass_95_fef1ec_1x400.png         |   Bin
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |   Bin
 .../jquery-ui/images/ui-icons_222222_256x240.png   |   Bin
 .../jquery-ui/images/ui-icons_2e83ff_256x240.png   |   Bin
 .../jquery-ui/images/ui-icons_454545_256x240.png   |   Bin
 .../jquery-ui/images/ui-icons_888888_256x240.png   |   Bin
 .../jquery-ui/images/ui-icons_cd0a0a_256x240.png   |   Bin
 .../JavaScript}/Ext/jquery-ui/jquery-ui-1.10.0.css |     0
 .../Ext/jquery-ui/jquery-ui-1.10.0.min.js          |     0
 .../Web/JavaScript}/Ext/jscolor/arrow.gif          |   Bin
 .../Web/JavaScript}/Ext/jscolor/cross.gif          |   Bin
 .../Web/JavaScript}/Ext/jscolor/demo.html          |     0
 .../Web/JavaScript}/Ext/jscolor/hs.png             |   Bin
 .../Web/JavaScript}/Ext/jscolor/hv.png             |   Bin
 .../Web/JavaScript}/Ext/jscolor/jscolor.js         |     0
 .../Web/JavaScript}/Ext/nvd3/nv.d3.css             |     0
 .../Web/JavaScript}/Ext/nvd3/nv.d3.js              |     0
 .../Web/JavaScript}/Ext/nvd3/nv.d3.min.js          |     0
 VTK/Web/JavaScript/Ext/pure/README.md              |    30 +
 VTK/Web/JavaScript/Ext/pure/package.json           |    20 +
 VTK/Web/JavaScript/Ext/pure/pure.js                |   860 ++
 VTK/Web/JavaScript/Ext/pure/pure.min.js            |    36 +
 .../Web/JavaScript}/Ext/rickshaw/rickshaw.js       |     0
 .../Web/JavaScript}/Ext/rickshaw/rickshaw.min.css  |     0
 .../Web/JavaScript}/Ext/rickshaw/rickshaw.min.js   |     0
 VTK/Web/JavaScript/Lib/vtkweb-loader.js            |   219 +
 VTK/Web/JavaScript/Lib/vtkweb.connect.js           |   200 +
 VTK/Web/JavaScript/Lib/vtkweb.js                   |   173 +
 VTK/Web/JavaScript/Lib/vtkweb.launcher.js          |   250 +
 VTK/Web/JavaScript/Lib/vtkweb.simple.js            |   104 +
 VTK/Web/JavaScript/Lib/vtkweb.testing.js           |   339 +
 VTK/Web/JavaScript/Lib/vtkweb.viewport.image.js    |   332 +
 VTK/Web/JavaScript/Lib/vtkweb.viewport.js          |   844 ++
 VTK/Web/JavaScript/Lib/vtkweb.viewport.vgl.js      |   375 +
 VTK/Web/JavaScript/Lib/vtkweb.viewport.webgl.js    |  1593 +++
 VTK/Web/JavaScript/Minimizer/.gitignore            |     1 +
 {Web => VTK/Web}/JavaScript/Minimizer/_argparse.py |     0
 {Web => VTK/Web}/JavaScript/Minimizer/build.py     |     0
 {Web => VTK/Web}/JavaScript/Minimizer/rjsmin.py    |     0
 .../vtkweb-widget-catalyst-viewer.js               |   342 +
 VTK/Web/JavaScript/Widgets/ChartWidget/multi.csv   |   438 +
 VTK/Web/JavaScript/Widgets/ChartWidget/sample.html |    60 +
 VTK/Web/JavaScript/Widgets/ChartWidget/single.csv  |  1001 ++
 VTK/Web/JavaScript/Widgets/ChartWidget/single2.csv |  1001 ++
 .../Widgets/ChartWidget/vtkweb-widget-chart.css    |    22 +
 .../Widgets/ChartWidget/vtkweb-widget-chart.js     |   438 +
 .../JavaScript/Widgets/FileBrowser/example.html    |    72 +
 .../Widgets/FileBrowser/resources/file.png         |   Bin 0 -> 393 bytes
 .../Widgets/FileBrowser/resources/folder.png       |   Bin 0 -> 614 bytes
 .../Widgets/FileBrowser/resources/gfile.png        |   Bin 0 -> 463 bytes
 .../FileBrowser/vtkweb-widget-filebrowser.css      |    61 +
 .../FileBrowser/vtkweb-widget-filebrowser.js       |   275 +
 .../FileBrowser/vtkweb-widget-filebrowser.tpl      |    20 +
 .../Widgets/TreeWidget/resources/file.png          |   Bin 0 -> 393 bytes
 .../Widgets/TreeWidget/resources/filter.png        |   Bin 0 -> 860 bytes
 .../Widgets/TreeWidget/resources/folder.png        |   Bin 0 -> 614 bytes
 .../TreeWidget/resources/list-item-contents.png    |   Bin 0 -> 2827 bytes
 .../TreeWidget/resources/list-item-last-open.png   |   Bin 0 -> 2864 bytes
 .../TreeWidget/resources/list-item-last.png        |   Bin 0 -> 2855 bytes
 .../TreeWidget/resources/list-item-open.png        |   Bin 0 -> 2856 bytes
 .../TreeWidget/resources/list-item-root.png        |   Bin 0 -> 2833 bytes
 .../Widgets/TreeWidget/resources/list-item.png     |   Bin 0 -> 2861 bytes
 .../TreeWidget/resources/pipeline/colorBy.png      |   Bin 0 -> 2589 bytes
 .../Widgets/TreeWidget/resources/pipeline/file.png |   Bin 0 -> 393 bytes
 .../TreeWidget/resources/pipeline/filter.png       |   Bin 0 -> 860 bytes
 .../TreeWidget/resources/pipeline/folder.png       |   Bin 0 -> 614 bytes
 .../TreeWidget/resources/pipeline/pipeline.png     |   Bin 0 -> 2811 bytes
 .../resources/pipeline/representations.png         |   Bin 0 -> 4984 bytes
 .../TreeWidget/resources/pipeline/scalarbar.png    |   Bin 0 -> 982 bytes
 .../TreeWidget/resources/pipeline/server.png       |   Bin 0 -> 1420 bytes
 .../TreeWidget/resources/pipeline/source.png       |   Bin 0 -> 580 bytes
 .../Widgets/TreeWidget/resources/server.png        |   Bin 0 -> 1420 bytes
 .../Widgets/TreeWidget/resources/source.png        |   Bin 0 -> 580 bytes
 VTK/Web/JavaScript/Widgets/TreeWidget/sample.html  |    55 +
 .../Widgets/TreeWidget/vtkweb-widget-tree.css      |   223 +
 .../Widgets/TreeWidget/vtkweb-widget-tree.js       |   129 +
 .../Widgets/TreeWidget/vtkweb-widget-tree.tpl      |    12 +
 VTK/Web/JavaScript/banner.js.in                    |     3 +
 VTK/Web/JavaScript/module.cmake                    |     5 +
 VTK/Web/Python/CMakeLists.txt                      |    21 +
 VTK/Web/Python/__init__.py                         |     0
 VTK/Web/Python/launcher.py                         |   547 +
 VTK/Web/Python/module.cmake                        |     8 +
 VTK/Web/Python/protocols.py                        |   304 +
 VTK/Web/Python/server.py                           |   180 +
 VTK/Web/Python/testing.py                          |   683 +
 VTK/Web/Python/upload.py                           |    78 +
 VTK/Web/Python/wamp.py                             |   234 +
 VTK/Web/WebGLExporter/CMakeLists.txt               |    41 +
 .../Web}/WebGLExporter/glMatrix.js                 |     0
 VTK/Web/WebGLExporter/module.cmake                 |    14 +
 VTK/Web/WebGLExporter/vtkPVWebGLExporter.cxx       |   135 +
 VTK/Web/WebGLExporter/vtkPVWebGLExporter.h         |    46 +
 VTK/Web/WebGLExporter/vtkWebGLDataSet.cxx          |   239 +
 VTK/Web/WebGLExporter/vtkWebGLDataSet.h            |    79 +
 VTK/Web/WebGLExporter/vtkWebGLExporter.cxx         |   739 ++
 VTK/Web/WebGLExporter/vtkWebGLExporter.h           |   102 +
 VTK/Web/WebGLExporter/vtkWebGLObject.cxx           |   198 +
 VTK/Web/WebGLExporter/vtkWebGLObject.h             |    99 +
 VTK/Web/WebGLExporter/vtkWebGLPolyData.cxx         |   724 ++
 VTK/Web/WebGLExporter/vtkWebGLPolyData.h           |    74 +
 VTK/Web/WebGLExporter/vtkWebGLWidget.cxx           |   138 +
 VTK/Web/WebGLExporter/vtkWebGLWidget.h             |    64 +
 .../Web}/WebGLExporter/webglRenderer.js            |     0
 VTK/Wrapping/Java/Baseline/Cone.png.md5            |     1 +
 VTK/Wrapping/Java/CMakeLists.txt                   |   112 +-
 VTK/Wrapping/Java/JavaInstall.cmake.in             |    67 +
 VTK/Wrapping/Java/Maven/README.txt.in              |    93 +
 VTK/Wrapping/Java/Maven/pom.xml.in                 |   126 +
 .../Java/vtk/rendering/awt/vtkAwtComponent.java    |    19 +
 .../rendering/jogl/vtkAbstractJoglComponent.java   |   103 +
 .../vtk/rendering/jogl/vtkJoglCanvasComponent.java |    24 +
 .../vtk/rendering/jogl/vtkJoglPanelComponent.java  |    24 +
 .../vtk/rendering/swt/vtkInternalSwtComponent.java |     6 +
 .../Java/vtk/rendering/swt/vtkSwtComponent.java    |     5 +-
 .../swt/vtkSwtInteractorForwarderDecorator.java    |     5 +-
 .../Java/vtk/rendering/vtkAbstractComponent.java   |    29 +-
 .../vtk/rendering/vtkAbstractEventInterceptor.java |    68 +
 VTK/Wrapping/Java/vtk/rendering/vtkComponent.java  |     5 +-
 .../Java/vtk/rendering/vtkEventInterceptor.java    |     5 +-
 .../Java/vtk/rendering/vtkInteractorForwarder.java |     7 +-
 .../vtk/sample/rendering/JoglConeRendering.java    |   178 +
 .../rendering/annotation/LabeledCubeAxesActor.java |     2 +
 VTK/Wrapping/Python/CMakeLists.txt                 |   122 +-
 VTK/Wrapping/Python/PythonInstall.cmake.in         |    18 -
 VTK/Wrapping/Python/README.txt                     |   106 +-
 VTK/Wrapping/Python/setup.py.in                    |   144 -
 VTK/Wrapping/Python/setup_install_paths.py         |   137 -
 .../Python/vtk/qt4/QVTKRenderWindowInteractor.py   |    15 +-
 VTK/Wrapping/Python/vtkPythonAppInit.cxx           |    22 +-
 VTK/Wrapping/PythonCore/PyVTKObject.cxx            |     2 +-
 VTK/Wrapping/PythonCore/PyVTKSpecialObject.h       |     2 +-
 VTK/Wrapping/PythonCore/vtkPythonArgs.cxx          |    20 +-
 VTK/Wrapping/PythonCore/vtkPythonArgs.h            |     6 +
 VTK/Wrapping/PythonCore/vtkPythonOverload.cxx      |     4 +-
 VTK/Wrapping/PythonCore/vtkPythonUtil.cxx          |    30 +-
 VTK/Wrapping/Tcl/CMakeLists.txt                    |    22 +-
 VTK/Wrapping/Tcl/vtkTkAppInit.cxx                  |     2 +-
 VTK/Wrapping/Tools/README.txt                      |    20 +-
 VTK/Wrapping/Tools/hints                           |     6 +
 VTK/Wrapping/Tools/lex.yy.c                        |  3560 +++---
 VTK/Wrapping/Tools/vtkParse.h                      |     5 +
 VTK/Wrapping/Tools/vtkParse.l                      |   253 +-
 VTK/Wrapping/Tools/vtkParse.tab.c                  | 12740 ++++++++++++-------
 VTK/Wrapping/Tools/vtkParse.y                      |   771 +-
 VTK/Wrapping/Tools/vtkParseData.c                  |    17 +-
 VTK/Wrapping/Tools/vtkParseData.h                  |    25 +-
 VTK/Wrapping/Tools/vtkParseExtras.c                |   151 +-
 VTK/Wrapping/Tools/vtkParseJava.c                  |    18 +-
 VTK/Wrapping/Tools/vtkParseJavaBeans.c             |     6 +-
 VTK/Wrapping/Tools/vtkParseMain.c                  |     6 +
 VTK/Wrapping/Tools/vtkParsePreprocess.c            |   992 +-
 VTK/Wrapping/Tools/vtkParsePreprocess.h            |     6 +-
 VTK/Wrapping/Tools/vtkParseString.c                |   427 +-
 VTK/Wrapping/Tools/vtkParseString.h                |   188 +-
 VTK/Wrapping/Tools/vtkParseType.h                  |    26 +-
 VTK/Wrapping/Tools/vtkWrap.c                       |    20 +-
 VTK/Wrapping/Tools/vtkWrap.h                       |     2 +
 VTK/Wrapping/Tools/vtkWrapJava.c                   |     6 +-
 VTK/Wrapping/Tools/vtkWrapPython.c                 |   163 +-
 VTK/Wrapping/Tools/vtkWrapPythonInit.c             |    86 +-
 VTK/Wrapping/Tools/vtkWrapText.c                   |    28 +-
 Web/Applications/CMakeLists.txt                    |    76 +-
 Web/Applications/DataProber/index.html             |   383 -
 .../DataProber/server/pv_web_data_prober.py        |   322 +
 .../DataProber/{ => www}/icons/README.txt          |     0
 .../DataProber/{ => www}/icons/View-64.png         |   Bin
 .../{ => www}/icons/Window-Performance-64.png      |   Bin
 .../{ => www}/icons/chart-area-percentage-icon.png |   Bin
 .../{ => www}/icons/chart-area-stacked-icon.png    |   Bin
 .../DataProber/{ => www}/icons/chart-bar-icon.png  |   Bin
 .../{ => www}/icons/chart-bar-percentage-icon.png  |   Bin
 .../{ => www}/icons/chart-bar-stacked-icon.png     |   Bin
 .../DataProber/{ => www}/icons/chart-line-icon.png |   Bin
 .../{ => www}/icons/chart-line-percentage-icon.png |   Bin
 .../{ => www}/icons/chart-line-stacked-icon.png    |   Bin
 .../{ => www}/icons/chart-scatter-icon.png         |   Bin
 .../{ => www}/icons/data-folder-icon.png           |   Bin
 .../{ => www}/icons/format-stroke-color-icon.png   |   Bin
 .../{ => www}/icons/go-next-view-icon.png          |   Bin
 .../{ => www}/icons/go-previous-view-icon.png      |   Bin
 .../DataProber/{ => www}/icons/key-icon.png        |   Bin
 .../{ => www}/icons/system-monitor-icon.png        |   Bin
 .../DataProber/{ => www}/icons/zoom-fit-icon.png   |   Bin
 Web/Applications/DataProber/www/index.html         |   367 +
 .../DataProber/{ => www}/jclv/LICENSE.txt          |     0
 .../DataProber/{ => www}/jclv/README.txt           |     0
 .../DataProber/{ => www}/jclv/columnwaiter.gif     |   Bin
 Web/Applications/DataProber/{ => www}/jclv/cvl.css |     0
 Web/Applications/DataProber/{ => www}/jclv/cvl.js  |     0
 .../DataProber/{ => www}/jclv/test.html            |     0
 Web/Applications/DataProber/{ => www}/style.css    |     0
 .../FileViewer/server/pv_web_file_loader.py        |   170 +
 .../test/test_pv_web_fileviewer_can_test.py        |    88 +
 Web/Applications/FileViewer/www/index.html         |    88 +
 Web/Applications/FileViewer/www/open.png           |   Bin 0 -> 1522 bytes
 Web/Applications/FileViewer/www/style.css          |    87 +
 Web/Applications/LiveArticles/embed.html           |   186 -
 Web/Applications/LiveArticles/images/.DS_Store     |   Bin 6148 -> 0 bytes
 Web/Applications/LiveArticles/server/README.txt    |     1 +
 Web/Applications/LiveArticles/www/embed.html       |   180 +
 .../{ => www}/images/PVW_Logo_Full.png             |   Bin
 .../LiveArticles/{ => www}/images/img01.jpg        |   Bin
 .../LiveArticles/{ => www}/images/img02.jpg        |   Bin
 .../LiveArticles/{ => www}/images/img03.jpg        |   Bin
 .../LiveArticles/{ => www}/images/img04.jpg        |   Bin
 .../LiveArticles/{ => www}/images/img05.jpg        |   Bin
 Web/Applications/LiveArticles/{ => www}/index.html |     0
 Web/Applications/LiveArticles/{ => www}/style.css  |     0
 .../LiveArticles/{ => www}/style_embed.css         |     0
 Web/Applications/Parallel/server/README.txt        |    16 +
 Web/Applications/Parallel/server/launcher.sh       |    65 +
 Web/Applications/Parallel/www/client.json          |     8 +
 Web/Applications/Parallel/www/file.json            |    60 +
 Web/Applications/Parallel/www/index.html           |   169 +
 .../Parallel/www/js/jquery.backstretch.min.js      |     4 +
 Web/Applications/Parallel/www/main.css             |    43 +
 Web/Applications/Parallel/www/resource.json        |    14 +
 Web/Applications/TestApp/server/pv_web_test_app.py |   107 +
 .../TestApp/test/test_pv_web_testapp_all.py        |    62 +
 ..._pv_web_testapp_retrieve_file_check_includes.py |    68 +
 Web/Applications/TestApp/www/index.html            |    56 +
 Web/Applications/TestApp/www/pvwebTestFunctions.js |   118 +
 Web/Applications/Testing/Python/CMakeLists.txt     |    93 +
 .../Visualizer/server/pv_web_visualizer.py         |   150 +
 .../test/test_pv_web_visualizer_can_test.py        |    84 +
 .../test/test_pv_web_visualizer_renderer_click.py  |    54 +
 Web/Applications/Visualizer/www/index.html         |   141 +
 .../{WebVisualizer => Visualizer/www}/main.css     |     0
 .../WebFileViewer/images/PVW_Logo_Full.png         |   Bin 94359 -> 0 bytes
 Web/Applications/WebFileViewer/images/direct.png   |   Bin 3939 -> 0 bytes
 Web/Applications/WebFileViewer/images/exit.png     |   Bin 3117 -> 0 bytes
 Web/Applications/WebFileViewer/images/first.png    |   Bin 689 -> 0 bytes
 Web/Applications/WebFileViewer/images/hgrabber.gif |   Bin 834 -> 0 bytes
 Web/Applications/WebFileViewer/images/input.png    |   Bin 3786 -> 0 bytes
 Web/Applications/WebFileViewer/images/last.png     |   Bin 677 -> 0 bytes
 Web/Applications/WebFileViewer/images/loading.gif  |   Bin 10819 -> 0 bytes
 Web/Applications/WebFileViewer/images/loop.png     |   Bin 795 -> 0 bytes
 Web/Applications/WebFileViewer/images/next.png     |   Bin 620 -> 0 bytes
 Web/Applications/WebFileViewer/images/pause.png    |   Bin 463 -> 0 bytes
 Web/Applications/WebFileViewer/images/pencil.png   |   Bin 2727 -> 0 bytes
 Web/Applications/WebFileViewer/images/play.png     |   Bin 546 -> 0 bytes
 Web/Applications/WebFileViewer/images/prev.png     |   Bin 685 -> 0 bytes
 Web/Applications/WebFileViewer/images/remove.png   |   Bin 3766 -> 0 bytes
 .../WebFileViewer/images/resetCamera.png           |   Bin 1937 -> 0 bytes
 Web/Applications/WebFileViewer/images/scale.png    |   Bin 3142 -> 0 bytes
 .../WebFileViewer/images/vdockbar-trans.gif        |   Bin 859 -> 0 bytes
 .../WebFileViewer/images/vdockleft-trans.gif       |   Bin 864 -> 0 bytes
 Web/Applications/WebFileViewer/images/vgrabber.gif |   Bin 830 -> 0 bytes
 .../WebFileViewer/images/vgrabber2-active.gif      |   Bin 840 -> 0 bytes
 .../WebFileViewer/images/vgrabber2-normal.gif      |   Bin 843 -> 0 bytes
 Web/Applications/WebFileViewer/images/x.png        |   Bin 1046 -> 0 bytes
 Web/Applications/WebFileViewer/index.html          |   161 -
 Web/Applications/WebFileViewer/js/jquery.jstree.js |  4551 -------
 .../WebFileViewer/js/themes/apple/bg.jpg           |   Bin 331 -> 0 bytes
 .../WebFileViewer/js/themes/apple/d.png            |   Bin 7765 -> 0 bytes
 .../WebFileViewer/js/themes/apple/dot_for_ie.gif   |   Bin 43 -> 0 bytes
 .../WebFileViewer/js/themes/apple/style.css        |    61 -
 .../WebFileViewer/js/themes/apple/throbber.gif     |   Bin 1849 -> 0 bytes
 .../WebFileViewer/js/themes/classic/d.gif          |   Bin 3003 -> 0 bytes
 .../WebFileViewer/js/themes/classic/d.png          |   Bin 7535 -> 0 bytes
 .../WebFileViewer/js/themes/classic/dot_for_ie.gif |   Bin 43 -> 0 bytes
 .../WebFileViewer/js/themes/classic/style.css      |    77 -
 .../WebFileViewer/js/themes/classic/throbber.gif   |   Bin 1849 -> 0 bytes
 .../WebFileViewer/js/themes/default-rtl/d.gif      |   Bin 2872 -> 0 bytes
 .../WebFileViewer/js/themes/default-rtl/d.png      |   Bin 7459 -> 0 bytes
 .../WebFileViewer/js/themes/default-rtl/dots.gif   |   Bin 132 -> 0 bytes
 .../WebFileViewer/js/themes/default-rtl/style.css  |    84 -
 .../js/themes/default-rtl/throbber.gif             |   Bin 1849 -> 0 bytes
 .../WebFileViewer/js/themes/default/d.gif          |   Bin 2944 -> 0 bytes
 .../WebFileViewer/js/themes/default/d.png          |   Bin 7635 -> 0 bytes
 .../WebFileViewer/js/themes/default/style.css      |    74 -
 .../WebFileViewer/js/themes/default/throbber.gif   |   Bin 1849 -> 0 bytes
 Web/Applications/WebFileViewer/style.css           |    70 -
 Web/Applications/WebVisualizer/index.html          |   207 -
 Web/Applications/module.cmake                      |     3 +-
 Web/Core/CMakeLists.txt                            |     3 -
 Web/Core/module.cmake                              |     1 +
 Web/Core/vtkPVDataEncoder.cxx                      |   447 -
 Web/Core/vtkPVDataEncoder.h                        |    90 -
 Web/Core/vtkPVWebApplication.cxx                   |    28 +-
 Web/Core/vtkPVWebApplication.h                     |     4 +-
 Web/Core/vtkPVWebInteractionEvent.cxx              |    44 -
 Web/Core/vtkPVWebInteractionEvent.h                |    86 -
 Web/Core/vtkPVWebUtilities.cxx                     |   119 -
 Web/Core/vtkPVWebUtilities.h                       |    51 -
 Web/Documentation/CMakeLists.txt                   |    13 +-
 Web/Documentation/api/Web.py                       |    58 -
 Web/Documentation/api/pv_protocol.py               |   510 +
 Web/Documentation/categories.json                  |    60 +-
 Web/Documentation/config.json.in                   |    19 +-
 Web/Documentation/guides.json                      |   112 +-
 Web/Documentation/guides/apache_setup/README.md    |    54 +-
 Web/Documentation/guides/architecture/README.md    |    58 +
 .../architecture/images/PVWeb-multiusers.png       |   Bin 0 -> 46550 bytes
 .../guides/architecture/images/PVWeb-old.png       |   Bin 0 -> 56005 bytes
 .../architecture/images/PVWeb-singleuser.png       |   Bin 0 -> 25689 bytes
 .../guides/configure_and_build_pvweb/README.md     |    67 +
 .../guides/configure_and_build_vtkweb/README.md    |    71 +
 Web/Documentation/guides/developer_style/README.md |    52 +-
 Web/Documentation/guides/getting_started/README.md |    83 +-
 Web/Documentation/guides/getting_started/icon.png  |   Bin 28188 -> 0 bytes
 Web/Documentation/guides/ipython/README.md         |   186 +
 .../guides/jetty_session_manager/README.md         |    32 +-
 Web/Documentation/guides/os_mesa/README.md         |   139 +
 Web/Documentation/guides/parallel_app/README.md    |   222 +
 .../guides/parallel_app/images/Parallel-WebApp.png |   Bin 0 -> 600500 bytes
 .../guides/paraviewweb_on_aws_ec2/README.md        |   314 +
 Web/Documentation/guides/py_launcher/README.md     |   179 +
 .../guides/virtualgl_turbovnc_howto/README.md      |   184 +
 .../virtualgl_turbovnc_howto/images/PVW-config.png |   Bin 0 -> 44419 bytes
 Web/Documentation/videos.json                      |    23 +-
 Web/Documentation/welcome.html                     |    23 +-
 Web/JavaScript/Ext/jquery-1.8.2.min.js             |     2 -
 Web/JavaScript/Lib/paraview.connect.js             |   183 -
 Web/JavaScript/Lib/paraview.js                     |    41 -
 Web/JavaScript/Lib/paraview.launcher.js            |   241 -
 Web/JavaScript/Lib/paraview.viewport.image.js      |   501 -
 Web/JavaScript/Lib/paraview.viewport.webgl.js      |  1576 ---
 Web/JavaScript/banner.js.in                        |     3 -
 Web/JavaScript/module.cmake                        |     2 -
 Web/Python/CMakeLists.txt                          |    15 +-
 Web/Python/__init__.py                             |     0
 Web/Python/data_prober.py                          |   313 -
 Web/Python/file_loader.py                          |   152 -
 Web/Python/helper.py                               |   616 +
 Web/Python/ipython.py                              |   307 +
 Web/Python/paraviewweb_protocols.py                |   503 -
 Web/Python/paraviewweb_wamp.py                     |   231 -
 Web/Python/pipeline_manager.py                     |    86 -
 Web/Python/protocols.py                            |   806 ++
 Web/Python/simple_server.py                        |    37 -
 Web/Python/wamp.py                                 |    10 +
 Web/Python/web.py                                  |   134 -
 Web/Python/web_helper.py                           |   549 -
 Web/Python/webgl.py                                |    15 +-
 Web/Widgets/CMakeLists.txt                         |    16 +-
 Web/Widgets/NVCharts/paraview.nv.lineChart.js      |     4 +-
 Web/Widgets/NVCharts/paraview.nv.utils.js          |    12 +-
 .../PipelineBrowser/paraview.ui.pipeline.css       |    22 +-
 .../PipelineBrowser/paraview.ui.pipeline.js        |   327 +-
 .../RickshawCharts/paraview.rickshaw.graph.js      |     2 +-
 .../Toolbars/paraview.ui.toolbar.connect.js        |    22 +-
 Web/Widgets/Toolbars/paraview.ui.toolbar.js        |    20 +-
 Web/Widgets/Toolbars/paraview.ui.toolbar.vcr.js    |    24 +-
 .../Toolbars/paraview.ui.toolbar.viewport.css      |    21 +-
 .../Toolbars/paraview.ui.toolbar.viewport.js       |    52 +-
 Web/module.cmake                                   |     5 +-
 Wrapping/Python/CMakeLists.txt                     |    79 +-
 Wrapping/Python/paraview/coprocessing.py           |    13 +-
 Wrapping/Python/paraview/cpstate.py                |    17 +-
 Wrapping/Python/paraview/data_exploration.py       |   581 +
 Wrapping/Python/paraview/extract_selection.py      |    27 +-
 Wrapping/Python/paraview/lookuptable.py            |   331 +
 Wrapping/Python/paraview/python_view.py            |    38 +
 Wrapping/Python/paraview/simple.py                 |   159 +-
 Wrapping/Python/paraview/smstate.py                |    14 +-
 Wrapping/Python/paraview/smtesting.py              |   156 +
 Wrapping/Python/paraview/smtrace.py                |   658 +-
 .../Python/paraview/spatiotemporalparallelism.py   |   113 +
 Wrapping/Python/paraview/vtk/__init__.py           |     4 +-
 Wrapping/Python/paraview/vtk/algorithms.py         |     2 +-
 vtkPVConfig.h.in                                   |     6 +
 7346 files changed, 297467 insertions(+), 172259 deletions(-)

diff --cc .gitignore
index 845ca06,06a4426..ddb7ed6
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,4 +1,8 @@@
++<<<<<<< HEAD
 +.pc
++=======
+ # Ignore compiled python files.  These are created when Python interprets a
+ # script in the source directory.  There is no way to suppress their
+ # creation short of copying the file somewhere.
+ *.pyc
++>>>>>>> upstream/4.1.0
diff --cc Applications/ParaView/Testing/XML/MultiBlockAttributes1.xml
index 459a52b,c5d1c4b..58f3205
--- a/Applications/ParaView/Testing/XML/MultiBlockAttributes1.xml
+++ b/Applications/ParaView/Testing/XML/MultiBlockAttributes1.xml
@@@ -18,8 -18,8 +18,13 @@@
    <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Frame.0/Viewport" command="mouseMove" arguments="(0.442375,0.396396,2,0,0)" />
    <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Frame.0/Viewport" command="mouseRelease" arguments="(0.442375,0.396396,2,0,0)" />
    <pqevent object="PipelineContextMenu" command="activate" arguments="Set Block Color" />
++<<<<<<< HEAD
 +  <pqevent object="pqColorDialog" command="setChosenColor" arguments="255,0,0" />
 +  <pqevent object="pqColorDialog" command="accepted" arguments="" />
++=======
+   <pqevent object="pqClientMainWindow/multiBlockInspectorDock/multiBlockInspectorPanel/1QColorDialog0" command="setChosenColor" arguments="255,0,0" />
+   <pqevent object="pqClientMainWindow/multiBlockInspectorDock/multiBlockInspectorPanel/1QColorDialog0" command="done" arguments="1" />
++>>>>>>> upstream/4.1.0
    <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Frame.0/Viewport" command="mousePress" arguments="(0.515716,0.78018,2,2,0)" />
    <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Frame.0" command="contextMenu" arguments="" />
    <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1" command="contextMenu" arguments="" />
@@@ -31,6 -31,6 +36,11 @@@
    <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Frame.0/Viewport" command="mouseMove" arguments="(0.515716,0.78018,2,0,0)" />
    <pqevent object="pqClientMainWindow/centralwidget/MultiViewWidget/CoreWidget/qt_tabwidget_stackedwidget/MultiViewWidget1/Frame.0/Viewport" command="mouseRelease" arguments="(0.515716,0.78018,2,0,0)" />
    <pqevent object="PipelineContextMenu" command="activate" arguments="Set Block Color" />
++<<<<<<< HEAD
 +  <pqevent object="pqColorDialog" command="setChosenColor" arguments="0,0,255" />
 +  <pqevent object="pqColorDialog" command="accepted" arguments="" />
++=======
+   <pqevent object="pqClientMainWindow/multiBlockInspectorDock/multiBlockInspectorPanel/1QColorDialog0" command="setChosenColor" arguments="0,0,255" />
+   <pqevent object="pqClientMainWindow/multiBlockInspectorDock/multiBlockInspectorPanel/1QColorDialog0" command="done" arguments="1" />
++>>>>>>> upstream/4.1.0
  </pqevents>
diff --cc CMakeLists.txt
index 9ba539f,ca014cb..47581d8
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@@ -95,11 -91,11 +91,19 @@@ include(CMakeDependentOption
  #------------------------------------------------------------------------------
  # Determine ParaView Source Version
  set (PARAVIEW_VERSION_MAJOR 4)
++<<<<<<< HEAD
 +set (PARAVIEW_VERSION_MINOR 0)
 +set (PARAVIEW_VERSION_PATCH 1)
 +set (PARAVIEW_VERSION_PATCH_EXTRA)
 +set (PARAVIEW_VERSION "4.0")
 +set (PARAVIEW_VERSION_FULL "4.0.1")
++=======
+ set (PARAVIEW_VERSION_MINOR 1)
+ set (PARAVIEW_VERSION_PATCH 0)
+ set (PARAVIEW_VERSION_PATCH_EXTRA)
+ set (PARAVIEW_VERSION "4.1")
+ set (PARAVIEW_VERSION_FULL "4.1.0")
++>>>>>>> upstream/4.1.0
  
  determine_version(${ParaView_SOURCE_DIR} ${GIT_EXECUTABLE} "PARAVIEW")
  
@@@ -472,17 -548,6 +556,20 @@@ list (APPEND PARAVIEW_MODULE_ROOT
               CoProcessing/TestDriver)
  
  add_custom_target(ParaViewDoc)
++<<<<<<< HEAD
 +add_custom_command(
 +     OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/www.stamp
 +     COMMAND ${CMAKE_COMMAND} -E make_directory "${PARAVIEW_WWW_DIR}"
 +     COMMAND ${CMAKE_COMMAND} -E touch "${CMAKE_CURRENT_BINARY_DIR}/www.stamp")
 +
 +add_custom_target(ParaViewWWW ALL
 +    DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/www.stamp)
 +
 +install(DIRECTORY "${PARAVIEW_WWW_DIR}"
 +    DESTINATION ${VTK_INSTALL_LIBRARY_DIR}
 +    COMPONENT Runtime)
++=======
++>>>>>>> upstream/4.1.0
  
  if (PARAVIEW_ENABLE_WEB)
    list (APPEND PARAVIEW_MODULE_ROOTS Web)
diff --cc ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.cxx
index fc9c5f2,54bac3d..95c1b5d
--- a/ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.cxx
+++ b/ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.cxx
@@@ -71,7 -71,7 +71,11 @@@ vtkPVAxesWidget::vtkPVAxesWidget(
  
    // Since Layer==1, the renderer is treated as transparent and
    // vtkOpenGLRenderer::Clear() won't clear the color-buffer.
++<<<<<<< HEAD
 +  this->Renderer->SetLayer(1);
++=======
+   this->Renderer->SetLayer(vtkPVAxesWidget::RendererLayer);
++>>>>>>> upstream/4.1.0
    // Leaving Erase==1 ensures that the depth buffer is cleared. This ensures
    // that the orientation widget always stays on top of the rendered scene.
    this->Renderer->EraseOn();
diff --cc Qt/ApplicationComponents/pqPipelineContextMenuBehavior.cxx
index ec3a07a,0a6aa5f..be96e2a
--- a/Qt/ApplicationComponents/pqPipelineContextMenuBehavior.cxx
+++ b/Qt/ApplicationComponents/pqPipelineContextMenuBehavior.cxx
@@@ -49,14 -49,14 +49,19 @@@ SOFTWARE, EVEN IF ADVISED OF THE POSSIB
  #include "vtkPVCompositeDataInformation.h"
  #include "vtkSMPropertyHelper.h"
  #include "vtkSMSourceProxy.h"
 +#include "pqColorDialog.h"
  
- #include <QWidget>
  #include <QAction>
+ #include <QApplication>
+ #include <QColorDialog>
  #include <QMenu>
  #include <QMouseEvent>
  #include <QRegExp>
++<<<<<<< HEAD
 +#include <QApplication>
++=======
+ #include <QWidget>
++>>>>>>> upstream/4.1.0
  
  namespace
  {
@@@ -534,9 -532,8 +537,14 @@@ void pqPipelineContextMenuBehavior::set
    pqMultiBlockInspectorPanel *panel = getMultiBlockInspectorPanel();
    if (panel)
      {
++<<<<<<< HEAD
 +    pqColorDialog dialog;
 +    dialog.exec();
 +    QColor color = dialog.selectedColor();
++=======
+     QColor color = QColorDialog::getColor(QColor(), panel, "Choose Block Color",
+       QColorDialog::DontUseNativeDialog);
++>>>>>>> upstream/4.1.0
      if(color.isValid())
        {
        panel->setBlockColor(this->PickedBlocks, color);
diff --cc Qt/Components/pqMultiBlockInspectorPanel.cxx
index 4cba8bf,a1aeffa..f462e69
--- a/Qt/Components/pqMultiBlockInspectorPanel.cxx
+++ b/Qt/Components/pqMultiBlockInspectorPanel.cxx
@@@ -15,35 -15,34 +15,46 @@@
  #include "pqMultiBlockInspectorPanel.h"
  
  #include "pqActiveObjects.h"
+ #include "pqDoubleRangeDialog.h"
  #include "pqOutputPort.h"
+ #include "pqSelectionManager.h"
+ #include "pqTreeWidgetSelectionHelper.h"
  #include "pqUndoStack.h"
- #include "pqDoubleRangeDialog.h"
- #include "vtkSMProxy.h"
- #include "vtkPVDataInformation.h"
+ #include "vtkEventQtSlotConnect.h"
  #include "vtkPVCompositeDataInformation.h"
- #include "vtkSMProperty.h"
+ #include "vtkPVDataInformation.h"
+ #include "vtkSMDoubleMapProperty.h"
+ #include "vtkSMDoubleMapPropertyIterator.h"
  #include "vtkSMIntVectorProperty.h"
- #include "pqTreeWidgetSelectionHelper.h"
- #include "vtkEventQtSlotConnect.h"
- #include "pqSelectionManager.h"
- #include "vtkSelection.h"
+ #include "vtkSMProperty.h"
  #include "vtkSMPropertyHelper.h"
- #include "vtkSMSourceProxy.h"
+ #include "vtkSMProxy.h"
  #include "vtkSMProxyManager.h"
  #include "vtkSMSessionProxyManager.h"
++<<<<<<< HEAD
 +#include "vtkSMDoubleMapProperty.h"
 +#include "vtkSMDoubleMapPropertyIterator.h"
 +#include "pqColorDialog.h"
 +
 +#include <QMenu>
 +#include <QHeaderView>
 +#include <QVBoxLayout>
 +#include <QTreeWidget>
 +#include <QTreeWidgetItem>
++=======
+ #include "vtkSMSourceProxy.h"
+ #include "vtkSelection.h"
+ 
+ #include <QColorDialog>
+ #include <QHeaderView>
++>>>>>>> upstream/4.1.0
  #include <QIcon>
- #include <QPixmap>
+ #include <QMenu>
  #include <QPainter>
+ #include <QPixmap>
+ #include <QTreeWidget>
+ #include <QTreeWidgetItem>
+ #include <QVBoxLayout>
  
  pqMultiBlockInspectorPanel::pqMultiBlockInspectorPanel(QWidget *parent_)
    : QWidget(parent_)
@@@ -789,9 -794,8 +806,14 @@@ void pqMultiBlockInspectorPanel::treeWi
      }
    else if(action == setColorAction)
      {
++<<<<<<< HEAD
 +    pqColorDialog dialog(this);
 +    dialog.chooseColor();
 +    QColor color = dialog.chosenColor();
++=======
+     QColor color = QColorDialog::getColor(QColor(), this, "Select Color",
+       QColorDialog::DontUseNativeDialog);
++>>>>>>> upstream/4.1.0
      if(color.isValid())
        {
        foreach(QTreeWidgetItem *item, items)
diff --cc Qt/Core/CMakeLists.txt
index 0de972b,e89f8c0..e322557
--- a/Qt/Core/CMakeLists.txt
+++ b/Qt/Core/CMakeLists.txt
@@@ -49,14 -49,6 +49,17 @@@ set(Module_SRC
    pqCollaborationEventPlayer.h
    pqCollaborationManager.cxx
    pqCollaborationManager.h
++<<<<<<< HEAD
 +  pqColorButtonEventPlayer.cxx
 +  pqColorButtonEventPlayer.h
 +  pqColorButtonEventTranslator.cxx
 +  pqColorButtonEventTranslator.h
 +  pqColorDialogEventPlayer.cxx
 +  pqColorDialogEventPlayer.h
 +  pqColorDialogEventTranslator.cxx
 +  pqColorDialogEventTranslator.h
++=======
++>>>>>>> upstream/4.1.0
    pqComparativeContextView.cxx
    pqComparativeContextView.h
    pqComparativeRenderView.cxx
@@@ -258,10 -250,6 +261,13 @@@ set (Module_MOC_HDR
    pqChartSeriesSettingsModel.h
    pqCollaborationEventPlayer.h
    pqCollaborationManager.h
++<<<<<<< HEAD
 +  pqColorButtonEventPlayer.h
 +  pqColorButtonEventTranslator.h
 +  pqColorDialogEventPlayer.h
 +  pqColorDialogEventTranslator.h
++=======
++>>>>>>> upstream/4.1.0
    pqComparativeContextView.h
    pqComparativeRenderView.h
    pqComparativeXYBarChartView.h
diff --cc Qt/Widgets/CMakeLists.txt
index 62ee981,65e54ee..00e5e1c
--- a/Qt/Widgets/CMakeLists.txt
+++ b/Qt/Widgets/CMakeLists.txt
@@@ -51,10 -51,16 +51,18 @@@ set(Module_SRC
    pqCheckBoxPixMaps.h
    pqCollapsedGroup.cxx
    pqCollapsedGroup.h
+   pqColorButtonEventPlayer.cxx
+   pqColorDialogEventPlayer.cxx
+   pqColorDialogEventPlayer.h
+   pqColorDialogEventTranslator.cxx
+   pqColorDialogEventTranslator.h
+   pqColorButtonEventPlayer.h
+   pqColorButtonEventTranslator.cxx
+   pqColorButtonEventTranslator.h
    pqColorChooserButton.cxx
    pqColorChooserButton.h
 +  pqColorDialog.cxx
 +  pqColorDialog.h
    pqColorTableDelegate.cxx
    pqColorTableDelegate.h
    pqColorTableModel.cxx
@@@ -140,12 -148,15 +150,19 @@@ QT4_WRAP_CPP(QtWidgets_MOC_SOURCE
    pqCheckableHeaderView.h
    pqCheckBoxPixMaps.h
    pqCollapsedGroup.h
+   pqColorButtonEventPlayer.h
+   pqColorButtonEventTranslator.h
    pqColorChooserButton.h
++<<<<<<< HEAD
 +  pqColorDialog.h
++=======
+   pqColorDialogEventPlayer.h
+   pqColorDialogEventTranslator.h
++>>>>>>> upstream/4.1.0
    pqColorTableModel.h
+   pqConsoleWidget.h
    pqConsoleWidgetEventPlayer.h
    pqConsoleWidgetEventTranslator.h
-   pqConsoleWidget.h
    pqDelimitedTextParser.h
    pqDoubleRangeDialog.h
    pqDoubleRangeWidget.h
diff --cc Qt/Widgets/ctkRangeSlider.cpp
index 6585d97,004f9ec..2f18345
--- a/Qt/Widgets/ctkRangeSlider.cpp
+++ b/Qt/Widgets/ctkRangeSlider.cpp
@@@ -806,6 -806,45 +806,48 @@@ void ctkRangeSlider::mouseReleaseEvent(
  }
  
  // --------------------------------------------------------------------------
++<<<<<<< HEAD
++=======
+ void ctkRangeSlider::mouseDoubleClickEvent(QMouseEvent *mouseEvent)
+ {
+   Q_D(ctkRangeSlider);
+   this->QSlider::mouseDoubleClickEvent(mouseEvent);
+ 
+   // if the user-double clicked outside the current range, move the min or max
+   // slider as appropriate.
+   if (minimum() == maximum() || (mouseEvent->buttons() ^ mouseEvent->button()) ||
+     this->isMinimumSliderDown() || this->isMaximumSliderDown())
+     {
+     mouseEvent->ignore();
+     return;
+     }
+ 
+   int mepos = this->orientation() == Qt::Horizontal ?
+     mouseEvent->pos().x() : mouseEvent->pos().y();
+   // convert pixel to data-value.
+   mepos = d->pixelPosToRangeValue(mepos);
+   if (mepos < d->m_MinimumPosition)
+     {
+     // move min.
+     this->setPositions(mepos, d->m_MaximumPosition +
+       (d->m_SymmetricMoves? d->m_MinimumPosition - mepos : 0));
+     mouseEvent->accept();
+     }
+   else if (mepos > d->m_MaximumPosition)
+     {
+     // move max.
+     this->setPositions(d->m_MinimumPosition -
+       (d->m_SymmetricMoves ? mepos - d->m_MaximumPosition: 0), mepos);
+     mouseEvent->accept();
+     }
+   else
+     {
+     mouseEvent->ignore();
+     }
+ }
+ 
+ // --------------------------------------------------------------------------
++>>>>>>> upstream/4.1.0
  bool ctkRangeSlider::isMinimumSliderDown()const
  {
    Q_D(const ctkRangeSlider);
diff --cc Qt/Widgets/ctkRangeSlider.h
index d15a293,5863657..31a5c11
--- a/Qt/Widgets/ctkRangeSlider.h
+++ b/Qt/Widgets/ctkRangeSlider.h
@@@ -211,6 -211,7 +211,10 @@@ protected
    virtual void mousePressEvent(QMouseEvent* ev);
    virtual void mouseMoveEvent(QMouseEvent* ev);
    virtual void mouseReleaseEvent(QMouseEvent* ev);
++<<<<<<< HEAD
++=======
+   virtual void mouseDoubleClickEvent(QMouseEvent *ev);
++>>>>>>> upstream/4.1.0
  
    bool isMinimumSliderDown()const;
    bool isMaximumSliderDown()const;
diff --cc VTK/Charts/Core/vtkPlotPoints.cxx
index e1afad6,46c2eab..f757f5d
--- a/VTK/Charts/Core/vtkPlotPoints.cxx
+++ b/VTK/Charts/Core/vtkPlotPoints.cxx
@@@ -35,6 -35,7 +35,10 @@@
  #include <vector>
  #include <algorithm>
  #include <limits>
++<<<<<<< HEAD
++=======
+ #include <set>
++>>>>>>> upstream/4.1.0
  
  // PIMPL for STL vector...
  struct vtkIndexedVector2f
@@@ -726,23 -882,24 +885,44 @@@ void vtkPlotPoints::FindBadPoints(
        }
      }
  
++<<<<<<< HEAD
 +  // add points from the ValidPointMask
 +  if (this->ValidPointMask)
 +    {
 +    for (vtkIdType i = 0; i < n; i++)
 +      {
 +      if (this->ValidPointMask->GetValue(i) == 0)
 +        {
 +        this->BadPoints->InsertNextValue(i);
 +        }
 +      }
 +    }
 +
 +  // sort bad points
 +  std::sort(this->BadPoints->GetPointer(0),
 +            this->BadPoints->GetPointer(this->BadPoints->GetNumberOfTuples()));
 +
 +  if (this->BadPoints->GetNumberOfTuples() == 0)
++=======
+   // If there are bad points copy them, if not ensure the pointer is null.
+   if (bad.size() > 0)
+     {
+     if (!this->BadPoints)
+       {
+       this->BadPoints = vtkIdTypeArray::New();
+       }
+     else
+       {
+       this->BadPoints->SetNumberOfTuples(0);
+       }
+     for (std::set<vtkIdType>::const_iterator it = bad.begin();
+          it != bad.end(); ++it)
+       {
+       this->BadPoints->InsertNextValue(*it);
+       }
+     }
+   else if (this->BadPoints)
++>>>>>>> upstream/4.1.0
      {
      this->BadPoints->Delete();
      this->BadPoints = NULL;
@@@ -757,79 -914,20 +937,30 @@@ void vtkPlotPoints::CalculateBounds(dou
      {
      return;
      }
-   vtkIdType start = 0;
-   vtkIdType end = 0;
-   vtkIdType i = 0;
-   vtkIdType nBad = this->BadPoints->GetNumberOfTuples();
-   vtkIdType nPoints = this->Points->GetNumberOfPoints();
-   if (this->BadPoints->GetValue(i) == 0)
-     {
-     while (i < nBad && i == this->BadPoints->GetValue(i))
-       {
-       start = this->BadPoints->GetValue(i++) + 1;
-       }
-     if (start < nPoints)
-       {
-       end = nPoints;
-       }
-     else
-       {
-       // They are all bad points
-       return;
-       }
-     }
-   if (i < nBad)
+   this->CalculateUnscaledInputBounds();
+   for (int i = 0; i < 4; ++i)
      {
-     end = this->BadPoints->GetValue(i++);
+     bounds[i] = this->UnscaledInputBounds[i];
      }
-   else
+   if (this->LogX)
      {
-     end = nPoints;
+     bounds[0] = log10(bounds[0]);
+     bounds[1] = log10(bounds[1]);
      }
++<<<<<<< HEAD
 +  vtkVector2f* pts = static_cast<vtkVector2f*>(this->Points->GetVoidPointer(0));
 +
 +  // Initialize our min/max
 +  bounds[0] = bounds[2] = std::numeric_limits<float>::max();
 +  bounds[1] = bounds[3] = std::numeric_limits<float>::min();
 +
 +  while (start < nPoints)
++=======
+   if (this->LogY)
++>>>>>>> upstream/4.1.0
      {
-     // Calculate the min/max in this range
-     while (start < end)
-       {
-       float x = pts[start].GetX();
-       float y = pts[start++].GetY();
-       if (x < bounds[0])
-         {
-         bounds[0] = x;
-         }
-       else if (x > bounds[1])
-         {
-         bounds[1] = x;
-         }
-       if (y < bounds[2])
-         {
-         bounds[2] = y;
-         }
-       else if (y > bounds[3])
-         {
-         bounds[3] = y;
-         }
-       }
-     // Now figure out the next range
-     start = end + 1;
-     while (i < nBad && start == this->BadPoints->GetValue(i))
-       {
-       start = this->BadPoints->GetValue(i++) + 1;
-       }
-     if (++i < nBad)
-       {
-       end = this->BadPoints->GetValue(i);
-       }
-     else
-       {
-       end = nPoints;
-       }
+     bounds[2] = log10(bounds[2]);
+     bounds[3] = log10(bounds[3]);
      }
  }
  
diff --cc VTK/Common/ComputationalGeometry/Testing/Python/CMakeLists.txt
index daabef3,8073a46..1e2c532
--- a/VTK/Common/ComputationalGeometry/Testing/Python/CMakeLists.txt
+++ b/VTK/Common/ComputationalGeometry/Testing/Python/CMakeLists.txt
@@@ -1,6 -1,4 +1,13 @@@
++<<<<<<< HEAD
 +add_test_python(CSpline.py Filtering)
 +add_test_python(KSpline.py Filtering)
 +add_test_python(closedSplines.py Filtering)
 +if (VTK_DATA_ROOT)
 + add_test_python1(TestParametricFunctions.py Baseline/Graphics)
 +endif()
++=======
+ vtk_add_test_python(CSpline.py)
+ vtk_add_test_python(KSpline.py)
+ vtk_add_test_python(TestParametricFunctions.py NO_RT)
+ vtk_add_test_python(closedSplines.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Common/DataModel/Testing/Python/CMakeLists.txt
index 9530afc,8845ddb..1ad19c3
--- a/VTK/Common/DataModel/Testing/Python/CMakeLists.txt
+++ b/VTK/Common/DataModel/Testing/Python/CMakeLists.txt
@@@ -1,17 -1,15 +1,35 @@@
++<<<<<<< HEAD
 +add_test_python(ImplicitSum.py Filtering)
 +add_test_python(LineIntersectQuadraticCells.py Graphics)
 +add_test_python(PerlinNoise.py Filtering)
 +add_test_python(SelectionLoop.py Filtering)
 +add_test_python(TestNumericArrayImageData.py)
 +add_test_python(TestQuadricClustering.py Graphics)
 +add_test_python(TestStructuredGrid.py Graphics)
 +add_test_python(TestTemplates.py)
 +add_test_python(headBone.py Graphics)
 +add_test_python(scalarColors.py Graphics)
 +add_test_python(scalarConn.py Graphics)
 +add_test_python(TestConvexPointSet.py Graphics)
 +add_test_python1(otherDataSetAttributes.py)
 +if (VTK_DATA_ROOT)
 +  add_test_python1(quadricCut.py Baseline/Graphics)
 +  add_test_python1(TestICPTransform.py Baseline/Hybrid)
 +endif()
++=======
+ vtk_add_test_python(ImplicitSum.py)
+ vtk_add_test_python(LineIntersectQuadraticCells.py)
+ vtk_add_test_python(PerlinNoise.py)
+ vtk_add_test_python(SelectionLoop.py)
+ vtk_add_test_python(TestNumericArrayImageData.py NO_DATA NO_VALID)
+ vtk_add_test_python(TestQuadricClustering.py)
+ vtk_add_test_python(TestStructuredGrid.py)
+ vtk_add_test_python(TestTemplates.py NO_DATA NO_VALID)
+ vtk_add_test_python(headBone.py)
+ vtk_add_test_python(scalarColors.py)
+ vtk_add_test_python(scalarConn.py)
+ vtk_add_test_python(TestConvexPointSet.py)
+ vtk_add_test_python(otherDataSetAttributes.py NO_DATA NO_VALID NO_RT)
+ vtk_add_test_python(quadricCut.py NO_RT)
+ vtk_add_test_python(TestICPTransform.py NO_RT)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Examples/Build/vtkLocal/CMakeLists.txt
index 75c3869,82f48ed..3600969
--- a/VTK/Examples/Build/vtkLocal/CMakeLists.txt
+++ b/VTK/Examples/Build/vtkLocal/CMakeLists.txt
@@@ -3,7 -3,8 +3,12 @@@ cmake_minimum_required(VERSION 2.8
  
  # Find and load VTK settings.
  if(NOT VTK_BINARY_DIR)
++<<<<<<< HEAD
 +  find_package(VTK 6.0 REQUIRED NO_MODULE)
++=======
+ #  find_package(VTK 6.1 REQUIRED NO_MODULE)
+   find_package(VTK vtkCommonCore)
++>>>>>>> upstream/4.1.0
    include(${VTK_USE_FILE})
  endif()
  
diff --cc VTK/Examples/CMakeLists.txt
index f0e3fe0,d7fa026..f2da7c4
--- a/VTK/Examples/CMakeLists.txt
+++ b/VTK/Examples/CMakeLists.txt
@@@ -34,7 -32,17 +32,21 @@@ else(
    add_subdirectory(VisualizationAlgorithms/Cxx)
    add_subdirectory(VolumeRendering/Cxx)
    add_subdirectory(Widgets/Cxx)
++<<<<<<< HEAD
 +  add_subdirectory(Build/vtkLocal)
++=======
+   # This may have been already built as part of the VTK build.
+   # If so we cannot create the target "vtkLocalExample" because
+   # an imported target of the same name already exists in the
+   # VTK build.
+   if(NOT vtkLocalExample_LOADED)
+     add_subdirectory(Build/vtkLocal)
+   endif()
+   if(TARGET vtkGUISupportQt)
+     add_subdirectory(GUI/Qt)
+   endif()
+ 
++>>>>>>> upstream/4.1.0
  #  add_subdirectory(Build/vtkMy)
  #  add_subdirectory(GUI/Motif)
  #  IF(VTK_USE_PARALLEL)
diff --cc VTK/Examples/IO/Cxx/CMakeLists.txt
index c8dd318,73962e2..d61532a
--- a/VTK/Examples/IO/Cxx/CMakeLists.txt
+++ b/VTK/Examples/IO/Cxx/CMakeLists.txt
@@@ -22,22 -20,15 +20,35 @@@ target_link_libraries(ParticleReader ${
  if(BUILD_TESTING)
    if(vtkTestingRendering_LOADED)
      ######## Regression Testing ########
++<<<<<<< HEAD
 +    SET(KIT IOExamples)
 +    SET(MyTests TestDumpXMLFile.cxx TestParticleReader.cxx)
 +
 +    include(vtkTestingObjectFactory)
 +
 +    add_executable(${KIT}CxxTests ${KIT}CxxTests.cxx ${MyTests})
 +    target_link_libraries(${KIT}CxxTests ${VTK_LIBRARIES})
 +
 +    if (VTK_DATA_ROOT)
 +      add_test(NAME ${KIT}-ParticleReader COMMAND ${KIT}CxxTests
 +               TestParticleReader
 +                 ${VTK_DATA_ROOT}/Data/golf.csv
 +                 ${VTK_TEST_OUTPUT_DIR}/TestParticleReader.vtp)
 +      add_test(NAME ${KIT}-DumpXMLFile COMMAND ${KIT}CxxTests
 +               TestDumpXMLFile
 +                 ${VTK_DATA_ROOT}/Data/cow.vtp)
 +    endif()
++=======
+     set(vtk-example IOExamples)
+     set(TestDumpXMLFile_ARGS "DATA{${VTK_TEST_INPUT_DIR}/cow.vtp}")
+     set(TestParticleReader_ARGS
+       "${VTK_TEST_DATA_DIR}/Data/golf.csv"
+       ${VTK_TEST_OUTPUT_DIR}/TestParticleReader.vtp)
+     vtk_add_test_cxx(NO_DATA NO_VALID NO_OUTPUT
+       TestParticleReader.cxx
+       TestDumpXMLFile.cxx
+       )
+     vtk_test_cxx_executable(${vtk-example}CxxTests RENDERING_FACTORY)
++>>>>>>> upstream/4.1.0
    endif()
  endif()
diff --cc VTK/Examples/ImageProcessing/Cxx/CMakeLists.txt
index 24335b4,7a1a3fb..b1ef3ec
--- a/VTK/Examples/ImageProcessing/Cxx/CMakeLists.txt
+++ b/VTK/Examples/ImageProcessing/Cxx/CMakeLists.txt
@@@ -22,17 -16,12 +16,27 @@@ target_link_libraries(ImageSlicing ${VT
  
  if(BUILD_TESTING)
    if(vtkTestingRendering_LOADED)
++<<<<<<< HEAD
 +    ######## Regression Testing ########
 +    set(KIT ImageProcessingExamples)
 +    set(MyTests TestImageSlicing.cxx)
 +
 +    include(vtkTestingObjectFactory)
 +    add_executable(${KIT}CxxTests ${KIT}CxxTests.cxx ${MyTests})
 +    target_link_libraries(${KIT}CxxTests ${VTK_LIBRARIES})
 +
 +      if (VTK_DATA_ROOT)
 +        add_test(NAME ${KIT}-ImageSlicing COMMAND ${KIT}CxxTests
 +          TestImageSlicing ${VTK_DATA_ROOT}/Data/headsq/quarter)
 +      endif()
++=======
+    ######## Regression Testing ########
+    set(vtk-example ImageProcessingExamples)
+    set(TestImageSlicing_ARGS ${VTK_TEST_DATA_DIR}/Data/headsq/quarter)
+    vtk_add_test_cxx(
+      TestImageSlicing.cxx
+      )
+    vtk_test_cxx_executable(${vtk-example}CxxTests RENDERING_FACTORY)
++>>>>>>> upstream/4.1.0
   endif()
  endif()
diff --cc VTK/Examples/Medical/Cxx/CMakeLists.txt
index 87001b3,5e99081..3449520
--- a/VTK/Examples/Medical/Cxx/CMakeLists.txt
+++ b/VTK/Examples/Medical/Cxx/CMakeLists.txt
@@@ -42,23 -33,17 +33,38 @@@ target_link_libraries(GenerateCubesFrom
  if(BUILD_TESTING)
    if(vtkTestingRendering_LOADED)
      ######## Regression Testing ########
++<<<<<<< HEAD
 +    set(KIT MedicalExamples)
 +    set(MyTests TestMedical1.cxx TestMedical2.cxx TestMedical3.cxx TestMedical4.cxx)
 +
 +    include(vtkTestingObjectFactory)
 +
 +    add_executable(${KIT}CxxTests ${KIT}CxxTests.cxx ${MyTests})
 +    target_link_libraries(${KIT}CxxTests ${VTK_LIBRARIES})
 +
 +      if (VTK_DATA_ROOT)
 +        add_test(NAME ${KIT}-Medical1 COMMAND ${KIT}CxxTests
 +          TestMedical1 ${VTK_DATA_ROOT}/Data/headsq/quarter)
 +        add_test(NAME ${KIT}-Medical2 COMMAND ${KIT}CxxTests
 +          TestMedical2 ${VTK_DATA_ROOT}/Data/headsq/quarter)
 +        add_test(NAME ${KIT}-Medical3 COMMAND ${KIT}CxxTests
 +          TestMedical3 ${VTK_DATA_ROOT}/Data/headsq/quarter)
 +        add_test(NAME ${KIT}-Medical4 COMMAND ${KIT}CxxTests
 +          TestMedical4 ${VTK_DATA_ROOT}/Data/headsq/quarter)
 +      endif()
++=======
+     set(vtk-example MedicalExamples)
+     set(TestMedical1_ARGS ${VTK_TEST_DATA_DIR}/Data/headsq/quarter)
+     set(TestMedical2_ARGS ${VTK_TEST_DATA_DIR}/Data/headsq/quarter)
+     set(TestMedical3_ARGS ${VTK_TEST_DATA_DIR}/Data/headsq/quarter)
+     set(TestMedical4_ARGS ${VTK_TEST_DATA_DIR}/Data/headsq/quarter)
+     vtk_add_test_cxx(
+       TestMedical1.cxx
+       TestMedical2.cxx
+       TestMedical3.cxx
+       TestMedical4.cxx
+       )
+     vtk_test_cxx_executable(${vtk-example}CxxTests RENDERING_FACTORY)
++>>>>>>> upstream/4.1.0
    endif()
  endif()
diff --cc VTK/Examples/Modelling/Cxx/CMakeLists.txt
index 3ca5533,19e8b0e..5815aef
--- a/VTK/Examples/Modelling/Cxx/CMakeLists.txt
+++ b/VTK/Examples/Modelling/Cxx/CMakeLists.txt
@@@ -29,25 -26,23 +26,46 @@@ target_link_libraries(Delaunay3DAlpha $
  if(BUILD_TESTING)
    if(vtkTestingRendering_LOADED)
      ######## Regression Testing ########
++<<<<<<< HEAD
 +    set(KIT ModellingExamples)
 +    set(MyTests TestFinance.cxx TestDelaunay3D.cxx TestDelaunay3DAlpha.cxx)
 +
 +    include(vtkTestingObjectFactory)
 +
 +    add_executable(${KIT}CxxTests ${KIT}CxxTests.cxx ${MyTests})
 +    target_link_LIBRARIES(${KIT}CxxTests ${VTK_LIBRARIES})
 +
 +    if (VTK_DATA_ROOT)
 +      add_test(NAME ${KIT}-Finance COMMAND ${KIT}CxxTests
 +               TestFinance ${VTK_DATA_ROOT}/Data/financial.txt)
 +      add_test(NAME ${KIT}-Delaunay3D COMMAND ${KIT}CxxTests
 +               TestDelaunay3D
 +               ${VTK_DATA_ROOT}/Data/cow.vtp
 +               ${VTK_TEST_OUTPUT_DIR}/Delaunay3D.vtu)
 +      add_test(NAME ${KIT}-Delaunay3DAlpa COMMAND ${KIT}CxxTests
 +               TestDelaunay3DAlpha
 +               .5 ${VTK_DATA_ROOT}/Data/cow.vtp
 +               ${VTK_TEST_OUTPUT_DIR}/Delaunay3DAlpha.vtu)
 +    endif()
++=======
+     set(vtk-example ModellingExamples)
+     set(TestFinance_ARGS "DATA{${VTK_TEST_INPUT_DIR}/financial.txt}")
+     set(TestDelaunay3D_ARGS
+       "DATA{${VTK_TEST_INPUT_DIR}/cow.vtp}"
+       ${VTK_TEST_OUTPUT_DIR}/Delaunay3D.vtu
+       )
+     set(TestDelaunay3DAlpha_ARGS
+       .5 "DATA{${VTK_TEST_INPUT_DIR}/cow.vtp}"
+       ${VTK_TEST_OUTPUT_DIR}/Delaunay3DAlpha.vtu
+       )
+     vtk_add_test_cxx(
+       TestFinance.cxx
+       )
+     vtk_add_test_cxx(NO_DATA NO_VALID NO_OUTPUT
+       TestDelaunay3D.cxx
+       TestDelaunay3DAlpha.cxx
+       )
+     vtk_test_cxx_executable(${vtk-example}CxxTests RENDERING_FACTORY)
++>>>>>>> upstream/4.1.0
    endif()
  endif()
diff --cc VTK/Examples/Rendering/Cxx/CMakeLists.txt
index b440e4f,7e92761..e90469b
--- a/VTK/Examples/Rendering/Cxx/CMakeLists.txt
+++ b/VTK/Examples/Rendering/Cxx/CMakeLists.txt
@@@ -29,13 -26,3 +26,16 @@@ foreach(name ${RENDERING_EXAMPLES_SRCS}
    add_executable(${name} MACOSX_BUNDLE ${name}.cxx)
    target_link_libraries(${name} ${VTK_LIBRARIES} )
  endforeach()
++<<<<<<< HEAD
 +
 +if(vtkTestingCore_LOADED)
 +  include_directories(
 +    # in support of SurfaceLICDemo that includes
 +    # TestSurfaceLIC.h from the dir below
 +    ${VTK_SOURCE_DIR}/Rendering/HybridOpenGL/Testing/Cxx
 +  )
 +  add_executable(SurfaceLICDemo MACOSX_BUNDLE   SurfaceLICDemo.cxx)
 +  target_link_libraries(SurfaceLICDemo ${VTK_LIBRARIES} )
 +endif()
++=======
++>>>>>>> upstream/4.1.0
diff --cc VTK/Examples/VisualizationAlgorithms/Cxx/CMakeLists.txt
index 79120c9,b4714c1..8afd0b9
--- a/VTK/Examples/VisualizationAlgorithms/Cxx/CMakeLists.txt
+++ b/VTK/Examples/VisualizationAlgorithms/Cxx/CMakeLists.txt
@@@ -27,30 -25,14 +25,42 @@@ target_link_libraries(BandedContours ${
  if(BUILD_TESTING)
    if(vtkTestingRendering_LOADED)
      ######## Regression Testing ########
++<<<<<<< HEAD
 +    set(KIT VisualizationAlgorithmsExamples)
 +    set(MyTests
 +        TestFilledContours.cxx
 +        TestBandedContours.cxx
 +        TestTubesWithVaryingRadiusAndColors.cxx
 +    )
 +
 +    include(vtkTestingObjectFactory)
 +
 +    add_executable(${KIT}CxxTests ${KIT}CxxTests.cxx ${MyTests})
 +    target_link_libraries(${KIT}CxxTests ${VTK_LIBRARIES})
 +
 +    add_test(NAME ${KIT}-TubesWithVaryingRadiusAndColors
 +             COMMAND ${KIT}CxxTests
 +             TestTubesWithVaryingRadiusAndColors)
 +    if (VTK_DATA_ROOT)
 +      add_test(NAME ${KIT}-FilledContours
 +               COMMAND ${KIT}CxxTests
 +               TestFilledContours
 +               ${VTK_DATA_ROOT}/Data/filledContours.vtp 10)
 +      add_test(NAME ${KIT}-BandedContours
 +               COMMAND ${KIT}CxxTests
 +               TestBandedContours
 +               ${VTK_DATA_ROOT}/Data/filledContours.vtp 10)
 +    endif()
++=======
+     set(vtk-example VisualizationAlgorithmsExamples)
+     set(TestFilledContours_ARGS "DATA{${VTK_TEST_INPUT_DIR}/filledContours.vtp}" 10)
+     set(TestBandedContours_ARGS "DATA{${VTK_TEST_INPUT_DIR}/filledContours.vtp}" 10)
+     vtk_add_test_cxx(
+       TestTubesWithVaryingRadiusAndColors.cxx
+       TestFilledContours.cxx
+       TestBandedContours.cxx
+       )
+     vtk_test_cxx_executable(${vtk-example}CxxTests RENDERING_FACTORY)
++>>>>>>> upstream/4.1.0
    endif()
  endif()
diff --cc VTK/Examples/Widgets/Cxx/CMakeLists.txt
index 0790035,9db0b0e..70fafa6
--- a/VTK/Examples/Widgets/Cxx/CMakeLists.txt
+++ b/VTK/Examples/Widgets/Cxx/CMakeLists.txt
@@@ -29,16 -24,12 +24,26 @@@ target_link_libraries(BalloonWidget ${V
  if(BUILD_TESTING)
    if(vtkTestingRendering_LOADED)
      ######## Regression Testing ########
++<<<<<<< HEAD
 +    set(KIT WidgetsExamples)
 +    set(MyTests TestSlider.cxx TestSlider2D.cxx TestBalloonWidget.cxx)
 +
 +    include(vtkTestingObjectFactory)
 +
 +    add_executable(${KIT}CxxTests ${KIT}CxxTests.cxx ${MyTests})
 +    target_link_libraries(${KIT}CxxTests ${VTK_LIBRARIES})
 +
 +    add_test(NAME ${KIT}-Slider COMMAND ${KIT}CxxTests TestSlider)
 +    add_test(NAME ${KIT}-Slider2D COMMAND ${KIT}CxxTests TestSlider2D)
 +    add_test(NAME ${KIT}-BalloonWidget COMMAND ${KIT}CxxTests TestBalloonWidget)
++=======
+     set(vtk-example WidgetsExamples)
+     vtk_add_test_cxx(
+       TestSlider.cxx
+       TestSlider2D.cxx
+       TestBalloonWidget.cxx
+       )
+     vtk_test_cxx_executable(${vtk-example}CxxTests RENDERING_FACTORY)
++>>>>>>> upstream/4.1.0
    endif()
  endif()
diff --cc VTK/Filters/Core/Testing/Python/CMakeLists.txt
index d3134c4,28fdc61..12473e2
--- a/VTK/Filters/Core/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Core/Testing/Python/CMakeLists.txt
@@@ -1,59 -1,56 +1,118 @@@
++<<<<<<< HEAD
 +add_test_python(CellDataToPointData.py Graphics)
 +add_test_python(Delaunay2D.py Graphics)
 +add_test_python(Delaunay2DAlpha.py Graphics)
 +add_test_python(Delaunay2DTransform.py Graphics)
 +add_test_python(Delaunay3D.py Graphics)
 +add_test_python(StreamPolyData.py Graphics)
 +add_test_python(TestMarchingSquares.py Graphics)
 +add_test_python(TestRectilinearSynchronizedTemplates.py Graphics)
 +add_test_python(TestSynchronizedTemplates2D.py Graphics)
 +add_test_python(TestTextureGlyph.py Graphics)
 +add_test_python(TestTriangleFilter.py Graphics)
 +add_test_python(capCow.py Graphics)
 +add_test_python(capSphere.py Graphics)
 +add_test_python(clipArt.py Graphics)
 +add_test_python(constrainedDelaunay.py Graphics)
 +add_test_python(contourCells.py Graphics)
 +add_test_python(contourQuadraticCells.py Graphics)
 +add_test_python(createBFont.py Graphics)
 +add_test_python(cutLoop.py Graphics)
 +add_test_python(dispPlot.py Graphics)
 +add_test_python(fieldToPolyData.py Graphics)
 +add_test_python(fieldToUGrid.py Graphics)
 +add_test_python(hull.py Graphics)
 +add_test_python(multipleComponentContour.py Graphics)
 +add_test_python(reverseNormals.py Graphics)
 +add_test_python(smoothMeshOnMesh.py Graphics)
 +add_test_python(stripF.py Graphics)
 +add_test_python(teapotHulls.py Graphics)
 +add_test_python(TestContourCases.py)
 +add_test_python1(pointsPrecisions.py)
 +
 +if(VTK_DATA_ROOT)
 +  add_test_python1(MassProperties Baseline/Hybrid)
 +  add_test_python(TestCompositeCutter.py ${VTK_DATA_ROOT})
 +  add_test_python(TestContourGrid.py Graphics)
 +  add_test_python(TestGridSynchronizedTemplates3D.py Graphics)
 +  add_test_python(TestSynchronizedTemplates3D.py Graphics)
 +  add_test_python1(TestTensorGlyph.py Baseline/Graphics)
 +  add_test_python(QuadricDecimation.py Graphics)
 +  add_test_python(combStreamers.py Graphics)
 +  add_test_python(combStreamers2.py Graphics)
 +  add_test_python1(deciFranFace.py Baseline/Graphics)
 +  add_test_python1(deciPlane Baseline/Graphics)
 +  add_test_python(fieldToRGrid.py Graphics)
 +  add_test_python(fieldToSGrid.py Graphics)
 +  add_test_python1(financialField Baseline/Graphics)
 +  add_test_python1(financialField3 Baseline/Hybrid)
 +  add_test_python1(financialField2 Baseline/Hybrid)
 +  add_test_python(glyphComb.py Graphics)
 +  add_test_python(mergeFilter.py Graphics)
 +  add_test_python(multipleIso.py Graphics)
 +  add_test_python(polyConn.py Graphics)
 +  add_test_python(probeComb.py Graphics)
 +  add_test_python1(skinOrder Baseline/Graphics)
 +  add_test_python(streamComb.py Graphics)
 +  add_test_python(streamSurface.py Graphics)
 +  add_test_python(streamSurface2.py Graphics)
 +  add_test_python(tubeComb.py Graphics)
 +endif()
++=======
+ vtk_add_test_python(CellDataToPointData.py)
+ vtk_add_test_python(Delaunay2D.py)
+ vtk_add_test_python(Delaunay2DAlpha.py)
+ vtk_add_test_python(Delaunay2DTransform.py)
+ vtk_add_test_python(Delaunay3D.py)
+ vtk_add_test_python(QuadricDecimation.py)
+ vtk_add_test_python(StreamPolyData.py)
+ vtk_add_test_python(TestGridSynchronizedTemplates3D.py)
+ vtk_add_test_python(TestMarchingSquares.py)
+ vtk_add_test_python(TestRectilinearSynchronizedTemplates.py)
+ vtk_add_test_python(TestSynchronizedTemplates2D.py)
+ vtk_add_test_python(TestSynchronizedTemplates3D.py)
+ vtk_add_test_python(TestContourGrid.py NO_VALID)
+ vtk_add_test_python(TestTensorGlyph.py NO_RT)
+ vtk_add_test_python(TestTextureGlyph.py)
+ vtk_add_test_python(TestTriangleFilter.py)
+ vtk_add_test_python(capCow.py)
+ vtk_add_test_python(capSphere.py)
+ vtk_add_test_python(clipArt.py)
+ vtk_add_test_python(combStreamers.py)
+ vtk_add_test_python(combStreamers2.py)
+ vtk_add_test_python(constrainedDelaunay.py)
+ vtk_add_test_python(contourCells.py)
+ vtk_add_test_python(contourQuadraticCells.py)
+ vtk_add_test_python(createBFont.py)
+ vtk_add_test_python(cutLoop.py)
+ vtk_add_test_python(dispPlot.py)
+ vtk_add_test_python(fieldToPolyData.py)
+ vtk_add_test_python(fieldToRGrid.py)
+ vtk_add_test_python(fieldToSGrid.py)
+ vtk_add_test_python(fieldToUGrid.py)
+ vtk_add_test_python(glyphComb.py)
+ vtk_add_test_python(hull.py)
+ vtk_add_test_python(mergeFilter.py)
+ vtk_add_test_python(multipleComponentContour.py)
+ vtk_add_test_python(multipleIso.py)
+ vtk_add_test_python(polyConn.py)
+ vtk_add_test_python(probeComb.py)
+ vtk_add_test_python(reverseNormals.py)
+ vtk_add_test_python(smoothMeshOnMesh.py)
+ vtk_add_test_python(streamComb.py)
+ vtk_add_test_python(streamSurface.py)
+ vtk_add_test_python(streamSurface2.py)
+ vtk_add_test_python(stripF.py)
+ vtk_add_test_python(teapotHulls.py)
+ vtk_add_test_python(tubeComb.py)
+ vtk_add_test_python(deciFranFace.py NO_RT)
+ vtk_add_test_python(deciPlane NO_RT)
+ vtk_add_test_python(financialField NO_RT)
+ vtk_add_test_python(skinOrder NO_RT)
+ vtk_add_test_python(MassProperties NO_RT)
+ vtk_add_test_python(financialField2 NO_RT)
+ vtk_add_test_python(financialField3 NO_RT)
+ vtk_add_test_python(TestContourCases.py NO_DATA NO_VALID)
+ vtk_add_test_python(pointsPrecisions.py NO_DATA NO_VALID NO_RT)
+ vtk_add_test_python(TestCompositeCutter.py NO_VALID)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Extraction/Testing/Python/CMakeLists.txt
index da953ea,dc03824..69734cf
--- a/VTK/Filters/Extraction/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Extraction/Testing/Python/CMakeLists.txt
@@@ -1,9 -1,6 +1,18 @@@
++<<<<<<< HEAD
 +add_test_python(ExtractEdgesQuadraticCells.py Graphics)
 +add_test_python(ExtractTensors.py Graphics)
 +add_test_python(extractPolyData.py Graphics)
 +
 +if(VTK_DATA_ROOT)
 +  add_test_python(extractUGrid.py Graphics)
 +  add_test_python(extractRectGrid.py Graphics)
 +  add_test_python(extractVectors.py Graphics)
 +endif()
++=======
+ vtk_add_test_python(ExtractEdgesQuadraticCells.py)
+ vtk_add_test_python(ExtractTensors.py)
+ vtk_add_test_python(extractPolyData.py)
+ vtk_add_test_python(extractRectGrid.py)
+ vtk_add_test_python(extractUGrid.py)
+ vtk_add_test_python(extractVectors.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/General/Testing/Cxx/CMakeLists.txt
index a2eefaf,abc4b80..bc31321
--- a/VTK/Filters/General/Testing/Cxx/CMakeLists.txt
+++ b/VTK/Filters/General/Testing/Cxx/CMakeLists.txt
@@@ -1,63 -1,35 +1,55 @@@
- set(MyTests
-   TestGraphWeightEuclideanDistanceFilter.cxx
+ vtk_add_test_cxx(
    BoxClipPolyData.cxx
    BoxClipTetrahedra.cxx
-   BoxClipTriangulate.cxx
    BoxClipTriangulateAndInterpolate.cxx
-   TestBooleanOperationPolyDataFilter.cxx
+   BoxClipTriangulate.cxx,NO_VALID
+   TestAppendPoints.cxx,NO_VALID
    TestBooleanOperationPolyDataFilter2.cxx
++<<<<<<< HEAD
++  TestContourTriangulatorCutter.cxx
++=======
+   TestBooleanOperationPolyDataFilter.cxx
    TestContourTriangulatorCutter.cxx
+   TestContourTriangulator.cxx
+   TestContourTriangulatorMarching.cxx
++>>>>>>> upstream/4.1.0
    TestDeformPointSet.cxx
-   TestDensifyPolyData.cxx
+   TestDensifyPolyData.cxx,-E15
    TestDistancePolyDataFilter.cxx
-   TestImageDataToPointSet.cxx
+   TestGraphWeightEuclideanDistanceFilter.cxx,NO_VALID
+   TestImageDataToPointSet.cxx,NO_VALID
+   TestIntersectionPolyDataFilter2.cxx,NO_VALID
    TestIntersectionPolyDataFilter.cxx
-   TestIntersectionPolyDataFilter2.cxx
-   TestRectilinearGridToPointSet.cxx
-   TestReflectionFilter.cxx
+   TestRectilinearGridToPointSet.cxx,NO_VALID
+   TestReflectionFilter.cxx,NO_VALID
+   TestTableSplitColumnComponents.cxx,NO_VALID
+   TestTransformFilter.cxx,NO_VALID
+   TestTransformPolyDataFilter.cxx,NO_VALID
    TestUncertaintyTubeFilter.cxx
++<<<<<<< HEAD
 +)
 +# Tests with data
 +if(VTK_DATA_ROOT)
 +  set(MyTests
 +    ${MyTests}
 +    TestContourTriangulator.cxx
 +    TestContourTriangulatorMarching.cxx
 +    TestGradientAndVorticity.cxx
 +    TestIconGlyphFilterGravity.cxx
 +    TestQuadraturePoints.cxx
 +    TestYoungsMaterialInterface.cxx
 +    )
 +endif()
++=======
+   )
++>>>>>>> upstream/4.1.0
  
- # Set the tolerance higher for a few tests that need it
- set(TestDensifyPolyDataError 15)
- 
- # Use the testing object factory, to reduce boilerplate code in tests.
- include(vtkTestingObjectFactory)
- 
- vtk_module_test_executable(${vtk-module}CxxTests ${Tests})
- 
- set(TestsToRun ${Tests})
- list(REMOVE_ITEM TestsToRun CxxTests.cxx)
+ # Tests with data
+ vtk_add_test_cxx(
+   TestGradientAndVorticity.cxx,NO_VALID
+   TestIconGlyphFilterGravity.cxx
+   TestQuadraturePoints.cxx
+   TestYoungsMaterialInterface.cxx
+   )
  
- # Add all the executables
- foreach(test ${TestsToRun})
-   get_filename_component(TName ${test} NAME_WE)
-   if(VTK_DATA_ROOT)
-     if(${${TName}Error})
-       set(_error_threshold ${${TName}Error})
-     else()
-       set(_error_threshold 10)
-     endif()
-     add_test(NAME ${vtk-module}Cxx-${TName}
-       COMMAND ${vtk-module}CxxTests ${TName}
-         -D ${VTK_DATA_ROOT}
-         -T ${VTK_TEST_OUTPUT_DIR}
-         -V Baseline/Graphics/${TName}.png
-         -E ${_error_threshold})
-  else()
-     add_test(NAME ${vtk-module}Cxx-${TName}
-       COMMAND ${vtk-module}CxxTests ${TName})
-  endif()
- endforeach()
+ vtk_test_cxx_executable(${vtk-module}CxxTests RENDERING_FACTORY)
diff --cc VTK/Filters/General/Testing/Python/CMakeLists.txt
index 96ce44a,0ee3423..419e30c
--- a/VTK/Filters/General/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/General/Testing/Python/CMakeLists.txt
@@@ -1,46 -1,44 +1,93 @@@
++<<<<<<< HEAD
 +add_test_python(Canny.py Graphics)
 +add_test_python(OBBCylinder.py Graphics)
 +add_test_python(TestCellDerivs.py Graphics)
 +add_test_python(TestClipClosedSurface.py Graphics)
 +add_test_python(TestClipOutline.py Graphics)
 +add_test_python(TestCurvatures.py Graphics)
 +add_test_python(TestDeformPointSet.py Graphics)
 +add_test_python(TestDiscreteMarchingCubes.py Graphics)
 +add_test_python(TestGraphLayoutFilter.py Graphics)
 +add_test_python(TestRectilinearGridToTetrahedra.py Graphics)
 +add_test_python(WarpToImage.py Graphics)
 +add_test_python(clipHex.py Hybrid)
 +add_test_python(clipImage.py Graphics)
 +add_test_python(clipPyramid.py Hybrid)
 +add_test_python(clipQuadraticCells.py Graphics)
 +add_test_python(clipTet.py Hybrid)
 +add_test_python(clipVolume.py Graphics)
 +add_test_python(clipVolume2.py Graphics)
 +add_test_python(clipVolume3.py Graphics)
 +add_test_python(clipWedge.py Hybrid)
 +add_test_python(contoursToSurface.py Graphics)
 +add_test_python(dicer.py Graphics)
 +add_test_python(edgePoints.py Graphics)
 +add_test_python(mcubes.py Graphics)
 +add_test_python(recursiveDC.py Graphics)
 +add_test_python(streamTracer.py Graphics)
 +add_test_python(subPixelPositionMin.py Graphics)
 +add_test_python(testDataSetTriangleFilter.py Graphics)
 +add_test_python(testDataSetTriangleFilter2.py Graphics)
 +add_test_python(testReflect.py Graphics)
 +add_test_python(warplens.py Graphics)
 +add_test_python(TestRandomAttributeGenerator.py Graphics)
 +add_test_python(WarpScalarImage.py Graphics)
 +add_test_python(WarpVectorImage.py Graphics)
 +add_test_python(cursor2D.py Graphics)
 +add_test_python1(pointsPrecisions.py)
 +
 +if(VTK_DATA_ROOT)
 +  add_test_python(TestSplineFilter.py Graphics)
 +  add_test_python(TestMultiBlockStreamer.py Graphics)
 +  add_test_python(blankGrid.py Graphics)
 +  add_test_python(clipComb.py Graphics)
 +  add_test_python(cursor3D.py Graphics)
 +  add_test_python(splitVectors.py Graphics)
 +  add_test_python1(spatialRepAll.py Baseline/Graphics)
 +endif()
++=======
+ vtk_add_test_python(Canny.py)
+ vtk_add_test_python(OBBCylinder.py)
+ vtk_add_test_python(TestCellDerivs.py)
+ vtk_add_test_python(TestClipClosedSurface.py)
+ vtk_add_test_python(TestClipOutline.py)
+ vtk_add_test_python(TestCurvatures.py)
+ vtk_add_test_python(TestDeformPointSet.py)
+ vtk_add_test_python(TestDiscreteMarchingCubes.py)
+ vtk_add_test_python(TestGraphLayoutFilter.py)
+ vtk_add_test_python(TestMultiBlockStreamer.py)
+ vtk_add_test_python(TestRectilinearGridToTetrahedra.py)
+ vtk_add_test_python(TestSplineFilter.py)
+ vtk_add_test_python(WarpToImage.py)
+ vtk_add_test_python(blankGrid.py)
+ vtk_add_test_python(clipComb.py)
+ vtk_add_test_python(clipHex.py)
+ vtk_add_test_python(clipImage.py)
+ vtk_add_test_python(clipPyramid.py)
+ vtk_add_test_python(clipQuadraticCells.py)
+ vtk_add_test_python(clipTet.py)
+ vtk_add_test_python(clipVolume.py)
+ vtk_add_test_python(clipVolume2.py)
+ vtk_add_test_python(clipVolume3.py)
+ vtk_add_test_python(clipWedge.py)
+ vtk_add_test_python(contoursToSurface.py)
+ vtk_add_test_python(cursor3D.py)
+ vtk_add_test_python(dicer.py)
+ vtk_add_test_python(edgePoints.py)
+ vtk_add_test_python(mcubes.py)
+ vtk_add_test_python(recursiveDC.py)
+ vtk_add_test_python(splitVectors.py)
+ vtk_add_test_python(streamTracer.py)
+ vtk_add_test_python(subPixelPositionMin.py)
+ vtk_add_test_python(testDataSetTriangleFilter.py)
+ vtk_add_test_python(testDataSetTriangleFilter2.py)
+ vtk_add_test_python(testReflect.py)
+ vtk_add_test_python(warplens.py)
+ vtk_add_test_python(TestRandomAttributeGenerator.py)
+ vtk_add_test_python(TestRandomAttributeGeneratorScalar.py)
+ vtk_add_test_python(WarpScalarImage.py)
+ vtk_add_test_python(WarpVectorImage.py)
+ vtk_add_test_python(cursor2D.py)
+ vtk_add_test_python(spatialRepAll.py NO_RT)
+ vtk_add_test_python(pointsPrecisions.py NO_DATA NO_VALID NO_RT)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Generic/Testing/Cxx/CMakeLists.txt
index 3c6ecbf,385c0d6..3861ae0
--- a/VTK/Filters/Generic/Testing/Cxx/CMakeLists.txt
+++ b/VTK/Filters/Generic/Testing/Cxx/CMakeLists.txt
@@@ -1,6 -1,6 +1,11 @@@
  # Tests with data
++<<<<<<< HEAD
 +if(VTK_DATA_ROOT)
 +  set(NEEDS_DATA
++=======
+ vtk_add_test_cxx(TestGenericStreamTracer.cxx)
+ vtk_add_test_cxx(
++>>>>>>> upstream/4.1.0
    TestGenericClip.cxx
    TestGenericContourFilter.cxx
    TestGenericCutter.cxx
@@@ -8,9 -8,7 +13,16 @@@
    TestGenericGeometryFilter.cxx
    TestGenericGlyph3DFilter.cxx
    TestGenericProbeFilter.cxx
++<<<<<<< HEAD
 +  TestGenericStreamTracer.cxx
 +  )
 +endif()
 +vtk_tests(BASELINEDIR GenericFiltering DATADIR ${VTK_DATA_ROOT}
 +  ${NEEDS_DATA}
 +  otherCreation.cxx)
++=======
+   otherCreation.cxx,NO_VALID
+   )
+ 
+ vtk_test_cxx_executable(${vtk-module}CxxTests)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Geometry/Testing/Python/CMakeLists.txt
index 348a4f0,d7f45ed..3240996
--- a/VTK/Filters/Geometry/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Geometry/Testing/Python/CMakeLists.txt
@@@ -1,6 -1,5 +1,14 @@@
++<<<<<<< HEAD
 +if(VTK_DATA_ROOT)
 +  add_test_python(dataSetSurfaceFilter.py Graphics)
 +  add_test_python(geomFilter.py Graphics)
 +  add_test_python(officeStreamPoints.py Graphics)
 +  add_test_python(rectGrid.py Graphics)
 +endif()
++=======
+ vtk_add_test_python(dataSetSurfaceFilter.py)
+ vtk_add_test_python(geomFilter.py)
+ vtk_add_test_python(officeStreamPoints.py)
+ vtk_add_test_python(rectGrid.py)
+ vtk_add_test_python(structuredGridBlanking.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Hybrid/Testing/Python/CMakeLists.txt
index c5ee864,6d7a323..86de983
--- a/VTK/Filters/Hybrid/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Hybrid/Testing/Python/CMakeLists.txt
@@@ -1,25 -1,22 +1,50 @@@
++<<<<<<< HEAD
 +add_test_python(3DMorph.py Hybrid)
 +add_test_python(TestFacetReader.py Hybrid)
 +add_test_python(TestGridWarp3D.py Hybrid)
 +add_test_python(TestGridWarpCubic.py Hybrid)
 +add_test_python(TestGridWarpLinear.py Hybrid)
 +add_test_python(TestGridWarpNearest.py Hybrid)
 +add_test_python(TestImageStencilWithPolydata.py Hybrid)
 +add_test_python(TestPCA.py Hybrid)
 +add_test_python(TestProcrustes.py Hybrid)
 +add_test_python(TestProjectedTerrainPath.py Hybrid)
 +add_test_python(TestTemporalSnapToTimeStep.py)
 +add_test_python(WarpPolyData.py Hybrid)
 +add_test_python(appendImplicitModel.py Hybrid)
 +add_test_python(appendImplicitModelNoBounds.py Hybrid)
 +add_test_python(banana.py Hybrid)
 +add_test_python(depthSort.py Hybrid)
 +add_test_python(earth.py Hybrid)
 +add_test_python(imageToPolyData.py Hybrid)
 +add_test_python(largeImageOffset.py Hybrid)
 +add_test_python(largeImageParallel.py Hybrid)
 +add_test_python(TestProcrustesRigidCentroid.py Hybrid)
 +
 +if(VTK_DATA_ROOT)
 +  add_test_python(TestGreedyTerrainDecimation.py Hybrid)
 +endif()
++=======
+ vtk_add_test_python(3DMorph.py)
+ vtk_add_test_python(TestFacetReader.py)
+ vtk_add_test_python(TestGreedyTerrainDecimation.py)
+ vtk_add_test_python(TestGridWarp3D.py)
+ vtk_add_test_python(TestGridWarpCubic.py)
+ vtk_add_test_python(TestGridWarpLinear.py)
+ vtk_add_test_python(TestGridWarpNearest.py)
+ vtk_add_test_python(TestImageStencilWithPolydata.py)
+ vtk_add_test_python(TestPCA.py)
+ vtk_add_test_python(TestProcrustes.py)
+ vtk_add_test_python(TestProjectedTerrainPath.py)
+ vtk_add_test_python(TestTemporalSnapToTimeStep.py NO_DATA NO_VALID)
+ vtk_add_test_python(WarpPolyData.py)
+ vtk_add_test_python(appendImplicitModel.py)
+ vtk_add_test_python(appendImplicitModelNoBounds.py)
+ vtk_add_test_python(banana.py)
+ vtk_add_test_python(depthSort.py)
+ vtk_add_test_python(earth.py)
+ vtk_add_test_python(imageToPolyData.py)
+ vtk_add_test_python(largeImageOffset.py)
+ vtk_add_test_python(largeImageParallel.py)
+ vtk_add_test_python(TestProcrustesRigidCentroid.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Modeling/Testing/Cxx/CMakeLists.txt
index 49fd9ff,17e4adb..2bcfaa3
--- a/VTK/Filters/Modeling/Testing/Cxx/CMakeLists.txt
+++ b/VTK/Filters/Modeling/Testing/Cxx/CMakeLists.txt
@@@ -1,38 -1,10 +1,47 @@@
++<<<<<<< HEAD
 +set(testswithdata)
 +if (VTK_DATA_ROOT)
 +  set(testswithdata
 +    TestQuadRotationalExtrusionMultiBlock.cxx
 +  )
 +endif()
 +
 +create_test_sourcelist(Tests ${vtk-module}CxxTests.cxx
++=======
+ vtk_add_test_cxx(
++>>>>>>> upstream/4.1.0
    TestButterflyScalars.cxx
    TestNamedColorsIntegration.cxx
    TestPolyDataPointSampler.cxx
    TestQuadRotationalExtrusion.cxx
 -  TestQuadRotationalExtrusionMultiBlock.cxx
    TestRotationalExtrusion.cxx
    TestSelectEnclosedPoints.cxx
++<<<<<<< HEAD
 +  ${testswithdata}
 +
 +  EXTRA_INCLUDE vtkTestDriver.h
 +)
 +
 +vtk_module_test_executable(${vtk-module}CxxTests ${Tests})
 +
 +set(TestsToRun ${Tests})
 +list(REMOVE_ITEM TestsToRun ${vtk-module}CxxTests.cxx)
 +
 +# Add all the executables
 +foreach(test ${TestsToRun})
 +  get_filename_component(TName ${test} NAME_WE)
 +  if(VTK_DATA_ROOT)
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName}
 +        -D ${VTK_DATA_ROOT}
 +        -T ${VTK_TEST_OUTPUT_DIR}
 +        -V Baseline/Graphics/${TName}.png)
 +  else()
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName})
 +  endif()
 +endforeach()
++=======
+   )
+ vtk_test_cxx_executable(${vtk-module}CxxTests)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Modeling/Testing/Python/CMakeLists.txt
index c77f2dd,ed4c51e..d47deed
--- a/VTK/Filters/Modeling/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Modeling/Testing/Python/CMakeLists.txt
@@@ -1,28 -1,25 +1,56 @@@
++<<<<<<< HEAD
 +add_test_python(Hyper.py Graphics)
 +add_test_python(HyperScalarBar.py Graphics)
 +add_test_python(KlineBottle.py Graphics)
 +add_test_python(TenEllip.py Graphics)
 +add_test_python(TestBandedContourFilter.py Graphics)
 +add_test_python(TestBoxFunction.py Graphics)
 +add_test_python(TestImageMarchingCubes.py Graphics)
 +add_test_python(TestRibbonAndTube.py Graphics)
 +add_test_python(TestRuledSurface.py Graphics)
 +add_test_python(TestRuledSurface2.py Graphics)
 +add_test_python(TestSpherePuzzle.py Graphics)
 +add_test_python(TestSpherePuzzleArrows.py Graphics)
 +add_test_python(camera.py Hybrid)
 +add_test_python(eleState.py Graphics)
 +add_test_python(extrudeCopyCD.py Graphics)
 +add_test_python(schwarz.py Graphics)
 +add_test_python(smoothCyl.py Graphics)
 +add_test_python(smoothCyl2.py Graphics)
 +add_test_python(subDivideTetra.py Graphics)
 +add_test_python(subdividePointData.py Graphics)
 +add_test_python(TestFillHolesFilter.py Graphics)
 +
 +if (VTK_DATA_ROOT)
 +  add_test_python1(TestNamedColorsIntegration.py Baseline/Graphics)
 +  add_test_python1(contour2DAll.py Baseline/Graphics)
 +  add_test_python1(contour3DAll.py Baseline/Graphics)
 +  add_test_python1(sync3dAll.py Baseline/Graphics)
 +endif ()
++=======
+ vtk_add_test_python(Hyper.py)
+ vtk_add_test_python(HyperScalarBar.py)
+ vtk_add_test_python(KlineBottle.py)
+ vtk_add_test_python(TenEllip.py)
+ vtk_add_test_python(TestBandedContourFilter.py)
+ vtk_add_test_python(TestBoxFunction.py)
+ vtk_add_test_python(TestImageMarchingCubes.py)
+ vtk_add_test_python(TestRibbonAndTube.py)
+ vtk_add_test_python(TestRuledSurface.py)
+ vtk_add_test_python(TestRuledSurface2.py)
+ vtk_add_test_python(TestSpherePuzzle.py)
+ vtk_add_test_python(TestSpherePuzzleArrows.py)
+ vtk_add_test_python(camera.py)
+ vtk_add_test_python(eleState.py)
+ vtk_add_test_python(extrudeCopyCD.py)
+ vtk_add_test_python(schwarz.py)
+ vtk_add_test_python(smoothCyl.py)
+ vtk_add_test_python(smoothCyl2.py)
+ vtk_add_test_python(subDivideTetra.py)
+ vtk_add_test_python(subdividePointData.py)
+ vtk_add_test_python(TestFillHolesFilter.py)
+ vtk_add_test_python(TestNamedColorsIntegration.py NO_RT)
+ vtk_add_test_python(contour2DAll.py NO_RT)
+ vtk_add_test_python(contour3DAll.py NO_RT)
+ vtk_add_test_python(sync3dAll.py NO_RT)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Programmable/Testing/Python/CMakeLists.txt
index c8fa657,07e0a8f..c0be10d
--- a/VTK/Filters/Programmable/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Programmable/Testing/Python/CMakeLists.txt
@@@ -1,5 -1,3 +1,11 @@@
++<<<<<<< HEAD
 +if (VTK_DATA_ROOT)
 +  add_test_python(MultidimensionalSolution.py Graphics)
 +endif()
 +add_test_python(progGlyphs.py Graphics)
 +add_test_python(progGlyphsBySource.py Graphics)
++=======
+ vtk_add_test_python(MultidimensionalSolution.py)
+ vtk_add_test_python(progGlyphs.py)
+ vtk_add_test_python(progGlyphsBySource.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Sources/Testing/Cxx/CMakeLists.txt
index f9306f7,6b38b2c..c8b7569
--- a/VTK/Filters/Sources/Testing/Cxx/CMakeLists.txt
+++ b/VTK/Filters/Sources/Testing/Cxx/CMakeLists.txt
@@@ -1,34 -1,26 +1,63 @@@
++<<<<<<< HEAD
 +set(testswithdata)
 +if (VTK_DATA_ROOT)
 +  set(testswithdata
 +    TestMultiBlock.cxx
 +  )
 +endif()
 +
 +create_test_sourcelist(Tests ${vtk-module}CxxTests.cxx
 +  TestLineSource.cxx
 +  TestTessellatedBoxSource.cxx
 +  ${testswithdata}
 +
 +  EXTRA_INCLUDE vtkTestDriver.h
 +)
 +
 +vtk_module_test_executable(${vtk-module}CxxTests ${Tests})
 +
 +set(TestsToRun ${Tests})
 +list(REMOVE_ITEM TestsToRun ${vtk-module}CxxTests.cxx)
 +
 +# Add all the executables
 +foreach(test ${TestsToRun})
 +  get_filename_component(TName ${test} NAME_WE)
 +  if(VTK_DATA_ROOT)
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName}
 +        -D ${VTK_DATA_ROOT}
 +        -T ${VTK_TEST_OUTPUT_DIR}
 +        -V Baseline/Graphics/${TName}.png)
 +  else()
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName})
 +  endif()
 +endforeach()
++=======
+ vtk_add_test_cxx(
+   TestArcSource.cxx,NO_VALID
+   TestConeSource.cxx,NO_VALID
+   TestCubeSource.cxx,NO_VALID
+   TestCylinderSource.cxx,NO_VALID
+   TestDiskSource.cxx,NO_VALID
+   TestEllipticalButtonSource.cxx,NO_VALID
+   TestFrustumSource.cxx,NO_VALID
+   TestGlyphSource2D.cxx,NO_VALID
+   TestLineSource.cxx,NO_VALID
+   TestMultiBlock.cxx
+   TestOutlineCornerSource.cxx,NO_VALID
+   TestOutlineSource.cxx,NO_VALID
+   TestParametricFunctionSource.cxx,NO_VALID
+   TestPlaneSource.cxx,NO_VALID
+   TestPlatonicSolidSource.cxx,NO_VALID
+   TestPointSource.cxx,NO_VALID
+   TestRectangularButtonSource.cxx,NO_VALID
+   TestRegularPolygonSource.cxx,NO_VALID
+   TestSphereSource.cxx,NO_VALID
+   TestSuperquadricSource.cxx,NO_VALID
+   TestTessellatedBoxSource.cxx,NO_VALID
+   TestTextSource.cxx,NO_VALID
+   TestTexturedSphereSource.cxx,NO_VALID
+   )
+ vtk_test_cxx_executable(${vtk-module}CxxTests)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Sources/Testing/Python/CMakeLists.txt
index ae8ee00,ef5feb9..2b873b4
--- a/VTK/Filters/Sources/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Sources/Testing/Python/CMakeLists.txt
@@@ -1,10 -1,7 +1,20 @@@
++<<<<<<< HEAD
 +add_test_python(Disk.py Graphics)
 +add_test_python(OSCone.py Graphics)
 +add_test_python(TestButtonSource.py Graphics)
 +add_test_python(TestRegularPolygonSource.py Graphics)
 +add_test_python(coneResolution.py Graphics)
 +add_test_python(glyph2D.py Graphics)
 +
 +if(VTK_DATA_ROOT)
 +  add_test_python1(TestPlatonicSolids.py Baseline/Graphics)
 +endif()
++=======
+ vtk_add_test_python(Disk.py)
+ vtk_add_test_python(OSCone.py)
+ vtk_add_test_python(TestButtonSource.py)
+ vtk_add_test_python(TestRegularPolygonSource.py)
+ vtk_add_test_python(coneResolution.py)
+ vtk_add_test_python(glyph2D.py)
+ vtk_add_test_python(TestPlatonicSolids.py NO_RT)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Filters/Texture/Testing/Python/CMakeLists.txt
index 8d64274,d34a43a..1f0b51b
--- a/VTK/Filters/Texture/Testing/Python/CMakeLists.txt
+++ b/VTK/Filters/Texture/Testing/Python/CMakeLists.txt
@@@ -1,8 -1,5 +1,16 @@@
++<<<<<<< HEAD
 +add_test_python(AutomaticPlaneGeneration.py Graphics)
 +add_test_python(cylMap.py Graphics)
 +add_test_python(socbal.py Graphics)
 +add_test_python(triangularTCoords.py Graphics)
 +
 +if (VTK_DATA_ROOT)
 +  add_test_python(textureThreshold.py Graphics)
 +endif()
++=======
+ vtk_add_test_python(AutomaticPlaneGeneration.py)
+ vtk_add_test_python(cylMap.py)
+ vtk_add_test_python(socbal.py)
+ vtk_add_test_python(textureThreshold.py)
+ vtk_add_test_python(triangularTCoords.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/IO/EnSight/Testing/Python/CMakeLists.txt
index 718fc33,a7e14ec..9cef513
--- a/VTK/IO/EnSight/Testing/Python/CMakeLists.txt
+++ b/VTK/IO/EnSight/Testing/Python/CMakeLists.txt
@@@ -1,24 -1,22 +1,49 @@@
++<<<<<<< HEAD
 +if (VTK_DATA_ROOT)
 +  add_test_python(EnSight6Elements.py Graphics)
 +  add_test_python(EnSight6OfficeBin.py Graphics)
 +  add_test_python(EnSightBlow1ASCII.py Graphics)
 +  add_test_python(EnSightBlow1Bin.py Graphics)
 +  add_test_python(EnSightBlow2ASCII.py Graphics)
 +  add_test_python(EnSightBlow2Bin.py Graphics)
 +  add_test_python(EnSightBlow3Bin.py Graphics)
 +  add_test_python(EnSightBlow4Bin.py Graphics)
 +  add_test_python(EnSightBlow5ASCII.py Graphics)
 +  add_test_python(EnSightCompound.py Graphics)
 +  add_test_python(EnSightGoldElements.py Graphics)
 +  add_test_python(EnSightIronProtASCII.py Graphics)
 +  add_test_python(EnSightIronProtBin.py Graphics)
 +  add_test_python(EnSightMandelbrot.py Graphics)
 +  add_test_python(EnSightNfacedASCII.py Graphics)
 +  add_test_python(EnSightNfacedBin.py Graphics)
 +  add_test_python(EnSightOfficeASCII.py Graphics)
 +  add_test_python(EnSightOfficeBin.py Graphics)
 +  add_test_python(EnSightRectGridASCII.py Graphics)
 +  add_test_python(EnSightRectGridBin.py Graphics)
 +  add_test_python(EnSightSelectArrays.py Graphics)
 +  add_test_python(nacaBinary.py Graphics)
 +endif()
++=======
+ vtk_add_test_python(EnSight6Elements.py)
+ vtk_add_test_python(EnSight6OfficeBin.py)
+ vtk_add_test_python(EnSightBlow1ASCII.py)
+ vtk_add_test_python(EnSightBlow1Bin.py)
+ vtk_add_test_python(EnSightBlow2ASCII.py)
+ vtk_add_test_python(EnSightBlow2Bin.py)
+ vtk_add_test_python(EnSightBlow3Bin.py)
+ vtk_add_test_python(EnSightBlow4Bin.py)
+ vtk_add_test_python(EnSightBlow5ASCII.py)
+ vtk_add_test_python(EnSightCompound.py)
+ vtk_add_test_python(EnSightGoldElements.py)
+ vtk_add_test_python(EnSightIronProtASCII.py)
+ vtk_add_test_python(EnSightIronProtBin.py)
+ vtk_add_test_python(EnSightMandelbrot.py)
+ vtk_add_test_python(EnSightNfacedASCII.py)
+ vtk_add_test_python(EnSightNfacedBin.py)
+ vtk_add_test_python(EnSightOfficeASCII.py)
+ vtk_add_test_python(EnSightOfficeBin.py)
+ vtk_add_test_python(EnSightRectGridASCII.py)
+ vtk_add_test_python(EnSightRectGridBin.py)
+ vtk_add_test_python(EnSightSelectArrays.py)
+ vtk_add_test_python(nacaBinary.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx
index 7f47d21,8ebe129..e9eb73d
--- a/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx
+++ b/VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx
@@@ -368,12 -372,12 +372,21 @@@ int vtkFFMPEGWriterInternal::Write(vtkI
      }
  #endif
  
++<<<<<<< HEAD
 +#if LIBAVFORMAT_VERSION_MAJOR >= 54
 +  AVPacket pkt = { 0 };
 +  int got_frame;
 +#endif
 +
 +  //run the encoder
++=======
+   //run the encoder
+   AVPacket pkt;
+   av_init_packet(&pkt);
+   pkt.data = NULL;
+   pkt.size = 0;
+ 
++>>>>>>> upstream/4.1.0
  #if LIBAVFORMAT_VERSION_MAJOR < 54
    int toAdd = avcodec_encode_video(cc,
                                     this->codecBuf,
@@@ -381,9 -385,6 +394,12 @@@
                                     this->yuvOutput);
    if (toAdd)
      {
++<<<<<<< HEAD
 +    AVPacket pkt;
 +    av_init_packet(&pkt);
 +
++=======
++>>>>>>> upstream/4.1.0
      //to do playback at actual recorded rate, this will need more work
      pkt.pts = cc->coded_frame->pts;
      //pkt.dts = ?; not dure what decompression time stamp should be
@@@ -410,6 -411,7 +426,10 @@@
      }
  
  #else
++<<<<<<< HEAD
++=======
+   int got_frame;
++>>>>>>> upstream/4.1.0
    int ret = avcodec_encode_video2(cc,
                                    &pkt,
                                    this->yuvOutput,
diff --cc VTK/IO/Geometry/Testing/Cxx/CMakeLists.txt
index 3bdda3c,10593e8..3977684
--- a/VTK/IO/Geometry/Testing/Cxx/CMakeLists.txt
+++ b/VTK/IO/Geometry/Testing/Cxx/CMakeLists.txt
@@@ -1,55 -1,53 +1,101 @@@
  # Tests with data
- if(VTK_DATA_ROOT)
-   set(NEEDS_DATA
+ ExternalData_Expand_Arguments(VTKData _
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/0/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/0.5/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/0.5/uniform/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/1/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/1/uniform/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/1.5/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/1.5/uniform/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/2/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/2/uniform/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/2.5/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/2.5/uniform/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/constant/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/constant/polyMesh/,REGEX:.*}"
+   "DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/system/,REGEX:.*}"
+   )
+ vtk_add_test_cxx(
+   TestOpenFOAMReader.cxx
    TestProStarReader.cxx
    TestTecplotReader.cxx
-   TestAMRReadWrite.cxx
+   TestAMRReadWrite.cxx,NO_VALID
    )
- endif()
  
++<<<<<<< HEAD
 +set(_known_little_endian FALSE)
 +if (DEFINED CMAKE_WORDS_BIGENDIAN)
 +  if (NOT CMAKE_WORDS_BIGENDIAN)
 +    set(_known_little_endian TRUE)
 +  endif()
 +endif()
 +if(VTK_LARGE_DATA_ROOT AND _known_little_endian)
 +  set( WINDBLADE_TEST
 +  TestWindBladeReader.cxx
 +  )
 +endif()
 +
 +create_test_sourcelist(Tests ${vtk-module}CxxTests.cxx
 +  ${NEEDS_DATA}
 +  ${WINDBLADE_TEST}
 +  TestSimplePointsReaderWriter.cxx
 +  EXTRA_INCLUDE vtkTestDriver.h
 +)
 +
 +vtk_module_test_executable(${vtk-module}CxxTests ${Tests})
 +
 +set(TestsToRun ${Tests})
 +list(REMOVE_ITEM TestsToRun ${vtk-module}CxxTests.cxx ${WINDBLADE_TEST})
 +
 +# Add all the executables
 +foreach(test ${TestsToRun})
 +  get_filename_component(TName ${test} NAME_WE)
 +  if(VTK_DATA_ROOT)
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName}
 +        -D ${VTK_DATA_ROOT}
 +        -T ${VTK_TEST_OUTPUT_DIR}
 +        -V Baseline/IO/${TName}.png)
 +  else()
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName})
 +  endif()
 +endforeach()
 +
 +if (WINDBLADE_TEST)
 +  add_test(NAME ${vtk-module}Cxx-TestWindBladeReader
 +    COMMAND ${vtk-module}CxxTests TestWindBladeReader
 +    -D ${VTK_LARGE_DATA_ROOT}
 +    -T ${VTK_TEST_OUTPUT_DIR}
 +    -V Baseline/Parallel/TestWindBladeReader.png)
++=======
+ vtk_add_test_cxx(NO_VALID
+   TestSimplePointsReaderWriter.cxx
+   )
+ 
+ set(_known_little_endian FALSE)
+ if (DEFINED CMAKE_WORDS_BIGENDIAN)
+   if (NOT CMAKE_WORDS_BIGENDIAN)
+     set(_known_little_endian TRUE)
+   endif()
  endif()
+ if(VTK_USE_LARGE_DATA AND _known_little_endian)
+   # Tell ExternalData to fetch test input at build time.
+   ExternalData_Expand_Arguments(VTKData _
+     "DATA{${VTK_TEST_INPUT_DIR}/WindBladeReader/,REGEX:.*}"
+     "DATA{${VTK_TEST_INPUT_DIR}/WindBladeReader/field/,REGEX:.*}"
+     "DATA{${VTK_TEST_INPUT_DIR}/WindBladeReader/turbine/,REGEX:.*}"
+     "DATA{${VTK_TEST_INPUT_DIR}/MFIXReader/,REGEX:.*}"
+     )
+ 
+   vtk_add_test_cxx(
+     TestWindBladeReader.cxx
+     )
+   vtk_add_test_cxx(NO_VALID
+     TestMFIXReader.cxx
+     )
++>>>>>>> upstream/4.1.0
+ endif()
+ 
+ vtk_test_cxx_executable(${vtk-module}CxxTests)
diff --cc VTK/IO/Geometry/Testing/Python/CMakeLists.txt
index 424b3b6,df342de..f0944b7
--- a/VTK/IO/Geometry/Testing/Python/CMakeLists.txt
+++ b/VTK/IO/Geometry/Testing/Python/CMakeLists.txt
@@@ -1,16 -1,14 +1,33 @@@
++<<<<<<< HEAD
 +if (VTK_DATA_ROOT)
 +  add_test_python(ParticleReader.py IO)
 +  add_test_python(Plot3D IO)
 +  add_test_python(Plot3DScalars.py IO)
 +  add_test_python(Plot3DVectors.py IO)
 +  add_test_python(TestAVSucdReader.py IO)
 +  add_test_python(TestGAMBITReader.py IO)
 +  # add_test_python(TestPolygonWriters.py IO) # needs vtkCGMWriter (not built)
 +  add_test_python(TestXYZMol.py IO)
 +  add_test_python(caffeine.py IO)
 +  add_test_python(motor.py Graphics)
 +  add_test_python(testHexaPenta.py Graphics)
 +  add_test_python(TestChacoReader.py IO)
 +  add_test_python(TestSimplePointsReader.py IO)
 +  add_test_python(TestPlot3DMeta.py IO)
 +endif ()
++=======
+ vtk_add_test_python(ParticleReader.py)
+ vtk_add_test_python(Plot3D NO_VALID)
+ vtk_add_test_python(Plot3DScalars.py)
+ vtk_add_test_python(Plot3DVectors.py)
+ vtk_add_test_python(TestAVSucdReader.py)
+ vtk_add_test_python(TestGAMBITReader.py)
+ # vtk_add_test_python(TestPolygonWriters.py) # needs vtkCGMWriter (not built)
+ vtk_add_test_python(TestXYZMol.py)
+ vtk_add_test_python(caffeine.py)
+ vtk_add_test_python(motor.py)
+ vtk_add_test_python(testHexaPenta.py)
+ vtk_add_test_python(TestChacoReader.py)
+ vtk_add_test_python(TestSimplePointsReader.py)
+ vtk_add_test_python(TestPlot3DMeta.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/IO/Image/Testing/Python/CMakeLists.txt
index 213c73d,85ff9f6..4771459
--- a/VTK/IO/Image/Testing/Python/CMakeLists.txt
+++ b/VTK/IO/Image/Testing/Python/CMakeLists.txt
@@@ -1,10 -1,8 +1,21 @@@
++<<<<<<< HEAD
 +if (VTK_DATA_ROOT)
 +  add_test_python(TestBMPReader.py IO)
 +  add_test_python(TestImageWriters.py IO)
 +  add_test_python(TestJPEGReader.py IO)
 +  add_test_python(TestMHD.py IO)
 +  add_test_python(TestTIFFReader.py IO)
 +  add_test_python(dem.py IO)
 +  add_test_python(TestMetaImage2D.py IO)
 +  add_test_python(TestSetFileNames.py IO)
 +endif()
++=======
+ vtk_add_test_python(TestBMPReader.py)
+ vtk_add_test_python(TestImageWriters.py)
+ vtk_add_test_python(TestJPEGReader.py)
+ vtk_add_test_python(TestMHD.py)
+ vtk_add_test_python(TestTIFFReader.py)
+ vtk_add_test_python(dem.py)
+ vtk_add_test_python(TestMetaImage2D.py)
+ vtk_add_test_python(TestSetFileNames.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/IO/NetCDF/Testing/Python/CMakeLists.txt
index ff151f6,5c50571..6a3a4de
--- a/VTK/IO/NetCDF/Testing/Python/CMakeLists.txt
+++ b/VTK/IO/NetCDF/Testing/Python/CMakeLists.txt
@@@ -1,7 -1,5 +1,15 @@@
++<<<<<<< HEAD
 +if (VTK_DATA_ROOT)
 +  add_test_python(NetCDFCF2DBounds.py IO)
 +  add_test_python(NetCDFCFSetOutputType.py IO)
 +  add_test_python(NetCDFCFSphericalCoords.py IO)
 +  add_test_python(NetCDFCFUnstructured.py IO)
 +  add_test_python(NetCDFReader.py IO)
 +endif()
++=======
+ vtk_add_test_python(NetCDFCF2DBounds.py)
+ vtk_add_test_python(NetCDFCFSetOutputType.py)
+ vtk_add_test_python(NetCDFCFSphericalCoords.py)
+ vtk_add_test_python(NetCDFCFUnstructured.py)
+ vtk_add_test_python(NetCDFReader.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/IO/PLY/Testing/Cxx/CMakeLists.txt
index 3185e9a,2a801e9..311bb11
--- a/VTK/IO/PLY/Testing/Cxx/CMakeLists.txt
+++ b/VTK/IO/PLY/Testing/Cxx/CMakeLists.txt
@@@ -1,31 -1,2 +1,36 @@@
++<<<<<<< HEAD
 +set(testswithdata)
 +if (VTK_DATA_ROOT)
 +  set(testswithdata
 +    TestPLYReader.cxx
 +  )
 +endif()
 +
 +create_test_sourcelist(Tests ${vtk-module}CxxTests.cxx
 +  ${testswithdata}
 +  EXTRA_INCLUDE vtkTestDriver.h
 +)
 +
 +vtk_module_test_executable(${vtk-module}CxxTests ${Tests})
 +
 +set(TestsToRun ${Tests})
 +list(REMOVE_ITEM TestsToRun ${vtk-module}CxxTests.cxx)
 +
 +# Add all the executables
 +foreach(test ${TestsToRun})
 +  get_filename_component(TName ${test} NAME_WE)
 +  if(VTK_DATA_ROOT)
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName}
 +        -D ${VTK_DATA_ROOT}
 +        -T ${VTK_TEST_OUTPUT_DIR}
 +        -V Baseline/IO/${TName}.png)
 +  else()
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName})
 +  endif()
 +endforeach()
++=======
+ vtk_add_test_cxx(TestPLYReader.cxx)
+ vtk_test_cxx_executable(${vtk-module}CxxTests)
++>>>>>>> upstream/4.1.0
diff --cc VTK/IO/XML/Testing/Python/CMakeLists.txt
index 3856ba8,cd37de9..7483173
--- a/VTK/IO/XML/Testing/Python/CMakeLists.txt
+++ b/VTK/IO/XML/Testing/Python/CMakeLists.txt
@@@ -1,8 -1,6 +1,17 @@@
++<<<<<<< HEAD
 +if (VTK_DATA_ROOT)
 +  add_test_python1(TestEmptyXML.py)
 +  add_test_python(TestXMLImageDataIO.py IO)
 +  add_test_python(TestXMLPolyDataIO.py IO)
 +  add_test_python(TestXMLRectilinearGridIO.py IO)
 +  add_test_python(TestXMLStructuredGridIO.py IO)
 +  add_test_python(TestXMLUnstructuredGridIO.py IO)
 +endif()
++=======
+ vtk_add_test_python(TestEmptyXML.py NO_DATA NO_VALID NO_RT)
+ vtk_add_test_python(TestXMLImageDataIO.py)
+ vtk_add_test_python(TestXMLPolyDataIO.py)
+ vtk_add_test_python(TestXMLRectilinearGridIO.py)
+ vtk_add_test_python(TestXMLStructuredGridIO.py)
+ vtk_add_test_python(TestXMLUnstructuredGridIO.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Imaging/Core/Testing/Python/CMakeLists.txt
index 4adaf4b,a03a337..f09a054
--- a/VTK/Imaging/Core/Testing/Python/CMakeLists.txt
+++ b/VTK/Imaging/Core/Testing/Python/CMakeLists.txt
@@@ -1,94 -1,91 +1,188 @@@
++<<<<<<< HEAD
 +add_test_python(ContinuousClose2D.py Imaging)
 +add_test_python(LaplacianEdgeEnhance.py Imaging)
 +add_test_python(MultipleUpdateExtents.py Imaging)
 +add_test_python(ResliceBSpline.py Imaging)
 +add_test_python(ResliceColorWrap.py Imaging)
 +add_test_python(ResliceInformationInput.py Imaging)
 +add_test_python(ResliceInterpolationModes.py Imaging)
 +add_test_python(ResliceInterpolationOblique.py Imaging)
 +add_test_python(ResliceLanczosKaiser.py Imaging)
 +add_test_python(ResliceMirrorOblique.py Imaging)
 +add_test_python(ResliceMirrorPad.py Imaging)
 +add_test_python(ResliceOptimizationOff.py Imaging)
 +add_test_python(ReslicePermutations.py Imaging)
 +add_test_python(ReslicePermuteResample.py Imaging)
 +add_test_python(ReslicePermuteSlab.py Imaging)
 +add_test_python(ResliceSlabModes.py Imaging)
 +add_test_python(ResliceToColors.py Imaging)
 +add_test_python(ResliceWrapOblique.py Imaging)
 +add_test_python(ResliceWrapPad.py Imaging)
 +add_test_python(Spectrum.py Imaging)
 +add_test_python(TestAccumulate.py Imaging)
 +add_test_python(TestAllFlips.py Imaging)
 +add_test_python(TestAnisotropicDiffusion2D.py Imaging)
 +add_test_python(TestAnisotropicDiffusion3D.py Imaging)
 +add_test_python(TestButterworthHighPass.py Imaging)
 +add_test_python(TestButterworthLowPass.py Imaging)
 +add_test_python(TestCache.py Imaging)
 +add_test_python(TestChangeInformation.py Imaging)
 +add_test_python(TestCheckerboard.py Imaging)
 +add_test_python(TestCityBlockDistance.py Imaging)
 +add_test_python(TestConvolve.py Imaging)
 +add_test_python(TestCorrelation.py Imaging)
 +add_test_python(TestDivergence.py Imaging)
 +add_test_python(TestDotProduct.py Imaging)
 +add_test_python(TestEuclideanDistance.py Imaging)
 +add_test_python(TestEuclideanDistanceCached.py Imaging)
 +add_test_python(TestEuclideanToPolar.py Imaging)
 +add_test_python(TestFFTCorrelation.py Imaging)
 +add_test_python(TestGradientMagnitude.py Imaging)
 +add_test_python(TestGradientMagnitude2.py Imaging)
 +add_test_python(TestHSIToRGB.py Imaging)
 +add_test_python(TestHSVToRGB.py Imaging)
 +add_test_python(TestHybridMedian2D.py Imaging)
 +add_test_python(TestIdealLowPass.py Imaging)
 +add_test_python(TestImageProjection.py Imaging)
 +add_test_python(TestIslandRemoval2D.py Imaging)
 +add_test_python(TestLassoStencil.py Imaging)
 +add_test_python(TestMapToRGBABlockStreaming.py Imaging)
 +add_test_python(TestMapToWindowLevelColors.py Imaging)
 +add_test_python(TestMapToWindowLevelColors2.py Imaging)
 +add_test_python(TestMask2.py Imaging)
 +add_test_python(TestMedian3D.py Imaging)
 +add_test_python(TestNormalize.py Imaging)
 +add_test_python(TestOpenClose3D.py Imaging)
 +add_test_python(TestPermute.py Imaging)
 +add_test_python(TestQuantizeTo16Colors.py Imaging)
 +add_test_python(TestROIStencil.py Imaging)
 +add_test_python(TestRange3D.py Imaging)
 +add_test_python(TestResample.py Imaging)
 +add_test_python(TestSeparableFilter.py Imaging)
 +add_test_python(TestShiftScale.py Imaging)
 +add_test_python(TestShiftScale2.py Imaging)
 +add_test_python(TestSimpleImageExample.py Imaging)
 +add_test_python(TestSkeleton2D.py Imaging)
 +add_test_python(TestSobel3D.py Imaging)
 +add_test_python(TestStencilToImage.py Imaging)
 +add_test_python(TestStencilWithFunction.py Imaging)
 +add_test_python(TestStencilWithImage.py Imaging)
 +add_test_python(TestVariance3D.py Imaging)
 +add_test_python(TestWrapPad.py Imaging)
 +add_test_python(resampledTexture.py Imaging)
 +add_test_python(voxelModel.py Imaging)
 +add_test_python(TestExtractVOI.py Parallel)
 +add_test_python(TestImageWeightedSum.py Imaging)
 +# add_test_python(WindowLevelInterface.py Imaging) # TCL test not being made as well !!!
 +
 +if (VTK_DATA_ROOT)
 +   add_test_python(IdealHighPass.py Imaging)
 +   add_test_python(TestImageCanvas.py Imaging)
 +   add_test_python(TestInPlaceFilter.py Imaging)
 +   add_test_python(TestSobel2D.py Imaging)
 +   add_test_python(TestBlendStencil.py Imaging)
 +   add_test_python1(imageMCAll Baseline/Graphics)
 +   add_test_python1(TestAllBlends Baseline/Imaging)
 +   add_test_python1(TestAllBlendsFloat Baseline/Imaging)
 +   add_test_python1(TestAllLogic Baseline/Imaging)
 +   add_test_python1(TestAllMaskBits Baseline/Imaging)
 +   add_test_python1(TestAllMathematics Baseline/Imaging)
 +   add_test_python1(TestAllShrinks Baseline/Imaging)
 +   add_test_python1(TestImageThresholdConnectivity Baseline/Imaging)
 +   add_test_python1(TestThreshold Baseline/Imaging)
 +   add_test_python1(TestWipe Baseline/Imaging)
 +   add_test_python1(reconstructSurface Baseline/Imaging)
 +endif()
++=======
+ vtk_add_test_python(ContinuousClose2D.py)
+ vtk_add_test_python(IdealHighPass.py)
+ vtk_add_test_python(LaplacianEdgeEnhance.py)
+ vtk_add_test_python(MultipleUpdateExtents.py)
+ vtk_add_test_python(ResliceBSpline.py)
+ vtk_add_test_python(ResliceColorWrap.py)
+ vtk_add_test_python(ResliceInformationInput.py)
+ vtk_add_test_python(ResliceInterpolationModes.py)
+ vtk_add_test_python(ResliceInterpolationOblique.py)
+ vtk_add_test_python(ResliceLanczosKaiser.py)
+ vtk_add_test_python(ResliceMirrorOblique.py)
+ vtk_add_test_python(ResliceMirrorPad.py)
+ vtk_add_test_python(ResliceOptimizationOff.py)
+ vtk_add_test_python(ReslicePermutations.py)
+ vtk_add_test_python(ReslicePermuteResample.py)
+ vtk_add_test_python(ReslicePermuteSlab.py)
+ vtk_add_test_python(ResliceSlabModes.py)
+ vtk_add_test_python(ResliceToColors.py)
+ vtk_add_test_python(ResliceWrapOblique.py)
+ vtk_add_test_python(ResliceWrapPad.py)
+ vtk_add_test_python(Spectrum.py)
+ vtk_add_test_python(TestAccumulate.py)
+ vtk_add_test_python(TestAllFlips.py)
+ vtk_add_test_python(TestAnisotropicDiffusion2D.py)
+ vtk_add_test_python(TestAnisotropicDiffusion3D.py)
+ vtk_add_test_python(TestButterworthHighPass.py)
+ vtk_add_test_python(TestButterworthLowPass.py)
+ vtk_add_test_python(TestCache.py)
+ vtk_add_test_python(TestChangeInformation.py)
+ vtk_add_test_python(TestCheckerboard.py)
+ vtk_add_test_python(TestCityBlockDistance.py)
+ vtk_add_test_python(TestConvolve.py)
+ vtk_add_test_python(TestCorrelation.py)
+ vtk_add_test_python(TestDivergence.py)
+ vtk_add_test_python(TestDotProduct.py)
+ vtk_add_test_python(TestEuclideanDistance.py)
+ vtk_add_test_python(TestEuclideanDistanceCached.py)
+ vtk_add_test_python(TestEuclideanToPolar.py)
+ vtk_add_test_python(TestFFTCorrelation.py)
+ vtk_add_test_python(TestGradientMagnitude.py)
+ vtk_add_test_python(TestGradientMagnitude2.py)
+ vtk_add_test_python(TestHSIToRGB.py)
+ vtk_add_test_python(TestHSVToRGB.py)
+ vtk_add_test_python(TestHybridMedian2D.py)
+ vtk_add_test_python(TestIdealLowPass.py)
+ vtk_add_test_python(TestImageCanvas.py)
+ vtk_add_test_python(TestImageProjection.py)
+ vtk_add_test_python(TestInPlaceFilter.py)
+ vtk_add_test_python(TestIslandRemoval2D.py)
+ vtk_add_test_python(TestLassoStencil.py)
+ vtk_add_test_python(TestMapToRGBABlockStreaming.py)
+ vtk_add_test_python(TestMapToWindowLevelColors.py)
+ vtk_add_test_python(TestMapToWindowLevelColors2.py)
+ vtk_add_test_python(TestMask2.py)
+ vtk_add_test_python(TestMedian3D.py)
+ vtk_add_test_python(TestNormalize.py)
+ vtk_add_test_python(TestOpenClose3D.py)
+ vtk_add_test_python(TestPermute.py)
+ vtk_add_test_python(TestQuantizeTo16Colors.py)
+ vtk_add_test_python(TestROIStencil.py)
+ vtk_add_test_python(TestRange3D.py)
+ vtk_add_test_python(TestResample.py)
+ vtk_add_test_python(TestSeparableFilter.py)
+ vtk_add_test_python(TestShiftScale.py)
+ vtk_add_test_python(TestShiftScale2.py)
+ vtk_add_test_python(TestSimpleImageExample.py)
+ vtk_add_test_python(TestSkeleton2D.py)
+ vtk_add_test_python(TestSobel2D.py)
+ vtk_add_test_python(TestSobel3D.py)
+ vtk_add_test_python(TestStencilToImage.py)
+ vtk_add_test_python(TestStencilWithFunction.py)
+ vtk_add_test_python(TestStencilWithImage.py)
+ vtk_add_test_python(TestVariance3D.py)
+ vtk_add_test_python(TestWrapPad.py)
+ vtk_add_test_python(resampledTexture.py)
+ vtk_add_test_python(voxelModel.py)
+ vtk_add_test_python(TestBlendStencil.py)
+ vtk_add_test_python(TestExtractVOI.py)
+ vtk_add_test_python(TestImageWeightedSum.py)
+ # vtk_add_test_python(WindowLevelInterface.py) # TCL test not being made as well !!!
+ vtk_add_test_python(imageMCAll NO_RT)
+ vtk_add_test_python(TestAllBlends NO_RT)
+ vtk_add_test_python(TestAllBlendsFloat NO_RT)
+ vtk_add_test_python(TestAllLogic NO_RT)
+ vtk_add_test_python(TestAllMaskBits NO_RT)
+ vtk_add_test_python(TestAllMathematics NO_RT)
+ vtk_add_test_python(TestAllShrinks NO_RT)
+ vtk_add_test_python(TestImageThresholdConnectivity NO_RT)
+ vtk_add_test_python(TestThreshold NO_RT)
+ vtk_add_test_python(TestWipe NO_RT)
+ vtk_add_test_python(reconstructSurface NO_RT)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Imaging/Hybrid/Testing/Python/CMakeLists.txt
index 97d2309,1a9db21..5c08556
--- a/VTK/Imaging/Hybrid/Testing/Python/CMakeLists.txt
+++ b/VTK/Imaging/Hybrid/Testing/Python/CMakeLists.txt
@@@ -1,7 -1,4 +1,14 @@@
++<<<<<<< HEAD
 +add_test_python(iceCream.py Graphics)
 +add_test_python(shepards.py Graphics)
 +add_test_python(triangularTexture.py Graphics)
 +
 +if (VTK_DATA_ROOT)
 +  add_test_python(genHead.py Graphics)
 +endif()
++=======
+ vtk_add_test_python(genHead.py)
+ vtk_add_test_python(iceCream.py)
+ vtk_add_test_python(shepards.py)
+ vtk_add_test_python(triangularTexture.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Interaction/Style/Testing/Python/CMakeLists.txt
index e59bbf3,6f7d0bf..83540ef
--- a/VTK/Interaction/Style/Testing/Python/CMakeLists.txt
+++ b/VTK/Interaction/Style/Testing/Python/CMakeLists.txt
@@@ -1,14 -1,11 +1,26 @@@
  if(NOT VTK_OPENGL_HAS_OSMESA)
++<<<<<<< HEAD
 +  add_test_python(TestFlyTo.py Rendering)
 +
 +  if (VTK_DATA_ROOT)
 +    add_test_python(TestStyleRubberBandZoom.py Rendering)
 +    add_test_python(TestInteractorStyleTerrain.py Rendering)
 +    add_test_python1(TestStyleBaseSpike.py Baseline/Rendering)
 +    add_test_python1(TestStyleJoystickActor.py Baseline/Rendering)
 +    add_test_python1(TestStyleJoystickCamera.py Baseline/Rendering)
 +    add_test_python1(TestStyleTerrain.py Baseline/Rendering)
 +    add_test_python1(TestStyleTrackballActor.py Baseline/Rendering)
 +    add_test_python1(TestStyleTrackballCamera.py Baseline/Rendering)
 +  endif()
++=======
+   vtk_add_test_python(TestFlyTo.py)
+   vtk_add_test_python(TestStyleRubberBandZoom.py)
+   vtk_add_test_python(TestInteractorStyleTerrain.py)
+   vtk_add_test_python(TestStyleBaseSpike.py NO_RT)
+   vtk_add_test_python(TestStyleJoystickActor.py NO_RT)
+   vtk_add_test_python(TestStyleJoystickCamera.py NO_RT)
+   vtk_add_test_python(TestStyleTerrain.py NO_RT)
+   vtk_add_test_python(TestStyleTrackballActor.py NO_RT)
+   vtk_add_test_python(TestStyleTrackballCamera.py NO_RT)
++>>>>>>> upstream/4.1.0
  endif()
diff --cc VTK/Interaction/Widgets/Testing/Cxx/CMakeLists.txt
index 8798fdb,7bb7942..4251c87
--- a/VTK/Interaction/Widgets/Testing/Cxx/CMakeLists.txt
+++ b/VTK/Interaction/Widgets/Testing/Cxx/CMakeLists.txt
@@@ -70,71 -74,32 +73,53 @@@ vtk_add_test_cxx(NO_VALI
    vtkSplineWidget2Test1.cxx
    vtkTextRepresentationTest1.cxx
    vtkTextWidgetTest1.cxx
- )
+   )
  
  # Tests with data
++<<<<<<< HEAD
 +if(VTK_DATA_ROOT)
 +  set(MyTests
 +    ${MyTests}
 +    TestDijkstraGraphGeodesicPath.cxx
 +    TestLineWidget.cxx
 +    TestLineWidget2.cxx
 +    TestPlaneWidget.cxx
 +    TestPointWidget.cxx
 +    TestPolyPlane.cxx
 +    TestPolygonalHandleRepresentations.cxx
 +    TestPolygonalRepresentationHandleWidget.cxx
 +    TestPolygonalSurfaceConstrainedDistanceWidget.cxx
 +    TestScalarBarWidget.cxx
 +    TestSphereHandleWidget.cxx
 +    TestSurfaceConstrainedHandleWidget.cxx
 +    TestTensorProbeWidget.cxx
 +    )
 +endif()
++=======
+ vtk_add_test_cxx(
+   TestDijkstraGraphGeodesicPath.cxx
+   TestLineWidget.cxx
+   TestLineWidget2.cxx
+   TestPlaneWidget.cxx
+   TestPointWidget.cxx
+   TestPolyPlane.cxx,NO_VALID
+   TestPolygonalHandleRepresentations.cxx
+   TestPolygonalRepresentationHandleWidget.cxx
+   TestPolygonalSurfaceConstrainedDistanceWidget.cxx
+   TestSphereHandleWidget.cxx
+   TestSurfaceConstrainedHandleWidget.cxx
+   TestTensorProbeWidget.cxx
+   )
++>>>>>>> upstream/4.1.0
  
  if(NOT VTK_OPENGL_HAS_OSMESA)
-   set(MyTests
-     ${MyTests} TestPickingManagerWidgets.cxx)
+   vtk_add_test_cxx(TestPickingManagerWidgets.cxx)
  endif()
  
+ vtk_test_cxx_executable(${vtk-module}CxxTests RENDERING_FACTORY)
  
- # Use the testing object factory, to reduce boilerplate code in tests.
- include(vtkTestingObjectFactory)
- 
- vtk_module_test_executable(${vtk-module}CxxTests ${Tests})
- 
- set(TestsToRun ${Tests})
- list(REMOVE_ITEM TestsToRun CxxTests.cxx)
- list(REMOVE_ITEM TestsToRun TerrainPolylineEditor.cxx)
- 
- if(VTK_DATA_ROOT)
-   add_test(NAME ${vtk-module}Cxx-TerrainPolylineEditor
-     COMMAND ${vtk-module}CxxTests TerrainPolylineEditor
-       -ProjectionMode 2
-       -HeightOffset 100
-       -D ${VTK_DATA_ROOT}
-       -T ${VTK_TEST_OUTPUT_DIR}
-       -V Baseline/Widgets/TerrainPolylineEditor.png)
- endif()
- 
- # Add all the executables
- foreach(test ${TestsToRun})
-   get_filename_component(TName ${test} NAME_WE)
-   if(VTK_DATA_ROOT)
-     add_test(NAME ${vtk-module}Cxx-${TName}
-       COMMAND ${vtk-module}CxxTests ${TName}
-         -D ${VTK_DATA_ROOT}
-         -T ${VTK_TEST_OUTPUT_DIR}
-         -V Baseline/Widgets/${TName}.png)
-   else()
-     add_test(NAME ${vtk-module}Cxx-${TName} COMMAND ${vtk-module}CxxTests ${TName})
-   endif()
- endforeach()
- 
- if (VTK_DATA_ROOT)
-   set_tests_properties(${vtk-module}Cxx-TerrainPolylineEditor
-     PROPERTIES TIMEOUT 90)
- endif()
+ set_tests_properties(${vtk-module}Cxx-TerrainPolylineEditor
+   PROPERTIES TIMEOUT 90)
  
  if(NOT VTK_OPENGL_HAS_OSMESA)
    set_tests_properties(${vtk-module}Cxx-TestPickingManagerSeedWidget
diff --cc VTK/Interaction/Widgets/Testing/Python/CMakeLists.txt
index d83762f,65ca0e8..e3bf22e
--- a/VTK/Interaction/Widgets/Testing/Python/CMakeLists.txt
+++ b/VTK/Interaction/Widgets/Testing/Python/CMakeLists.txt
@@@ -1,9 -1,7 +1,17 @@@
  if(NOT VTK_OPENGL_HAS_OSMESA)
++<<<<<<< HEAD
 +  add_test_python(TestImagePlaneWidget.py Widgets)
 +  if (VTK_DATA_ROOT)
 +    add_test_python1(TestBoxWidget.py Baseline/Widgets)
 +    add_test_python1(TestInteractorEventRecorder.py Baseline/Widgets)
 +    add_test_python1(TestSphereWidget.py Baseline/Widgets)
 +    add_test_python1(TestTextWidget.py Baseline/Widgets)
 +  endif()
++=======
+   vtk_add_test_python(TestImagePlaneWidget.py)
+   vtk_add_test_python(TestBoxWidget.py NO_RT)
+   vtk_add_test_python(TestInteractorEventRecorder.py NO_RT)
+   vtk_add_test_python(TestSphereWidget.py NO_RT)
+   vtk_add_test_python(TestTextWidget.py NO_RT)
++>>>>>>> upstream/4.1.0
  endif()
diff --cc VTK/Parallel/Core/Testing/Python/CMakeLists.txt
index 8944595,3439273..fc50e25
--- a/VTK/Parallel/Core/Testing/Python/CMakeLists.txt
+++ b/VTK/Parallel/Core/Testing/Python/CMakeLists.txt
@@@ -1,4 -1,2 +1,9 @@@
++<<<<<<< HEAD
 +add_test_python(TestPolyDataPieces.py Parallel)
 +if (VTK_DATA_ROOT)
 +  add_test_python(TestUnstructuredPieces.py Parallel)
 +endif()
++=======
+ vtk_add_test_python(TestPolyDataPieces.py)
+ vtk_add_test_python(TestUnstructuredPieces.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Rendering/Annotation/Testing/Python/CMakeLists.txt
index 9ca1798,ba2e8b9..3cc2e85
--- a/VTK/Rendering/Annotation/Testing/Python/CMakeLists.txt
+++ b/VTK/Rendering/Annotation/Testing/Python/CMakeLists.txt
@@@ -1,12 -1,9 +1,24 @@@
++<<<<<<< HEAD
 +add_test_python(TestCaptionActor.py Hybrid)
 +add_test_python(bore.py Hybrid)
 +add_test_python(cubeAxes.py Hybrid)
 +add_test_python(cubeAxes2.py Hybrid)
 +add_test_python(cubeAxes3.py Hybrid)
 +
 +if (VTK_DATA_ROOT)
 +  add_test_python(xyPlot.py Hybrid)
 +  add_test_python(xyPlot2.py Hybrid)
 +  add_test_python(xyPlot3.py Hybrid)
 +  add_test_python(xyPlot4.py Hybrid)
 +endif()
++=======
+ vtk_add_test_python(TestCaptionActor.py)
+ vtk_add_test_python(bore.py)
+ vtk_add_test_python(cubeAxes.py)
+ vtk_add_test_python(xyPlot.py)
+ vtk_add_test_python(xyPlot2.py)
+ vtk_add_test_python(xyPlot3.py)
+ vtk_add_test_python(xyPlot4.py)
+ vtk_add_test_python(cubeAxes2.py)
+ vtk_add_test_python(cubeAxes3.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Rendering/Core/Testing/Python/CMakeLists.txt
index 4d38d8b,3cc7901..86dcd06
--- a/VTK/Rendering/Core/Testing/Python/CMakeLists.txt
+++ b/VTK/Rendering/Core/Testing/Python/CMakeLists.txt
@@@ -1,48 -1,42 +1,89 @@@
++<<<<<<< HEAD
 +add_test_python(CamBlur.py Rendering)
 +add_test_python(ImageActorStressed.py Rendering)
 +add_test_python(NoLightGeneration.py Graphics)
 +add_test_python(PolyDataMapperAllPolygons.py Graphics)
 +add_test_python(PolyDataMapperAllWireframe.py Graphics)
 +add_test_python(ScalarBar.py Rendering)
 +add_test_python(TestCameraInterpolator.py Graphics)
 +add_test_python(TestMapperLUT.py)
 +add_test_python(TestOnePoint.py Rendering)
 +# add_test_python(TestParallelCoordinates.py Rendering) # disabled in TCL too
 +add_test_python(TestRotate.py Graphics)
 +add_test_python(TestTransformInterpolator.py Graphics)
 +add_test_python(TestTriangleStripCellColor.py Rendering)
 +add_test_python(TransformConcatenation.py Graphics)
 +add_test_python(TransformCoverage.py Graphics)
 +add_test_python(TransformImageData.py Graphics)
 +add_test_python(TransformPolyData.py Graphics)
 +add_test_python(assembly.py Rendering)
 +add_test_python(cameraWarpedCone.py Graphics)
 +add_test_python(cowHair.py Graphics)
 +add_test_python(cowHair2.py Graphics)
 +add_test_python(pickCells.py Rendering)
 +add_test_python(propAssembly.py Rendering)
 +add_test_python(rotations.py Rendering)
 +add_test_python(stereoDresdenMace.py Graphics)
 +add_test_python(PickerWithLocator.py Rendering)
 +add_test_python(SurfacePickerWithTexture.py Rendering)
 +add_test_python(TestGenericVertexAttributesGLSL.py Rendering)
 +add_test_python(TestLeaderActor2D.py Rendering)
 +add_test_python(TestOpacity2.py Rendering)
 +add_test_python(TestTransformCoordinateSystems.py Graphics)
 +add_test_python(TestWindowToImageTransparency.py Rendering)
 +add_test_python(TexturedSphere.py Rendering)
 +
 +if(VTK_USE_CG_SHADERS)
 +  add_test_python(TestGenericVertexAttributesCg.py Rendering)
 +  add_test_python(TestCgShader.py Rendering)
 +endif()
++=======
+ vtk_add_test_python(CamBlur.py)
+ vtk_add_test_python(ImageActor.py)
+ vtk_add_test_python(ImageActorStressed.py)
+ vtk_add_test_python(NoLightGeneration.py)
+ vtk_add_test_python(PolyDataMapperAllPolygons.py)
+ vtk_add_test_python(PolyDataMapperAllWireframe.py)
+ vtk_add_test_python(ScalarBar.py)
+ vtk_add_test_python(TestCameraInterpolator.py)
+ vtk_add_test_python(TestMapperLUT.py NO_DATA NO_VALID)
+ vtk_add_test_python(TestOnePoint.py)
+ # vtk_add_test_python(TestParallelCoordinates.py) # disabled in TCL too
+ vtk_add_test_python(TestRotate.py)
+ vtk_add_test_python(TestTransformInterpolator.py)
+ vtk_add_test_python(TestTriangleStripCellColor.py)
+ vtk_add_test_python(TransformConcatenation.py)
+ vtk_add_test_python(TransformCoverage.py)
+ vtk_add_test_python(TransformImageData.py)
+ vtk_add_test_python(TransformPolyData.py)
+ vtk_add_test_python(assembly.py)
+ vtk_add_test_python(cameraWarpedCone.py)
+ vtk_add_test_python(cowHair.py)
+ vtk_add_test_python(cowHair2.py)
+ vtk_add_test_python(pickCells.py)
+ vtk_add_test_python(propAssembly.py)
+ vtk_add_test_python(rendererSource.py)
+ vtk_add_test_python(rotations.py)
+ vtk_add_test_python(stereoDresdenMace.py)
+ vtk_add_test_python(PickerWithLocator.py)
+ vtk_add_test_python(SurfacePickerWithTexture.py)
+ # XML shader code removed, test needs rewriting for new API
+ #vtk_add_test_python(TestGenericVertexAttributesGLSL.py)
+ vtk_add_test_python(TestLeaderActor2D.py)
+ vtk_add_test_python(TestOpacity2.py)
+ vtk_add_test_python(TestOpacityVectors.py)
+ vtk_add_test_python(TestTransformCoordinateSystems.py)
+ vtk_add_test_python(TestWindowToImageTransparency.py)
+ vtk_add_test_python(TexturedSphere.py)
+ vtk_add_test_python(cells.py NO_RT)
++>>>>>>> upstream/4.1.0
  
  if(VTK_USE_GLSL_SHADERS)
-   add_test_python(TestGLSLShader.py Rendering)
+   vtk_add_test_python(TestGLSLShader.py)
  endif()
 +
 +if (VTK_DATA_ROOT)
 +  add_test_python(ImageActor.py Rendering)
 +  add_test_python(rendererSource.py Rendering)
 +  add_test_python1(cells.py Baseline/Rendering)
 +endif()
diff --cc VTK/Rendering/OpenGL/Testing/Cxx/CMakeLists.txt
index 8aa951e,09680f5..d658433
--- a/VTK/Rendering/OpenGL/Testing/Cxx/CMakeLists.txt
+++ b/VTK/Rendering/OpenGL/Testing/Cxx/CMakeLists.txt
@@@ -23,19 -23,32 +23,25 @@@ vtk_add_test_cxx
    TestGlyph3DMapperMasking.cxx
    TestGlyph3DMapperOrientationArray.cxx
    TestGlyph3DMapperPicking.cxx
-   TestGPUInfo.cxx
+   TestGPUInfo.cxx,NO_VALID
    TestGradientBackground.cxx
    TestHomogeneousTransformOfActor.cxx
 -  TestImageResliceMapperAlpha.cxx
 -  TestImageResliceMapperBackground.cxx
 -  TestImageResliceMapperInterpolation.cxx
 -  TestImageResliceMapperOffAxis.cxx
 -  TestImageResliceMapperOrient3D.cxx
 -  TestImageResliceMapperSlab.cxx
 -  TestImageSliceMapperAlpha.cxx
 -  TestImageSliceMapperBackground.cxx
 -  TestImageSliceMapperOrient2D.cxx
 -  TestImageSliceMapperOrient3D.cxx
 -  TestImageSliceMapperInterpolation.cxx
    TestImageStack.cxx
-   TestInteractorStyleImageProperty.cxx
-   TestInteractorTimers.cxx
+   TestInteractorStyleImageProperty.cxx,NO_VALID
+   TestInteractorTimers.cxx,NO_VALID
    TestLabelPlacer.cxx
    TestLabelPlacer2D.cxx
    TestLabelPlacerCoincidentPoints.cxx
    TestLabelPlacementMapper2D.cxx
    TestLabelPlacementMapperCoincidentPoints.cxx
    TestLightActor.cxx
++<<<<<<< HEAD
 +  TestManyActors.cxx
++=======
+   TestLODActor.cxx,NO_VALID
+   TestManyActors.cxx,NO_VALID
+   TestMonitors.cxx,NO_VALID
++>>>>>>> upstream/4.1.0
    TestOffAxisStereo.cxx
    TestOrderedTriangulator.cxx
    TestOpacity.cxx
@@@ -77,55 -85,33 +78,79 @@@ endif(
  
  include_directories(${OPENGL_INCLUDE_DIR})
  
++<<<<<<< HEAD
 +if(VTK_DATA_ROOT)
 +  set(RenderingTestsWithArguments
 +    ${RenderingTestsWithArguments}
 +    TestAreaSelections.cxx
 +    TestGlyph3DMapperArrow.cxx
 +    TestLODActor.cxx
 +    TestMultiblockDisplayProperties.cxx
 +    TestMultiTexturing.cxx
 +    TestMultiTexturingTransform.cxx
 +    TestImageResliceMapperAlpha.cxx
 +    TestImageResliceMapperBackground.cxx
 +    TestImageResliceMapperBorder.cxx
 +    TestImageResliceMapperInterpolation.cxx
 +    TestImageResliceMapperOffAxis.cxx
 +    TestImageResliceMapperOrient3D.cxx
 +    TestImageResliceMapperSlab.cxx
 +    TestImageSliceMapperAlpha.cxx
 +    TestImageSliceMapperBackground.cxx
 +    TestImageSliceMapperBorder.cxx
 +    TestImageSliceMapperOrient2D.cxx
 +    TestImageSliceMapperOrient3D.cxx
 +    TestImageSliceMapperInterpolation.cxx
 +    TestScalarBar.cxx
 +    TestScenePicker.cxx
 +    TestTextureRGBA.cxx
 +    TestTextureRGBADepthPeeling.cxx
 +    TestTranslucentImageActorAlphaBlending.cxx
 +    TestTranslucentImageActorDepthPeeling.cxx
 +    TestTStripsColorsTCoords.cxx
 +    TestTStripsNormalsColorsTCoords.cxx
 +    TestTStripsNormalsTCoords.cxx
 +    TestTStripsTCoords.cxx
 +    )
 +endif()
 +
 +if(VTK_USE_DISPLAY AND VTK_DATA_ROOT)
 +  set(RenderingTestsWithArguments
 +    ${RenderingTestsWithArguments}
 +    RenderNonFinite.cxx
 +    SurfacePlusEdges.cxx
 +    TestLabelPlacementMapper.cxx
 +    )
 +endif()
++=======
+ vtk_add_test_cxx(
+   TestAreaSelections.cxx
+   TestGlyph3DMapperArrow.cxx
+   TestMultiblockDisplayProperties.cxx
+   TestMultiTexturing.cxx
+   TestMultiTexturingTransform.cxx
+   TestImageSliceMapperBorder.cxx
+   TestImageResliceMapperBorder.cxx
+   TestScalarBar.cxx
+   TestScenePicker.cxx,NO_VALID
+   TestTextureRGBA.cxx
+   TestTextureRGBADepthPeeling.cxx
+   TestTranslucentImageActorAlphaBlending.cxx
+   TestTranslucentImageActorDepthPeeling.cxx
+   TestTStripsColorsTCoords.cxx
+   TestTStripsNormalsColorsTCoords.cxx
+   TestTStripsNormalsTCoords.cxx
+   TestTStripsTCoords.cxx
+   RenderNonFinite.cxx
+   SurfacePlusEdges.cxx
+   TestLabelPlacementMapper.cxx
+   )
++>>>>>>> upstream/4.1.0
  
- set(VTK_USE_GLSL_SHADERS TRUE)
+ set(VTK_USE_GLSL_SHADERS FALSE)
  if(VTK_USE_GLSL_SHADERS)
    # Tests testing GLSL Shaders.
-   set(RenderingTestsWithArguments
-     ${RenderingTestsWithArguments}
+   vtk_add_test_cxx(
      TestGenericVertexAttributesGLSLCxx.cxx
      TestGenericVertexAttributesGLSLAlphaBlending.cxx
      TestGenericVertexAttributesGLSLDepthPeelingPass.cxx
diff --cc VTK/Rendering/OpenGL/Testing/Python/CMakeLists.txt
index ee8a9e5,edf0141..132e9b4
--- a/VTK/Rendering/OpenGL/Testing/Python/CMakeLists.txt
+++ b/VTK/Rendering/OpenGL/Testing/Python/CMakeLists.txt
@@@ -1,6 -1,3 +1,12 @@@
++<<<<<<< HEAD
 +add_test_python(TestFreetypeTextOverlay.py Rendering)
 +add_test_python(TestFreetypeTextMapperBigger.py Rendering)
 +
 +if (VTK_DATA_ROOT)
 +  add_test_python1(TestFreetypeTextMapper.py Baseline/Rendering)
 +endif()
++=======
+ vtk_add_test_python(TestFreetypeTextOverlay.py)
+ vtk_add_test_python(TestFreetypeTextMapper.py NO_RT)
+ vtk_add_test_python(TestFreetypeTextMapperBigger.py)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Rendering/Volume/Testing/Cxx/CMakeLists.txt
index 6c98961,7902a32..ea50403
--- a/VTK/Rendering/Volume/Testing/Cxx/CMakeLists.txt
+++ b/VTK/Rendering/Volume/Testing/Cxx/CMakeLists.txt
@@@ -4,71 -4,47 +4,103 @@@ vtk_add_test_cxx
    PartialPreIntegration.cxx
    PreIntegrationIncremental.cxx
    PreIntegrationNonIncremental.cxx
 -  TestFixedPointRayCastLightComponents.cxx
 -  TestGPURayCastAdditive.cxx
    TestGPURayCastCompositeBinaryMask.cxx
 -  TestGPURayCastCompositeMask.cxx
 -  TestGPURayCastCompositeMaskBlend.cxx
 -  TestGPURayCastCompositeShadeMask.cxx
 -  TestGPURayCastCompositeToMIP.cxx
 -  TestGPURayCastCropping.cxx
 -  TestGPURayCastDataTypesMIP.cxx
 -  TestGPURayCastFourComponentsComposite.cxx
 -  TestGPURayCastFourComponentsCompositeStreaming.cxx
 -  TestGPURayCastFourComponentsMIP.cxx
 -  TestGPURayCastFourComponentsMinIP.cxx
    TestGPURayCastMIPBinaryMask.cxx
++<<<<<<< HEAD
 +)
 +
 +# Tests with data
 +if(VTK_DATA_ROOT)
 +  set(MyTests
 +    ${MyTests}
 +    ProjectedTetrahedraZoomIn.cxx
 +    TestFinalColorWindowLevel.cxx
 +    TestGPURayCastAdditive.cxx
 +    TestGPURayCastCompositeMask.cxx
 +    TestGPURayCastCompositeMaskBlend.cxx
 +    TestGPURayCastCompositeShadeMask.cxx
 +    TestGPURayCastCompositeToMIP.cxx
 +    TestGPURayCastCropping.cxx
 +    TestGPURayCastDataTypesMIP.cxx
 +    TestGPURayCastDataTypesMinIP.cxx
 +    TestGPURayCastFourComponentsComposite.cxx
 +    TestGPURayCastFourComponentsCompositeStreaming.cxx
 +    TestGPURayCastFourComponentsMIP.cxx
 +    TestGPURayCastFourComponentsMinIP.cxx
 +    TestGPURayCastMIPToComposite.cxx
 +    TestGPURayCastNearestDataTypesMIP.cxx
 +    TestGPURayCastPerspectiveParallel.cxx
 +    TestHAVSVolumeMapper.cxx
 +    TestMinIntensityRendering.cxx
 +    TestProjectedTetrahedra.cxx
 +    TestProp3DFollower.cxx
 +    TestFixedPointRayCastLightComponents.cxx
 +    TestSmartVolumeMapper.cxx
 +    TestSmartVolumeMapperWindowLevel.cxx
 +    TestTM3DLightComponents.cxx
 +    ZsweepConcavities.cxx
 +    volProt.cxx
 +    )
 +endif()
++=======
+   TestGPURayCastMIPToComposite.cxx
+   TestGPURayCastPerspectiveParallel.cxx
+   TestProjectedHexahedra.cxx
+   TestSmartVolumeMapper.cxx
+   TestSmartVolumeMapperWindowLevel.cxx
+   TestTM3DLightComponents.cxx
+   ZsweepConcavities.cxx
+   )
  
- # Use the testing object factory, to reduce boilerplate code in tests.
- include(vtkTestingObjectFactory)
+ # Tests with data
+ vtk_add_test_cxx(
+   ProjectedTetrahedraZoomIn.cxx,NO_VALID
+   TestFinalColorWindowLevel.cxx
+   TestGPURayCastNearestDataTypesMIP.cxx
+   TestGPURayCastDataTypesMinIP.cxx
+   TestHAVSVolumeMapper.cxx
+   TestMinIntensityRendering.cxx
+   TestProjectedTetrahedra.cxx
+   TestProp3DFollower.cxx
+   volProt.cxx
+   )
++>>>>>>> upstream/4.1.0
+ 
+ vtk_test_cxx_executable(${vtk-module}CxxTests RENDERING_FACTORY
+   ExerciseUnstructuredGridRayCastMapper.cxx)
  
++<<<<<<< HEAD
 +vtk_module_test_executable(${vtk-module}CxxTests ${Tests}
 +  ExerciseUnstructuredGridRayCastMapper.cxx )
 +
 +set(TestsToRun ${Tests})
 +list(REMOVE_ITEM TestsToRun CxxTests.cxx)
 +
 +# Add all the executables
 +foreach(test ${TestsToRun})
 +  get_filename_component(TName ${test} NAME_WE)
 +  if(VTK_DATA_ROOT)
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName}
 +        -D ${VTK_DATA_ROOT}
 +        -T ${VTK_TEST_OUTPUT_DIR}
 +        -V Baseline/VolumeRendering/${TName}.png)
 +  else()
 +    add_test(NAME ${vtk-module}Cxx-${TName}
 +      COMMAND ${vtk-module}CxxTests ${TName})
 +  endif()
 +endforeach()
 +
 +if (VTK_DATA_ROOT)
 +  set_tests_properties(${vtk-module}Cxx-TestProp3DFollower
 +    PROPERTIES TIMEOUT 100)
 +  set_tests_properties(${vtk-module}Cxx-TestTM3DLightComponents
 +    PROPERTIES TIMEOUT 120)
 +endif()
++=======
+ set_tests_properties(${vtk-module}Cxx-TestProp3DFollower
+   PROPERTIES TIMEOUT 100)
+ 
+ set_tests_properties(${vtk-module}Cxx-TestTM3DLightComponents
+   PROPERTIES TIMEOUT 120)
++>>>>>>> upstream/4.1.0
diff --cc VTK/Rendering/Volume/Testing/Python/CMakeLists.txt
index 2f228ea,5f8d3c3..86f927f
--- a/VTK/Rendering/Volume/Testing/Python/CMakeLists.txt
+++ b/VTK/Rendering/Volume/Testing/Python/CMakeLists.txt
@@@ -1,11 -1,24 +1,35 @@@
++<<<<<<< HEAD
 +add_test_python(TestBunykRayCastFunction.py VolumeRendering)
 +add_test_python(TestPTZSweep.py VolumeRendering)
 +add_test_python(volRCRotateClip.py VolumeRendering)
 +add_test_python(volTM2DRotateClip.py VolumeRendering)
 +add_test_python(VolumePickerCrop.py VolumeRendering)
 +add_test_python(volTM3DCompressedCropRegions.py VolumeRendering)
 +add_test_python(volTM3DCropRegions.py VolumeRendering)
 +add_test_python(volTM3DRotateClip.py VolumeRendering)
++=======
+ vtk_add_test_python(TestBunykRayCastFunction.py)
+ vtk_add_test_python(TestLODProp3D.py)
+ vtk_add_test_python(TestPTZSweep.py)
+ vtk_add_test_python(gaussian.py)
+ vtk_add_test_python(volRCClipPlanes.py)
+ vtk_add_test_python(volRCCropRegions.py)
+ vtk_add_test_python(volRCRotateClip.py)
+ vtk_add_test_python(volTM2DCropRegions.py)
+ vtk_add_test_python(volTM2DRotateClip.py)
+ vtk_add_test_python(VolumeOutlineSource.py)
+ vtk_add_test_python(VolumeOutlineSourceClipped.py)
+ vtk_add_test_python(VolumePickerCrop.py)
+ vtk_add_test_python(cursor3D.py)
+ vtk_add_test_python(volTM3DCompressedCropRegions.py)
+ vtk_add_test_python(volTM3DCropRegions.py)
+ vtk_add_test_python(volTM3DRotateClip.py)
+ vtk_add_test_python(TestFixedPointRayCasterLinear.py NO_RT)
+ vtk_add_test_python(TestFixedPointRayCasterLinearCropped.py NO_RT)
+ vtk_add_test_python(TestFixedPointRayCasterNearest.py NO_RT)
+ vtk_add_test_python(TestFixedPointRayCasterNearestCropped.py NO_RT)
+ vtk_add_test_python(VolumePicker.py NO_RT)
++>>>>>>> upstream/4.1.0
  
  set_tests_properties(vtkRenderingVolumePython-volTM3DCompressedCropRegions
    PROPERTIES TIMEOUT 250)
diff --cc Web/Applications/CMakeLists.txt
index 622803e,319f67e..7c9b906
--- a/Web/Applications/CMakeLists.txt
+++ b/Web/Applications/CMakeLists.txt
@@@ -4,28 -4,57 +4,62 @@@ vtk_module_export(""
  set(Apps_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")
  set(Apps_BINARY_DIR "${PARAVIEW_WWW_DIR}/apps")
  
- set (apps DataProber
-           LiveArticles
-           WebFileViewer
-           WebVisualizer)
- 
- set (all-copy-complete)
- 
- foreach (app ${apps})
-   file(GLOB_RECURSE files "${Apps_SOURCE_DIR}/${app}/*.*")
-   set (copy-complete "${CMAKE_CURRENT_BINARY_DIR}/${app}-copy-complete")
-   add_custom_command(
-     OUTPUT "${copy-complete}"
-     COMMAND ${CMAKE_COMMAND} -E copy_directory
-                                 "${Apps_SOURCE_DIR}/${app}"
-                                 "${Apps_BINARY_DIR}/${app}"
-     COMMAND ${CMAKE_COMMAND} -E touch ${copy-complete}
-     COMMENT "Copying Web Application - '${app}'"
-     DEPENDS ${files}
-     )
-   list(APPEND all-copy-complete "${copy-complete}")
- endforeach()
+ set (WEB_APPLICATIONS
+   DataProber
+   LiveArticles
+   FileViewer
+   Visualizer
+   Parallel
+ )
+ 
+ # Create paraview/web directory
+ file(MAKE_DIRECTORY "${VTK_BUILD_PYTHON_MODULE_DIR}/paraview/web")
+ 
+ if (BUILD_TESTING)
+   list(APPEND WEB_APPLICATIONS TestApp)
+   file(MAKE_DIRECTORY "${VTK_BUILD_PYTHON_MODULE_DIR}/paraview/web/test")
+ endif()
+ 
+ set (WEB_APPS_DEPENDS)
+ 
+ foreach (_app ${WEB_APPLICATIONS})
+ 
+   file(MAKE_DIRECTORY "${Apps_BINARY_DIR}/${_app}")
  
+   copy_files_recursive(${Apps_SOURCE_DIR}/${_app}/www
+     DESTINATION ${Apps_BINARY_DIR}/${_app}
+     OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/www-${_app}-complete"
+     REGEX "^(.*\\.*)$"
+     LABEL "Copying Web files for ${_app}")
+ 
+   copy_files_recursive(${Apps_SOURCE_DIR}/${_app}/server
+     DESTINATION "${VTK_BUILD_PYTHON_MODULE_DIR}/paraview/web"
+     OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/py-${_app}-complete"
+     REGEX "^(.*\\.py)$"
+     LABEL "Copying Server files for ${_app}")
+ 
+   list(APPEND WEB_APPS_DEPENDS
+     "${CMAKE_CURRENT_BINARY_DIR}/py-${_app}-complete"
+     "${CMAKE_CURRENT_BINARY_DIR}/www-${_app}-complete")
+ 
+   if (BUILD_TESTING)
+     copy_files_recursive(${Apps_SOURCE_DIR}/${_app}/test
+       DESTINATION "${VTK_BUILD_PYTHON_MODULE_DIR}/paraview/web/test"
+       OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/test-${_app}-complete"
+       REGEX "^(.*\\.py)$"
+       LABEL "Copying Testing files for ${_app}")
+ 
+     list(APPEND WEB_APPS_DEPENDS
+       "${CMAKE_CURRENT_BINARY_DIR}/test-${_app}-complete")
+   endif()
+ 
+ endforeach()
  
++<<<<<<< HEAD
 +add_custom_target(WebApplications ALL
 +  DEPENDS ParaViewWWW ${all-copy-complete})
++=======
+ add_custom_target(WebApplications ALL DEPENDS
+   ${WEB_APPS_DEPENDS}
+ )
++>>>>>>> upstream/4.1.0
diff --cc Web/Documentation/welcome.html
index 233a958,b0b987d..2842105
--- a/Web/Documentation/welcome.html
+++ b/Web/Documentation/welcome.html
@@@ -34,15 -34,28 +34,32 @@@
          </div>
      </div>
      <div class="row">
++<<<<<<< HEAD
 +        <div class="half-pane">
++=======
+ <!-- DEMO-APPS
+         <div class="one-third-pane">
+             <h2>Show case</h2>
+             <ul>
+                 <li><a href="/apps/Visualizer/" target="_blank">Post-processing</a></li>
+                 <li><a href="/apps/FileViewer/" target="_blank">File loader</a></li>
+                 <li><a href="/apps/LiveArticles/" target="_blank">Live Articles</a></li>
+                 <li><a href="/apps/DataProber/" target="_blank">Data Prober</a></li>
+                 <li><a href="/apps/Parallel/" target="_blank">Distributed visualization</a></li>
+             </ul>
+         </div>
+ DEMO-APPS -->
+ 
+         <div class="one-third-pane">
++>>>>>>> upstream/4.1.0
              <h2>Get Started</h2>
              <ul>
                  <li><a href="#!/guide" target="_top">User Guides</a></li>
-                 <li><a href="#!/guide/apache_setup" target="_top">Apache as front-end</a></li>
-                 <li><a href="#!/guide/jetty_session_manager" target="_top">Session Manager</a></li>
+                 <li><a href="#!/guide/quick_start" target="_top">Getting started</a></li>
+                 <li><a href="#!/guide/paraviewweb_on_aws_ec2" target="_top">Setting ParaViewWeb on Amazon EC2</a></li>
              </ul>
          </div>
 -        <div class="one-third-pane">
 +        <div class="half-pane">
              <h2>Browser Support</h2>
              <p>
                  <img src="images/compatible_ie.gif">
diff --cc Web/Widgets/CMakeLists.txt
index a1e7bd2,cc2733a..db5115a
--- a/Web/Widgets/CMakeLists.txt
+++ b/Web/Widgets/CMakeLists.txt
@@@ -88,8 -75,6 +75,11 @@@ copy_files_recursive(${paraview_toolbar
  # =================================================================
  
  add_custom_target(ParaViewWebWidgets ALL DEPENDS
++<<<<<<< HEAD
 +  ParaViewWWW
 +  "${CMAKE_CURRENT_BINARY_DIR}/ext-copy-complete"
++=======
++>>>>>>> upstream/4.1.0
    "${CMAKE_CURRENT_BINARY_DIR}/nvcharts-js-copy-complete"
    "${CMAKE_CURRENT_BINARY_DIR}/rickshawcharts-js-copy-complete"
    "${CMAKE_CURRENT_BINARY_DIR}/paraview_pipeline-js-copy-complete"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/paraview.git



More information about the debian-science-commits mailing list