[paraview] 08/10: Merge.

Anton Gladky gladk at moszumanska.debian.org
Tue May 20 04:28:58 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 7c7ea701db0d6b4afa0e276d3ef5b23f54af54d4
Merge: a776028 375de62
Author: Anton Gladky <gladk at debian.org>
Date:   Mon May 19 20:58:34 2014 +0200

    Merge.

 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 -
 .../VTKExtensions/WebGLExporter/glMatrix.js        |     32 -
 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 -
 .../VTKExtensions/WebGLExporter/webglRenderer.js   |   1307 -
 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              |     29 +-
 .../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       |     72 +-
 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/pqColorDialogEventPlayer.cxx               |     84 -
 Qt/Core/pqColorDialogEventPlayer.h                 |     56 -
 Qt/Core/pqColorDialogEventTranslator.cxx           |    102 -
 Qt/Core/pqColorDialogEventTranslator.h             |     63 -
 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                          |     31 +-
 Qt/Widgets/Resources/UI/pqExpanderButton.ui        |     10 +-
 Qt/Widgets/ctkRangeSlider.cpp                      |      6 +
 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/pqColorDialog.cxx                       |     75 -
 Qt/Widgets/pqColorDialog.h                         |     78 -
 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/PKG-INFO                 |     38 -
 ThirdParty/AutobahnPython/autobahn/__init__.py     |     31 -
 ThirdParty/AutobahnPython/autobahn/_version.py     |     19 -
 ThirdParty/AutobahnPython/autobahn/flashpolicy.py  |    106 -
 ThirdParty/AutobahnPython/autobahn/httpstatus.py   |    271 -
 ThirdParty/AutobahnPython/autobahn/pbkdf2.py       |    134 -
 ThirdParty/AutobahnPython/autobahn/prefixmap.py    |    144 -
 ThirdParty/AutobahnPython/autobahn/resource.py     |    172 -
 ThirdParty/AutobahnPython/autobahn/useragent.py    |    312 -
 .../AutobahnPython/autobahn/utf8validator.py       |    120 -
 ThirdParty/AutobahnPython/autobahn/util.py         |    154 -
 ThirdParty/AutobahnPython/autobahn/wamp.py         |   2344 -
 ThirdParty/AutobahnPython/autobahn/websocket.py    |   3847 -
 ThirdParty/AutobahnPython/autobahn/xormasker.py    |    100 -
 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/CMakeLists.txt             |    335 -
 ThirdParty/IceT/vtkicet/History                    |    152 -
 ThirdParty/IceT/vtkicet/README                     |     33 -
 ThirdParty/IceT/vtkicet/cmake/FindMPE.cmake        |    153 -
 ThirdParty/IceT/vtkicet/cmake/IceTConfig.cmake.in  |     49 -
 .../IceT/vtkicet/cmake/IceTConfigVersion.cmake.in  |     10 -
 ThirdParty/IceT/vtkicet/doc/CMakeLists.txt         |      5 -
 ThirdParty/IceT/vtkicet/doc/man/CMakeLists.txt     |     15 -
 ThirdParty/IceT/vtkicet/doc/man/man3/icetAddTile.3 |    123 -
 .../IceT/vtkicet/doc/man/man3/icetBoundingBox.3    |     84 -
 .../IceT/vtkicet/doc/man/man3/icetBoundingBoxd.3   |     84 -
 .../IceT/vtkicet/doc/man/man3/icetBoundingBoxf.3   |     84 -
 .../vtkicet/doc/man/man3/icetBoundingVertices.3    |    128 -
 .../IceT/vtkicet/doc/man/man3/icetCompositeMode.3  |    125 -
 .../IceT/vtkicet/doc/man/man3/icetCompositeOrder.3 |    120 -
 .../IceT/vtkicet/doc/man/man3/icetCopyState.3      |     96 -
 .../IceT/vtkicet/doc/man/man3/icetCreateContext.3  |    100 -
 .../doc/man/man3/icetCreateMPICommunicator.3       |    102 -
 .../doc/man/man3/icetDataReplicationGroup.3        |     99 -
 .../doc/man/man3/icetDataReplicationGroupColor.3   |     90 -
 .../IceT/vtkicet/doc/man/man3/icetDestroyContext.3 |     80 -
 .../doc/man/man3/icetDestroyMPICommunicator.3      |     71 -
 .../IceT/vtkicet/doc/man/man3/icetDiagnostics.3    |     97 -
 ThirdParty/IceT/vtkicet/doc/man/man3/icetDisable.3 |    182 -
 .../IceT/vtkicet/doc/man/man3/icetDrawCallback.3   |    180 -
 .../IceT/vtkicet/doc/man/man3/icetDrawFrame.3      |    153 -
 ThirdParty/IceT/vtkicet/doc/man/man3/icetEnable.3  |    182 -
 .../IceT/vtkicet/doc/man/man3/icetGLDrawCallback.3 |    160 -
 .../IceT/vtkicet/doc/man/man3/icetGLDrawFrame.3    |    138 -
 .../IceT/vtkicet/doc/man/man3/icetGLInitialize.3   |     78 -
 .../vtkicet/doc/man/man3/icetGLIsInitialized.3     |     74 -
 .../vtkicet/doc/man/man3/icetGLSetReadBuffer.3     |    100 -
 ThirdParty/IceT/vtkicet/doc/man/man3/icetGet.3     |    518 -
 .../IceT/vtkicet/doc/man/man3/icetGetBooleanv.3    |    518 -
 .../IceT/vtkicet/doc/man/man3/icetGetContext.3     |     75 -
 .../IceT/vtkicet/doc/man/man3/icetGetDoublev.3     |    518 -
 .../IceT/vtkicet/doc/man/man3/icetGetError.3       |     99 -
 .../IceT/vtkicet/doc/man/man3/icetGetFloatv.3      |    518 -
 .../IceT/vtkicet/doc/man/man3/icetGetIntegerv.3    |    518 -
 .../IceT/vtkicet/doc/man/man3/icetGetPointerv.3    |    518 -
 .../doc/man/man3/icetGetSingleImageStrategyName.3  |     83 -
 .../vtkicet/doc/man/man3/icetGetStrategyName.3     |     86 -
 .../IceT/vtkicet/doc/man/man3/icetImageCopyColor.3 |    134 -
 .../vtkicet/doc/man/man3/icetImageCopyColorf.3     |    134 -
 .../vtkicet/doc/man/man3/icetImageCopyColorub.3    |    134 -
 .../IceT/vtkicet/doc/man/man3/icetImageCopyDepth.3 |    134 -
 .../vtkicet/doc/man/man3/icetImageCopyDepthf.3     |    134 -
 .../IceT/vtkicet/doc/man/man3/icetImageGetColor.3  |    159 -
 .../vtkicet/doc/man/man3/icetImageGetColorFormat.3 |    114 -
 .../vtkicet/doc/man/man3/icetImageGetColorcf.3     |    159 -
 .../vtkicet/doc/man/man3/icetImageGetColorcub.3    |    159 -
 .../vtkicet/doc/man/man3/icetImageGetColorcui.3    |    159 -
 .../IceT/vtkicet/doc/man/man3/icetImageGetColorf.3 |    159 -
 .../vtkicet/doc/man/man3/icetImageGetColorub.3     |    159 -
 .../vtkicet/doc/man/man3/icetImageGetColorui.3     |    159 -
 .../IceT/vtkicet/doc/man/man3/icetImageGetDepth.3  |    159 -
 .../vtkicet/doc/man/man3/icetImageGetDepthFormat.3 |    114 -
 .../vtkicet/doc/man/man3/icetImageGetDepthcf.3     |    159 -
 .../IceT/vtkicet/doc/man/man3/icetImageGetDepthf.3 |    159 -
 .../IceT/vtkicet/doc/man/man3/icetImageGetHeight.3 |     92 -
 .../vtkicet/doc/man/man3/icetImageGetNumPixels.3   |     92 -
 .../IceT/vtkicet/doc/man/man3/icetImageGetWidth.3  |     92 -
 .../IceT/vtkicet/doc/man/man3/icetImageIsNull.3    |     78 -
 .../IceT/vtkicet/doc/man/man3/icetImageNull.3      |     92 -
 .../IceT/vtkicet/doc/man/man3/icetIsEnabled.3      |     81 -
 .../vtkicet/doc/man/man3/icetPhysicalRenderSize.3  |     89 -
 .../IceT/vtkicet/doc/man/man3/icetResetTiles.3     |     83 -
 .../IceT/vtkicet/doc/man/man3/icetSetColorFormat.3 |    139 -
 .../IceT/vtkicet/doc/man/man3/icetSetContext.3     |     85 -
 .../IceT/vtkicet/doc/man/man3/icetSetDepthFormat.3 |    139 -
 .../vtkicet/doc/man/man3/icetSingleImageStrategy.3 |    117 -
 .../IceT/vtkicet/doc/man/man3/icetStrategy.3       |    148 -
 .../IceT/vtkicet/doc/man/man3/icetWallTime.3       |     86 -
 ThirdParty/IceT/vtkicet/src/CMakeLists.txt         |     14 -
 .../IceT/vtkicet/src/communication/CMakeLists.txt  |     27 -
 ThirdParty/IceT/vtkicet/src/communication/mpi.c    |    529 -
 ThirdParty/IceT/vtkicet/src/gl/CMakeLists.txt      |     24 -
 ThirdParty/IceT/vtkicet/src/gl/gl_draw.c           |    381 -
 ThirdParty/IceT/vtkicet/src/gl/gl_image.c          |    132 -
 ThirdParty/IceT/vtkicet/src/gl/gl_state.c          |     87 -
 ThirdParty/IceT/vtkicet/src/ice-t/CMakeLists.txt   |     45 -
 .../vtkicet/src/ice-t/cc_composite_func_body.h     |    236 -
 .../vtkicet/src/ice-t/cc_composite_template_body.h |    184 -
 ThirdParty/IceT/vtkicet/src/ice-t/communication.c  |    249 -
 .../IceT/vtkicet/src/ice-t/compress_func_body.h    |    393 -
 .../vtkicet/src/ice-t/compress_template_body.h     |    218 -
 ThirdParty/IceT/vtkicet/src/ice-t/context.c        |    123 -
 .../IceT/vtkicet/src/ice-t/decompress_func_body.h  |    373 -
 .../vtkicet/src/ice-t/decompress_template_body.h   |     78 -
 ThirdParty/IceT/vtkicet/src/ice-t/diagnostics.c    |    129 -
 ThirdParty/IceT/vtkicet/src/ice-t/draw.c           |    821 -
 ThirdParty/IceT/vtkicet/src/ice-t/image.c          |   2563 -
 ThirdParty/IceT/vtkicet/src/ice-t/matrix.c         |    378 -
 ThirdParty/IceT/vtkicet/src/ice-t/porting.c        |     83 -
 ThirdParty/IceT/vtkicet/src/ice-t/projections.c    |    175 -
 ThirdParty/IceT/vtkicet/src/ice-t/state.c          |    716 -
 ThirdParty/IceT/vtkicet/src/ice-t/tiles.c          |    223 -
 ThirdParty/IceT/vtkicet/src/ice-t/timing.c         |    337 -
 ThirdParty/IceT/vtkicet/src/include/IceT.h         |    450 -
 .../IceT/vtkicet/src/include/IceTConfig.h.in       |    131 -
 .../vtkicet/src/include/IceTDevCommunication.h     |    104 -
 .../IceT/vtkicet/src/include/IceTDevContext.h      |     30 -
 .../IceT/vtkicet/src/include/IceTDevDiagnostics.h  |     70 -
 .../IceT/vtkicet/src/include/IceTDevGLImage.h      |     33 -
 ThirdParty/IceT/vtkicet/src/include/IceTDevImage.h |    214 -
 .../IceT/vtkicet/src/include/IceTDevMatrix.h       |    112 -
 .../IceT/vtkicet/src/include/IceTDevPorting.h      |     30 -
 .../IceT/vtkicet/src/include/IceTDevProjections.h  |     32 -
 ThirdParty/IceT/vtkicet/src/include/IceTDevState.h |     88 -
 .../vtkicet/src/include/IceTDevStrategySelect.h    |     54 -
 .../IceT/vtkicet/src/include/IceTDevTiming.h       |     49 -
 ThirdParty/IceT/vtkicet/src/include/IceTGL.h       |     69 -
 ThirdParty/IceT/vtkicet/src/include/IceTMPI.h      |     30 -
 .../IceT/vtkicet/src/strategies/CMakeLists.txt     |     12 -
 ThirdParty/IceT/vtkicet/src/strategies/automatic.c |     42 -
 ThirdParty/IceT/vtkicet/src/strategies/bswap.c     |    610 -
 ThirdParty/IceT/vtkicet/src/strategies/common.c    |    771 -
 ThirdParty/IceT/vtkicet/src/strategies/common.h    |    193 -
 ThirdParty/IceT/vtkicet/src/strategies/direct.c    |     95 -
 ThirdParty/IceT/vtkicet/src/strategies/radixk.c    |   1558 -
 ThirdParty/IceT/vtkicet/src/strategies/reduce.c    |    525 -
 ThirdParty/IceT/vtkicet/src/strategies/select.c    |    204 -
 .../IceT/vtkicet/src/strategies/sequential.c       |    144 -
 ThirdParty/IceT/vtkicet/src/strategies/split.c     |    401 -
 ThirdParty/IceT/vtkicet/src/strategies/tree.c      |    171 -
 ThirdParty/IceT/vtkicet/src/strategies/vtree.c     |    426 -
 ThirdParty/IceT/vtkicet/tests/BackgroundCorrect.c  |    295 -
 ThirdParty/IceT/vtkicet/tests/BlankTiles.c         |    169 -
 ThirdParty/IceT/vtkicet/tests/BoundsBehindViewer.c |    114 -
 ThirdParty/IceT/vtkicet/tests/CMakeLists.txt       |    101 -
 ThirdParty/IceT/vtkicet/tests/CompressionSize.c    |    358 -
 ThirdParty/IceT/vtkicet/tests/DisplayNoDraw.c      |    173 -
 ThirdParty/IceT/vtkicet/tests/Interlace.c          |    413 -
 ThirdParty/IceT/vtkicet/tests/MaxImageSplit.c      |    300 -
 ThirdParty/IceT/vtkicet/tests/OddImageSizes.c      |    177 -
 ThirdParty/IceT/vtkicet/tests/OddProcessCounts.c   |    240 -
 ThirdParty/IceT/vtkicet/tests/RadixkUnitTests.c    |     48 -
 ThirdParty/IceT/vtkicet/tests/RandomTransform.c    |    661 -
 ThirdParty/IceT/vtkicet/tests/SimpleExample.c      |    183 -
 ThirdParty/IceT/vtkicet/tests/SimpleTiming.c       |   1031 -
 ThirdParty/IceT/vtkicet/tests/SparseImageCopy.c    |    344 -
 ThirdParty/IceT/vtkicet/tests/init.c               |    434 -
 ThirdParty/IceT/vtkicet/tests/mpi_comm.h           |     33 -
 ThirdParty/IceT/vtkicet/tests/ppm.c                |     41 -
 ThirdParty/IceT/vtkicet/tests/test-config.h.in     |     10 -
 ThirdParty/IceT/vtkicet/tests/test-util.h          |     60 -
 ThirdParty/IceT/vtkicet/tests/test_codes.h         |     29 -
 ThirdParty/QtTesting/CMakeLists.txt                |      6 +-
 ThirdParty/QtTesting/vtkqttesting/CMakeLists.txt   |    275 -
 .../QtTesting/vtkqttesting/Examples/CMakeLists.txt |     29 -
 .../vtkqttesting/Examples/TestingDemo.cxx          |    209 -
 .../QtTesting/vtkqttesting/Examples/TestingDemo.h  |     23 -
 .../QtTesting/vtkqttesting/Examples/TestingDemo.ui |    124 -
 .../vtkqttesting/QtTestingConfig-install.cmake.in  |      2 -
 .../vtkqttesting/QtTestingConfig.cmake.in          |      2 -
 .../QtTesting/vtkqttesting/QtTestingConfigure.h.in |     51 -
 .../QtTesting/vtkqttesting/QtTestingExport.h       |     49 -
 .../QtTesting/vtkqttesting/pq3DViewEventPlayer.cxx |     80 -
 .../QtTesting/vtkqttesting/pq3DViewEventPlayer.h   |     61 -
 .../vtkqttesting/pq3DViewEventTranslator.cxx       |    173 -
 .../vtkqttesting/pq3DViewEventTranslator.h         |     66 -
 .../vtkqttesting/pqAbstractActivateEventPlayer.cxx |    209 -
 .../vtkqttesting/pqAbstractActivateEventPlayer.h   |     64 -
 .../vtkqttesting/pqAbstractBooleanEventPlayer.cxx  |     80 -
 .../vtkqttesting/pqAbstractBooleanEventPlayer.h    |     57 -
 .../pqAbstractButtonEventTranslator.cxx            |    112 -
 .../vtkqttesting/pqAbstractButtonEventTranslator.h |     64 -
 .../vtkqttesting/pqAbstractDoubleEventPlayer.cxx   |     73 -
 .../vtkqttesting/pqAbstractDoubleEventPlayer.h     |     58 -
 .../vtkqttesting/pqAbstractIntEventPlayer.cxx      |     86 -
 .../vtkqttesting/pqAbstractIntEventPlayer.h        |     58 -
 .../vtkqttesting/pqAbstractItemViewEventPlayer.cxx |    195 -
 .../vtkqttesting/pqAbstractItemViewEventPlayer.h   |     58 -
 .../pqAbstractItemViewEventTranslator.cxx          |    146 -
 .../pqAbstractItemViewEventTranslator.h            |     65 -
 .../pqAbstractMiscellaneousEventPlayer.cxx         |     77 -
 .../pqAbstractMiscellaneousEventPlayer.h           |     57 -
 .../pqAbstractSliderEventTranslator.cxx            |     71 -
 .../vtkqttesting/pqAbstractSliderEventTranslator.h |     65 -
 .../vtkqttesting/pqAbstractStringEventPlayer.cxx   |     94 -
 .../vtkqttesting/pqAbstractStringEventPlayer.h     |     58 -
 .../vtkqttesting/pqBasicWidgetEventPlayer.cxx      |    114 -
 .../vtkqttesting/pqBasicWidgetEventPlayer.h        |     57 -
 .../vtkqttesting/pqBasicWidgetEventTranslator.cxx  |    104 -
 .../vtkqttesting/pqBasicWidgetEventTranslator.h    |     67 -
 .../vtkqttesting/pqComboBoxEventTranslator.cxx     |     85 -
 .../vtkqttesting/pqComboBoxEventTranslator.h       |     66 -
 .../pqDoubleSpinBoxEventTranslator.cxx             |    101 -
 .../vtkqttesting/pqDoubleSpinBoxEventTranslator.h  |     61 -
 .../QtTesting/vtkqttesting/pqEventDispatcher.cxx   |    320 -
 .../QtTesting/vtkqttesting/pqEventDispatcher.h     |    131 -
 .../QtTesting/vtkqttesting/pqEventObserver.cxx     |     61 -
 .../QtTesting/vtkqttesting/pqEventObserver.h       |     73 -
 .../QtTesting/vtkqttesting/pqEventPlayer.cxx       |    131 -
 ThirdParty/QtTesting/vtkqttesting/pqEventPlayer.h  |    110 -
 ThirdParty/QtTesting/vtkqttesting/pqEventSource.h  |     69 -
 .../QtTesting/vtkqttesting/pqEventTranslator.cxx   |    197 -
 .../QtTesting/vtkqttesting/pqEventTranslator.h     |    102 -
 .../vtkqttesting/pqLineEditEventTranslator.cxx     |     90 -
 .../vtkqttesting/pqLineEditEventTranslator.h       |     60 -
 .../vtkqttesting/pqMenuEventTranslator.cxx         |    117 -
 .../QtTesting/vtkqttesting/pqMenuEventTranslator.h |     64 -
 .../vtkqttesting/pqNativeFileDialogEventPlayer.cxx |    177 -
 .../vtkqttesting/pqNativeFileDialogEventPlayer.h   |     70 -
 .../pqNativeFileDialogEventTranslator.cxx          |    184 -
 .../pqNativeFileDialogEventTranslator.h            |     73 -
 .../QtTesting/vtkqttesting/pqObjectNaming.cxx      |    282 -
 ThirdParty/QtTesting/vtkqttesting/pqObjectNaming.h |     57 -
 .../vtkqttesting/pqPythonEventObserver.cxx         |     85 -
 .../QtTesting/vtkqttesting/pqPythonEventObserver.h |     73 -
 .../QtTesting/vtkqttesting/pqPythonEventSource.cxx |    607 -
 .../QtTesting/vtkqttesting/pqPythonEventSource.h   |     76 -
 .../vtkqttesting/pqRecordEventsDialog.cxx          |    133 -
 .../QtTesting/vtkqttesting/pqRecordEventsDialog.h  |     70 -
 .../QtTesting/vtkqttesting/pqRecordEventsDialog.ui |     95 -
 .../vtkqttesting/pqSpinBoxEventTranslator.cxx      |    102 -
 .../vtkqttesting/pqSpinBoxEventTranslator.h        |     61 -
 .../vtkqttesting/pqStdoutEventObserver.cxx         |     45 -
 .../QtTesting/vtkqttesting/pqStdoutEventObserver.h |     58 -
 .../QtTesting/vtkqttesting/pqTabBarEventPlayer.cxx |    134 -
 .../QtTesting/vtkqttesting/pqTabBarEventPlayer.h   |     58 -
 .../vtkqttesting/pqTabBarEventTranslator.cxx       |     76 -
 .../vtkqttesting/pqTabBarEventTranslator.h         |     68 -
 .../QtTesting/vtkqttesting/pqTestUtility.cxx       |    249 -
 ThirdParty/QtTesting/vtkqttesting/pqTestUtility.h  |    124 -
 .../vtkqttesting/pqThreadedEventSource.cxx         |    197 -
 .../QtTesting/vtkqttesting/pqThreadedEventSource.h |    110 -
 ThirdParty/QtTesting/vtkqttesting/pqTimer.cxx      |     67 -
 ThirdParty/QtTesting/vtkqttesting/pqTimer.h        |     63 -
 .../vtkqttesting/pqTreeViewEventPlayer.cxx         |    165 -
 .../QtTesting/vtkqttesting/pqTreeViewEventPlayer.h |     57 -
 .../vtkqttesting/pqTreeViewEventTranslator.cxx     |    147 -
 .../vtkqttesting/pqTreeViewEventTranslator.h       |     72 -
 .../QtTesting/vtkqttesting/pqWidgetEventPlayer.cxx |     46 -
 .../QtTesting/vtkqttesting/pqWidgetEventPlayer.h   |     67 -
 .../vtkqttesting/pqWidgetEventTranslator.h         |     70 -
 ThirdParty/Twisted/CMakeLists.txt                  |     21 -
 ThirdParty/Twisted/LICENSE                         |     57 -
 ThirdParty/Twisted/README                          |    117 -
 ThirdParty/Twisted/module.cmake                    |      4 -
 ThirdParty/Twisted/twisted/__init__.py             |     62 -
 ThirdParty/Twisted/twisted/_version.py             |      3 -
 ThirdParty/Twisted/twisted/application/__init__.py |      7 -
 ThirdParty/Twisted/twisted/application/app.py      |    674 -
 ThirdParty/Twisted/twisted/application/internet.py |    365 -
 ThirdParty/Twisted/twisted/application/reactors.py |     83 -
 ThirdParty/Twisted/twisted/application/service.py  |    413 -
 ThirdParty/Twisted/twisted/application/strports.py |    103 -
 .../Twisted/twisted/application/test/__init__.py   |      6 -
 .../twisted/application/test/test_internet.py      |    252 -
 ThirdParty/Twisted/twisted/conch/__init__.py       |     18 -
 ThirdParty/Twisted/twisted/conch/_version.py       |      3 -
 ThirdParty/Twisted/twisted/conch/avatar.py         |     37 -
 ThirdParty/Twisted/twisted/conch/checkers.py       |    308 -
 .../Twisted/twisted/conch/client/__init__.py       |      9 -
 ThirdParty/Twisted/twisted/conch/client/agent.py   |     73 -
 ThirdParty/Twisted/twisted/conch/client/connect.py |     21 -
 ThirdParty/Twisted/twisted/conch/client/default.py |    256 -
 ThirdParty/Twisted/twisted/conch/client/direct.py  |    107 -
 .../Twisted/twisted/conch/client/knownhosts.py     |    478 -
 ThirdParty/Twisted/twisted/conch/client/options.py |     96 -
 ThirdParty/Twisted/twisted/conch/error.py          |    102 -
 .../Twisted/twisted/conch/insults/__init__.py      |     16 -
 ThirdParty/Twisted/twisted/conch/insults/client.py |    138 -
 ThirdParty/Twisted/twisted/conch/insults/colors.py |     29 -
 ThirdParty/Twisted/twisted/conch/insults/helper.py |    450 -
 .../Twisted/twisted/conch/insults/insults.py       |   1087 -
 ThirdParty/Twisted/twisted/conch/insults/text.py   |    186 -
 ThirdParty/Twisted/twisted/conch/insults/window.py |    868 -
 ThirdParty/Twisted/twisted/conch/interfaces.py     |    402 -
 ThirdParty/Twisted/twisted/conch/ls.py             |     75 -
 ThirdParty/Twisted/twisted/conch/manhole.py        |    340 -
 ThirdParty/Twisted/twisted/conch/manhole_ssh.py    |    146 -
 ThirdParty/Twisted/twisted/conch/manhole_tap.py    |    124 -
 ThirdParty/Twisted/twisted/conch/mixin.py          |     49 -
 .../twisted/conch/openssh_compat/__init__.py       |     11 -
 .../twisted/conch/openssh_compat/factory.py        |     73 -
 .../Twisted/twisted/conch/openssh_compat/primes.py |     26 -
 ThirdParty/Twisted/twisted/conch/recvline.py       |    329 -
 .../Twisted/twisted/conch/scripts/__init__.py      |      1 -
 ThirdParty/Twisted/twisted/conch/scripts/cftp.py   |    832 -
 .../Twisted/twisted/conch/scripts/ckeygen.py       |    201 -
 ThirdParty/Twisted/twisted/conch/scripts/conch.py  |    512 -
 .../Twisted/twisted/conch/scripts/tkconch.py       |    572 -
 ThirdParty/Twisted/twisted/conch/ssh/__init__.py   |     10 -
 ThirdParty/Twisted/twisted/conch/ssh/address.py    |     38 -
 ThirdParty/Twisted/twisted/conch/ssh/agent.py      |    294 -
 ThirdParty/Twisted/twisted/conch/ssh/channel.py    |    281 -
 ThirdParty/Twisted/twisted/conch/ssh/common.py     |    117 -
 ThirdParty/Twisted/twisted/conch/ssh/connection.py |    637 -
 ThirdParty/Twisted/twisted/conch/ssh/factory.py    |    141 -
 .../Twisted/twisted/conch/ssh/filetransfer.py      |    934 -
 ThirdParty/Twisted/twisted/conch/ssh/forwarding.py |    181 -
 ThirdParty/Twisted/twisted/conch/ssh/keys.py       |    844 -
 ThirdParty/Twisted/twisted/conch/ssh/service.py    |     48 -
 ThirdParty/Twisted/twisted/conch/ssh/session.py    |    348 -
 ThirdParty/Twisted/twisted/conch/ssh/sexpy.py      |     42 -
 ThirdParty/Twisted/twisted/conch/ssh/transport.py  |   1617 -
 ThirdParty/Twisted/twisted/conch/ssh/userauth.py   |    848 -
 ThirdParty/Twisted/twisted/conch/stdio.py          |     95 -
 ThirdParty/Twisted/twisted/conch/tap.py            |     92 -
 ThirdParty/Twisted/twisted/conch/telnet.py         |   1086 -
 ThirdParty/Twisted/twisted/conch/test/__init__.py  |      1 -
 ThirdParty/Twisted/twisted/conch/test/keydata.py   |    208 -
 .../Twisted/twisted/conch/test/test_address.py     |     49 -
 .../Twisted/twisted/conch/test/test_agent.py       |    399 -
 ThirdParty/Twisted/twisted/conch/test/test_cftp.py |    975 -
 .../Twisted/twisted/conch/test/test_channel.py     |    279 -
 .../Twisted/twisted/conch/test/test_checkers.py    |    609 -
 .../Twisted/twisted/conch/test/test_ckeygen.py     |    137 -
 .../Twisted/twisted/conch/test/test_conch.py       |    552 -
 .../Twisted/twisted/conch/test/test_connection.py  |    730 -
 .../Twisted/twisted/conch/test/test_default.py     |    171 -
 .../twisted/conch/test/test_filetransfer.py        |    765 -
 .../Twisted/twisted/conch/test/test_helper.py      |    560 -
 .../Twisted/twisted/conch/test/test_insults.py     |    496 -
 ThirdParty/Twisted/twisted/conch/test/test_keys.py |    644 -
 .../Twisted/twisted/conch/test/test_knownhosts.py  |   1037 -
 .../Twisted/twisted/conch/test/test_manhole.py     |    372 -
 .../Twisted/twisted/conch/test/test_mixin.py       |     47 -
 .../twisted/conch/test/test_openssh_compat.py      |    102 -
 .../Twisted/twisted/conch/test/test_recvline.py    |    706 -
 .../Twisted/twisted/conch/test/test_scripts.py     |     82 -
 .../Twisted/twisted/conch/test/test_session.py     |   1256 -
 ThirdParty/Twisted/twisted/conch/test/test_ssh.py  |    995 -
 ThirdParty/Twisted/twisted/conch/test/test_tap.py  |    184 -
 .../Twisted/twisted/conch/test/test_telnet.py      |    767 -
 ThirdParty/Twisted/twisted/conch/test/test_text.py |    101 -
 .../Twisted/twisted/conch/test/test_transport.py   |   2225 -
 .../Twisted/twisted/conch/test/test_userauth.py    |   1077 -
 .../Twisted/twisted/conch/test/test_window.py      |     67 -
 ThirdParty/Twisted/twisted/conch/topfiles/NEWS     |    432 -
 ThirdParty/Twisted/twisted/conch/topfiles/README   |     11 -
 ThirdParty/Twisted/twisted/conch/topfiles/setup.py |     48 -
 ThirdParty/Twisted/twisted/conch/ttymodes.py       |    121 -
 ThirdParty/Twisted/twisted/conch/ui/__init__.py    |     11 -
 ThirdParty/Twisted/twisted/conch/ui/ansi.py        |    240 -
 ThirdParty/Twisted/twisted/conch/ui/tkvt100.py     |    197 -
 ThirdParty/Twisted/twisted/conch/unix.py           |    457 -
 ThirdParty/Twisted/twisted/copyright.py            |     41 -
 ThirdParty/Twisted/twisted/cred/__init__.py        |     13 -
 ThirdParty/Twisted/twisted/cred/_digest.py         |    129 -
 ThirdParty/Twisted/twisted/cred/checkers.py        |    268 -
 ThirdParty/Twisted/twisted/cred/credentials.py     |    483 -
 ThirdParty/Twisted/twisted/cred/error.py           |     41 -
 ThirdParty/Twisted/twisted/cred/pamauth.py         |     79 -
 ThirdParty/Twisted/twisted/cred/portal.py          |    121 -
 ThirdParty/Twisted/twisted/cred/strcred.py         |    270 -
 ThirdParty/Twisted/twisted/enterprise/__init__.py  |      9 -
 ThirdParty/Twisted/twisted/enterprise/adbapi.py    |    483 -
 ThirdParty/Twisted/twisted/internet/__init__.py    |     12 -
 .../Twisted/twisted/internet/_baseprocess.py       |     62 -
 .../Twisted/twisted/internet/_dumbwin32proc.py     |    388 -
 .../Twisted/twisted/internet/_endpointspy3.py      |    483 -
 ThirdParty/Twisted/twisted/internet/_glibbase.py   |    391 -
 ThirdParty/Twisted/twisted/internet/_newtls.py     |    271 -
 ThirdParty/Twisted/twisted/internet/_oldtls.py     |    381 -
 .../Twisted/twisted/internet/_pollingfile.py       |    300 -
 .../Twisted/twisted/internet/_posixserialport.py   |     74 -
 ThirdParty/Twisted/twisted/internet/_posixstdio.py |    175 -
 ThirdParty/Twisted/twisted/internet/_signals.py    |     68 -
 ThirdParty/Twisted/twisted/internet/_ssl.py        |     32 -
 ThirdParty/Twisted/twisted/internet/_sslverify.py  |    786 -
 .../Twisted/twisted/internet/_threadedselect.py    |    361 -
 ThirdParty/Twisted/twisted/internet/_utilspy3.py   |     59 -
 .../Twisted/twisted/internet/_win32serialport.py   |    126 -
 ThirdParty/Twisted/twisted/internet/_win32stdio.py |    124 -
 ThirdParty/Twisted/twisted/internet/abstract.py    |    530 -
 ThirdParty/Twisted/twisted/internet/address.py     |    146 -
 ThirdParty/Twisted/twisted/internet/base.py        |   1194 -
 ThirdParty/Twisted/twisted/internet/cfreactor.py   |    501 -
 ThirdParty/Twisted/twisted/internet/default.py     |     56 -
 ThirdParty/Twisted/twisted/internet/defer.py       |   1592 -
 ThirdParty/Twisted/twisted/internet/endpoints.py   |    884 -
 .../Twisted/twisted/internet/epollreactor.py       |    396 -
 ThirdParty/Twisted/twisted/internet/error.py       |    455 -
 ThirdParty/Twisted/twisted/internet/fdesc.py       |    118 -
 ThirdParty/Twisted/twisted/internet/gireactor.py   |    188 -
 .../Twisted/twisted/internet/glib2reactor.py       |     44 -
 ThirdParty/Twisted/twisted/internet/gtk2reactor.py |    119 -
 ThirdParty/Twisted/twisted/internet/gtk3reactor.py |     80 -
 ThirdParty/Twisted/twisted/internet/gtkreactor.py  |    250 -
 ThirdParty/Twisted/twisted/internet/inotify.py     |    405 -
 ThirdParty/Twisted/twisted/internet/interfaces.py  |   2015 -
 .../twisted/internet/iocpreactor/__init__.py       |     10 -
 .../twisted/internet/iocpreactor/abstract.py       |    400 -
 .../Twisted/twisted/internet/iocpreactor/build.bat |      4 -
 .../Twisted/twisted/internet/iocpreactor/const.py  |     26 -
 .../twisted/internet/iocpreactor/interfaces.py     |     47 -
 .../internet/iocpreactor/iocpsupport/acceptex.pxi  |     46 -
 .../internet/iocpreactor/iocpsupport/connectex.pxi |     47 -
 .../internet/iocpreactor/iocpsupport/iocpsupport.c |   6376 -
 .../iocpreactor/iocpsupport/iocpsupport.pyx        |    312 -
 .../iocpreactor/iocpsupport/winsock_pointers.c     |     62 -
 .../iocpreactor/iocpsupport/winsock_pointers.h     |     51 -
 .../internet/iocpreactor/iocpsupport/wsarecv.pxi   |     76 -
 .../internet/iocpreactor/iocpsupport/wsasend.pxi   |     30 -
 .../Twisted/twisted/internet/iocpreactor/notes.txt |     24 -
 .../twisted/internet/iocpreactor/reactor.py        |    275 -
 .../Twisted/twisted/internet/iocpreactor/setup.py  |     23 -
 .../Twisted/twisted/internet/iocpreactor/tcp.py    |    578 -
 .../Twisted/twisted/internet/iocpreactor/udp.py    |    382 -
 ThirdParty/Twisted/twisted/internet/kqreactor.py   |    305 -
 ThirdParty/Twisted/twisted/internet/main.py        |     37 -
 ThirdParty/Twisted/twisted/internet/pollreactor.py |    189 -
 ThirdParty/Twisted/twisted/internet/posixbase.py   |    640 -
 ThirdParty/Twisted/twisted/internet/process.py     |   1084 -
 ThirdParty/Twisted/twisted/internet/protocol.py    |    827 -
 ThirdParty/Twisted/twisted/internet/pyuisupport.py |     37 -
 ThirdParty/Twisted/twisted/internet/qtreactor.py   |     19 -
 ThirdParty/Twisted/twisted/internet/reactor.py     |     39 -
 .../Twisted/twisted/internet/selectreactor.py      |    204 -
 ThirdParty/Twisted/twisted/internet/serialport.py  |     87 -
 ThirdParty/Twisted/twisted/internet/ssl.py         |    205 -
 ThirdParty/Twisted/twisted/internet/stdio.py       |     35 -
 ThirdParty/Twisted/twisted/internet/task.py        |    857 -
 ThirdParty/Twisted/twisted/internet/tcp.py         |   1183 -
 .../Twisted/twisted/internet/test/__init__.py      |      6 -
 .../Twisted/twisted/internet/test/_posixifaces.py  |    148 -
 .../Twisted/twisted/internet/test/_win32ifaces.py  |    119 -
 .../twisted/internet/test/connectionmixins.py      |    776 -
 .../internet/test/fake_CAs/not-a-certificate       |      1 -
 .../twisted/internet/test/fake_CAs/thing1.pem      |     26 -
 .../internet/test/fake_CAs/thing2-duplicate.pem    |     26 -
 .../twisted/internet/test/fake_CAs/thing2.pem      |     26 -
 .../Twisted/twisted/internet/test/fakeendpoint.py  |     66 -
 .../Twisted/twisted/internet/test/modulehelpers.py |     43 -
 .../internet/test/process_gireactornocompat.py     |     22 -
 .../twisted/internet/test/process_helper.py        |     33 -
 .../Twisted/twisted/internet/test/reactormixins.py |    315 -
 .../Twisted/twisted/internet/test/test_abstract.py |     58 -
 .../Twisted/twisted/internet/test/test_address.py  |    318 -
 .../Twisted/twisted/internet/test/test_base.py     |    279 -
 .../twisted/internet/test/test_baseprocess.py      |     73 -
 .../Twisted/twisted/internet/test/test_core.py     |    333 -
 .../Twisted/twisted/internet/test/test_default.py  |    120 -
 .../twisted/internet/test/test_endpoints.py        |   1029 -
 .../twisted/internet/test/test_endpointspy3.py     |   1036 -
 .../twisted/internet/test/test_epollreactor.py     |    248 -
 .../Twisted/twisted/internet/test/test_fdset.py    |    426 -
 .../twisted/internet/test/test_filedescriptor.py   |     99 -
 .../twisted/internet/test/test_gireactor.py        |    251 -
 .../Twisted/twisted/internet/test/test_glibbase.py |     68 -
 .../twisted/internet/test/test_gtkreactor.py       |     95 -
 .../Twisted/twisted/internet/test/test_inlinecb.py |     90 -
 .../Twisted/twisted/internet/test/test_inotify.py  |    504 -
 .../Twisted/twisted/internet/test/test_iocp.py     |    150 -
 .../Twisted/twisted/internet/test/test_main.py     |     50 -
 .../Twisted/twisted/internet/test/test_newtls.py   |    197 -
 .../twisted/internet/test/test_pollingfile.py      |     46 -
 .../twisted/internet/test/test_posixbase.py        |    320 -
 .../twisted/internet/test/test_posixprocess.py     |    340 -
 .../Twisted/twisted/internet/test/test_process.py  |    695 -
 .../Twisted/twisted/internet/test/test_protocol.py |    457 -
 .../twisted/internet/test/test_qtreactor.py        |     35 -
 .../twisted/internet/test/test_serialport.py       |     72 -
 .../Twisted/twisted/internet/test/test_sigchld.py  |    125 -
 .../Twisted/twisted/internet/test/test_socket.py   |    128 -
 .../Twisted/twisted/internet/test/test_stdio.py    |    195 -
 .../Twisted/twisted/internet/test/test_tcp.py      |   2092 -
 .../Twisted/twisted/internet/test/test_threads.py  |    220 -
 .../Twisted/twisted/internet/test/test_time.py     |     66 -
 .../Twisted/twisted/internet/test/test_tls.py      |    438 -
 .../Twisted/twisted/internet/test/test_udp.py      |    218 -
 .../twisted/internet/test/test_udp_internals.py    |    167 -
 .../Twisted/twisted/internet/test/test_unix.py     |    559 -
 .../Twisted/twisted/internet/test/test_utilspy3.py |     92 -
 .../twisted/internet/test/test_win32events.py      |    200 -
 ThirdParty/Twisted/twisted/internet/threads.py     |    127 -
 ThirdParty/Twisted/twisted/internet/tksupport.py   |     75 -
 ThirdParty/Twisted/twisted/internet/udp.py         |    348 -
 ThirdParty/Twisted/twisted/internet/unix.py        |    518 -
 ThirdParty/Twisted/twisted/internet/utils.py       |    178 -
 .../Twisted/twisted/internet/win32eventreactor.py  |    430 -
 ThirdParty/Twisted/twisted/internet/wxreactor.py   |    184 -
 ThirdParty/Twisted/twisted/internet/wxsupport.py   |     61 -
 ThirdParty/Twisted/twisted/lore/__init__.py        |     21 -
 ThirdParty/Twisted/twisted/lore/_version.py        |      3 -
 ThirdParty/Twisted/twisted/lore/default.py         |     56 -
 ThirdParty/Twisted/twisted/lore/docbook.py         |     68 -
 ThirdParty/Twisted/twisted/lore/htmlbook.py        |     49 -
 ThirdParty/Twisted/twisted/lore/indexer.py         |     50 -
 ThirdParty/Twisted/twisted/lore/latex.py           |    463 -
 ThirdParty/Twisted/twisted/lore/lint.py            |    204 -
 ThirdParty/Twisted/twisted/lore/lmath.py           |     85 -
 ThirdParty/Twisted/twisted/lore/man2lore.py        |    295 -
 ThirdParty/Twisted/twisted/lore/numberer.py        |     33 -
 ThirdParty/Twisted/twisted/lore/process.py         |    120 -
 .../Twisted/twisted/lore/scripts/__init__.py       |      1 -
 ThirdParty/Twisted/twisted/lore/scripts/lore.py    |    155 -
 ThirdParty/Twisted/twisted/lore/slides.py          |    359 -
 ThirdParty/Twisted/twisted/lore/template.mgp       |     24 -
 ThirdParty/Twisted/twisted/lore/test/__init__.py   |      1 -
 .../twisted/lore/test/lore_index_file_out.html     |      2 -
 .../lore/test/lore_index_file_out_multiple.html    |      5 -
 .../lore/test/lore_index_file_unnumbered_out.html  |      2 -
 .../twisted/lore/test/lore_index_test.xhtml        |     21 -
 .../twisted/lore/test/lore_index_test2.xhtml       |     22 -
 .../twisted/lore/test/lore_numbering_test_out.html |      2 -
 .../lore/test/lore_numbering_test_out2.html        |      2 -
 ThirdParty/Twisted/twisted/lore/test/simple.html   |      9 -
 ThirdParty/Twisted/twisted/lore/test/simple3.html  |      9 -
 ThirdParty/Twisted/twisted/lore/test/simple4.html  |      9 -
 ThirdParty/Twisted/twisted/lore/test/template.tpl  |     13 -
 .../Twisted/twisted/lore/test/test_docbook.py      |     35 -
 ThirdParty/Twisted/twisted/lore/test/test_latex.py |    146 -
 ThirdParty/Twisted/twisted/lore/test/test_lint.py  |    132 -
 ThirdParty/Twisted/twisted/lore/test/test_lmath.py |     72 -
 ThirdParty/Twisted/twisted/lore/test/test_lore.py  |   1198 -
 .../Twisted/twisted/lore/test/test_man2lore.py     |    169 -
 .../Twisted/twisted/lore/test/test_scripts.py      |     27 -
 .../Twisted/twisted/lore/test/test_slides.py       |     85 -
 ThirdParty/Twisted/twisted/lore/texi.py            |    109 -
 ThirdParty/Twisted/twisted/lore/topfiles/NEWS      |    167 -
 ThirdParty/Twisted/twisted/lore/topfiles/README    |      3 -
 ThirdParty/Twisted/twisted/lore/topfiles/setup.py  |     29 -
 ThirdParty/Twisted/twisted/lore/tree.py            |   1122 -
 ThirdParty/Twisted/twisted/lore/xhtml-lat1.ent     |    196 -
 ThirdParty/Twisted/twisted/lore/xhtml-special.ent  |     80 -
 ThirdParty/Twisted/twisted/lore/xhtml-symbol.ent   |    237 -
 ThirdParty/Twisted/twisted/lore/xhtml1-strict.dtd  |    978 -
 .../Twisted/twisted/lore/xhtml1-transitional.dtd   |   1201 -
 ThirdParty/Twisted/twisted/mail/__init__.py        |     15 -
 ThirdParty/Twisted/twisted/mail/_version.py        |      3 -
 ThirdParty/Twisted/twisted/mail/alias.py           |    435 -
 ThirdParty/Twisted/twisted/mail/bounce.py          |     60 -
 ThirdParty/Twisted/twisted/mail/imap4.py           |   6209 -
 ThirdParty/Twisted/twisted/mail/mail.py            |    333 -
 ThirdParty/Twisted/twisted/mail/maildir.py         |    518 -
 ThirdParty/Twisted/twisted/mail/pb.py              |    115 -
 ThirdParty/Twisted/twisted/mail/pop3.py            |   1071 -
 ThirdParty/Twisted/twisted/mail/pop3client.py      |    706 -
 ThirdParty/Twisted/twisted/mail/protocols.py       |    233 -
 ThirdParty/Twisted/twisted/mail/relay.py           |    114 -
 ThirdParty/Twisted/twisted/mail/relaymanager.py    |    631 -
 .../Twisted/twisted/mail/scripts/__init__.py       |      1 -
 .../Twisted/twisted/mail/scripts/mailmail.py       |    366 -
 ThirdParty/Twisted/twisted/mail/smtp.py            |   1934 -
 ThirdParty/Twisted/twisted/mail/tap.py             |    361 -
 ThirdParty/Twisted/twisted/mail/test/__init__.py   |      1 -
 .../Twisted/twisted/mail/test/pop3testserver.py    |    314 -
 .../Twisted/twisted/mail/test/rfc822.message       |     86 -
 ThirdParty/Twisted/twisted/mail/test/server.pem    |     36 -
 .../Twisted/twisted/mail/test/test_bounce.py       |     32 -
 ThirdParty/Twisted/twisted/mail/test/test_imap.py  |   4892 -
 ThirdParty/Twisted/twisted/mail/test/test_mail.py  |   2060 -
 .../Twisted/twisted/mail/test/test_mailmail.py     |     75 -
 .../Twisted/twisted/mail/test/test_options.py      |    247 -
 ThirdParty/Twisted/twisted/mail/test/test_pop3.py  |   1071 -
 .../Twisted/twisted/mail/test/test_pop3client.py   |    582 -
 .../Twisted/twisted/mail/test/test_scripts.py      |     18 -
 ThirdParty/Twisted/twisted/mail/test/test_smtp.py  |   1520 -
 ThirdParty/Twisted/twisted/mail/topfiles/NEWS      |    328 -
 ThirdParty/Twisted/twisted/mail/topfiles/README    |      6 -
 ThirdParty/Twisted/twisted/mail/topfiles/setup.py  |     50 -
 ThirdParty/Twisted/twisted/manhole/__init__.py     |      8 -
 ThirdParty/Twisted/twisted/manhole/_inspectro.py   |    369 -
 ThirdParty/Twisted/twisted/manhole/explorer.py     |    654 -
 .../Twisted/twisted/manhole/gladereactor.glade     |    342 -
 ThirdParty/Twisted/twisted/manhole/gladereactor.py |    219 -
 ThirdParty/Twisted/twisted/manhole/inspectro.glade |    510 -
 ThirdParty/Twisted/twisted/manhole/logview.glade   |     39 -
 ThirdParty/Twisted/twisted/manhole/service.py      |    399 -
 ThirdParty/Twisted/twisted/manhole/telnet.py       |    117 -
 .../Twisted/twisted/manhole/test/__init__.py       |      6 -
 .../Twisted/twisted/manhole/test/test_explorer.py  |    102 -
 ThirdParty/Twisted/twisted/manhole/ui/__init__.py  |      7 -
 .../Twisted/twisted/manhole/ui/gtk2manhole.glade   |    268 -
 .../Twisted/twisted/manhole/ui/gtk2manhole.py      |    375 -
 .../Twisted/twisted/manhole/ui/test/__init__.py    |      4 -
 .../twisted/manhole/ui/test/test_gtk2manhole.py    |     48 -
 ThirdParty/Twisted/twisted/names/__init__.py       |      7 -
 ThirdParty/Twisted/twisted/names/_version.py       |      3 -
 ThirdParty/Twisted/twisted/names/authority.py      |    334 -
 ThirdParty/Twisted/twisted/names/cache.py          |    127 -
 ThirdParty/Twisted/twisted/names/client.py         |    932 -
 ThirdParty/Twisted/twisted/names/common.py         |    307 -
 ThirdParty/Twisted/twisted/names/dns.py            |   2049 -
 ThirdParty/Twisted/twisted/names/error.py          |     97 -
 ThirdParty/Twisted/twisted/names/hosts.py          |    149 -
 ThirdParty/Twisted/twisted/names/resolve.py        |     59 -
 ThirdParty/Twisted/twisted/names/root.py           |    448 -
 ThirdParty/Twisted/twisted/names/secondary.py      |    179 -
 ThirdParty/Twisted/twisted/names/server.py         |    205 -
 ThirdParty/Twisted/twisted/names/srvconnect.py     |    211 -
 ThirdParty/Twisted/twisted/names/tap.py            |    150 -
 ThirdParty/Twisted/twisted/names/test/__init__.py  |      1 -
 .../Twisted/twisted/names/test/test_cache.py       |    135 -
 .../Twisted/twisted/names/test/test_client.py      |   1047 -
 .../Twisted/twisted/names/test/test_common.py      |    126 -
 ThirdParty/Twisted/twisted/names/test/test_dns.py  |   1790 -
 .../Twisted/twisted/names/test/test_hosts.py       |    258 -
 .../Twisted/twisted/names/test/test_names.py       |    817 -
 .../Twisted/twisted/names/test/test_rootresolve.py |    725 -
 .../Twisted/twisted/names/test/test_srvconnect.py  |    169 -
 ThirdParty/Twisted/twisted/names/test/test_tap.py  |     99 -
 ThirdParty/Twisted/twisted/names/topfiles/NEWS     |    258 -
 ThirdParty/Twisted/twisted/names/topfiles/README   |      3 -
 ThirdParty/Twisted/twisted/names/topfiles/setup.py |     50 -
 ThirdParty/Twisted/twisted/news/__init__.py        |     11 -
 ThirdParty/Twisted/twisted/news/_version.py        |      3 -
 ThirdParty/Twisted/twisted/news/database.py        |   1051 -
 ThirdParty/Twisted/twisted/news/news.py            |     90 -
 ThirdParty/Twisted/twisted/news/nntp.py            |   1036 -
 ThirdParty/Twisted/twisted/news/tap.py             |    138 -
 ThirdParty/Twisted/twisted/news/test/__init__.py   |      1 -
 .../Twisted/twisted/news/test/test_database.py     |    224 -
 ThirdParty/Twisted/twisted/news/test/test_news.py  |    107 -
 ThirdParty/Twisted/twisted/news/test/test_nntp.py  |    197 -
 ThirdParty/Twisted/twisted/news/topfiles/NEWS      |    118 -
 ThirdParty/Twisted/twisted/news/topfiles/README    |      4 -
 ThirdParty/Twisted/twisted/news/topfiles/setup.py  |     28 -
 ThirdParty/Twisted/twisted/pair/__init__.py        |     20 -
 ThirdParty/Twisted/twisted/pair/_version.py        |      3 -
 ThirdParty/Twisted/twisted/pair/ethernet.py        |     56 -
 ThirdParty/Twisted/twisted/pair/ip.py              |     72 -
 ThirdParty/Twisted/twisted/pair/raw.py             |     35 -
 ThirdParty/Twisted/twisted/pair/rawudp.py          |     55 -
 ThirdParty/Twisted/twisted/pair/test/__init__.py   |      1 -
 .../Twisted/twisted/pair/test/test_ethernet.py     |    226 -
 ThirdParty/Twisted/twisted/pair/test/test_ip.py    |    417 -
 .../Twisted/twisted/pair/test/test_rawudp.py       |    327 -
 ThirdParty/Twisted/twisted/pair/topfiles/NEWS      |     68 -
 ThirdParty/Twisted/twisted/pair/topfiles/README    |      4 -
 ThirdParty/Twisted/twisted/pair/topfiles/setup.py  |     28 -
 ThirdParty/Twisted/twisted/pair/tuntap.py          |    170 -
 ThirdParty/Twisted/twisted/persisted/__init__.py   |      6 -
 ThirdParty/Twisted/twisted/persisted/aot.py        |    560 -
 ThirdParty/Twisted/twisted/persisted/crefutil.py   |    163 -
 ThirdParty/Twisted/twisted/persisted/dirdbm.py     |    358 -
 ThirdParty/Twisted/twisted/persisted/sob.py        |    227 -
 ThirdParty/Twisted/twisted/persisted/styles.py     |    262 -
 .../Twisted/twisted/persisted/test/__init__.py     |      6 -
 .../Twisted/twisted/persisted/test/test_styles.py  |     55 -
 ThirdParty/Twisted/twisted/plugin.py               |    255 -
 ThirdParty/Twisted/twisted/plugins/__init__.py     |     17 -
 .../Twisted/twisted/plugins/cred_anonymous.py      |     40 -
 ThirdParty/Twisted/twisted/plugins/cred_file.py    |     60 -
 ThirdParty/Twisted/twisted/plugins/cred_memory.py  |     68 -
 ThirdParty/Twisted/twisted/plugins/cred_sshkeys.py |     51 -
 ThirdParty/Twisted/twisted/plugins/cred_unix.py    |    138 -
 .../Twisted/twisted/plugins/twisted_conch.py       |     18 -
 ThirdParty/Twisted/twisted/plugins/twisted_core.py |      9 -
 ThirdParty/Twisted/twisted/plugins/twisted_ftp.py  |     10 -
 ThirdParty/Twisted/twisted/plugins/twisted_inet.py |     10 -
 ThirdParty/Twisted/twisted/plugins/twisted_lore.py |     38 -
 ThirdParty/Twisted/twisted/plugins/twisted_mail.py |     10 -
 .../Twisted/twisted/plugins/twisted_manhole.py     |     10 -
 .../Twisted/twisted/plugins/twisted_names.py       |     10 -
 ThirdParty/Twisted/twisted/plugins/twisted_news.py |     10 -
 .../Twisted/twisted/plugins/twisted_portforward.py |     10 -
 .../Twisted/twisted/plugins/twisted_qtstub.py      |     45 -
 .../Twisted/twisted/plugins/twisted_reactors.py    |     42 -
 .../Twisted/twisted/plugins/twisted_runner.py      |     10 -
 .../Twisted/twisted/plugins/twisted_socks.py       |     10 -
 .../Twisted/twisted/plugins/twisted_telnet.py      |     10 -
 .../Twisted/twisted/plugins/twisted_trial.py       |     59 -
 ThirdParty/Twisted/twisted/plugins/twisted_web.py  |     11 -
 .../Twisted/twisted/plugins/twisted_words.py       |     43 -
 ThirdParty/Twisted/twisted/protocols/__init__.py   |      7 -
 ThirdParty/Twisted/twisted/protocols/amp.py        |   2705 -
 ThirdParty/Twisted/twisted/protocols/basic.py      |    963 -
 ThirdParty/Twisted/twisted/protocols/dict.py       |    362 -
 ThirdParty/Twisted/twisted/protocols/finger.py     |     42 -
 ThirdParty/Twisted/twisted/protocols/ftp.py        |   3059 -
 .../Twisted/twisted/protocols/gps/__init__.py      |      1 -
 ThirdParty/Twisted/twisted/protocols/gps/nmea.py   |    209 -
 .../Twisted/twisted/protocols/gps/rockwell.py      |    268 -
 ThirdParty/Twisted/twisted/protocols/htb.py        |    297 -
 ThirdParty/Twisted/twisted/protocols/ident.py      |    231 -
 ThirdParty/Twisted/twisted/protocols/loopback.py   |    377 -
 ThirdParty/Twisted/twisted/protocols/memcache.py   |    758 -
 .../Twisted/twisted/protocols/mice/__init__.py     |      1 -
 .../Twisted/twisted/protocols/mice/mouseman.py     |    127 -
 ThirdParty/Twisted/twisted/protocols/pcp.py        |    204 -
 ThirdParty/Twisted/twisted/protocols/policies.py   |    727 -
 .../Twisted/twisted/protocols/portforward.py       |     87 -
 ThirdParty/Twisted/twisted/protocols/postfix.py    |    112 -
 ThirdParty/Twisted/twisted/protocols/shoutcast.py  |    111 -
 ThirdParty/Twisted/twisted/protocols/sip.py        |   1347 -
 ThirdParty/Twisted/twisted/protocols/socks.py      |    240 -
 ThirdParty/Twisted/twisted/protocols/stateful.py   |     52 -
 ThirdParty/Twisted/twisted/protocols/telnet.py     |    325 -
 .../Twisted/twisted/protocols/test/__init__.py     |      6 -
 .../Twisted/twisted/protocols/test/test_basic.py   |   1061 -
 .../Twisted/twisted/protocols/test/test_tls.py     |   1522 -
 ThirdParty/Twisted/twisted/protocols/tls.py        |    617 -
 ThirdParty/Twisted/twisted/protocols/wire.py       |     90 -
 ThirdParty/Twisted/twisted/python/__init__.py      |     13 -
 ThirdParty/Twisted/twisted/python/_epoll.c         |   3348 -
 ThirdParty/Twisted/twisted/python/_epoll.pyx       |    285 -
 ThirdParty/Twisted/twisted/python/_initgroups.c    |     66 -
 ThirdParty/Twisted/twisted/python/_inotify.py      |    101 -
 ThirdParty/Twisted/twisted/python/_reflectpy3.py   |    325 -
 ThirdParty/Twisted/twisted/python/_release.py      |   1371 -
 ThirdParty/Twisted/twisted/python/_shellcomp.py    |    668 -
 ThirdParty/Twisted/twisted/python/_utilpy3.py      |    337 -
 ThirdParty/Twisted/twisted/python/compat.py        |    432 -
 ThirdParty/Twisted/twisted/python/components.py    |    443 -
 ThirdParty/Twisted/twisted/python/constants.py     |    377 -
 ThirdParty/Twisted/twisted/python/context.py       |    133 -
 ThirdParty/Twisted/twisted/python/deprecate.py     |    539 -
 ThirdParty/Twisted/twisted/python/dist.py          |    461 -
 ThirdParty/Twisted/twisted/python/failure.py       |    654 -
 ThirdParty/Twisted/twisted/python/fakepwd.py       |    219 -
 ThirdParty/Twisted/twisted/python/filepath.py      |   1429 -
 ThirdParty/Twisted/twisted/python/finalize.py      |     46 -
 ThirdParty/Twisted/twisted/python/formmethod.py    |    363 -
 ThirdParty/Twisted/twisted/python/hashlib.py       |     24 -
 ThirdParty/Twisted/twisted/python/hook.py          |    176 -
 ThirdParty/Twisted/twisted/python/htmlizer.py      |     91 -
 ThirdParty/Twisted/twisted/python/lockfile.py      |    214 -
 ThirdParty/Twisted/twisted/python/log.py           |    629 -
 ThirdParty/Twisted/twisted/python/logfile.py       |    323 -
 ThirdParty/Twisted/twisted/python/modules.py       |    758 -
 ThirdParty/Twisted/twisted/python/monkey.py        |     75 -
 ThirdParty/Twisted/twisted/python/procutils.py     |     45 -
 ThirdParty/Twisted/twisted/python/randbytes.py     |    150 -
 ThirdParty/Twisted/twisted/python/rebuild.py       |    271 -
 ThirdParty/Twisted/twisted/python/reflect.py       |    537 -
 ThirdParty/Twisted/twisted/python/release.py       |     63 -
 ThirdParty/Twisted/twisted/python/roots.py         |    248 -
 ThirdParty/Twisted/twisted/python/runtime.py       |    154 -
 ThirdParty/Twisted/twisted/python/sendmsg.c        |    511 -
 ThirdParty/Twisted/twisted/python/shortcut.py      |     76 -
 ThirdParty/Twisted/twisted/python/syslog.py        |    107 -
 ThirdParty/Twisted/twisted/python/systemd.py       |     87 -
 ThirdParty/Twisted/twisted/python/text.py          |    208 -
 ThirdParty/Twisted/twisted/python/threadable.py    |    139 -
 ThirdParty/Twisted/twisted/python/threadpool.py    |    245 -
 .../Twisted/twisted/python/twisted-completion.zsh  |     33 -
 ThirdParty/Twisted/twisted/python/urlpath.py       |    122 -
 ThirdParty/Twisted/twisted/python/usage.py         |    973 -
 ThirdParty/Twisted/twisted/python/util.py          |    754 -
 ThirdParty/Twisted/twisted/python/versions.py      |    258 -
 ThirdParty/Twisted/twisted/python/win32.py         |    166 -
 ThirdParty/Twisted/twisted/python/zippath.py       |    268 -
 ThirdParty/Twisted/twisted/python/zipstream.py     |    319 -
 ThirdParty/Twisted/twisted/python/zsh/README.txt   |      9 -
 ThirdParty/Twisted/twisted/python/zsh/_cftp        |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_ckeygen     |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_conch       |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_lore        |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_manhole     |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_mktap       |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_pyhtmlizer  |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_tap2deb     |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_tap2rpm     |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_tapconvert  |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_tkconch     |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_tkmktap     |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_trial       |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_twistd      |     34 -
 ThirdParty/Twisted/twisted/python/zsh/_websetroot  |     34 -
 ThirdParty/Twisted/twisted/python/zshcomp.py       |    824 -
 ThirdParty/Twisted/twisted/runner/__init__.py      |     15 -
 ThirdParty/Twisted/twisted/runner/_version.py      |      3 -
 ThirdParty/Twisted/twisted/runner/inetd.py         |     70 -
 ThirdParty/Twisted/twisted/runner/inetdconf.py     |    194 -
 ThirdParty/Twisted/twisted/runner/inetdtap.py      |    163 -
 ThirdParty/Twisted/twisted/runner/portmap.c        |     57 -
 ThirdParty/Twisted/twisted/runner/procmon.py       |    310 -
 ThirdParty/Twisted/twisted/runner/procmontap.py    |     73 -
 ThirdParty/Twisted/twisted/runner/test/__init__.py |      6 -
 .../Twisted/twisted/runner/test/test_procmon.py    |    477 -
 .../Twisted/twisted/runner/test/test_procmontap.py |     87 -
 ThirdParty/Twisted/twisted/runner/topfiles/NEWS    |    113 -
 ThirdParty/Twisted/twisted/runner/topfiles/README  |      3 -
 .../Twisted/twisted/runner/topfiles/setup.py       |     35 -
 ThirdParty/Twisted/twisted/scripts/__init__.py     |     27 -
 ThirdParty/Twisted/twisted/scripts/_twistd_unix.py |    349 -
 ThirdParty/Twisted/twisted/scripts/_twistw.py      |     50 -
 ThirdParty/Twisted/twisted/scripts/htmlizer.py     |     69 -
 ThirdParty/Twisted/twisted/scripts/manhole.py      |     69 -
 ThirdParty/Twisted/twisted/scripts/tap2deb.py      |    281 -
 ThirdParty/Twisted/twisted/scripts/tap2rpm.py      |    331 -
 ThirdParty/Twisted/twisted/scripts/tapconvert.py   |     57 -
 .../Twisted/twisted/scripts/test/__init__.py       |      6 -
 .../Twisted/twisted/scripts/test/test_scripts.py   |    201 -
 .../Twisted/twisted/scripts/test/test_tap2rpm.py   |    399 -
 ThirdParty/Twisted/twisted/scripts/tkunzip.py      |    290 -
 ThirdParty/Twisted/twisted/scripts/trial.py        |    521 -
 ThirdParty/Twisted/twisted/scripts/twistd.py       |     30 -
 ThirdParty/Twisted/twisted/spread/__init__.py      |     12 -
 ThirdParty/Twisted/twisted/spread/banana.py        |    358 -
 ThirdParty/Twisted/twisted/spread/flavors.py       |    590 -
 ThirdParty/Twisted/twisted/spread/interfaces.py    |     28 -
 ThirdParty/Twisted/twisted/spread/jelly.py         |   1151 -
 ThirdParty/Twisted/twisted/spread/pb.py            |   1434 -
 ThirdParty/Twisted/twisted/spread/publish.py       |    142 -
 ThirdParty/Twisted/twisted/spread/ui/__init__.py   |     12 -
 ThirdParty/Twisted/twisted/spread/ui/gtk2util.py   |    218 -
 ThirdParty/Twisted/twisted/spread/ui/login2.glade  |    461 -
 ThirdParty/Twisted/twisted/spread/ui/tktree.py     |    204 -
 ThirdParty/Twisted/twisted/spread/ui/tkutil.py     |    397 -
 ThirdParty/Twisted/twisted/spread/util.py          |    215 -
 ThirdParty/Twisted/twisted/tap/__init__.py         |     10 -
 ThirdParty/Twisted/twisted/tap/ftp.py              |     69 -
 ThirdParty/Twisted/twisted/tap/manhole.py          |     54 -
 ThirdParty/Twisted/twisted/tap/portforward.py      |     27 -
 ThirdParty/Twisted/twisted/tap/socks.py            |     38 -
 ThirdParty/Twisted/twisted/tap/telnet.py           |     32 -
 ThirdParty/Twisted/twisted/test/__init__.py        |     10 -
 ThirdParty/Twisted/twisted/test/_preamble.py       |     17 -
 .../Twisted/twisted/test/crash_test_dummy.py       |     34 -
 ThirdParty/Twisted/twisted/test/iosim.py           |    270 -
 .../Twisted/twisted/test/mock_win32process.py      |     48 -
 ThirdParty/Twisted/twisted/test/myrebuilder1.py    |     15 -
 ThirdParty/Twisted/twisted/test/myrebuilder2.py    |     16 -
 ThirdParty/Twisted/twisted/test/plugin_basic.py    |     57 -
 ThirdParty/Twisted/twisted/test/plugin_extra1.py   |     23 -
 ThirdParty/Twisted/twisted/test/plugin_extra2.py   |     35 -
 ThirdParty/Twisted/twisted/test/process_cmdline.py |      5 -
 ThirdParty/Twisted/twisted/test/process_echoer.py  |     11 -
 ThirdParty/Twisted/twisted/test/process_fds.py     |     40 -
 ThirdParty/Twisted/twisted/test/process_linger.py  |     17 -
 ThirdParty/Twisted/twisted/test/process_reader.py  |     12 -
 ThirdParty/Twisted/twisted/test/process_signal.py  |      8 -
 .../Twisted/twisted/test/process_stdinreader.py    |     23 -
 ThirdParty/Twisted/twisted/test/process_tester.py  |     37 -
 ThirdParty/Twisted/twisted/test/process_tty.py     |      6 -
 ThirdParty/Twisted/twisted/test/process_twisted.py |     43 -
 ThirdParty/Twisted/twisted/test/proto_helpers.py   |    573 -
 ThirdParty/Twisted/twisted/test/raiser.c           |   1443 -
 ThirdParty/Twisted/twisted/test/raiser.pyx         |     21 -
 .../Twisted/twisted/test/reflect_helper_IE.py      |      4 -
 .../Twisted/twisted/test/reflect_helper_VE.py      |      4 -
 .../Twisted/twisted/test/reflect_helper_ZDE.py     |      4 -
 ThirdParty/Twisted/twisted/test/server.pem         |     36 -
 ThirdParty/Twisted/twisted/test/ssl_helpers.py     |     37 -
 .../Twisted/twisted/test/stdio_test_consumer.py    |     39 -
 .../Twisted/twisted/test/stdio_test_halfclose.py   |     66 -
 .../Twisted/twisted/test/stdio_test_hostpeer.py    |     32 -
 .../Twisted/twisted/test/stdio_test_lastwrite.py   |     45 -
 .../Twisted/twisted/test/stdio_test_loseconn.py    |     48 -
 .../Twisted/twisted/test/stdio_test_producer.py    |     55 -
 .../Twisted/twisted/test/stdio_test_write.py       |     31 -
 .../Twisted/twisted/test/stdio_test_writeseq.py    |     30 -
 ThirdParty/Twisted/twisted/test/test_abstract.py   |     85 -
 ThirdParty/Twisted/twisted/test/test_adbapi.py     |    819 -
 ThirdParty/Twisted/twisted/test/test_amp.py        |   3178 -
 .../Twisted/twisted/test/test_application.py       |    841 -
 ThirdParty/Twisted/twisted/test/test_banana.py     |    278 -
 ThirdParty/Twisted/twisted/test/test_compat.py     |    623 -
 ThirdParty/Twisted/twisted/test/test_context.py    |     51 -
 ThirdParty/Twisted/twisted/test/test_cooperator.py |    671 -
 ThirdParty/Twisted/twisted/test/test_defer.py      |   2030 -
 ThirdParty/Twisted/twisted/test/test_defgen.py     |    301 -
 ThirdParty/Twisted/twisted/test/test_dict.py       |     22 -
 ThirdParty/Twisted/twisted/test/test_digestauth.py |    671 -
 ThirdParty/Twisted/twisted/test/test_dirdbm.py     |    170 -
 ThirdParty/Twisted/twisted/test/test_doc.py        |    104 -
 ThirdParty/Twisted/twisted/test/test_epoll.py      |    158 -
 ThirdParty/Twisted/twisted/test/test_error.py      |    251 -
 ThirdParty/Twisted/twisted/test/test_explorer.py   |    236 -
 ThirdParty/Twisted/twisted/test/test_factories.py  |    145 -
 ThirdParty/Twisted/twisted/test/test_failure.py    |    781 -
 ThirdParty/Twisted/twisted/test/test_fdesc.py      |    266 -
 ThirdParty/Twisted/twisted/test/test_finger.py     |     67 -
 ThirdParty/Twisted/twisted/test/test_formmethod.py |     98 -
 ThirdParty/Twisted/twisted/test/test_ftp.py        |   3202 -
 .../Twisted/twisted/test/test_ftp_options.py       |     80 -
 ThirdParty/Twisted/twisted/test/test_hook.py       |    150 -
 ThirdParty/Twisted/twisted/test/test_htb.py        |    109 -
 ThirdParty/Twisted/twisted/test/test_ident.py      |    194 -
 ThirdParty/Twisted/twisted/test/test_import.py     |     75 -
 ThirdParty/Twisted/twisted/test/test_internet.py   |   1419 -
 ThirdParty/Twisted/twisted/test/test_iutils.py     |    259 -
 ThirdParty/Twisted/twisted/test/test_jelly.py      |    671 -
 ThirdParty/Twisted/twisted/test/test_lockfile.py   |    445 -
 ThirdParty/Twisted/twisted/test/test_log.py        |    842 -
 ThirdParty/Twisted/twisted/test/test_logfile.py    |    320 -
 ThirdParty/Twisted/twisted/test/test_loopback.py   |    431 -
 ThirdParty/Twisted/twisted/test/test_manhole.py    |     75 -
 ThirdParty/Twisted/twisted/test/test_memcache.py   |    663 -
 ThirdParty/Twisted/twisted/test/test_modules.py    |    494 -
 ThirdParty/Twisted/twisted/test/test_monkey.py     |    164 -
 ThirdParty/Twisted/twisted/test/test_newcred.py    |    445 -
 ThirdParty/Twisted/twisted/test/test_nmea.py       |    115 -
 ThirdParty/Twisted/twisted/test/test_paths.py      |   1510 -
 ThirdParty/Twisted/twisted/test/test_pb.py         |   1846 -
 ThirdParty/Twisted/twisted/test/test_pbfailure.py  |    475 -
 ThirdParty/Twisted/twisted/test/test_pcp.py        |    368 -
 ThirdParty/Twisted/twisted/test/test_persisted.py  |    377 -
 ThirdParty/Twisted/twisted/test/test_plugin.py     |    719 -
 ThirdParty/Twisted/twisted/test/test_policies.py   |    854 -
 ThirdParty/Twisted/twisted/test/test_postfix.py    |    108 -
 ThirdParty/Twisted/twisted/test/test_process.py    |   2561 -
 ThirdParty/Twisted/twisted/test/test_protocols.py  |    236 -
 ThirdParty/Twisted/twisted/test/test_randbytes.py  |    121 -
 ThirdParty/Twisted/twisted/test/test_rebuild.py    |    252 -
 ThirdParty/Twisted/twisted/test/test_reflect.py    |    419 -
 ThirdParty/Twisted/twisted/test/test_roots.py      |     63 -
 ThirdParty/Twisted/twisted/test/test_setup.py      |     61 -
 ThirdParty/Twisted/twisted/test/test_shortcut.py   |     26 -
 ThirdParty/Twisted/twisted/test/test_sip.py        |    984 -
 ThirdParty/Twisted/twisted/test/test_sob.py        |    172 -
 ThirdParty/Twisted/twisted/test/test_socks.py      |    498 -
 ThirdParty/Twisted/twisted/test/test_ssl.py        |    727 -
 ThirdParty/Twisted/twisted/test/test_sslverify.py  |    566 -
 ThirdParty/Twisted/twisted/test/test_stateful.py   |     81 -
 ThirdParty/Twisted/twisted/test/test_stdio.py      |    371 -
 ThirdParty/Twisted/twisted/test/test_strcred.py    |    657 -
 ThirdParty/Twisted/twisted/test/test_strerror.py   |    151 -
 .../Twisted/twisted/test/test_stringtransport.py   |    279 -
 ThirdParty/Twisted/twisted/test/test_strports.py   |    133 -
 ThirdParty/Twisted/twisted/test/test_task.py       |   1029 -
 ThirdParty/Twisted/twisted/test/test_tcp.py        |   1829 -
 .../Twisted/twisted/test/test_tcp_internals.py     |    255 -
 ThirdParty/Twisted/twisted/test/test_text.py       |    242 -
 ThirdParty/Twisted/twisted/test/test_threadable.py |    132 -
 ThirdParty/Twisted/twisted/test/test_threadpool.py |    542 -
 ThirdParty/Twisted/twisted/test/test_threads.py    |    421 -
 ThirdParty/Twisted/twisted/test/test_tpfile.py     |     52 -
 ThirdParty/Twisted/twisted/test/test_twistd.py     |   1549 -
 ThirdParty/Twisted/twisted/test/test_twisted.py    |    678 -
 ThirdParty/Twisted/twisted/test/test_udp.py        |    708 -
 ThirdParty/Twisted/twisted/test/test_unix.py       |    405 -
 ThirdParty/Twisted/twisted/test/test_usage.py      |    584 -
 ThirdParty/Twisted/twisted/test/testutils.py       |     55 -
 ThirdParty/Twisted/twisted/topfiles/CREDITS        |     60 -
 ThirdParty/Twisted/twisted/topfiles/ChangeLog.Old  |   3888 -
 ThirdParty/Twisted/twisted/topfiles/NEWS           |   1912 -
 ThirdParty/Twisted/twisted/topfiles/README         |     14 -
 ThirdParty/Twisted/twisted/topfiles/setup.py       |     96 -
 ThirdParty/Twisted/twisted/trial/__init__.py       |     52 -
 ThirdParty/Twisted/twisted/trial/_asyncrunner.py   |    235 -
 ThirdParty/Twisted/twisted/trial/_asynctest.py     |    415 -
 ThirdParty/Twisted/twisted/trial/_dist/__init__.py |     47 -
 .../Twisted/twisted/trial/_dist/_preamble.py       |     23 -
 .../Twisted/twisted/trial/_dist/distreporter.py    |     94 -
 .../Twisted/twisted/trial/_dist/disttrial.py       |    252 -
 .../Twisted/twisted/trial/_dist/managercommands.py |     76 -
 ThirdParty/Twisted/twisted/trial/_dist/options.py  |     30 -
 .../Twisted/twisted/trial/_dist/test/__init__.py   |      6 -
 .../twisted/trial/_dist/test/test_distreporter.py  |     62 -
 .../twisted/trial/_dist/test/test_disttrial.py     |    372 -
 .../twisted/trial/_dist/test/test_options.py       |     48 -
 .../twisted/trial/_dist/test/test_worker.py        |    473 -
 .../trial/_dist/test/test_workerreporter.py        |    119 -
 .../twisted/trial/_dist/test/test_workertrial.py   |    149 -
 ThirdParty/Twisted/twisted/trial/_dist/worker.py   |    328 -
 .../Twisted/twisted/trial/_dist/workercommands.py  |     28 -
 .../Twisted/twisted/trial/_dist/workerreporter.py  |    123 -
 .../Twisted/twisted/trial/_dist/workertrial.py     |     94 -
 ThirdParty/Twisted/twisted/trial/_synctest.py      |   1252 -
 ThirdParty/Twisted/twisted/trial/itrial.py         |    253 -
 ThirdParty/Twisted/twisted/trial/reporter.py       |   1249 -
 ThirdParty/Twisted/twisted/trial/runner.py         |    846 -
 ThirdParty/Twisted/twisted/trial/test/__init__.py  |      6 -
 ThirdParty/Twisted/twisted/trial/test/detests.py   |    203 -
 ThirdParty/Twisted/twisted/trial/test/erroneous.py |    167 -
 .../Twisted/twisted/trial/test/mockcustomsuite.py  |     21 -
 .../Twisted/twisted/trial/test/mockcustomsuite2.py |     21 -
 .../Twisted/twisted/trial/test/mockcustomsuite3.py |     28 -
 .../Twisted/twisted/trial/test/mockdoctest.py      |    104 -
 .../Twisted/twisted/trial/test/moduleself.py       |      7 -
 .../Twisted/twisted/trial/test/moduletest.py       |     11 -
 ThirdParty/Twisted/twisted/trial/test/notpython    |      2 -
 ThirdParty/Twisted/twisted/trial/test/novars.py    |      6 -
 ThirdParty/Twisted/twisted/trial/test/packages.py  |    180 -
 ThirdParty/Twisted/twisted/trial/test/sample.py    |    108 -
 .../Twisted/twisted/trial/test/scripttest.py       |     14 -
 ThirdParty/Twisted/twisted/trial/test/skipping.py  |    270 -
 .../Twisted/twisted/trial/test/suppression.py      |    115 -
 .../Twisted/twisted/trial/test/test_assertions.py  |   1076 -
 .../twisted/trial/test/test_asyncassertions.py     |     83 -
 .../Twisted/twisted/trial/test/test_deferred.py    |    236 -
 .../Twisted/twisted/trial/test/test_doctest.py     |     64 -
 .../Twisted/twisted/trial/test/test_keyboard.py    |    119 -
 .../Twisted/twisted/trial/test/test_loader.py      |    613 -
 ThirdParty/Twisted/twisted/trial/test/test_log.py  |    235 -
 .../Twisted/twisted/trial/test/test_output.py      |    179 -
 .../Twisted/twisted/trial/test/test_plugins.py     |     46 -
 .../twisted/trial/test/test_pyunitcompat.py        |    302 -
 .../Twisted/twisted/trial/test/test_reporter.py    |   1657 -
 .../Twisted/twisted/trial/test/test_runner.py      |   1022 -
 .../Twisted/twisted/trial/test/test_script.py      |    596 -
 .../Twisted/twisted/trial/test/test_suppression.py |    162 -
 .../twisted/trial/test/test_test_visitor.py        |     82 -
 .../Twisted/twisted/trial/test/test_testcase.py    |     70 -
 .../Twisted/twisted/trial/test/test_tests.py       |   1267 -
 ThirdParty/Twisted/twisted/trial/test/test_util.py |    739 -
 .../Twisted/twisted/trial/test/test_warning.py     |    491 -
 ThirdParty/Twisted/twisted/trial/test/weird.py     |     23 -
 ThirdParty/Twisted/twisted/trial/unittest.py       |     42 -
 ThirdParty/Twisted/twisted/trial/util.py           |    458 -
 ThirdParty/Twisted/twisted/web/__init__.py         |     15 -
 ThirdParty/Twisted/twisted/web/_auth/__init__.py   |      7 -
 ThirdParty/Twisted/twisted/web/_auth/basic.py      |     59 -
 ThirdParty/Twisted/twisted/web/_auth/digest.py     |     54 -
 ThirdParty/Twisted/twisted/web/_auth/wrapper.py    |    225 -
 ThirdParty/Twisted/twisted/web/_element.py         |    185 -
 ThirdParty/Twisted/twisted/web/_flatten.py         |    314 -
 ThirdParty/Twisted/twisted/web/_newclient.py       |   1502 -
 ThirdParty/Twisted/twisted/web/_responses.py       |    114 -
 ThirdParty/Twisted/twisted/web/_stan.py            |    325 -
 ThirdParty/Twisted/twisted/web/_version.py         |      3 -
 ThirdParty/Twisted/twisted/web/client.py           |   1616 -
 ThirdParty/Twisted/twisted/web/demo.py             |     24 -
 ThirdParty/Twisted/twisted/web/distrib.py          |    373 -
 ThirdParty/Twisted/twisted/web/domhelpers.py       |    268 -
 ThirdParty/Twisted/twisted/web/error.py            |    380 -
 ThirdParty/Twisted/twisted/web/failure.xhtml       |     71 -
 ThirdParty/Twisted/twisted/web/guard.py            |     17 -
 ThirdParty/Twisted/twisted/web/html.py             |     46 -
 ThirdParty/Twisted/twisted/web/http.py             |   1889 -
 ThirdParty/Twisted/twisted/web/http_headers.py     |    261 -
 ThirdParty/Twisted/twisted/web/iweb.py             |    591 -
 ThirdParty/Twisted/twisted/web/microdom.py         |   1028 -
 ThirdParty/Twisted/twisted/web/proxy.py            |    303 -
 ThirdParty/Twisted/twisted/web/resource.py         |    405 -
 ThirdParty/Twisted/twisted/web/rewrite.py          |     52 -
 ThirdParty/Twisted/twisted/web/script.py           |    170 -
 ThirdParty/Twisted/twisted/web/server.py           |    723 -
 ThirdParty/Twisted/twisted/web/soap.py             |    154 -
 ThirdParty/Twisted/twisted/web/static.py           |   1033 -
 ThirdParty/Twisted/twisted/web/sux.py              |    636 -
 ThirdParty/Twisted/twisted/web/tap.py              |    232 -
 ThirdParty/Twisted/twisted/web/template.py         |    566 -
 ThirdParty/Twisted/twisted/web/test/__init__.py    |      7 -
 ThirdParty/Twisted/twisted/web/test/_util.py       |     77 -
 .../Twisted/twisted/web/test/requesthelper.py      |    239 -
 ThirdParty/Twisted/twisted/web/test/test_agent.py  |   2103 -
 ThirdParty/Twisted/twisted/web/test/test_cgi.py    |    270 -
 .../Twisted/twisted/web/test/test_distrib.py       |    434 -
 .../Twisted/twisted/web/test/test_domhelpers.py    |    306 -
 ThirdParty/Twisted/twisted/web/test/test_error.py  |    151 -
 .../Twisted/twisted/web/test/test_flatten.py       |    348 -
 ThirdParty/Twisted/twisted/web/test/test_http.py   |   1849 -
 .../Twisted/twisted/web/test/test_http_headers.py  |    631 -
 .../Twisted/twisted/web/test/test_httpauth.py      |    634 -
 .../Twisted/twisted/web/test/test_newclient.py     |   2521 -
 ThirdParty/Twisted/twisted/web/test/test_proxy.py  |    544 -
 .../Twisted/twisted/web/test/test_resource.py      |    261 -
 ThirdParty/Twisted/twisted/web/test/test_script.py |     70 -
 ThirdParty/Twisted/twisted/web/test/test_soap.py   |    114 -
 ThirdParty/Twisted/twisted/web/test/test_stan.py   |    139 -
 ThirdParty/Twisted/twisted/web/test/test_static.py |   1486 -
 ThirdParty/Twisted/twisted/web/test/test_tap.py    |    196 -
 .../Twisted/twisted/web/test/test_template.py      |    810 -
 ThirdParty/Twisted/twisted/web/test/test_util.py   |    424 -
 ThirdParty/Twisted/twisted/web/test/test_vhost.py  |    105 -
 ThirdParty/Twisted/twisted/web/test/test_web.py    |    972 -
 .../Twisted/twisted/web/test/test_webclient.py     |   1070 -
 ThirdParty/Twisted/twisted/web/test/test_wsgi.py   |   1572 -
 ThirdParty/Twisted/twisted/web/test/test_xml.py    |   1105 -
 ThirdParty/Twisted/twisted/web/test/test_xmlrpc.py |    849 -
 ThirdParty/Twisted/twisted/web/topfiles/NEWS       |    602 -
 ThirdParty/Twisted/twisted/web/topfiles/README     |      6 -
 ThirdParty/Twisted/twisted/web/topfiles/setup.py   |     30 -
 ThirdParty/Twisted/twisted/web/twcgi.py            |    299 -
 ThirdParty/Twisted/twisted/web/util.py             |    433 -
 ThirdParty/Twisted/twisted/web/vhost.py            |    135 -
 ThirdParty/Twisted/twisted/web/wsgi.py             |    403 -
 ThirdParty/Twisted/twisted/web/xmlrpc.py           |    590 -
 ThirdParty/Twisted/twisted/words/__init__.py       |     10 -
 ThirdParty/Twisted/twisted/words/_version.py       |      3 -
 ThirdParty/Twisted/twisted/words/ewords.py         |     34 -
 ThirdParty/Twisted/twisted/words/im/__init__.py    |      6 -
 ThirdParty/Twisted/twisted/words/im/baseaccount.py |     62 -
 ThirdParty/Twisted/twisted/words/im/basechat.py    |    512 -
 ThirdParty/Twisted/twisted/words/im/basesupport.py |    270 -
 .../twisted/words/im/instancemessenger.glade       |   3165 -
 ThirdParty/Twisted/twisted/words/im/interfaces.py  |    364 -
 ThirdParty/Twisted/twisted/words/im/ircsupport.py  |    263 -
 ThirdParty/Twisted/twisted/words/im/locals.py      |     26 -
 ThirdParty/Twisted/twisted/words/im/pbsupport.py   |    260 -
 ThirdParty/Twisted/twisted/words/iwords.py         |    266 -
 .../Twisted/twisted/words/protocols/__init__.py    |      1 -
 ThirdParty/Twisted/twisted/words/protocols/irc.py  |   3302 -
 .../twisted/words/protocols/jabber/__init__.py     |      8 -
 .../twisted/words/protocols/jabber/client.py       |    368 -
 .../twisted/words/protocols/jabber/component.py    |    474 -
 .../twisted/words/protocols/jabber/error.py        |    336 -
 .../twisted/words/protocols/jabber/ijabber.py      |    199 -
 .../Twisted/twisted/words/protocols/jabber/jid.py  |    249 -
 .../twisted/words/protocols/jabber/jstrports.py    |     31 -
 .../Twisted/twisted/words/protocols/jabber/sasl.py |    243 -
 .../words/protocols/jabber/sasl_mechanisms.py      |    240 -
 .../twisted/words/protocols/jabber/xmlstream.py    |   1136 -
 .../words/protocols/jabber/xmpp_stringprep.py      |    253 -
 ThirdParty/Twisted/twisted/words/protocols/msn.py  |   2479 -
 .../Twisted/twisted/words/protocols/oscar.py       |   1235 -
 ThirdParty/Twisted/twisted/words/service.py        |   1223 -
 ThirdParty/Twisted/twisted/words/tap.py            |     74 -
 ThirdParty/Twisted/twisted/words/test/__init__.py  |      1 -
 .../Twisted/twisted/words/test/test_basechat.py    |     68 -
 .../Twisted/twisted/words/test/test_basesupport.py |     97 -
 .../Twisted/twisted/words/test/test_domish.py      |    434 -
 ThirdParty/Twisted/twisted/words/test/test_irc.py  |   1898 -
 .../Twisted/twisted/words/test/test_irc_service.py |    216 -
 .../Twisted/twisted/words/test/test_ircsupport.py  |     79 -
 .../twisted/words/test/test_jabberclient.py        |    414 -
 .../twisted/words/test/test_jabbercomponent.py     |    422 -
 .../Twisted/twisted/words/test/test_jabbererror.py |    342 -
 .../Twisted/twisted/words/test/test_jabberjid.py   |    225 -
 .../twisted/words/test/test_jabberjstrports.py     |     34 -
 .../Twisted/twisted/words/test/test_jabbersasl.py  |    272 -
 .../words/test/test_jabbersaslmechanisms.py        |     90 -
 .../twisted/words/test/test_jabberxmlstream.py     |   1334 -
 .../words/test/test_jabberxmppstringprep.py        |     92 -
 ThirdParty/Twisted/twisted/words/test/test_msn.py  |    522 -
 .../Twisted/twisted/words/test/test_oscar.py       |     24 -
 .../Twisted/twisted/words/test/test_service.py     |    995 -
 ThirdParty/Twisted/twisted/words/test/test_tap.py  |     78 -
 .../Twisted/twisted/words/test/test_xishutil.py    |    345 -
 .../Twisted/twisted/words/test/test_xmlstream.py   |    224 -
 .../twisted/words/test/test_xmpproutertap.py       |     84 -
 .../Twisted/twisted/words/test/test_xpath.py       |    260 -
 ThirdParty/Twisted/twisted/words/topfiles/NEWS     |    378 -
 ThirdParty/Twisted/twisted/words/topfiles/README   |      5 -
 ThirdParty/Twisted/twisted/words/topfiles/setup.py |     53 -
 ThirdParty/Twisted/twisted/words/xish/__init__.py  |     10 -
 ThirdParty/Twisted/twisted/words/xish/domish.py    |    848 -
 ThirdParty/Twisted/twisted/words/xish/utility.py   |    372 -
 ThirdParty/Twisted/twisted/words/xish/xmlstream.py |    261 -
 ThirdParty/Twisted/twisted/words/xish/xpath.py     |    333 -
 .../Twisted/twisted/words/xish/xpathparser.g       |    375 -
 .../Twisted/twisted/words/xish/xpathparser.py      |    508 -
 ThirdParty/Twisted/twisted/words/xmpproutertap.py  |     30 -
 ThirdParty/ZopeInterface/CMakeLists.txt            |     20 -
 ThirdParty/ZopeInterface/COPYRIGHT.txt             |      1 -
 ThirdParty/ZopeInterface/LICENSE.txt               |     44 -
 ThirdParty/ZopeInterface/module.cmake              |      2 -
 ThirdParty/ZopeInterface/zope/__init__.py          |      7 -
 .../ZopeInterface/zope/interface/__init__.py       |     89 -
 ThirdParty/ZopeInterface/zope/interface/_compat.py |     69 -
 .../ZopeInterface/zope/interface/_flatten.py       |     35 -
 .../interface/_zope_interface_coptimizations.c     |   1688 -
 ThirdParty/ZopeInterface/zope/interface/adapter.py |    704 -
 ThirdParty/ZopeInterface/zope/interface/advice.py  |    206 -
 .../zope/interface/common/__init__.py              |      2 -
 .../zope/interface/common/idatetime.py             |    575 -
 .../zope/interface/common/interfaces.py            |    102 -
 .../ZopeInterface/zope/interface/common/mapping.py |    125 -
 .../zope/interface/common/sequence.py              |    160 -
 .../zope/interface/common/tests/__init__.py        |      2 -
 .../zope/interface/common/tests/basemapping.py     |    107 -
 .../zope/interface/common/tests/test_idatetime.py  |     47 -
 .../common/tests/test_import_interfaces.py         |     29 -
 .../ZopeInterface/zope/interface/declarations.py   |    848 -
 .../ZopeInterface/zope/interface/document.py       |    104 -
 .../ZopeInterface/zope/interface/exceptions.py     |     67 -
 .../ZopeInterface/zope/interface/interface.py      |    712 -
 .../ZopeInterface/zope/interface/interfaces.py     |   1288 -
 .../ZopeInterface/zope/interface/registry.py       |    530 -
 ThirdParty/ZopeInterface/zope/interface/ro.py      |     69 -
 .../ZopeInterface/zope/interface/tests/__init__.py |     13 -
 .../zope/interface/tests/advisory_testing.py       |     42 -
 .../ZopeInterface/zope/interface/tests/dummy.py    |     23 -
 .../ZopeInterface/zope/interface/tests/idummy.py   |     23 -
 .../ZopeInterface/zope/interface/tests/ifoo.py     |     26 -
 .../zope/interface/tests/ifoo_other.py             |     26 -
 .../ZopeInterface/zope/interface/tests/m1.py       |     21 -
 .../ZopeInterface/zope/interface/tests/m2.py       |     15 -
 .../ZopeInterface/zope/interface/tests/odd.py      |    129 -
 .../zope/interface/tests/test_adapter.py           |   1285 -
 .../zope/interface/tests/test_advice.py            |    397 -
 .../zope/interface/tests/test_declarations.py      |   1576 -
 .../zope/interface/tests/test_document.py          |    286 -
 .../zope/interface/tests/test_element.py           |     41 -
 .../zope/interface/tests/test_exceptions.py        |     75 -
 .../zope/interface/tests/test_interface.py         |   2089 -
 .../zope/interface/tests/test_interfaces.py        |    115 -
 .../zope/interface/tests/test_odd_declarations.py  |    227 -
 .../zope/interface/tests/test_registry.py          |   2454 -
 .../zope/interface/tests/test_sorting.py           |     55 -
 .../zope/interface/tests/test_verify.py            |    548 -
 ThirdParty/ZopeInterface/zope/interface/verify.py  |    116 -
 ThirdParty/protobuf/vtkprotobuf/CMakeLists.txt     |     95 -
 ThirdParty/protobuf/vtkprotobuf/CONTRIBUTORS.txt   |     84 -
 ThirdParty/protobuf/vtkprotobuf/COPYING.txt        |     33 -
 ThirdParty/protobuf/vtkprotobuf/README.txt         |    152 -
 ThirdParty/protobuf/vtkprotobuf/config.h.in        |    147 -
 .../protobuf/vtkprotobuf/protobuf-lite.pc.in       |     13 -
 ThirdParty/protobuf/vtkprotobuf/protobuf.pc.in     |     13 -
 .../protobuf/vtkprotobuf/protobufConfig.cmake.in   |     20 -
 .../vtkprotobuf/src/CMake/hash_map_test.cc.in      |      8 -
 .../vtkprotobuf/src/CMake/hash_set_test.cc.in      |      8 -
 .../vtkprotobuf/src/CMake/pthread_test.cc.in       |      6 -
 ThirdParty/protobuf/vtkprotobuf/src/CMakeLists.txt |    317 -
 .../protobuf/vtkprotobuf/src/config.h.cmake.in     |     95 -
 .../src/google/protobuf/compiler/code_generator.cc |     75 -
 .../src/google/protobuf/compiler/code_generator.h  |    132 -
 .../protobuf/compiler/command_line_interface.cc    |   1339 -
 .../protobuf/compiler/command_line_interface.h     |    318 -
 .../compiler/command_line_interface_unittest.cc    |   1401 -
 .../compiler/cpp/cpp_bootstrap_unittest.cc         |    158 -
 .../src/google/protobuf/compiler/cpp/cpp_enum.cc   |    258 -
 .../src/google/protobuf/compiler/cpp/cpp_enum.h    |     99 -
 .../google/protobuf/compiler/cpp/cpp_enum_field.cc |    361 -
 .../google/protobuf/compiler/cpp/cpp_enum_field.h  |    103 -
 .../google/protobuf/compiler/cpp/cpp_extension.cc  |    210 -
 .../google/protobuf/compiler/cpp/cpp_extension.h   |     85 -
 .../src/google/protobuf/compiler/cpp/cpp_field.cc  |    139 -
 .../src/google/protobuf/compiler/cpp/cpp_field.h   |    167 -
 .../src/google/protobuf/compiler/cpp/cpp_file.cc   |    608 -
 .../src/google/protobuf/compiler/cpp/cpp_file.h    |     98 -
 .../google/protobuf/compiler/cpp/cpp_generator.cc  |    122 -
 .../google/protobuf/compiler/cpp/cpp_generator.h   |     72 -
 .../google/protobuf/compiler/cpp/cpp_helpers.cc    |    341 -
 .../src/google/protobuf/compiler/cpp/cpp_helpers.h |    156 -
 .../google/protobuf/compiler/cpp/cpp_message.cc    |   1770 -
 .../src/google/protobuf/compiler/cpp/cpp_message.h |    170 -
 .../protobuf/compiler/cpp/cpp_message_field.cc     |    270 -
 .../protobuf/compiler/cpp/cpp_message_field.h      |    102 -
 .../protobuf/compiler/cpp/cpp_plugin_unittest.cc   |    121 -
 .../protobuf/compiler/cpp/cpp_primitive_field.cc   |    382 -
 .../protobuf/compiler/cpp/cpp_primitive_field.h    |    103 -
 .../google/protobuf/compiler/cpp/cpp_service.cc    |    334 -
 .../src/google/protobuf/compiler/cpp/cpp_service.h |    118 -
 .../protobuf/compiler/cpp/cpp_string_field.cc      |    442 -
 .../protobuf/compiler/cpp/cpp_string_field.h       |    104 -
 .../compiler/cpp/cpp_test_bad_identifiers.proto    |    109 -
 .../google/protobuf/compiler/cpp/cpp_unittest.cc   |   1230 -
 .../src/google/protobuf/compiler/importer.cc       |    454 -
 .../src/google/protobuf/compiler/importer.h        |    303 -
 .../google/protobuf/compiler/importer_unittest.cc  |    600 -
 .../src/google/protobuf/compiler/main.cc           |     48 -
 .../protobuf/compiler/mock_code_generator.cc       |    209 -
 .../google/protobuf/compiler/mock_code_generator.h |    108 -
 .../src/google/protobuf/compiler/package_info.h    |     64 -
 .../src/google/protobuf/compiler/parser.cc         |   1130 -
 .../src/google/protobuf/compiler/parser.h          |    338 -
 .../google/protobuf/compiler/parser_unittest.cc    |   1256 -
 .../src/google/protobuf/compiler/plugin.cc         |    152 -
 .../src/google/protobuf/compiler/plugin.h          |     73 -
 .../src/google/protobuf/compiler/plugin.pb.cc      |   1084 -
 .../src/google/protobuf/compiler/plugin.pb.h       |    727 -
 .../src/google/protobuf/compiler/plugin.proto      |    145 -
 .../src/google/protobuf/compiler/subprocess.cc     |    458 -
 .../src/google/protobuf/compiler/subprocess.h      |    107 -
 .../src/google/protobuf/compiler/test_plugin.cc    |     51 -
 .../protobuf/compiler/zip_output_unittest.sh       |     85 -
 .../src/google/protobuf/compiler/zip_writer.cc     |    188 -
 .../src/google/protobuf/compiler/zip_writer.h      |     63 -
 .../vtkprotobuf/src/google/protobuf/descriptor.cc  |   4401 -
 .../vtkprotobuf/src/google/protobuf/descriptor.h   |   1367 -
 .../src/google/protobuf/descriptor.pb.cc           |   7029 --
 .../src/google/protobuf/descriptor.pb.h            |   4355 -
 .../src/google/protobuf/descriptor.proto           |    433 -
 .../src/google/protobuf/descriptor_database.cc     |    541 -
 .../src/google/protobuf/descriptor_database.h      |    366 -
 .../protobuf/descriptor_database_unittest.cc       |    748 -
 .../src/google/protobuf/descriptor_unittest.cc     |   3956 -
 .../src/google/protobuf/dynamic_message.cc         |    558 -
 .../src/google/protobuf/dynamic_message.h          |    136 -
 .../google/protobuf/dynamic_message_unittest.cc    |    162 -
 .../src/google/protobuf/extension_set.cc           |   1452 -
 .../src/google/protobuf/extension_set.h            |    902 -
 .../src/google/protobuf/extension_set_heavy.cc     |    457 -
 .../src/google/protobuf/extension_set_unittest.cc  |    642 -
 .../protobuf/generated_message_reflection.cc       |   1231 -
 .../google/protobuf/generated_message_reflection.h |    424 -
 .../generated_message_reflection_unittest.cc       |    384 -
 .../src/google/protobuf/generated_message_util.cc  |     53 -
 .../src/google/protobuf/generated_message_util.h   |     77 -
 .../src/google/protobuf/io/coded_stream.cc         |    830 -
 .../src/google/protobuf/io/coded_stream.h          |   1090 -
 .../src/google/protobuf/io/coded_stream_inl.h      |     64 -
 .../google/protobuf/io/coded_stream_unittest.cc    |   1103 -
 .../src/google/protobuf/io/gzip_stream.cc          |    320 -
 .../src/google/protobuf/io/gzip_stream.h           |    207 -
 .../src/google/protobuf/io/gzip_stream_unittest.sh |     44 -
 .../src/google/protobuf/io/package_info.h          |     54 -
 .../vtkprotobuf/src/google/protobuf/io/printer.cc  |    188 -
 .../vtkprotobuf/src/google/protobuf/io/printer.h   |    132 -
 .../src/google/protobuf/io/printer_unittest.cc     |    261 -
 .../src/google/protobuf/io/tokenizer.cc            |    691 -
 .../vtkprotobuf/src/google/protobuf/io/tokenizer.h |    303 -
 .../src/google/protobuf/io/tokenizer_unittest.cc   |    743 -
 .../src/google/protobuf/io/zero_copy_stream.cc     |     48 -
 .../src/google/protobuf/io/zero_copy_stream.h      |    238 -
 .../google/protobuf/io/zero_copy_stream_impl.cc    |    470 -
 .../src/google/protobuf/io/zero_copy_stream_impl.h |    357 -
 .../protobuf/io/zero_copy_stream_impl_lite.cc      |    393 -
 .../protobuf/io/zero_copy_stream_impl_lite.h       |    340 -
 .../protobuf/io/zero_copy_stream_unittest.cc       |    721 -
 .../src/google/protobuf/lite_unittest.cc           |    112 -
 .../vtkprotobuf/src/google/protobuf/message.cc     |    318 -
 .../vtkprotobuf/src/google/protobuf/message.h      |    710 -
 .../src/google/protobuf/message_lite.cc            |    334 -
 .../vtkprotobuf/src/google/protobuf/message_lite.h |    239 -
 .../src/google/protobuf/message_unittest.cc        |    281 -
 .../vtkprotobuf/src/google/protobuf/package_info.h |     64 -
 .../src/google/protobuf/reflection_ops.cc          |    262 -
 .../src/google/protobuf/reflection_ops.h           |     80 -
 .../src/google/protobuf/reflection_ops_unittest.cc |    405 -
 .../src/google/protobuf/repeated_field.cc          |     95 -
 .../src/google/protobuf/repeated_field.h           |   1248 -
 .../src/google/protobuf/repeated_field_unittest.cc |    986 -
 .../vtkprotobuf/src/google/protobuf/service.cc     |     46 -
 .../vtkprotobuf/src/google/protobuf/service.h      |    291 -
 .../src/google/protobuf/stubs/common.cc            |    388 -
 .../vtkprotobuf/src/google/protobuf/stubs/common.h |   1155 -
 .../src/google/protobuf/stubs/common_unittest.cc   |    345 -
 .../vtkprotobuf/src/google/protobuf/stubs/hash.cc  |     41 -
 .../vtkprotobuf/src/google/protobuf/stubs/hash.h   |    220 -
 .../src/google/protobuf/stubs/map-util.h           |    119 -
 .../vtkprotobuf/src/google/protobuf/stubs/once.cc  |     88 -
 .../vtkprotobuf/src/google/protobuf/stubs/once.h   |    123 -
 .../src/google/protobuf/stubs/once_unittest.cc     |    253 -
 .../src/google/protobuf/stubs/stl_util-inl.h       |    121 -
 .../google/protobuf/stubs/structurally_valid.cc    |    536 -
 .../protobuf/stubs/structurally_valid_unittest.cc  |     40 -
 .../src/google/protobuf/stubs/strutil.cc           |   1166 -
 .../src/google/protobuf/stubs/strutil.h            |    459 -
 .../src/google/protobuf/stubs/strutil_unittest.cc  |     83 -
 .../src/google/protobuf/stubs/substitute.cc        |    134 -
 .../src/google/protobuf/stubs/substitute.h         |    170 -
 .../vtkprotobuf/src/google/protobuf/test_util.cc   |   2854 -
 .../vtkprotobuf/src/google/protobuf/test_util.h    |    174 -
 .../src/google/protobuf/test_util_lite.cc          |   1502 -
 .../src/google/protobuf/test_util_lite.h           |    101 -
 .../vtkprotobuf/src/google/protobuf/text_format.cc |   1241 -
 .../vtkprotobuf/src/google/protobuf/text_format.h  |    264 -
 .../src/google/protobuf/text_format_unittest.cc    |   1074 -
 .../vtkprotobuf/src/google/protobuf/unittest.proto |    612 -
 .../google/protobuf/unittest_custom_options.proto  |    275 -
 .../protobuf/unittest_embed_optimize_for.proto     |     50 -
 .../src/google/protobuf/unittest_empty.proto       |     37 -
 .../protobuf/unittest_enormous_descriptor.proto    |   1046 -
 .../src/google/protobuf/unittest_import.proto      |     61 -
 .../src/google/protobuf/unittest_import_lite.proto |     49 -
 .../src/google/protobuf/unittest_lite.proto        |    312 -
 .../protobuf/unittest_lite_imports_nonlite.proto   |     43 -
 .../src/google/protobuf/unittest_mset.proto        |     72 -
 .../protobuf/unittest_no_generic_services.proto    |     54 -
 .../google/protobuf/unittest_optimize_for.proto    |     61 -
 .../src/google/protobuf/unknown_field_set.cc       |    204 -
 .../src/google/protobuf/unknown_field_set.h        |    268 -
 .../google/protobuf/unknown_field_set_unittest.cc  |    512 -
 .../vtkprotobuf/src/google/protobuf/wire_format.cc |   1069 -
 .../vtkprotobuf/src/google/protobuf/wire_format.h  |    304 -
 .../src/google/protobuf/wire_format_lite.cc        |    359 -
 .../src/google/protobuf/wire_format_lite.h         |    620 -
 .../src/google/protobuf/wire_format_lite_inl.h     |    747 -
 .../src/google/protobuf/wire_format_unittest.cc    |    905 -
 .../protobuf/vtkprotobuf/src/solaris/libstdc++.la  |     51 -
 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 +-
 Utilities/VisItBridge/Library/CMakeLists.txt       |     16 -
 .../Library/VisItLib/CMake/FindCGNS.cmake          |     39 -
 .../Library/VisItLib/CMake/FindMILI.cmake          |     38 -
 .../Library/VisItLib/CMake/TestSocklenT.c          |     51 -
 .../Library/VisItLib/CMake/VisItCommon.cmake       |    693 -
 .../Library/VisItLib/CMake/VisItExport.h.in        |     47 -
 .../Library/VisItLib/CMake/VisItGUI.xml.in         |      6 -
 .../Library/VisItLib/CMake/VisItMT.cxx.in          |    164 -
 .../Library/VisItLib/CMake/VisItMT.h.in            |     64 -
 .../Library/VisItLib/CMake/VisItMTSM.xml.in        |    127 -
 .../Library/VisItLib/CMake/VisItST.cxx.in          |    148 -
 .../Library/VisItLib/CMake/VisItST.h.in            |     62 -
 .../Library/VisItLib/CMake/VisItSTSM.xml.in        |    162 -
 .../Library/VisItLib/CMake/testFStream.cxx         |     24 -
 .../VisItBridge/Library/VisItLib/CMakeLists.txt    |     92 -
 .../Library/VisItLib/ConvertVTKMacro.py            |     26 -
 .../Library/VisItLib/VisItBridgeUse.cmake.in       |      7 -
 .../Library/VisItLib/avt/CMakeLists.txt            |     46 -
 .../Library/VisItLib/avt/DBAtts/CMakeLists.txt     |     91 -
 .../avt/DBAtts/MetaData/avtArrayMetaData.C         |    501 -
 .../avt/DBAtts/MetaData/avtArrayMetaData.code      |    103 -
 .../avt/DBAtts/MetaData/avtArrayMetaData.h         |    113 -
 .../avt/DBAtts/MetaData/avtArrayMetaData.xml       |     17 -
 .../avt/DBAtts/MetaData/avtBaseVarMetaData.C       |    526 -
 .../avt/DBAtts/MetaData/avtBaseVarMetaData.code    |    119 -
 .../avt/DBAtts/MetaData/avtBaseVarMetaData.h       |    119 -
 .../avt/DBAtts/MetaData/avtBaseVarMetaData.xml     |     27 -
 .../avt/DBAtts/MetaData/avtCurveMetaData.C         |    623 -
 .../avt/DBAtts/MetaData/avtCurveMetaData.code      |    216 -
 .../avt/DBAtts/MetaData/avtCurveMetaData.h         |    129 -
 .../avt/DBAtts/MetaData/avtCurveMetaData.xml       |     38 -
 .../avt/DBAtts/MetaData/avtDatabaseMetaData.C      |   6732 --
 .../avt/DBAtts/MetaData/avtDatabaseMetaData.code   |   3614 -
 .../avt/DBAtts/MetaData/avtDatabaseMetaData.h      |    484 -
 .../avt/DBAtts/MetaData/avtDatabaseMetaData.xml    |    321 -
 .../avt/DBAtts/MetaData/avtDefaultPlotMetaData.C   |    486 -
 .../DBAtts/MetaData/avtDefaultPlotMetaData.code    |     91 -
 .../avt/DBAtts/MetaData/avtDefaultPlotMetaData.h   |    115 -
 .../avt/DBAtts/MetaData/avtDefaultPlotMetaData.xml |     16 -
 .../DBAtts/MetaData/avtExpressionTypeConversions.C |    174 -
 .../DBAtts/MetaData/avtExpressionTypeConversions.h |     47 -
 .../avt/DBAtts/MetaData/avtLabelMetaData.C         |    405 -
 .../avt/DBAtts/MetaData/avtLabelMetaData.code      |      8 -
 .../avt/DBAtts/MetaData/avtLabelMetaData.h         |    100 -
 .../avt/DBAtts/MetaData/avtLabelMetaData.xml       |      5 -
 .../avt/DBAtts/MetaData/avtMatSpeciesMetaData.C    |    429 -
 .../avt/DBAtts/MetaData/avtMatSpeciesMetaData.code |     27 -
 .../avt/DBAtts/MetaData/avtMatSpeciesMetaData.h    |    113 -
 .../avt/DBAtts/MetaData/avtMatSpeciesMetaData.xml  |     13 -
 .../avt/DBAtts/MetaData/avtMaterialMetaData.C      |    540 -
 .../avt/DBAtts/MetaData/avtMaterialMetaData.code   |    143 -
 .../avt/DBAtts/MetaData/avtMaterialMetaData.h      |    116 -
 .../avt/DBAtts/MetaData/avtMaterialMetaData.xml    |     18 -
 .../VisItLib/avt/DBAtts/MetaData/avtMeshMetaData.C |   1292 -
 .../avt/DBAtts/MetaData/avtMeshMetaData.code       |    681 -
 .../VisItLib/avt/DBAtts/MetaData/avtMeshMetaData.h |    202 -
 .../avt/DBAtts/MetaData/avtMeshMetaData.xml        |    168 -
 .../avt/DBAtts/MetaData/avtScalarMetaData.C        |   1011 -
 .../avt/DBAtts/MetaData/avtScalarMetaData.code     |    483 -
 .../avt/DBAtts/MetaData/avtScalarMetaData.h        |    182 -
 .../avt/DBAtts/MetaData/avtScalarMetaData.xml      |     86 -
 .../MetaData/avtSimulationCommandSpecification.C   |    717 -
 .../MetaData/avtSimulationCommandSpecification.h   |    187 -
 .../MetaData/avtSimulationCommandSpecification.xml |     34 -
 .../avt/DBAtts/MetaData/avtSimulationInformation.C |   1018 -
 .../avt/DBAtts/MetaData/avtSimulationInformation.h |    183 -
 .../DBAtts/MetaData/avtSimulationInformation.xml   |     26 -
 .../avt/DBAtts/MetaData/avtSpeciesMetaData.C       |    810 -
 .../avt/DBAtts/MetaData/avtSpeciesMetaData.code    |    125 -
 .../avt/DBAtts/MetaData/avtSpeciesMetaData.h       |    144 -
 .../avt/DBAtts/MetaData/avtSpeciesMetaData.xml     |     27 -
 .../avt/DBAtts/MetaData/avtSubsetsMetaData.C       |   1065 -
 .../avt/DBAtts/MetaData/avtSubsetsMetaData.code    |    251 -
 .../avt/DBAtts/MetaData/avtSubsetsMetaData.h       |    193 -
 .../avt/DBAtts/MetaData/avtSubsetsMetaData.xml     |     62 -
 .../DBAtts/MetaData/avtSymmetricTensorMetaData.C   |    470 -
 .../MetaData/avtSymmetricTensorMetaData.code       |     73 -
 .../DBAtts/MetaData/avtSymmetricTensorMetaData.h   |    109 -
 .../DBAtts/MetaData/avtSymmetricTensorMetaData.xml |     10 -
 .../avt/DBAtts/MetaData/avtTensorMetaData.C        |    470 -
 .../avt/DBAtts/MetaData/avtTensorMetaData.code     |     73 -
 .../avt/DBAtts/MetaData/avtTensorMetaData.h        |    109 -
 .../avt/DBAtts/MetaData/avtTensorMetaData.xml      |     10 -
 .../VisItLib/avt/DBAtts/MetaData/avtTypes.C        |    230 -
 .../VisItLib/avt/DBAtts/MetaData/avtTypes.h        |    175 -
 .../VisItLib/avt/DBAtts/MetaData/avtVarMetaData.C  |    629 -
 .../avt/DBAtts/MetaData/avtVarMetaData.code        |    222 -
 .../VisItLib/avt/DBAtts/MetaData/avtVarMetaData.h  |    125 -
 .../avt/DBAtts/MetaData/avtVarMetaData.xml         |     33 -
 .../avt/DBAtts/MetaData/avtVectorMetaData.C        |    556 -
 .../avt/DBAtts/MetaData/avtVectorMetaData.code     |    168 -
 .../avt/DBAtts/MetaData/avtVectorMetaData.h        |    112 -
 .../avt/DBAtts/MetaData/avtVectorMetaData.xml      |     16 -
 .../VisItLib/avt/DBAtts/MetaData/dbatts_exports.h  |     66 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSIL.C       |   1548 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSIL.h       |    224 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSILArray.C  |    518 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSILArray.h  |    146 -
 .../VisItLib/avt/DBAtts/SIL/avtSILCollection.C     |    186 -
 .../VisItLib/avt/DBAtts/SIL/avtSILCollection.h     |    136 -
 .../avt/DBAtts/SIL/avtSILEnumeratedNamespace.C     |    192 -
 .../avt/DBAtts/SIL/avtSILEnumeratedNamespace.h     |     95 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSILMatrix.C |    662 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSILMatrix.h |    159 -
 .../VisItLib/avt/DBAtts/SIL/avtSILNamespace.C      |     95 -
 .../VisItLib/avt/DBAtts/SIL/avtSILNamespace.h      |    100 -
 .../VisItLib/avt/DBAtts/SIL/avtSILRangeNamespace.C |    142 -
 .../VisItLib/avt/DBAtts/SIL/avtSILRangeNamespace.h |     98 -
 .../VisItLib/avt/DBAtts/SIL/avtSILRestriction.C    |   2021 -
 .../VisItLib/avt/DBAtts/SIL/avtSILRestriction.h    |    181 -
 .../avt/DBAtts/SIL/avtSILRestrictionTraverser.C    |   1225 -
 .../avt/DBAtts/SIL/avtSILRestrictionTraverser.h    |    134 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSILSet.C    |    183 -
 .../Library/VisItLib/avt/DBAtts/SIL/avtSILSet.h    |    117 -
 .../Library/VisItLib/avt/Database/CMakeLists.txt   |    121 -
 .../VisItLib/avt/Database/Database/avtDatabase.C   |   2744 -
 .../VisItLib/avt/Database/Database/avtDatabase.h   |    513 -
 .../avt/Database/Database/avtDatabaseFactory.C     |    909 -
 .../avt/Database/Database/avtDatabaseFactory.h     |    169 -
 .../avt/Database/Database/avtDatasetCollection.C   |    387 -
 .../avt/Database/Database/avtDatasetCollection.h   |    151 -
 .../avt/Database/Database/avtDatasetDatabase.C     |    110 -
 .../avt/Database/Database/avtDatasetDatabase.h     |     85 -
 .../Database/Database/avtFileDescriptorManager.C   |    301 -
 .../Database/Database/avtFileDescriptorManager.h   |     97 -
 .../avt/Database/Database/avtGenericDatabase.C     |  11159 --
 .../avt/Database/Database/avtGenericDatabase.h     |    641 -
 .../avt/Database/Database/avtIOInformation.C       |    100 -
 .../avt/Database/Database/avtIOInformation.h       |     89 -
 .../avt/Database/Database/avtSILGenerator.C        |    986 -
 .../avt/Database/Database/avtSILGenerator.h        |    131 -
 .../avt/Database/Database/avtSourceFromDatabase.C  |    765 -
 .../avt/Database/Database/avtSourceFromDatabase.h  |    179 -
 .../avt/Database/Database/avtTransformManager.C    |   1703 -
 .../avt/Database/Database/avtTransformManager.h    |    141 -
 .../avt/Database/Database/avtVariableCache.C       |   1698 -
 .../avt/Database/Database/avtVariableCache.h       |    330 -
 .../avt/Database/Database/database_exports.h       |     70 -
 .../VisItLib/avt/Database/Formats/avtFileFormat.C  |    978 -
 .../VisItLib/avt/Database/Formats/avtFileFormat.h  |    303 -
 .../avt/Database/Formats/avtFileFormatInterface.C  |    423 -
 .../avt/Database/Formats/avtFileFormatInterface.h  |    273 -
 .../avt/Database/Formats/avtMTMDFileFormat.C       |    239 -
 .../avt/Database/Formats/avtMTMDFileFormat.h       |    129 -
 .../Database/Formats/avtMTMDFileFormatInterface.C  |    713 -
 .../Database/Formats/avtMTMDFileFormatInterface.h  |    128 -
 .../avt/Database/Formats/avtMTSDFileFormat.C       |    304 -
 .../avt/Database/Formats/avtMTSDFileFormat.h       |    161 -
 .../Database/Formats/avtMTSDFileFormatInterface.C  |    865 -
 .../Database/Formats/avtMTSDFileFormatInterface.h  |    139 -
 .../avt/Database/Formats/avtSTMDFileFormat.C       |    247 -
 .../avt/Database/Formats/avtSTMDFileFormat.h       |    150 -
 .../Database/Formats/avtSTMDFileFormatInterface.C  |    643 -
 .../Database/Formats/avtSTMDFileFormatInterface.h  |    137 -
 .../avt/Database/Formats/avtSTSDFileFormat.C       |    151 -
 .../avt/Database/Formats/avtSTSDFileFormat.h       |    146 -
 .../Database/Formats/avtSTSDFileFormatInterface.C  |    715 -
 .../Database/Formats/avtSTSDFileFormatInterface.h  |    136 -
 .../avt/Database/Ghost/StructuredBoundary.C        |    795 -
 .../avt/Database/Ghost/avtDomainBoundaries.C       |     62 -
 .../avt/Database/Ghost/avtDomainBoundaries.h       |    137 -
 .../VisItLib/avt/Database/Ghost/avtDomainNesting.h |     89 -
 .../VisItLib/avt/Database/Ghost/avtIsenburgSGG.C   |   1817 -
 .../VisItLib/avt/Database/Ghost/avtIsenburgSGG.h   |    406 -
 .../avt/Database/Ghost/avtNekDomainBoundaries.C    |    906 -
 .../avt/Database/Ghost/avtNekDomainBoundaries.h    |    169 -
 .../Database/Ghost/avtStreamingGhostGenerator.C    |    117 -
 .../Database/Ghost/avtStreamingGhostGenerator.h    |     85 -
 .../Database/Ghost/avtStructuredDomainBoundaries.C |   3265 -
 .../Database/Ghost/avtStructuredDomainBoundaries.h |    356 -
 .../Database/Ghost/avtStructuredDomainNesting.C    |    792 -
 .../Database/Ghost/avtStructuredDomainNesting.h    |    154 -
 .../Ghost/avtUnstructuredDomainBoundaries.C        |   2718 -
 .../Ghost/avtUnstructuredDomainBoundaries.h        |    217 -
 .../Ghost/avtUnstructuredPointBoundaries.C         |    268 -
 .../Ghost/avtUnstructuredPointBoundaries.h         |    105 -
 .../Library/VisItLib/avt/IVP/CMakeLists.txt        |     67 -
 .../Library/VisItLib/avt/IVP/MemStream.C           |    136 -
 .../Library/VisItLib/avt/IVP/MemStream.h           |    196 -
 .../VisItLib/avt/IVP/avtIVPAdamsBashforth.C        |    624 -
 .../VisItLib/avt/IVP/avtIVPAdamsBashforth.h        |    143 -
 .../Library/VisItLib/avt/IVP/avtIVPDopri5.C        |    793 -
 .../Library/VisItLib/avt/IVP/avtIVPDopri5.h        |    151 -
 .../Library/VisItLib/avt/IVP/avtIVPField.h         |    116 -
 .../Library/VisItLib/avt/IVP/avtIVPM3DC1Field.C    |    731 -
 .../Library/VisItLib/avt/IVP/avtIVPM3DC1Field.h    |    150 -
 .../VisItLib/avt/IVP/avtIVPM3DC1Integrator.C       |    865 -
 .../VisItLib/avt/IVP/avtIVPM3DC1Integrator.h       |    137 -
 .../Library/VisItLib/avt/IVP/avtIVPSolver.C        |     88 -
 .../Library/VisItLib/avt/IVP/avtIVPSolver.h        |    376 -
 .../Library/VisItLib/avt/IVP/avtIVPStateHelper.h   |    137 -
 .../Library/VisItLib/avt/IVP/avtIVPVTKField.C      |    368 -
 .../Library/VisItLib/avt/IVP/avtIVPVTKField.h      |    113 -
 .../VisItLib/avt/IVP/avtIVPVTKTimeVaryingField.C   |    383 -
 .../VisItLib/avt/IVP/avtIVPVTKTimeVaryingField.h   |    118 -
 .../Library/VisItLib/avt/IVP/avtStreamline.C       |    821 -
 .../Library/VisItLib/avt/IVP/avtStreamline.h       |    215 -
 .../Library/VisItLib/avt/IVP/ivp_exports.h         |     64 -
 .../Library/VisItLib/avt/Math/CMakeLists.txt       |     65 -
 .../Library/VisItLib/avt/Math/avtBezierSegment.h   |    161 -
 .../Library/VisItLib/avt/Math/avtFactorial.C       |    149 -
 .../Library/VisItLib/avt/Math/avtFactorial.h       |     74 -
 .../VisItLib/avt/Math/avtHermitePolynomial.C       |    121 -
 .../VisItLib/avt/Math/avtHermitePolynomial.h       |     72 -
 .../Library/VisItLib/avt/Math/avtMatrix.C          |    827 -
 .../Library/VisItLib/avt/Math/avtMatrix.h          |    175 -
 .../Library/VisItLib/avt/Math/avtPolynomial.C      |    242 -
 .../Library/VisItLib/avt/Math/avtPolynomial.h      |     89 -
 .../Library/VisItLib/avt/Math/avtQuaternion.C      |    116 -
 .../Library/VisItLib/avt/Math/avtQuaternion.h      |     81 -
 .../Library/VisItLib/avt/Math/avtTrackball.C       |    259 -
 .../Library/VisItLib/avt/Math/avtTrackball.h       |     84 -
 .../VisItBridge/Library/VisItLib/avt/Math/avtVec.h |    640 -
 .../Library/VisItLib/avt/Math/avtVecArray.C        |     66 -
 .../Library/VisItLib/avt/Math/avtVecArray.h        |    323 -
 .../Library/VisItLib/avt/Math/avtVector.C          |     79 -
 .../Library/VisItLib/avt/Math/avtVector.h          |    399 -
 .../Library/VisItLib/avt/Math/math_exports.h       |     64 -
 .../AbstractFilters/avtCompactTreeFilter.C         |    426 -
 .../AbstractFilters/avtCompactTreeFilter.h         |    121 -
 .../AbstractFilters/avtDataObjectToDatasetFilter.C |    179 -
 .../AbstractFilters/avtDataObjectToDatasetFilter.h |     96 -
 .../AbstractFilters/avtDataObjectToImageFilter.C   |     81 -
 .../AbstractFilters/avtDataObjectToImageFilter.h   |     81 -
 .../avtDataObjectToSamplePointsFilter.C            |     81 -
 .../avtDataObjectToSamplePointsFilter.h            |     81 -
 .../Pipeline/AbstractFilters/avtDataTreeIterator.C |    194 -
 .../Pipeline/AbstractFilters/avtDataTreeIterator.h |    116 -
 .../AbstractFilters/avtDatasetOnDemandFilter.C     |    507 -
 .../AbstractFilters/avtDatasetOnDemandFilter.h     |    190 -
 .../AbstractFilters/avtDatasetToDataObjectFilter.C |    195 -
 .../AbstractFilters/avtDatasetToDataObjectFilter.h |     98 -
 .../AbstractFilters/avtDatasetToDatasetFilter.C    |    405 -
 .../AbstractFilters/avtDatasetToDatasetFilter.h    |     91 -
 .../AbstractFilters/avtDatasetToImageFilter.C      |     47 -
 .../AbstractFilters/avtDatasetToImageFilter.h      |     82 -
 .../avtDatasetToSamplePointsFilter.C               |    180 -
 .../avtDatasetToSamplePointsFilter.h               |     88 -
 .../AbstractFilters/avtDatasetToVTKDatasetFilter.C |    311 -
 .../AbstractFilters/avtDatasetToVTKDatasetFilter.h |    133 -
 .../avt/Pipeline/AbstractFilters/avtFacadeFilter.C |    333 -
 .../avt/Pipeline/AbstractFilters/avtFacadeFilter.h |    107 -
 .../avt/Pipeline/AbstractFilters/avtFilter.C       |   1488 -
 .../avt/Pipeline/AbstractFilters/avtFilter.h       |    207 -
 .../AbstractFilters/avtImageToDataObjectFilter.C   |     81 -
 .../AbstractFilters/avtImageToDataObjectFilter.h   |     81 -
 .../AbstractFilters/avtImageToImageFilter.C        |     81 -
 .../AbstractFilters/avtImageToImageFilter.h        |     81 -
 .../avtMultiResolutionPartitionStrategy.C          |    647 -
 .../avtMultiResolutionPartitionStrategy.h          |    110 -
 .../avtMultipleInputToDataObjectFilter.C           |     81 -
 .../avtMultipleInputToDataObjectFilter.h           |     81 -
 .../avtMultipleInputToDatasetFilter.C              |     81 -
 .../avtMultipleInputToDatasetFilter.h              |     81 -
 .../AbstractFilters/avtPluginDataTreeIterator.C    |     49 -
 .../AbstractFilters/avtPluginDataTreeIterator.h    |     71 -
 .../avtPluginDatasetToDatasetFilter.h              |     64 -
 .../avt/Pipeline/AbstractFilters/avtPluginFilter.h |     62 -
 .../avtPluginSIMODataTreeIterator.h                |     66 -
 .../avtPluginStructuredChunkDataTreeIterator.C     |     47 -
 .../avtPluginStructuredChunkDataTreeIterator.h     |     75 -
 .../AbstractFilters/avtSIMODataTreeIterator.C      |    329 -
 .../AbstractFilters/avtSIMODataTreeIterator.h      |    129 -
 .../avtSamplePointsToDataObjectFilter.C            |     81 -
 .../avtSamplePointsToDataObjectFilter.h            |     81 -
 .../avtSamplePointsToDatasetFilter.C               |     81 -
 .../avtSamplePointsToDatasetFilter.h               |     82 -
 .../AbstractFilters/avtSamplePointsToImageFilter.C |     81 -
 .../AbstractFilters/avtSamplePointsToImageFilter.h |     76 -
 .../avtSamplePointsToSamplePointsFilter.C          |     95 -
 .../avtSamplePointsToSamplePointsFilter.h          |     84 -
 .../AbstractFilters/avtSingleFilterFacade.C        |     93 -
 .../AbstractFilters/avtSingleFilterFacade.h        |     89 -
 .../avtStructuredChunkDataTreeIterator.C           |    242 -
 .../avtStructuredChunkDataTreeIterator.h           |     94 -
 .../AbstractFilters/avtStructuredMeshChunker.C     |   1561 -
 .../AbstractFilters/avtStructuredMeshChunker.h     |    162 -
 .../avtStructuredMeshPartitionStrategy.C           |    223 -
 .../avtStructuredMeshPartitionStrategy.h           |     83 -
 .../avtSweepPlanePartitionStrategy.C               |    522 -
 .../avtSweepPlanePartitionStrategy.h               |    115 -
 .../AbstractFilters/avtTimeLoopCollectorFilter.C   |    140 -
 .../AbstractFilters/avtTimeLoopCollectorFilter.h   |     88 -
 .../Pipeline/AbstractFilters/avtTimeLoopFilter.C   |    305 -
 .../Pipeline/AbstractFilters/avtTimeLoopFilter.h   |    118 -
 .../AbstractFilters/avtVTKDatasetToDatasetFilter.C |    238 -
 .../AbstractFilters/avtVTKDatasetToDatasetFilter.h |     92 -
 .../Library/VisItLib/avt/Pipeline/CMakeLists.txt   |    251 -
 .../VisItLib/avt/Pipeline/Data/avtAccessor.h       |    128 -
 .../VisItLib/avt/Pipeline/Data/avtAverageValueRF.C |    177 -
 .../VisItLib/avt/Pipeline/Data/avtAverageValueRF.h |     98 -
 .../VisItLib/avt/Pipeline/Data/avtCallback.C       |    406 -
 .../VisItLib/avt/Pipeline/Data/avtCallback.h       |    186 -
 .../VisItLib/avt/Pipeline/Data/avtCellList.C       |    728 -
 .../VisItLib/avt/Pipeline/Data/avtCellList.h       |    159 -
 .../VisItLib/avt/Pipeline/Data/avtCellTypes.h      |    129 -
 .../VisItLib/avt/Pipeline/Data/avtColorTables.C    |   1022 -
 .../VisItLib/avt/Pipeline/Data/avtColorTables.h    |    115 -
 .../avt/Pipeline/Data/avtCommonDataFunctions.C     |   3075 -
 .../avt/Pipeline/Data/avtCommonDataFunctions.h     |    239 -
 .../VisItLib/avt/Pipeline/Data/avtCompositeRF.C    |    306 -
 .../VisItLib/avt/Pipeline/Data/avtCompositeRF.h    |    121 -
 .../VisItLib/avt/Pipeline/Data/avtDataAttributes.C |   5039 -
 .../VisItLib/avt/Pipeline/Data/avtDataAttributes.h |    661 -
 .../VisItLib/avt/Pipeline/Data/avtDataObject.C     |    464 -
 .../VisItLib/avt/Pipeline/Data/avtDataObject.h     |    162 -
 .../avt/Pipeline/Data/avtDataObjectInformation.C   |    464 -
 .../avt/Pipeline/Data/avtDataObjectInformation.h   |    139 -
 .../avt/Pipeline/Data/avtDataRangeSelection.C      |    104 -
 .../avt/Pipeline/Data/avtDataRangeSelection.h      |    117 -
 .../avt/Pipeline/Data/avtDataRepresentation.C      |   1254 -
 .../avt/Pipeline/Data/avtDataRepresentation.h      |    170 -
 .../VisItLib/avt/Pipeline/Data/avtDataSelection.h  |    144 -
 .../VisItLib/avt/Pipeline/Data/avtDataTree.C       |   1540 -
 .../VisItLib/avt/Pipeline/Data/avtDataTree.h       |    190 -
 .../VisItLib/avt/Pipeline/Data/avtDataValidity.C   |    693 -
 .../VisItLib/avt/Pipeline/Data/avtDataValidity.h   |    276 -
 .../VisItLib/avt/Pipeline/Data/avtDataset.C        |    621 -
 .../VisItLib/avt/Pipeline/Data/avtDataset.h        |    198 -
 .../avt/Pipeline/Data/avtDatasetExaminer.C         |    709 -
 .../avt/Pipeline/Data/avtDatasetExaminer.h         |    116 -
 .../avt/Pipeline/Data/avtDatasetVerifier.C         |    394 -
 .../avt/Pipeline/Data/avtDatasetVerifier.h         |    106 -
 .../avt/Pipeline/Data/avtDistancePixelizer.C       |    153 -
 .../avt/Pipeline/Data/avtDistancePixelizer.h       |     83 -
 .../avt/Pipeline/Data/avtDistanceToValueRF.C       |    184 -
 .../avt/Pipeline/Data/avtDistanceToValueRF.h       |     92 -
 .../avt/Pipeline/Data/avtDynamicAttribute.C        |    106 -
 .../avt/Pipeline/Data/avtDynamicAttribute.h        |     84 -
 .../VisItLib/avt/Pipeline/Data/avtExtents.C        |    601 -
 .../VisItLib/avt/Pipeline/Data/avtExtents.h        |    118 -
 .../VisItLib/avt/Pipeline/Data/avtExtractor.C      |    872 -
 .../VisItLib/avt/Pipeline/Data/avtExtractor.h      |    476 -
 .../VisItLib/avt/Pipeline/Data/avtFacelist.C       |    581 -
 .../VisItLib/avt/Pipeline/Data/avtFacelist.h       |    151 -
 .../VisItLib/avt/Pipeline/Data/avtFlatLighting.C   |     69 -
 .../VisItLib/avt/Pipeline/Data/avtFlatLighting.h   |     83 -
 .../VisItLib/avt/Pipeline/Data/avtGhostData.h      |    227 -
 .../avt/Pipeline/Data/avtHexahedron20Extractor.C   |    532 -
 .../avt/Pipeline/Data/avtHexahedron20Extractor.h   |    117 -
 .../avt/Pipeline/Data/avtHexahedron27Extractor.C   |    495 -
 .../avt/Pipeline/Data/avtHexahedron27Extractor.h   |    117 -
 .../avt/Pipeline/Data/avtHexahedronExtractor.C     |    468 -
 .../avt/Pipeline/Data/avtHexahedronExtractor.h     |     87 -
 .../avt/Pipeline/Data/avtHistogramSpecification.C  |    967 -
 .../avt/Pipeline/Data/avtHistogramSpecification.h  |    213 -
 .../avt/Pipeline/Data/avtIdentifierSelection.C     |    105 -
 .../avt/Pipeline/Data/avtIdentifierSelection.h     |    104 -
 .../Library/VisItLib/avt/Pipeline/Data/avtImage.C  |    240 -
 .../Library/VisItLib/avt/Pipeline/Data/avtImage.h  |    121 -
 .../VisItLib/avt/Pipeline/Data/avtImagePartition.C |    765 -
 .../VisItLib/avt/Pipeline/Data/avtImagePartition.h |    289 -
 .../avt/Pipeline/Data/avtImageRepresentation.C     |    962 -
 .../avt/Pipeline/Data/avtImageRepresentation.h     |    167 -
 .../VisItLib/avt/Pipeline/Data/avtIntegrationRF.C  |    262 -
 .../VisItLib/avt/Pipeline/Data/avtIntegrationRF.h  |     99 -
 .../VisItLib/avt/Pipeline/Data/avtIntervalTree.C   |   1732 -
 .../VisItLib/avt/Pipeline/Data/avtIntervalTree.h   |    161 -
 .../avt/Pipeline/Data/avtIsolevelsSelection.C      |     89 -
 .../avt/Pipeline/Data/avtIsolevelsSelection.h      |    105 -
 .../VisItLib/avt/Pipeline/Data/avtLightingModel.C  |     80 -
 .../VisItLib/avt/Pipeline/Data/avtLightingModel.h  |    107 -
 .../avt/Pipeline/Data/avtLogicalSelection.C        |    314 -
 .../avt/Pipeline/Data/avtLogicalSelection.h        |    123 -
 .../VisItLib/avt/Pipeline/Data/avtLookupTable.C    |    377 -
 .../VisItLib/avt/Pipeline/Data/avtLookupTable.h    |    105 -
 .../VisItLib/avt/Pipeline/Data/avtMIPRangeRF.C     |    169 -
 .../VisItLib/avt/Pipeline/Data/avtMIPRangeRF.h     |     96 -
 .../VisItLib/avt/Pipeline/Data/avtMaterial.C       |   2090 -
 .../VisItLib/avt/Pipeline/Data/avtMaterial.h       |    334 -
 .../Data/avtMaximumIntensityProjectionRF.C         |    159 -
 .../Data/avtMaximumIntensityProjectionRF.h         |     94 -
 .../VisItLib/avt/Pipeline/Data/avtMetaData.C       |    524 -
 .../VisItLib/avt/Pipeline/Data/avtMetaData.h       |    154 -
 .../VisItLib/avt/Pipeline/Data/avtMixedVariable.C  |    165 -
 .../VisItLib/avt/Pipeline/Data/avtMixedVariable.h  |    112 -
 .../VisItLib/avt/Pipeline/Data/avtNullData.C       |    106 -
 .../VisItLib/avt/Pipeline/Data/avtNullData.h       |    110 -
 .../VisItLib/avt/Pipeline/Data/avtOpacityMap.C     |    356 -
 .../VisItLib/avt/Pipeline/Data/avtOpacityMap.h     |    164 -
 .../Data/avtOpacityMapSamplePointArbitrator.C      |    125 -
 .../Data/avtOpacityMapSamplePointArbitrator.h      |     83 -
 .../Library/VisItLib/avt/Pipeline/Data/avtPhong.C  |    261 -
 .../Library/VisItLib/avt/Pipeline/Data/avtPhong.h  |     92 -
 .../VisItLib/avt/Pipeline/Data/avtPixelizer.C      |     63 -
 .../VisItLib/avt/Pipeline/Data/avtPixelizer.h      |     80 -
 .../VisItLib/avt/Pipeline/Data/avtPlaneSelection.C |    128 -
 .../VisItLib/avt/Pipeline/Data/avtPlaneSelection.h |     88 -
 .../VisItLib/avt/Pipeline/Data/avtPointAttribute.C |    538 -
 .../VisItLib/avt/Pipeline/Data/avtPointAttribute.h |    101 -
 .../VisItLib/avt/Pipeline/Data/avtPointExtractor.C |    220 -
 .../VisItLib/avt/Pipeline/Data/avtPointExtractor.h |     88 -
 .../VisItLib/avt/Pipeline/Data/avtPointSelection.C |    108 -
 .../VisItLib/avt/Pipeline/Data/avtPointSelection.h |    100 -
 .../avt/Pipeline/Data/avtPyramidExtractor.C        |    240 -
 .../avt/Pipeline/Data/avtPyramidExtractor.h        |     87 -
 .../VisItLib/avt/Pipeline/Data/avtRangeMaxTable.C  |    245 -
 .../VisItLib/avt/Pipeline/Data/avtRangeMaxTable.h  |     91 -
 .../Library/VisItLib/avt/Pipeline/Data/avtRay.C    |    362 -
 .../Library/VisItLib/avt/Pipeline/Data/avtRay.h    |    419 -
 .../VisItLib/avt/Pipeline/Data/avtRayFunction.C    |    142 -
 .../VisItLib/avt/Pipeline/Data/avtRayFunction.h    |    159 -
 .../Data/avtRelativeValueSamplePointArbitrator.C   |    113 -
 .../Data/avtRelativeValueSamplePointArbitrator.h   |     82 -
 .../avt/Pipeline/Data/avtResampleSelection.C       |    195 -
 .../avt/Pipeline/Data/avtResampleSelection.h       |    108 -
 .../avt/Pipeline/Data/avtSamplePointArbitrator.C   |     88 -
 .../avt/Pipeline/Data/avtSamplePointArbitrator.h   |    103 -
 .../VisItLib/avt/Pipeline/Data/avtSamplePoints.C   |    326 -
 .../VisItLib/avt/Pipeline/Data/avtSamplePoints.h   |    130 -
 .../avt/Pipeline/Data/avtSpatialBoxSelection.C     |    220 -
 .../avt/Pipeline/Data/avtSpatialBoxSelection.h     |    113 -
 .../VisItLib/avt/Pipeline/Data/avtSpecies.C        |    413 -
 .../VisItLib/avt/Pipeline/Data/avtSpecies.h        |    171 -
 .../avt/Pipeline/Data/avtTetrahedronExtractor.C    |    223 -
 .../avt/Pipeline/Data/avtTetrahedronExtractor.h    |     87 -
 .../avt/Pipeline/Data/avtVariablePixelizer.C       |    154 -
 .../avt/Pipeline/Data/avtVariablePixelizer.h       |     83 -
 .../Library/VisItLib/avt/Pipeline/Data/avtVolume.C |    772 -
 .../Library/VisItLib/avt/Pipeline/Data/avtVolume.h |    265 -
 .../VisItLib/avt/Pipeline/Data/avtWedgeExtractor.C |    273 -
 .../VisItLib/avt/Pipeline/Data/avtWedgeExtractor.h |     87 -
 .../VisItLib/avt/Pipeline/Data/pipeline_exports.h  |     81 -
 .../VisItLib/avt/Pipeline/Pipeline/avtContract.C   |    325 -
 .../VisItLib/avt/Pipeline/Pipeline/avtContract.h   |    162 -
 .../avt/Pipeline/Pipeline/avtDataObjectReader.C    |    452 -
 .../avt/Pipeline/Pipeline/avtDataObjectReader.h    |    114 -
 .../avt/Pipeline/Pipeline/avtDataObjectString.C    |    299 -
 .../avt/Pipeline/Pipeline/avtDataObjectString.h    |    116 -
 .../avt/Pipeline/Pipeline/avtDataObjectWriter.C    |    453 -
 .../avt/Pipeline/Pipeline/avtDataObjectWriter.h    |    135 -
 .../avt/Pipeline/Pipeline/avtDataRequest.C         |   1907 -
 .../avt/Pipeline/Pipeline/avtDataRequest.h         |    524 -
 .../avt/Pipeline/Pipeline/avtDataSetReader.C       |    297 -
 .../avt/Pipeline/Pipeline/avtDataSetReader.h       |    101 -
 .../avt/Pipeline/Pipeline/avtDataSetWriter.C       |    235 -
 .../avt/Pipeline/Pipeline/avtDataSetWriter.h       |    105 -
 .../avt/Pipeline/Pipeline/avtDebugDumpOptions.C    |    213 -
 .../avt/Pipeline/Pipeline/avtDebugDumpOptions.h    |     93 -
 .../avt/Pipeline/Pipeline/avtImageReader.C         |    151 -
 .../avt/Pipeline/Pipeline/avtImageReader.h         |     93 -
 .../VisItLib/avt/Pipeline/Pipeline/avtImageTiler.C |    334 -
 .../VisItLib/avt/Pipeline/Pipeline/avtImageTiler.h |     88 -
 .../avt/Pipeline/Pipeline/avtImageWriter.C         |    134 -
 .../avt/Pipeline/Pipeline/avtImageWriter.h         |     92 -
 .../avt/Pipeline/Pipeline/avtNamedSelection.C      |    471 -
 .../avt/Pipeline/Pipeline/avtNamedSelection.h      |    173 -
 .../Pipeline/Pipeline/avtNamedSelectionManager.C   |    518 -
 .../Pipeline/Pipeline/avtNamedSelectionManager.h   |    111 -
 .../avt/Pipeline/Pipeline/avtNullDataReader.C      |    111 -
 .../avt/Pipeline/Pipeline/avtNullDataReader.h      |     86 -
 .../avt/Pipeline/Pipeline/avtNullDataWriter.C      |    107 -
 .../avt/Pipeline/Pipeline/avtNullDataWriter.h      |     96 -
 .../VisItLib/avt/Pipeline/Pipeline/avtParallel.C   |   2174 -
 .../VisItLib/avt/Pipeline/Pipeline/avtParallel.h   |    115 -
 .../VisItLib/avt/Pipeline/Pipeline/avtWebpage.C    |    443 -
 .../VisItLib/avt/Pipeline/Pipeline/avtWebpage.h    |    112 -
 .../avt/Pipeline/Sinks/avtDataObjectSink.C         |    160 -
 .../avt/Pipeline/Sinks/avtDataObjectSink.h         |    113 -
 .../avt/Pipeline/Sinks/avtDatabaseWriter.C         |    549 -
 .../avt/Pipeline/Sinks/avtDatabaseWriter.h         |    154 -
 .../VisItLib/avt/Pipeline/Sinks/avtDatasetSink.C   |    193 -
 .../VisItLib/avt/Pipeline/Sinks/avtDatasetSink.h   |    101 -
 .../VisItLib/avt/Pipeline/Sinks/avtImageSink.C     |    186 -
 .../VisItLib/avt/Pipeline/Sinks/avtImageSink.h     |    100 -
 .../avt/Pipeline/Sinks/avtMultipleInputSink.C      |    312 -
 .../avt/Pipeline/Sinks/avtMultipleInputSink.h      |     93 -
 .../VisItLib/avt/Pipeline/Sinks/avtNullDataSink.C  |    153 -
 .../VisItLib/avt/Pipeline/Sinks/avtNullDataSink.h  |     91 -
 .../avt/Pipeline/Sinks/avtSamplePointsSink.C       |    161 -
 .../avt/Pipeline/Sinks/avtSamplePointsSink.h       |     94 -
 .../avt/Pipeline/Sinks/avtTerminatingDatasetSink.C |    108 -
 .../avt/Pipeline/Sinks/avtTerminatingDatasetSink.h |     91 -
 .../avt/Pipeline/Sinks/avtTerminatingImageSink.C   |     81 -
 .../avt/Pipeline/Sinks/avtTerminatingImageSink.h   |     81 -
 .../Pipeline/Sinks/avtTerminatingNullDataSink.C    |     81 -
 .../Pipeline/Sinks/avtTerminatingNullDataSink.h    |     80 -
 .../avt/Pipeline/Sinks/avtTerminatingSink.C        |    484 -
 .../avt/Pipeline/Sinks/avtTerminatingSink.h        |    128 -
 .../avt/Pipeline/Sources/avtDataObjectSource.C     |    242 -
 .../avt/Pipeline/Sources/avtDataObjectSource.h     |    141 -
 .../avt/Pipeline/Sources/avtDatasetSource.C        |    128 -
 .../avt/Pipeline/Sources/avtDatasetSource.h        |     91 -
 .../VisItLib/avt/Pipeline/Sources/avtImageSource.C |    188 -
 .../VisItLib/avt/Pipeline/Sources/avtImageSource.h |     97 -
 .../avt/Pipeline/Sources/avtInlinePipelineSource.C |    197 -
 .../avt/Pipeline/Sources/avtInlinePipelineSource.h |    104 -
 .../avt/Pipeline/Sources/avtNullDataSource.C       |    119 -
 .../avt/Pipeline/Sources/avtNullDataSource.h       |     87 -
 .../Pipeline/Sources/avtOriginatingDatasetSource.C |    278 -
 .../Pipeline/Sources/avtOriginatingDatasetSource.h |     92 -
 .../Pipeline/Sources/avtOriginatingImageSource.C   |    101 -
 .../Pipeline/Sources/avtOriginatingImageSource.h   |     89 -
 .../Sources/avtOriginatingNullDataSource.C         |     81 -
 .../Sources/avtOriginatingNullDataSource.h         |     85 -
 .../avt/Pipeline/Sources/avtOriginatingSource.C    |    737 -
 .../avt/Pipeline/Sources/avtOriginatingSource.h    |    226 -
 .../avt/Pipeline/Sources/avtQueryableSource.C      |     81 -
 .../avt/Pipeline/Sources/avtQueryableSource.h      |    108 -
 .../avt/Pipeline/Sources/avtSamplePointsSource.C   |    128 -
 .../avt/Pipeline/Sources/avtSamplePointsSource.h   |     91 -
 .../avt/Pipeline/Sources/avtSourceFromAVTDataset.C |    220 -
 .../avt/Pipeline/Sources/avtSourceFromAVTDataset.h |     96 -
 .../avt/Pipeline/Sources/avtSourceFromAVTImage.C   |    145 -
 .../avt/Pipeline/Sources/avtSourceFromAVTImage.h   |     88 -
 .../avt/Pipeline/Sources/avtSourceFromDataset.C    |    163 -
 .../avt/Pipeline/Sources/avtSourceFromDataset.h    |     84 -
 .../avt/Pipeline/Sources/avtSourceFromImage.C      |    163 -
 .../avt/Pipeline/Sources/avtSourceFromImage.h      |     91 -
 .../avt/Pipeline/Sources/avtSourceFromNullData.C   |     81 -
 .../avt/Pipeline/Sources/avtSourceFromNullData.h   |     74 -
 .../avt/VisWindow/VisWindow/VisWindowTypes.C       |    233 -
 .../avt/VisWindow/VisWindow/VisWindowTypes.h       |    225 -
 .../avt/VisWindow/VisWindow/viswindow_exports.h    |     72 -
 .../Library/VisItLib/common/CMakeLists.txt         |    307 -
 .../Exceptions/Database/BadPermissionException.C   |     66 -
 .../Exceptions/Database/BadPermissionException.h   |     72 -
 .../common/Exceptions/Database/DatabaseException.h |     72 -
 .../Database/FileDoesNotExistException.C           |     64 -
 .../Database/FileDoesNotExistException.h           |     70 -
 .../Exceptions/Database/InvalidDBTypeException.C   |     66 -
 .../Exceptions/Database/InvalidDBTypeException.h   |     72 -
 .../Exceptions/Database/InvalidFilesException.C    |    235 -
 .../Exceptions/Database/InvalidFilesException.h    |     95 -
 .../Exceptions/Database/InvalidSourceException.C   |     65 -
 .../Exceptions/Database/InvalidSourceException.h   |     78 -
 .../Exceptions/Database/InvalidTimeStepException.C |     67 -
 .../Exceptions/Database/InvalidTimeStepException.h |     73 -
 .../Exceptions/Database/InvalidVariableException.C |     70 -
 .../Exceptions/Database/InvalidVariableException.h |     73 -
 .../Exceptions/Database/InvalidZoneTypeException.C |     65 -
 .../Exceptions/Database/InvalidZoneTypeException.h |     73 -
 .../VisItLib/common/Exceptions/Database/Makefile   |     13 -
 .../Database/NonCompliantFileException.C           |     72 -
 .../Database/NonCompliantFileException.h           |     73 -
 .../Database/PointerNotInCacheException.C          |     64 -
 .../Database/PointerNotInCacheException.h          |     70 -
 .../common/Exceptions/Database/SiloException.C     |     68 -
 .../common/Exceptions/Database/SiloException.h     |     72 -
 .../common/Exceptions/Pipeline/AbortException.C    |     59 -
 .../common/Exceptions/Pipeline/AbortException.h    |     72 -
 .../common/Exceptions/Pipeline/BadCellException.C  |    117 -
 .../common/Exceptions/Pipeline/BadCellException.h  |     81 -
 .../Exceptions/Pipeline/BadDomainException.C       |     66 -
 .../Exceptions/Pipeline/BadDomainException.h       |     72 -
 .../common/Exceptions/Pipeline/BadIndexException.C |     74 -
 .../common/Exceptions/Pipeline/BadIndexException.h |     72 -
 .../common/Exceptions/Pipeline/BadNodeException.C  |    115 -
 .../common/Exceptions/Pipeline/BadNodeException.h  |     78 -
 .../Exceptions/Pipeline/BadVectorException.C       |     64 -
 .../Exceptions/Pipeline/BadVectorException.h       |     72 -
 .../Exceptions/Pipeline/ExpressionException.C      |     89 -
 .../Exceptions/Pipeline/ExpressionException.h      |    107 -
 .../Exceptions/Pipeline/GhostCellException.C       |    119 -
 .../Exceptions/Pipeline/GhostCellException.h       |     73 -
 .../Exceptions/Pipeline/ImproperUseException.C     |     70 -
 .../Exceptions/Pipeline/ImproperUseException.h     |     78 -
 .../Pipeline/IncompatibleDomainListsException.C    |     68 -
 .../Pipeline/IncompatibleDomainListsException.h    |     73 -
 .../Pipeline/IntervalTreeNotCalculatedException.C  |     60 -
 .../Pipeline/IntervalTreeNotCalculatedException.h  |     73 -
 .../Exceptions/Pipeline/InvalidCategoryException.C |     67 -
 .../Exceptions/Pipeline/InvalidCategoryException.h |     73 -
 .../Exceptions/Pipeline/InvalidCellTypeException.C |     86 -
 .../Exceptions/Pipeline/InvalidCellTypeException.h |     79 -
 .../Pipeline/InvalidDimensionsException.C          |    105 -
 .../Pipeline/InvalidDimensionsException.h          |     75 -
 .../Exceptions/Pipeline/InvalidLimitsException.C   |     75 -
 .../Exceptions/Pipeline/InvalidLimitsException.h   |     72 -
 .../Exceptions/Pipeline/InvalidMergeException.C    |    119 -
 .../Exceptions/Pipeline/InvalidMergeException.h    |     84 -
 .../Exceptions/Pipeline/InvalidSetException.C      |     86 -
 .../Exceptions/Pipeline/InvalidSetException.h      |     78 -
 .../Exceptions/Pipeline/LogicalIndexException.C    |     81 -
 .../Exceptions/Pipeline/LogicalIndexException.h    |     74 -
 .../VisItLib/common/Exceptions/Pipeline/Makefile   |     13 -
 .../common/Exceptions/Pipeline/NoCurveException.C  |     59 -
 .../common/Exceptions/Pipeline/NoCurveException.h  |     73 -
 .../Pipeline/NoDefaultVariableException.C          |     68 -
 .../Pipeline/NoDefaultVariableException.h          |     73 -
 .../common/Exceptions/Pipeline/NoInputException.C  |     59 -
 .../common/Exceptions/Pipeline/NoInputException.h  |     72 -
 .../Pipeline/NonQueryableInputException.C          |     72 -
 .../Pipeline/NonQueryableInputException.h          |     78 -
 .../common/Exceptions/Pipeline/PipelineException.h |     72 -
 .../Exceptions/Pipeline/StubReferencedException.C  |     56 -
 .../Exceptions/Pipeline/StubReferencedException.h  |     67 -
 .../Exceptions/Pipeline/UnexpectedValueException.C |     96 -
 .../Exceptions/Pipeline/UnexpectedValueException.h |     79 -
 .../Exceptions/Pipeline/avtexception_exports.h     |     66 -
 .../Plotter/InvalidColortableException.C           |     65 -
 .../Plotter/InvalidColortableException.h           |     75 -
 .../Exceptions/Plotter/LibraryNotFoundException.C  |     59 -
 .../Exceptions/Plotter/LibraryNotFoundException.h  |     68 -
 .../VisItLib/common/Exceptions/Plotter/Makefile    |     13 -
 .../common/Exceptions/Plotter/PlotterException.h   |     72 -
 .../VisItLib/common/comm/BadHostException.C        |     80 -
 .../VisItLib/common/comm/BadHostException.h        |     71 -
 .../VisItLib/common/comm/BufferConnection.C        |    161 -
 .../VisItLib/common/comm/BufferConnection.h        |     81 -
 .../common/comm/CancelledConnectException.h        |     65 -
 .../VisItLib/common/comm/ChangeUsernameException.h |     70 -
 .../VisItLib/common/comm/CommunicationHeader.C     |    371 -
 .../VisItLib/common/comm/CommunicationHeader.h     |     91 -
 .../Library/VisItLib/common/comm/ConnectCallback.h |     58 -
 .../Library/VisItLib/common/comm/Connection.C      |    461 -
 .../Library/VisItLib/common/comm/Connection.h      |    208 -
 .../Library/VisItLib/common/comm/ConnectionGroup.C |    204 -
 .../Library/VisItLib/common/comm/ConnectionGroup.h |     75 -
 .../common/comm/CouldNotConnectException.h         |     64 -
 .../Library/VisItLib/common/comm/DConvert.C        |    151 -
 .../VisItLib/common/comm/ExistingRemoteProcess.C   |    210 -
 .../VisItLib/common/comm/ExistingRemoteProcess.h   |     95 -
 .../Library/VisItLib/common/comm/FConvert.C        |    143 -
 .../Library/VisItLib/common/comm/FileConnection.C  |    311 -
 .../Library/VisItLib/common/comm/FileConnection.h  |     82 -
 .../Library/VisItLib/common/comm/IConvert.C        |    317 -
 .../comm/IncompatibleSecurityTokenException.h      |     67 -
 .../common/comm/IncompatibleVersionException.h     |     67 -
 .../Library/VisItLib/common/comm/LConvert.C        |    317 -
 .../VisItLib/common/comm/LostConnectionException.h |     66 -
 .../Library/VisItLib/common/comm/ParentProcess.C   |    885 -
 .../Library/VisItLib/common/comm/ParentProcess.h   |    125 -
 .../Library/VisItLib/common/comm/PipeConnection.C  |    287 -
 .../Library/VisItLib/common/comm/PipeConnection.h  |     85 -
 .../Library/VisItLib/common/comm/RemoteProcess.C   |   2403 -
 .../Library/VisItLib/common/comm/RemoteProcess.h   |    209 -
 .../VisItLib/common/comm/SocketConnection.C        |    514 -
 .../VisItLib/common/comm/SocketConnection.h        |     90 -
 .../VisItLib/common/comm/TypeRepresentation.C      |    242 -
 .../VisItLib/common/comm/TypeRepresentation.h      |     80 -
 .../Library/VisItLib/common/comm/comm_exports.h    |     74 -
 .../Library/VisItLib/common/comm/convert.h         |     75 -
 .../Library/VisItLib/common/comm/test1.C           |    141 -
 .../Library/VisItLib/common/comm/testcomm.C        |    196 -
 .../VisItLib/common/comm/win32commhelpers.C        |    353 -
 .../VisItLib/common/comm/win32commhelpers.h        |     52 -
 .../Library/VisItLib/common/expr/ExprConfig.C      |    102 -
 .../Library/VisItLib/common/expr/ExprGrammar.C     |    262 -
 .../Library/VisItLib/common/expr/ExprGrammar.h     |    126 -
 .../Library/VisItLib/common/expr/ExprInit.C        |   7541 --
 .../Library/VisItLib/common/expr/ExprNode.C        |    622 -
 .../Library/VisItLib/common/expr/ExprNode.h        |    447 -
 .../Library/VisItLib/common/expr/ExprNodeFactory.h |    109 -
 .../VisItLib/common/expr/ExprParseTreeNode.C       |     46 -
 .../VisItLib/common/expr/ExprParseTreeNode.h       |     94 -
 .../Library/VisItLib/common/expr/ExprParser.C      |    650 -
 .../Library/VisItLib/common/expr/ExprParser.h      |    110 -
 .../Library/VisItLib/common/expr/ExprScanner.C     |    394 -
 .../Library/VisItLib/common/expr/ExprScanner.h     |    133 -
 .../Library/VisItLib/common/expr/ExprToken.h       |    175 -
 .../common/expr/InvalidExpressionException.C       |     59 -
 .../common/expr/InvalidExpressionException.h       |     75 -
 .../Library/VisItLib/common/expr/ParsingExprList.C |    394 -
 .../Library/VisItLib/common/expr/ParsingExprList.h |    115 -
 .../common/expr/RecursiveExpressionException.C     |     59 -
 .../common/expr/RecursiveExpressionException.h     |     75 -
 .../Library/VisItLib/common/expr/expr_exports.h    |     72 -
 .../Library/VisItLib/common/expr/test.C            |     81 -
 .../VisItLib/common/misc/ConfigureInfo.C.in        |    110 -
 .../Library/VisItLib/common/misc/ConfigureInfo.h   |     59 -
 .../Library/VisItLib/common/misc/DebugStream.h     |     78 -
 .../Library/VisItLib/common/misc/DebugStreamFull.C |    696 -
 .../Library/VisItLib/common/misc/DebugStreamFull.h |    139 -
 .../Library/VisItLib/common/misc/Environment.C     |    162 -
 .../Library/VisItLib/common/misc/Environment.h     |     91 -
 .../Library/VisItLib/common/misc/FileFunctions.C   |    365 -
 .../Library/VisItLib/common/misc/FileFunctions.h   |     81 -
 .../VisItLib/common/misc/InstallationFunctions.C   |   1134 -
 .../VisItLib/common/misc/InstallationFunctions.h   |     79 -
 .../VisItBridge/Library/VisItLib/common/misc/PTY.C |    342 -
 .../VisItBridge/Library/VisItLib/common/misc/PTY.h |     70 -
 .../Library/VisItLib/common/misc/RuntimeSetting.C  |    338 -
 .../Library/VisItLib/common/misc/RuntimeSetting.h  |     82 -
 .../Library/VisItLib/common/misc/StackTimer.C      |     80 -
 .../Library/VisItLib/common/misc/StackTimer.h      |    111 -
 .../Library/VisItLib/common/misc/TimingsManager.C  |   1014 -
 .../Library/VisItLib/common/misc/TimingsManager.h  |    225 -
 .../Library/VisItLib/common/misc/VisItException.C  |    581 -
 .../Library/VisItLib/common/misc/VisItException.h  |    345 -
 .../Library/VisItLib/common/misc/VisItInit.C       |    676 -
 .../Library/VisItLib/common/misc/VisItInit.h       |     94 -
 .../Library/VisItLib/common/misc/legend_defines.h  |     16 -
 .../Library/VisItLib/common/misc/misc_exports.h    |     72 -
 .../Library/VisItLib/common/parser/Colors.h        |     63 -
 .../VisItLib/common/parser/ConfiguratingItem.C     |    190 -
 .../VisItLib/common/parser/ConfiguratingItem.h     |     84 -
 .../VisItLib/common/parser/ConfiguratingSet.C      |    286 -
 .../VisItLib/common/parser/ConfiguratingSet.h      |     94 -
 .../Library/VisItLib/common/parser/Dictionary.C    |    143 -
 .../Library/VisItLib/common/parser/Dictionary.h    |     76 -
 .../Library/VisItLib/common/parser/Grammar.C       |    624 -
 .../Library/VisItLib/common/parser/Grammar.h       |    112 -
 .../VisItLib/common/parser/ParseException.h        |    128 -
 .../Library/VisItLib/common/parser/ParseTreeNode.C |     73 -
 .../Library/VisItLib/common/parser/ParseTreeNode.h |     79 -
 .../Library/VisItLib/common/parser/Parser.C        |    319 -
 .../Library/VisItLib/common/parser/Pos.h           |    120 -
 .../Library/VisItLib/common/parser/Rule.C          |    156 -
 .../Library/VisItLib/common/parser/Rule.h          |     90 -
 .../Library/VisItLib/common/parser/Scanner.C       |     51 -
 .../Library/VisItLib/common/parser/Scanner.h       |     82 -
 .../Library/VisItLib/common/parser/Sequence.C      |    297 -
 .../Library/VisItLib/common/parser/Sequence.h      |    100 -
 .../Library/VisItLib/common/parser/State.h         |     65 -
 .../Library/VisItLib/common/parser/Symbol.C        |    199 -
 .../Library/VisItLib/common/parser/Symbol.h        |    100 -
 .../Library/VisItLib/common/parser/SymbolSet.h     |     94 -
 .../Library/VisItLib/common/parser/Token.C         |     75 -
 .../Library/VisItLib/common/parser/Token.h         |    114 -
 .../Library/VisItLib/common/parser/VisItParser.h   |    157 -
 .../VisItLib/common/parser/parser_exports.h        |     72 -
 .../Library/VisItLib/common/parser/testparser.C    |    349 -
 .../VisItLib/common/plugin/DatabasePluginInfo.C    |    202 -
 .../VisItLib/common/plugin/DatabasePluginInfo.h    |    171 -
 .../VisItLib/common/plugin/DatabasePluginManager.C |    635 -
 .../VisItLib/common/plugin/DatabasePluginManager.h |    148 -
 .../common/plugin/InvalidDirectoryException.C      |     63 -
 .../common/plugin/InvalidDirectoryException.h      |     72 -
 .../common/plugin/InvalidPluginException.C         |     75 -
 .../common/plugin/InvalidPluginException.h         |     72 -
 .../VisItLib/common/plugin/OperatorPluginInfo.h    |    197 -
 .../VisItLib/common/plugin/OperatorPluginManager.C |    677 -
 .../VisItLib/common/plugin/OperatorPluginManager.h |    164 -
 .../VisItLib/common/plugin/PlotPluginInfo.h        |    235 -
 .../VisItLib/common/plugin/PlotPluginManager.C     |    611 -
 .../VisItLib/common/plugin/PlotPluginManager.h     |    154 -
 .../VisItLib/common/plugin/PluginBroadcaster.C     |     46 -
 .../VisItLib/common/plugin/PluginBroadcaster.h     |     70 -
 .../Library/VisItLib/common/plugin/PluginManager.C |   1725 -
 .../Library/VisItLib/common/plugin/PluginManager.h |    220 -
 .../common/plugin/database_plugin_exports.h        |     74 -
 .../common/plugin/operator_plugin_exports.h        |     73 -
 .../VisItLib/common/plugin/plot_plugin_exports.h   |     73 -
 .../VisItLib/common/plugin/plugin_exports.h        |     74 -
 .../VisItLib/common/plugin/plugin_vartypes.h       |     57 -
 .../VisItLib/common/proxybase/RemoteProxyBase.C    |    724 -
 .../VisItLib/common/proxybase/RemoteProxyBase.h    |    154 -
 .../VisItLib/common/proxybase/proxybase_exports.h  |     64 -
 .../VisItLib/common/state/AnimationAttributes.C    |    785 -
 .../VisItLib/common/state/AnimationAttributes.code |     35 -
 .../VisItLib/common/state/AnimationAttributes.h    |    151 -
 .../VisItLib/common/state/AnimationAttributes.xml  |     30 -
 .../VisItLib/common/state/AnnotationAttributes.C   |   1691 -
 .../common/state/AnnotationAttributes.code         |    250 -
 .../VisItLib/common/state/AnnotationAttributes.h   |    253 -
 .../VisItLib/common/state/AnnotationAttributes.xml |     93 -
 .../VisItLib/common/state/AnnotationObject.C       |   1644 -
 .../VisItLib/common/state/AnnotationObject.code    |    193 -
 .../VisItLib/common/state/AnnotationObject.h       |    261 -
 .../VisItLib/common/state/AnnotationObject.xml     |     86 -
 .../VisItLib/common/state/AnnotationObjectList.C   |    997 -
 .../common/state/AnnotationObjectList.code         |    372 -
 .../VisItLib/common/state/AnnotationObjectList.h   |    143 -
 .../VisItLib/common/state/AnnotationObjectList.xml |     28 -
 .../VisItLib/common/state/AppearanceAttributes.C   |    974 -
 .../common/state/AppearanceAttributes.code         |     33 -
 .../VisItLib/common/state/AppearanceAttributes.h   |    167 -
 .../VisItLib/common/state/AppearanceAttributes.xml |     33 -
 .../Library/VisItLib/common/state/AttributeGroup.C |   2987 -
 .../Library/VisItLib/common/state/AttributeGroup.h |    339 -
 .../VisItLib/common/state/AttributeSubject.C       |    145 -
 .../VisItLib/common/state/AttributeSubject.h       |     89 -
 .../VisItLib/common/state/AttributeSubjectMap.C    |    941 -
 .../VisItLib/common/state/AttributeSubjectMap.h    |    108 -
 .../Library/VisItLib/common/state/Axes2D.C         |    906 -
 .../Library/VisItLib/common/state/Axes2D.code      |     17 -
 .../Library/VisItLib/common/state/Axes2D.h         |    168 -
 .../Library/VisItLib/common/state/Axes2D.xml       |     37 -
 .../Library/VisItLib/common/state/Axes3D.C         |   1014 -
 .../Library/VisItLib/common/state/Axes3D.code      |      8 -
 .../Library/VisItLib/common/state/Axes3D.h         |    182 -
 .../Library/VisItLib/common/state/Axes3D.xml       |     45 -
 .../Library/VisItLib/common/state/AxesArray.C      |    704 -
 .../Library/VisItLib/common/state/AxesArray.code   |      3 -
 .../Library/VisItLib/common/state/AxesArray.h      |    131 -
 .../Library/VisItLib/common/state/AxesArray.xml    |     20 -
 .../Library/VisItLib/common/state/AxisAttributes.C |    669 -
 .../Library/VisItLib/common/state/AxisAttributes.h |    129 -
 .../VisItLib/common/state/AxisAttributes.xml       |     12 -
 .../Library/VisItLib/common/state/AxisLabels.C     |    601 -
 .../Library/VisItLib/common/state/AxisLabels.h     |    119 -
 .../Library/VisItLib/common/state/AxisLabels.xml   |     11 -
 .../common/state/AxisRestrictionAttributes.C       |    617 -
 .../common/state/AxisRestrictionAttributes.h       |    123 -
 .../common/state/AxisRestrictionAttributes.xml     |      9 -
 .../Library/VisItLib/common/state/AxisTickMarks.C  |    648 -
 .../Library/VisItLib/common/state/AxisTickMarks.h  |    124 -
 .../VisItLib/common/state/AxisTickMarks.xml        |     18 -
 .../Library/VisItLib/common/state/AxisTitles.C     |    725 -
 .../Library/VisItLib/common/state/AxisTitles.h     |    136 -
 .../Library/VisItLib/common/state/AxisTitles.xml   |     18 -
 .../Library/VisItLib/common/state/BoxExtents.C     |    550 -
 .../Library/VisItLib/common/state/BoxExtents.h     |    110 -
 .../Library/VisItLib/common/state/BoxExtents.xml   |      5 -
 .../VisItLib/common/state/ClientInformation.C      |    571 -
 .../VisItLib/common/state/ClientInformation.code   |     61 -
 .../VisItLib/common/state/ClientInformation.h      |    125 -
 .../VisItLib/common/state/ClientInformation.xml    |     19 -
 .../VisItLib/common/state/ClientInformationList.C  |    717 -
 .../VisItLib/common/state/ClientInformationList.h  |    120 -
 .../common/state/ClientInformationList.xml         |      5 -
 .../Library/VisItLib/common/state/ClientMethod.C   |    594 -
 .../VisItLib/common/state/ClientMethod.code        |     44 -
 .../Library/VisItLib/common/state/ClientMethod.h   |    130 -
 .../Library/VisItLib/common/state/ClientMethod.xml |     19 -
 .../Library/VisItLib/common/state/ColorAttribute.C |   1730 -
 .../VisItLib/common/state/ColorAttribute.code      |   1342 -
 .../Library/VisItLib/common/state/ColorAttribute.h |    130 -
 .../VisItLib/common/state/ColorAttribute.xml       |     54 -
 .../VisItLib/common/state/ColorAttributeList.C     |    812 -
 .../VisItLib/common/state/ColorAttributeList.h     |    124 -
 .../VisItLib/common/state/ColorAttributeList.xml   |      4 -
 .../VisItLib/common/state/ColorControlPoint.C      |    607 -
 .../VisItLib/common/state/ColorControlPoint.code   |     25 -
 .../VisItLib/common/state/ColorControlPoint.h      |    116 -
 .../VisItLib/common/state/ColorControlPoint.xml    |      6 -
 .../VisItLib/common/state/ColorControlPointList.C  |   1404 -
 .../common/state/ColorControlPointList.code        |    521 -
 .../VisItLib/common/state/ColorControlPointList.h  |    143 -
 .../common/state/ColorControlPointList.xml         |     11 -
 .../VisItLib/common/state/ColorTableAttributes.C   |   1278 -
 .../common/state/ColorTableAttributes.code         |    596 -
 .../VisItLib/common/state/ColorTableAttributes.h   |    150 -
 .../VisItLib/common/state/ColorTableAttributes.xml |     19 -
 .../VisItLib/common/state/ColorTableManager.C      |    370 -
 .../VisItLib/common/state/ColorTableManager.h      |     90 -
 .../common/state/CompactSILRestrictionAttributes.C |    606 -
 .../common/state/CompactSILRestrictionAttributes.h |    121 -
 .../state/CompactSILRestrictionAttributes.xml      |     10 -
 .../Library/VisItLib/common/state/ConfigManager.C  |   1274 -
 .../Library/VisItLib/common/state/ConfigManager.h  |    123 -
 .../VisItLib/common/state/ConstructDDFAttributes.C |   1084 -
 .../VisItLib/common/state/ConstructDDFAttributes.h |    197 -
 .../common/state/ConstructDDFAttributes.xml        |     53 -
 .../VisItLib/common/state/ContourOpAttributes.C    |    957 -
 .../VisItLib/common/state/ContourOpAttributes.h    |    174 -
 .../VisItLib/common/state/ContourOpAttributes.xml  |     38 -
 .../VisItLib/common/state/DBOptionsAttributes.C    |   1477 -
 .../VisItLib/common/state/DBOptionsAttributes.code |    521 -
 .../VisItLib/common/state/DBOptionsAttributes.h    |    208 -
 .../VisItLib/common/state/DBOptionsAttributes.xml  |     73 -
 .../VisItLib/common/state/DBPluginInfoAttributes.C |   1219 -
 .../VisItLib/common/state/DBPluginInfoAttributes.h |    159 -
 .../common/state/DBPluginInfoAttributes.xml        |     16 -
 .../Library/VisItLib/common/state/DataNode.C       |   1424 -
 .../Library/VisItLib/common/state/DataNode.h       |    220 -
 .../VisItLib/common/state/DatabaseAttributes.C     |    512 -
 .../VisItLib/common/state/DatabaseAttributes.h     |    108 -
 .../VisItLib/common/state/DatabaseAttributes.xml   |      4 -
 .../VisItLib/common/state/DatabaseCorrelation.C    |   1610 -
 .../VisItLib/common/state/DatabaseCorrelation.code |    689 -
 .../VisItLib/common/state/DatabaseCorrelation.h    |    190 -
 .../VisItLib/common/state/DatabaseCorrelation.xml  |     65 -
 .../common/state/DatabaseCorrelationList.C         |   1012 -
 .../common/state/DatabaseCorrelationList.code      |    120 -
 .../common/state/DatabaseCorrelationList.h         |    156 -
 .../common/state/DatabaseCorrelationList.xml       |     30 -
 .../Library/VisItLib/common/state/EngineList.C     |    707 -
 .../Library/VisItLib/common/state/EngineList.h     |    135 -
 .../Library/VisItLib/common/state/EngineList.xml   |      8 -
 .../VisItLib/common/state/ExportDBAttributes.C     |    760 -
 .../VisItLib/common/state/ExportDBAttributes.h     |    142 -
 .../VisItLib/common/state/ExportDBAttributes.xml   |     17 -
 .../Library/VisItLib/common/state/Expression.C     |    950 -
 .../Library/VisItLib/common/state/Expression.code  |    115 -
 .../Library/VisItLib/common/state/Expression.h     |    167 -
 .../Library/VisItLib/common/state/Expression.xml   |     45 -
 .../Library/VisItLib/common/state/ExpressionList.C |    870 -
 .../VisItLib/common/state/ExpressionList.code      |    110 -
 .../Library/VisItLib/common/state/ExpressionList.h |    127 -
 .../VisItLib/common/state/ExpressionList.xml       |     11 -
 .../VisItLib/common/state/FileOpenOptions.C        |   1331 -
 .../VisItLib/common/state/FileOpenOptions.code     |    282 -
 .../VisItLib/common/state/FileOpenOptions.h        |    170 -
 .../VisItLib/common/state/FileOpenOptions.xml      |     27 -
 .../Library/VisItLib/common/state/FontAttributes.C |    752 -
 .../Library/VisItLib/common/state/FontAttributes.h |    145 -
 .../VisItLib/common/state/FontAttributes.xml       |     29 -
 .../VisItLib/common/state/GaussianControlPoint.C   |    648 -
 .../VisItLib/common/state/GaussianControlPoint.h   |    124 -
 .../VisItLib/common/state/GaussianControlPoint.xml |      8 -
 .../common/state/GaussianControlPointList.C        |    812 -
 .../common/state/GaussianControlPointList.h        |    124 -
 .../common/state/GaussianControlPointList.xml      |      4 -
 .../VisItLib/common/state/GlobalAttributes.C       |   1423 -
 .../VisItLib/common/state/GlobalAttributes.code    |    329 -
 .../VisItLib/common/state/GlobalAttributes.h       |    215 -
 .../VisItLib/common/state/GlobalAttributes.xml     |     74 -
 .../common/state/GlobalLineoutAttributes.C         |    718 -
 .../common/state/GlobalLineoutAttributes.h         |    159 -
 .../common/state/GlobalLineoutAttributes.xml       |     38 -
 .../VisItLib/common/state/HostProfileList.C        |    984 -
 .../VisItLib/common/state/HostProfileList.code     |    108 -
 .../VisItLib/common/state/HostProfileList.h        |    142 -
 .../VisItLib/common/state/HostProfileList.xml      |     12 -
 .../VisItLib/common/state/InteractorAttributes.C   |    867 -
 .../VisItLib/common/state/InteractorAttributes.h   |    167 -
 .../VisItLib/common/state/InteractorAttributes.xml |     31 -
 .../common/state/InternalResampleAttributes.C      |   1106 -
 .../common/state/InternalResampleAttributes.h      |    179 -
 .../common/state/InternalResampleAttributes.xml    |     57 -
 .../Library/VisItLib/common/state/KeepAliveRPC.C   |    189 -
 .../Library/VisItLib/common/state/KeepAliveRPC.h   |     85 -
 .../VisItLib/common/state/KeyframeAttributes.C     |    580 -
 .../VisItLib/common/state/KeyframeAttributes.h     |    116 -
 .../VisItLib/common/state/KeyframeAttributes.xml   |     12 -
 .../Library/VisItLib/common/state/LaunchProfile.C  |   1926 -
 .../VisItLib/common/state/LaunchProfile.code       |    337 -
 .../Library/VisItLib/common/state/LaunchProfile.h  |    283 -
 .../VisItLib/common/state/LaunchProfile.xml        |     97 -
 .../VisItLib/common/state/LightAttributes.C        |    773 -
 .../VisItLib/common/state/LightAttributes.code     |     34 -
 .../VisItLib/common/state/LightAttributes.h        |    147 -
 .../VisItLib/common/state/LightAttributes.xml      |     35 -
 .../Library/VisItLib/common/state/LightList.C      |    995 -
 .../Library/VisItLib/common/state/LightList.code   |    162 -
 .../Library/VisItLib/common/state/LightList.h      |    160 -
 .../Library/VisItLib/common/state/LightList.xml    |     33 -
 .../Library/VisItLib/common/state/Line.C           |   1003 -
 .../Library/VisItLib/common/state/Line.code        |     52 -
 .../Library/VisItLib/common/state/Line.h           |    163 -
 .../Library/VisItLib/common/state/Line.xml         |     46 -
 .../common/state/LinearTransformAttributes.C       |    818 -
 .../common/state/LinearTransformAttributes.h       |    144 -
 .../common/state/LinearTransformAttributes.xml     |     33 -
 .../Library/VisItLib/common/state/LineoutInfo.h    |     63 -
 .../Library/VisItLib/common/state/MachineProfile.C |   1666 -
 .../VisItLib/common/state/MachineProfile.code      |    506 -
 .../Library/VisItLib/common/state/MachineProfile.h |    222 -
 .../VisItLib/common/state/MachineProfile.xml       |     67 -
 .../Library/VisItLib/common/state/MapNode.C        |    702 -
 .../Library/VisItLib/common/state/MapNode.h        |    119 -
 .../VisItLib/common/state/MaterialAttributes.C     |   1013 -
 .../VisItLib/common/state/MaterialAttributes.h     |    182 -
 .../VisItLib/common/state/MaterialAttributes.xml   |     46 -
 .../common/state/MeshManagementAttributes.C        |    909 -
 .../common/state/MeshManagementAttributes.code     |     71 -
 .../common/state/MeshManagementAttributes.h        |    168 -
 .../common/state/MeshManagementAttributes.xml      |     30 -
 .../VisItLib/common/state/MessageAttributes.C      |    692 -
 .../VisItLib/common/state/MessageAttributes.h      |    140 -
 .../VisItLib/common/state/MessageAttributes.xml    |     21 -
 .../VisItLib/common/state/MovieAttributes.C        |   1316 -
 .../VisItLib/common/state/MovieAttributes.code     |     81 -
 .../VisItLib/common/state/MovieAttributes.h        |    214 -
 .../VisItLib/common/state/MovieAttributes.xml      |     54 -
 .../VisItLib/common/state/NameschemeAttributes.C   |   1096 -
 .../common/state/NameschemeAttributes.code         |    257 -
 .../VisItLib/common/state/NameschemeAttributes.h   |    178 -
 .../VisItLib/common/state/NameschemeAttributes.xml |     45 -
 .../VisItLib/common/state/NamespaceAttributes.C    |    629 -
 .../VisItLib/common/state/NamespaceAttributes.h    |    122 -
 .../VisItLib/common/state/NamespaceAttributes.xml  |      7 -
 .../Library/VisItLib/common/state/Observer.C       |    109 -
 .../Library/VisItLib/common/state/Observer.h       |     70 -
 .../VisItLib/common/state/ObserverToCallback.C     |    147 -
 .../VisItLib/common/state/ObserverToCallback.h     |     81 -
 .../Library/VisItLib/common/state/PickAttributes.C |   4188 -
 .../VisItLib/common/state/PickAttributes.code      |   1283 -
 .../Library/VisItLib/common/state/PickAttributes.h |    476 -
 .../VisItLib/common/state/PickAttributes.xml       |    241 -
 .../Library/VisItLib/common/state/PickPointInfo.h  |     75 -
 .../Library/VisItLib/common/state/PickVarInfo.C    |   1578 -
 .../Library/VisItLib/common/state/PickVarInfo.code |    656 -
 .../Library/VisItLib/common/state/PickVarInfo.h    |    200 -
 .../Library/VisItLib/common/state/PickVarInfo.xml  |     61 -
 .../VisItLib/common/state/PlaneAttributes.C        |    782 -
 .../VisItLib/common/state/PlaneAttributes.h        |    134 -
 .../VisItLib/common/state/PlaneAttributes.xml      |     11 -
 .../Library/VisItLib/common/state/Plot.C           |   1087 -
 .../Library/VisItLib/common/state/Plot.code        |     68 -
 .../Library/VisItLib/common/state/Plot.h           |    214 -
 .../Library/VisItLib/common/state/Plot.xml         |     34 -
 .../VisItLib/common/state/PlotInfoAttributes.C     |    474 -
 .../VisItLib/common/state/PlotInfoAttributes.code  |     33 -
 .../VisItLib/common/state/PlotInfoAttributes.h     |    111 -
 .../VisItLib/common/state/PlotInfoAttributes.xml   |     12 -
 .../Library/VisItLib/common/state/PlotList.C       |    832 -
 .../Library/VisItLib/common/state/PlotList.code    |     25 -
 .../Library/VisItLib/common/state/PlotList.h       |    127 -
 .../Library/VisItLib/common/state/PlotList.xml     |      9 -
 .../Library/VisItLib/common/state/PlotQueryInfo.C  |    528 -
 .../Library/VisItLib/common/state/PlotQueryInfo.h  |    134 -
 .../VisItLib/common/state/PlotQueryInfo.xml        |     19 -
 .../common/state/PluginManagerAttributes.C         |   1024 -
 .../common/state/PluginManagerAttributes.code      |    214 -
 .../common/state/PluginManagerAttributes.h         |    163 -
 .../common/state/PluginManagerAttributes.xml       |     29 -
 .../Library/VisItLib/common/state/Point.C          |    693 -
 .../Library/VisItLib/common/state/Point.code       |    152 -
 .../Library/VisItLib/common/state/Point.h          |    139 -
 .../Library/VisItLib/common/state/Point.xml        |     39 -
 .../VisItLib/common/state/PointAttributes.C        |    548 -
 .../VisItLib/common/state/PointAttributes.h        |    110 -
 .../VisItLib/common/state/PointAttributes.xml      |      5 -
 .../VisItLib/common/state/PrinterAttributes.C      |    880 -
 .../VisItLib/common/state/PrinterAttributes.h      |    155 -
 .../VisItLib/common/state/PrinterAttributes.xml    |     13 -
 .../VisItLib/common/state/ProcessAttributes.C      |    634 -
 .../VisItLib/common/state/ProcessAttributes.h      |    137 -
 .../VisItLib/common/state/ProcessAttributes.xml    |     12 -
 .../VisItLib/common/state/QueryAttributes.C        |   1495 -
 .../VisItLib/common/state/QueryAttributes.code     |     78 -
 .../VisItLib/common/state/QueryAttributes.h        |    252 -
 .../VisItLib/common/state/QueryAttributes.xml      |     91 -
 .../Library/VisItLib/common/state/QueryList.C      |   1262 -
 .../Library/VisItLib/common/state/QueryList.code   |    242 -
 .../Library/VisItLib/common/state/QueryList.h      |    230 -
 .../Library/VisItLib/common/state/QueryList.xml    |     73 -
 .../common/state/QueryOverTimeAttributes.C         |    877 -
 .../common/state/QueryOverTimeAttributes.code      |    147 -
 .../common/state/QueryOverTimeAttributes.h         |    164 -
 .../common/state/QueryOverTimeAttributes.xml       |     40 -
 .../Library/VisItLib/common/state/QuitRPC.C        |    185 -
 .../Library/VisItLib/common/state/QuitRPC.h        |     87 -
 .../Library/VisItLib/common/state/RPCExecutor.h    |     72 -
 .../VisItLib/common/state/RenderingAttributes.C    |   1503 -
 .../VisItLib/common/state/RenderingAttributes.code |     38 -
 .../VisItLib/common/state/RenderingAttributes.h    |    247 -
 .../VisItLib/common/state/RenderingAttributes.xml  |     98 -
 .../VisItLib/common/state/SILArrayAttributes.C     |    982 -
 .../VisItLib/common/state/SILArrayAttributes.h     |    172 -
 .../VisItLib/common/state/SILArrayAttributes.xml   |     32 -
 .../Library/VisItLib/common/state/SILAttributes.C  |   1681 -
 .../Library/VisItLib/common/state/SILAttributes.h  |    198 -
 .../VisItLib/common/state/SILAttributes.xml        |     29 -
 .../VisItLib/common/state/SILMatrixAttributes.C    |    730 -
 .../VisItLib/common/state/SILMatrixAttributes.h    |    137 -
 .../VisItLib/common/state/SILMatrixAttributes.xml  |      9 -
 .../common/state/SILRestrictionAttributes.C        |    612 -
 .../common/state/SILRestrictionAttributes.h        |    121 -
 .../common/state/SILRestrictionAttributes.xml      |     10 -
 .../VisItLib/common/state/SaveWindowAttributes.C   |   1311 -
 .../common/state/SaveWindowAttributes.code         |     66 -
 .../VisItLib/common/state/SaveWindowAttributes.h   |    227 -
 .../VisItLib/common/state/SaveWindowAttributes.xml |     81 -
 .../common/state/SimilarityTransformAttributes.C   |   1141 -
 .../state/SimilarityTransformAttributes.code       |     95 -
 .../common/state/SimilarityTransformAttributes.h   |    179 -
 .../common/state/SimilarityTransformAttributes.xml |     62 -
 .../Library/VisItLib/common/state/SimpleObserver.C |    148 -
 .../Library/VisItLib/common/state/SimpleObserver.h |     78 -
 .../VisItLib/common/state/SimulationCommand.C      |    451 -
 .../VisItLib/common/state/SimulationCommand.h      |    107 -
 .../VisItLib/common/state/SimulationCommand.xml    |      5 -
 .../common/state/SingleAttributeConfigManager.C    |    221 -
 .../common/state/SingleAttributeConfigManager.h    |     82 -
 .../VisItLib/common/state/SphereAttributes.C       |    582 -
 .../VisItLib/common/state/SphereAttributes.h       |    114 -
 .../VisItLib/common/state/SphereAttributes.xml     |      6 -
 .../VisItLib/common/state/StatusAttributes.C       |    904 -
 .../VisItLib/common/state/StatusAttributes.code    |     10 -
 .../VisItLib/common/state/StatusAttributes.h       |    159 -
 .../VisItLib/common/state/StatusAttributes.xml     |     37 -
 .../Library/VisItLib/common/state/Subject.C        |    197 -
 .../Library/VisItLib/common/state/Subject.h        |     78 -
 .../common/state/SurfaceFilterAttributes.C         |    971 -
 .../common/state/SurfaceFilterAttributes.h         |    173 -
 .../common/state/SurfaceFilterAttributes.xml       |     45 -
 .../Library/VisItLib/common/state/SyncAttributes.C |    512 -
 .../Library/VisItLib/common/state/SyncAttributes.h |    108 -
 .../VisItLib/common/state/SyncAttributes.xml       |      4 -
 .../Library/VisItLib/common/state/TestUtil.C       |    156 -
 .../Library/VisItLib/common/state/TestUtil.h       |     72 -
 .../Library/VisItLib/common/state/TimeFormat.C     |    598 -
 .../Library/VisItLib/common/state/TimeFormat.h     |    126 -
 .../Library/VisItLib/common/state/TimeFormat.xml   |     14 -
 .../Library/VisItLib/common/state/Variant.C        |   2569 -
 .../Library/VisItLib/common/state/Variant.h        |    225 -
 .../VisItLib/common/state/View2DAttributes.C       |    917 -
 .../VisItLib/common/state/View2DAttributes.code    |    131 -
 .../VisItLib/common/state/View2DAttributes.h       |    152 -
 .../VisItLib/common/state/View2DAttributes.xml     |     43 -
 .../VisItLib/common/state/View3DAttributes.C       |   1467 -
 .../VisItLib/common/state/View3DAttributes.code    |    431 -
 .../VisItLib/common/state/View3DAttributes.h       |    169 -
 .../VisItLib/common/state/View3DAttributes.xml     |     60 -
 .../Library/VisItLib/common/state/ViewAttributes.C |   1148 -
 .../Library/VisItLib/common/state/ViewAttributes.h |    172 -
 .../VisItLib/common/state/ViewAttributes.xml       |     58 -
 .../common/state/ViewAxisArrayAttributes.C         |    674 -
 .../common/state/ViewAxisArrayAttributes.h         |    122 -
 .../common/state/ViewAxisArrayAttributes.xml       |     17 -
 .../VisItLib/common/state/ViewCurveAttributes.C    |    742 -
 .../VisItLib/common/state/ViewCurveAttributes.h    |    130 -
 .../VisItLib/common/state/ViewCurveAttributes.xml  |     23 -
 .../Library/VisItLib/common/state/VisItRPC.C       |    444 -
 .../Library/VisItLib/common/state/VisItRPC.h       |    244 -
 .../Library/VisItLib/common/state/VisualCueInfo.C  |    865 -
 .../VisItLib/common/state/VisualCueInfo.code       |    152 -
 .../Library/VisItLib/common/state/VisualCueInfo.h  |    168 -
 .../VisItLib/common/state/VisualCueInfo.xml        |     53 -
 .../Library/VisItLib/common/state/VisualCueList.C  |    732 -
 .../VisItLib/common/state/VisualCueList.code       |     18 -
 .../Library/VisItLib/common/state/VisualCueList.h  |    122 -
 .../VisItLib/common/state/VisualCueList.xml        |      7 -
 .../VisItLib/common/state/WindowAttributes.C       |   1346 -
 .../VisItLib/common/state/WindowAttributes.h       |    206 -
 .../VisItLib/common/state/WindowAttributes.xml     |     55 -
 .../VisItLib/common/state/WindowInformation.C      |   1422 -
 .../VisItLib/common/state/WindowInformation.code   |    148 -
 .../VisItLib/common/state/WindowInformation.h      |    239 -
 .../VisItLib/common/state/WindowInformation.xml    |     90 -
 .../Library/VisItLib/common/state/XMLNode.C        |    746 -
 .../Library/VisItLib/common/state/XMLNode.h        |    126 -
 .../Library/VisItLib/common/state/Xfer.C           |    784 -
 .../Library/VisItLib/common/state/Xfer.h           |    133 -
 .../Library/VisItLib/common/state/regenerateall.py |     74 -
 .../Library/VisItLib/common/state/state.def        |    213 -
 .../Library/VisItLib/common/state/state_exports.h  |     64 -
 .../Library/VisItLib/common/state/test1.C          |   1641 -
 .../Library/VisItLib/common/state/test2.C          |    566 -
 .../Library/VisItLib/common/state/test3.C          |    228 -
 .../VisItLib/common/utility/AtomicProperties.C     |   1574 -
 .../VisItLib/common/utility/AtomicProperties.h     |     73 -
 .../Library/VisItLib/common/utility/BJHash.h       |    145 -
 .../Library/VisItLib/common/utility/CoordUtils.C   |    244 -
 .../Library/VisItLib/common/utility/EqualVal.h     |    169 -
 .../VisItLib/common/utility/FixedLengthBitField.h  |     79 -
 .../VisItLib/common/utility/GeometricHelpers.C     |    661 -
 .../VisItLib/common/utility/GeometricHelpers.h     |     77 -
 .../Library/VisItLib/common/utility/Interpolator.h |    383 -
 .../Library/VisItLib/common/utility/MRUCache.h     |    513 -
 .../VisItLib/common/utility/MRUCache_test.C        |    133 -
 .../Library/VisItLib/common/utility/Namescheme.C   |    524 -
 .../Library/VisItLib/common/utility/Namescheme.h   |    107 -
 .../VisItLib/common/utility/Namescheme_test.C      |    134 -
 .../VisItLib/common/utility/StringHelpers.C        |   1124 -
 .../VisItLib/common/utility/StringHelpers.h        |    181 -
 .../VisItLib/common/utility/StringHelpers_test.C   |    219 -
 .../Library/VisItLib/common/utility/SysCall.h      |     64 -
 .../Library/VisItLib/common/utility/Utility.C      |    656 -
 .../Library/VisItLib/common/utility/Utility.h      |    270 -
 .../Library/VisItLib/common/utility/VisItMap.h     |    437 -
 .../VisItLib/common/utility/VisItStreamUtil.h      |    117 -
 .../VisItLib/common/utility/array_ref_ptr.h        |    241 -
 .../Library/VisItLib/common/utility/enumtypes.h    |     48 -
 .../Library/VisItLib/common/utility/maptypes.h     |     51 -
 .../Library/VisItLib/common/utility/ref_ptr.h      |    245 -
 .../Library/VisItLib/common/utility/snprintf.h     |     50 -
 .../VisItLib/common/utility/utility_exports.h      |     66 -
 .../Library/VisItLib/common/utility/vectortypes.h  |     54 -
 .../Library/VisItLib/common/utility/visitstream.h  |     73 -
 .../Library/VisItLib/common/utility/void_ref_ptr.C |     60 -
 .../Library/VisItLib/common/utility/void_ref_ptr.h |    215 -
 .../Library/VisItLib/common/utility/win32-regex.c  |   5708 -
 .../Library/VisItLib/common/utility/win32-regex.h  |    526 -
 .../Library/VisItLib/include/visit-hdf5.h          |     54 -
 .../VisItBridge/Library/VisItLib/visit-cmake.h.in  |    283 -
 .../Library/VisItLib/visit_vtk/CMakeLists.txt      |     45 -
 .../Library/VisItLib/visit_vtk/full/CMakeLists.txt |    129 -
 .../Library/VisItLib/visit_vtk/full/InitVTK.C      |    160 -
 .../Library/VisItLib/visit_vtk/full/InitVTK.h      |     63 -
 .../VisItLib/visit_vtk/full/visit_vtk_exports.h    |     64 -
 .../VisItLib/visit_vtk/full/vtkAxisDepthSort.C     |    342 -
 .../VisItLib/visit_vtk/full/vtkAxisDepthSort.h     |     91 -
 .../full/vtkBinaryPartitionVolumeFromVolume.C      |    190 -
 .../full/vtkBinaryPartitionVolumeFromVolume.h      |    178 -
 .../Library/VisItLib/visit_vtk/full/vtkCSGCell.C   |    135 -
 .../Library/VisItLib/visit_vtk/full/vtkCSGCell.h   |    106 -
 .../Library/VisItLib/visit_vtk/full/vtkCSGGrid.C   |   2898 -
 .../Library/VisItLib/visit_vtk/full/vtkCSGGrid.h   |    662 -
 .../visit_vtk/full/vtkConnectedTubeFilter.C        |    672 -
 .../visit_vtk/full/vtkConnectedTubeFilter.h        |    168 -
 .../visit_vtk/full/vtkDataSetRemoveGhostCells.C    |    752 -
 .../visit_vtk/full/vtkDataSetRemoveGhostCells.h    |    101 -
 .../full/vtkDisjointCubesFacelistFilter.C          |    871 -
 .../full/vtkDisjointCubesFacelistFilter.h          |     61 -
 .../VisItLib/visit_vtk/full/vtkLineoutFilter.C     |    279 -
 .../VisItLib/visit_vtk/full/vtkLineoutFilter.h     |    106 -
 .../visit_vtk/full/vtkLinesFromOriginalCells.C     |    268 -
 .../visit_vtk/full/vtkLinesFromOriginalCells.h     |     77 -
 .../Library/VisItLib/visit_vtk/full/vtkOBJWriter.C |    189 -
 .../Library/VisItLib/visit_vtk/full/vtkOBJWriter.h |     76 -
 .../VisItLib/visit_vtk/full/vtkOnionPeelFilter.C   |   1080 -
 .../VisItLib/visit_vtk/full/vtkOnionPeelFilter.h   |    218 -
 .../Library/VisItLib/visit_vtk/full/vtkPPMWriter.C |    171 -
 .../Library/VisItLib/visit_vtk/full/vtkPPMWriter.h |     63 -
 .../visit_vtk/full/vtkPolyDataOnionPeelFilter.C    |   1086 -
 .../visit_vtk/full/vtkPolyDataOnionPeelFilter.h    |    218 -
 .../Library/VisItLib/visit_vtk/full/vtkRGBWriter.C |    444 -
 .../Library/VisItLib/visit_vtk/full/vtkRGBWriter.h |     63 -
 .../full/vtkRectilinearGridFacelistFilter.C        |    945 -
 .../full/vtkRectilinearGridFacelistFilter.h        |    104 -
 .../full/vtkRectilinearLinesNoDataFilter.C         |    331 -
 .../full/vtkRectilinearLinesNoDataFilter.h         |     88 -
 .../Library/VisItLib/visit_vtk/full/vtkSkew.h      |     74 -
 .../Library/VisItLib/visit_vtk/full/vtkSlicer.C    |    566 -
 .../Library/VisItLib/visit_vtk/full/vtkSlicer.h    |     76 -
 .../full/vtkStructuredGridFacelistFilter.C         |    313 -
 .../full/vtkStructuredGridFacelistFilter.h         |     74 -
 .../VisItLib/visit_vtk/full/vtkSurfaceFilter.C     |    344 -
 .../VisItLib/visit_vtk/full/vtkSurfaceFilter.h     |    114 -
 .../VisItLib/visit_vtk/full/vtkSurfaceFromVolume.C |    399 -
 .../VisItLib/visit_vtk/full/vtkSurfaceFromVolume.h |    122 -
 .../visit_vtk/full/vtkTensorReduceFilter.C         |    216 -
 .../visit_vtk/full/vtkTensorReduceFilter.h         |     91 -
 .../visit_vtk/full/vtkUniqueFeatureEdges.C         |    481 -
 .../visit_vtk/full/vtkUniqueFeatureEdges.h         |    144 -
 .../full/vtkUnstructuredGridRelevantPointsFilter.C |    183 -
 .../full/vtkUnstructuredGridRelevantPointsFilter.h |     86 -
 .../VisItLib/visit_vtk/full/vtkVectorGlyph.C       |    281 -
 .../VisItLib/visit_vtk/full/vtkVectorGlyph.h       |    131 -
 .../visit_vtk/full/vtkVectorReduceFilter.C         |    318 -
 .../visit_vtk/full/vtkVectorReduceFilter.h         |     98 -
 .../VisItLib/visit_vtk/full/vtkVertexFilter.C      |    222 -
 .../VisItLib/visit_vtk/full/vtkVertexFilter.h      |     86 -
 .../visit_vtk/full/vtkVisItCellDataToPointData.C   |    251 -
 .../visit_vtk/full/vtkVisItCellDataToPointData.h   |     71 -
 .../VisItLib/visit_vtk/full/vtkVisItClipper.C      |   1018 -
 .../VisItLib/visit_vtk/full/vtkVisItClipper.h      |    137 -
 .../visit_vtk/full/vtkVisItContourFilter.C         |    550 -
 .../visit_vtk/full/vtkVisItContourFilter.h         |     79 -
 .../VisItLib/visit_vtk/full/vtkVisItCutter.C       |    776 -
 .../VisItLib/visit_vtk/full/vtkVisItCutter.h       |    195 -
 .../VisItLib/visit_vtk/full/vtkVisItExtractGrid.C  |    455 -
 .../VisItLib/visit_vtk/full/vtkVisItExtractGrid.h  |     96 -
 .../full/vtkVisItExtractRectilinearGrid.C          |    500 -
 .../full/vtkVisItExtractRectilinearGrid.h          |     84 -
 .../VisItLib/visit_vtk/full/vtkVisItFeatureEdges.C |    455 -
 .../VisItLib/visit_vtk/full/vtkVisItFeatureEdges.h |    128 -
 .../VisItLib/visit_vtk/full/vtkVisItGlyph3D.C      |   1044 -
 .../VisItLib/visit_vtk/full/vtkVisItGlyph3D.h      |    402 -
 .../full/vtkVisItInterpolatedVelocityField.C       |    221 -
 .../full/vtkVisItInterpolatedVelocityField.h       |     83 -
 .../visit_vtk/full/vtkVisItPolyDataNormals.C       |    894 -
 .../visit_vtk/full/vtkVisItPolyDataNormals.h       |     91 -
 .../VisItLib/visit_vtk/full/vtkVisItProbeFilter.C  |    352 -
 .../VisItLib/visit_vtk/full/vtkVisItProbeFilter.h  |    107 -
 .../visit_vtk/full/vtkVisItRectilinearGrid.C       |    316 -
 .../visit_vtk/full/vtkVisItRectilinearGrid.h       |     77 -
 .../VisItLib/visit_vtk/full/vtkVisItSTLWriter.C    |    200 -
 .../VisItLib/visit_vtk/full/vtkVisItSTLWriter.h    |     72 -
 .../VisItLib/visit_vtk/full/vtkVisItScalarTree.C   |    322 -
 .../VisItLib/visit_vtk/full/vtkVisItScalarTree.h   |    116 -
 .../VisItLib/visit_vtk/full/vtkVisItSplitter.C     |    864 -
 .../VisItLib/visit_vtk/full/vtkVisItSplitter.h     |    119 -
 .../VisItLib/visit_vtk/full/vtkVisItStreamLine.C   |    828 -
 .../VisItLib/visit_vtk/full/vtkVisItStreamLine.h   |     84 -
 .../visit_vtk/full/vtkVisItStructuredGrid.C        |    308 -
 .../visit_vtk/full/vtkVisItStructuredGrid.h        |     72 -
 .../visit_vtk/full/vtkVisItStructuredGridNormals.C |    391 -
 .../visit_vtk/full/vtkVisItStructuredGridNormals.h |     89 -
 .../VisItLib/visit_vtk/full/vtkVisItTIFFWriter.C   |    301 -
 .../VisItLib/visit_vtk/full/vtkVisItTIFFWriter.h   |     75 -
 .../VisItLib/visit_vtk/full/vtkVisItTensorGlyph.C  |    571 -
 .../VisItLib/visit_vtk/full/vtkVisItTensorGlyph.h  |    218 -
 .../VisItLib/visit_vtk/full/vtkVolumeFromVolume.C  |   1085 -
 .../VisItLib/visit_vtk/full/vtkVolumeFromVolume.h  |    276 -
 .../VisItLib/visit_vtk/lightweight/CMakeLists.txt  |     88 -
 .../VisItLib/visit_vtk/lightweight/ClipCases.h     |    164 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesHex.C  |   3525 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesLin.C  |     67 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesPix.C  |    122 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesPyr.C  |    246 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesQua.C  |    122 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesTet.C  |    114 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesTri.C  |     84 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesVox.C  |   3520 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesVtx.C  |     61 -
 .../VisItLib/visit_vtk/lightweight/ClipCasesWdg.C  |    642 -
 .../VisItLib/visit_vtk/lightweight/InitVTKLite.C   |    127 -
 .../VisItLib/visit_vtk/lightweight/InitVTKLite.h   |     66 -
 .../lightweight/visit_vtk_light_exports.h          |     64 -
 .../visit_vtk/lightweight/vtkCellIntersections.C   |   1146 -
 .../visit_vtk/lightweight/vtkCellIntersections.h   |    147 -
 .../visit_vtk/lightweight/vtkDataSetFromVolume.C   |    290 -
 .../visit_vtk/lightweight/vtkDataSetFromVolume.h   |    203 -
 .../visit_vtk/lightweight/vtkDebugStream.C         |     94 -
 .../visit_vtk/lightweight/vtkDebugStream.h         |     69 -
 .../visit_vtk/lightweight/vtkEnumThreshold.C       |    855 -
 .../visit_vtk/lightweight/vtkEnumThreshold.h       |    141 -
 .../lightweight/vtkPolyDataRelevantPointsFilter.C  |    231 -
 .../lightweight/vtkPolyDataRelevantPointsFilter.h  |     90 -
 .../visit_vtk/lightweight/vtkSkewLookupTable.C     |    255 -
 .../visit_vtk/lightweight/vtkSkewLookupTable.h     |    123 -
 .../visit_vtk/lightweight/vtkTriangulationTables.C |    851 -
 .../visit_vtk/lightweight/vtkTriangulationTables.h |     75 -
 .../vtkUnstructuredGridBoundaryFilter.C            |   3174 -
 .../vtkUnstructuredGridBoundaryFilter.h            |     61 -
 .../vtkUnstructuredGridFacelistFilter.C            |   2548 -
 .../vtkUnstructuredGridFacelistFilter.h            |     61 -
 .../visit_vtk/lightweight/vtkVisItCellLocator.C    |   2423 -
 .../visit_vtk/lightweight/vtkVisItCellLocator.h    |    308 -
 .../lightweight/vtkVisItPointDataToCellData.C      |    128 -
 .../lightweight/vtkVisItPointDataToCellData.h      |     76 -
 .../visit_vtk/lightweight/vtkVisItPointLocator.C   |   1945 -
 .../visit_vtk/lightweight/vtkVisItPointLocator.h   |    247 -
 .../visit_vtk/lightweight/vtkVisItUtility.C        |   1100 -
 .../visit_vtk/lightweight/vtkVisItUtility.h        |    104 -
 Utilities/VisItBridge/Library/module.cmake         |     16 -
 Utilities/VisItBridge/Library/vtk_visitlib.h.in    |     19 -
 .../VisItBridge/databases/ANALYZE/ANALYZE.xml      |     17 -
 .../databases/ANALYZE/ANALYZECommonPluginInfo.C    |     94 -
 .../databases/ANALYZE/ANALYZEEnginePluginInfo.C    |     73 -
 .../databases/ANALYZE/ANALYZEMDServerPluginInfo.C  |     60 -
 .../databases/ANALYZE/ANALYZEPluginInfo.C          |    207 -
 .../databases/ANALYZE/ANALYZEPluginInfo.h          |    100 -
 .../VisItBridge/databases/ANALYZE/CMakeLists.txt   |     11 -
 .../VisItBridge/databases/ANALYZE/DSRObject.C      |    235 -
 .../VisItBridge/databases/ANALYZE/DSRObject.h      |     75 -
 .../databases/ANALYZE/avtANALYZEFileFormat.C       |    434 -
 .../databases/ANALYZE/avtANALYZEFileFormat.h       |     86 -
 Utilities/VisItBridge/databases/ANALYZE/dbh.h      |     99 -
 Utilities/VisItBridge/databases/ANSYS/ANSYS.xml    |      8 -
 .../databases/ANSYS/ANSYSCommonPluginInfo.C        |     94 -
 .../databases/ANSYS/ANSYSEnginePluginInfo.C        |     73 -
 .../databases/ANSYS/ANSYSMDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/ANSYS/ANSYSPluginInfo.C  |    206 -
 .../VisItBridge/databases/ANSYS/ANSYSPluginInfo.h  |    100 -
 .../VisItBridge/databases/ANSYS/CMakeLists.txt     |      9 -
 .../databases/ANSYS/avtANSYSFileFormat.C           |    622 -
 .../databases/ANSYS/avtANSYSFileFormat.h           |    112 -
 .../VisItBridge/databases/AUXFile/AUXFile.xml      |      4 -
 .../databases/AUXFile/AUXFileCommonPluginInfo.C    |     94 -
 .../databases/AUXFile/AUXFileEnginePluginInfo.C    |     73 -
 .../databases/AUXFile/AUXFileMDServerPluginInfo.C  |     60 -
 .../databases/AUXFile/AUXFilePluginInfo.C          |    206 -
 .../databases/AUXFile/AUXFilePluginInfo.h          |    100 -
 .../VisItBridge/databases/AUXFile/CMakeLists.txt   |     11 -
 .../databases/AUXFile/avtAUXFileFileFormat.C       |    378 -
 .../databases/AUXFile/avtAUXFileFileFormat.h       |     97 -
 .../databases/AvtAlgorithms/CMakeLists.txt         |     20 -
 .../AvtAlgorithms/vtkAvtFileFormatAlgorithm.cxx    |    950 -
 .../AvtAlgorithms/vtkAvtFileFormatAlgorithm.h      |    206 -
 .../vtkAvtMTMDFileFormatAlgorithm.cxx              |    165 -
 .../AvtAlgorithms/vtkAvtMTMDFileFormatAlgorithm.h  |     67 -
 .../vtkAvtMTSDFileFormatAlgorithm.cxx              |    111 -
 .../AvtAlgorithms/vtkAvtMTSDFileFormatAlgorithm.h  |     66 -
 .../vtkAvtSTMDFileFormatAlgorithm.cxx              |    697 -
 .../AvtAlgorithms/vtkAvtSTMDFileFormatAlgorithm.h  |    109 -
 .../vtkAvtSTSDFileFormatAlgorithm.cxx              |    225 -
 .../AvtAlgorithms/vtkAvtSTSDFileFormatAlgorithm.h  |     73 -
 Utilities/VisItBridge/databases/BOV/BOV.xml        |     11 -
 .../databases/BOV/BOVCommonPluginInfo.C            |     89 -
 .../databases/BOV/BOVEnginePluginInfo.C            |     74 -
 .../databases/BOV/BOVMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/BOV/BOVPluginInfo.C      |    206 -
 .../VisItBridge/databases/BOV/BOVPluginInfo.h      |    100 -
 Utilities/VisItBridge/databases/BOV/CMakeLists.txt |     10 -
 .../VisItBridge/databases/BOV/avtBOVFileFormat.C   |   2036 -
 .../VisItBridge/databases/BOV/avtBOVFileFormat.h   |    144 -
 Utilities/VisItBridge/databases/BOV/avtBOVWriter.C |    611 -
 Utilities/VisItBridge/databases/BOV/avtBOVWriter.h |    101 -
 Utilities/VisItBridge/databases/CEAucd/CEAucd.xml  |     21 -
 .../databases/CEAucd/CEAucdCommonPluginInfo.C      |     89 -
 .../databases/CEAucd/CEAucdEnginePluginInfo.C      |     73 -
 .../databases/CEAucd/CEAucdMDServerPluginInfo.C    |     60 -
 .../databases/CEAucd/CEAucdPluginInfo.C            |    209 -
 .../databases/CEAucd/CEAucdPluginInfo.h            |    100 -
 .../VisItBridge/databases/CEAucd/CMakeLists.txt    |     11 -
 Utilities/VisItBridge/databases/CEAucd/FichierU.C  |    454 -
 Utilities/VisItBridge/databases/CEAucd/FichierU.h  |     70 -
 .../databases/CEAucd/avtCEAucdFileFormat.C         |    808 -
 .../databases/CEAucd/avtCEAucdFileFormat.h         |    118 -
 .../VisItBridge/databases/CEAucd/vtkCEAucdReader.C |   1874 -
 .../VisItBridge/databases/CEAucd/vtkCEAucdReader.h |    257 -
 Utilities/VisItBridge/databases/CGNS/CGNSHelpers.C |    122 -
 .../VisItBridge/databases/CGNS/CGNSUnitsStack.C    |    293 -
 .../VisItBridge/databases/CGNS/CMakeLists.txt      |     12 -
 .../VisItBridge/databases/CGNS/avtCGNSFileFormat.C |   2604 -
 .../VisItBridge/databases/CGNS/avtCGNSFileFormat.h |    181 -
 Utilities/VisItBridge/databases/CMAT/CMAT.xml      |      8 -
 .../databases/CMAT/CMATCommonPluginInfo.C          |     89 -
 .../databases/CMAT/CMATEnginePluginInfo.C          |     73 -
 .../databases/CMAT/CMATMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/CMAT/CMATPluginInfo.C    |    206 -
 .../VisItBridge/databases/CMAT/CMATPluginInfo.h    |    100 -
 .../VisItBridge/databases/CMAT/CMakeLists.txt      |      9 -
 .../VisItBridge/databases/CMAT/avtCMATFileFormat.C |    405 -
 .../VisItBridge/databases/CMAT/avtCMATFileFormat.h |     97 -
 Utilities/VisItBridge/databases/CMakeLists.txt     |    205 -
 .../VisItBridge/databases/CTRL/CMakeLists.txt      |      9 -
 Utilities/VisItBridge/databases/CTRL/CTRL.xml      |      8 -
 .../databases/CTRL/CTRLCommonPluginInfo.C          |     94 -
 .../databases/CTRL/CTRLEnginePluginInfo.C          |     73 -
 .../databases/CTRL/CTRLMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/CTRL/CTRLPluginInfo.C    |    206 -
 .../VisItBridge/databases/CTRL/CTRLPluginInfo.h    |    100 -
 .../VisItBridge/databases/CTRL/avtCTRLFileFormat.C |    454 -
 .../VisItBridge/databases/CTRL/avtCTRLFileFormat.h |    108 -
 .../VisItBridge/databases/Chombo/CMakeLists.txt    |     18 -
 Utilities/VisItBridge/databases/Chombo/Chombo.xml  |     19 -
 .../databases/Chombo/ChomboCommonPluginInfo.C      |    123 -
 .../databases/Chombo/ChomboEnginePluginInfo.C      |     73 -
 .../databases/Chombo/ChomboMDServerPluginInfo.C    |     60 -
 .../databases/Chombo/ChomboPluginInfo.C            |    207 -
 .../databases/Chombo/ChomboPluginInfo.h            |    102 -
 .../databases/Chombo/avtChomboFileFormat.C         |   3058 -
 .../databases/Chombo/avtChomboFileFormat.h         |    238 -
 .../databases/Chombo/avtChomboOptions.C            |     99 -
 .../databases/Chombo/avtChomboOptions.h            |     66 -
 .../VisItBridge/databases/Claw/CMakeLists.txt      |      9 -
 Utilities/VisItBridge/databases/Claw/Claw.xml      |      8 -
 .../databases/Claw/ClawCommonPluginInfo.C          |     91 -
 .../databases/Claw/ClawEnginePluginInfo.C          |     73 -
 .../databases/Claw/ClawMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/Claw/ClawPluginInfo.C    |    206 -
 .../VisItBridge/databases/Claw/ClawPluginInfo.h    |    100 -
 .../VisItBridge/databases/Claw/avtClawFileFormat.C |   1293 -
 .../VisItBridge/databases/Claw/avtClawFileFormat.h |    129 -
 .../VisItBridge/databases/Common/MaterialEncoder.C |    368 -
 .../VisItBridge/databases/Common/MaterialEncoder.h |     92 -
 .../databases/Common/PolygonToTriangles.C          |    418 -
 .../VisItBridge/databases/Common/PolyhedralSplit.C |    377 -
 .../VisItBridge/databases/Common/PolyhedralSplit.h |     85 -
 .../VisItBridge/databases/Curve2D/CMakeLists.txt   |      9 -
 .../VisItBridge/databases/Curve2D/Curve2D.xml      |     11 -
 .../databases/Curve2D/Curve2DCommonPluginInfo.C    |     94 -
 .../databases/Curve2D/Curve2DEnginePluginInfo.C    |     73 -
 .../databases/Curve2D/Curve2DMDServerPluginInfo.C  |     60 -
 .../databases/Curve2D/Curve2DPluginInfo.C          |    209 -
 .../databases/Curve2D/Curve2DPluginInfo.h          |    100 -
 .../databases/Curve2D/avtCurve2DFileFormat.C       |    779 -
 .../databases/Curve2D/avtCurve2DFileFormat.h       |    132 -
 .../VisItBridge/databases/DDCMD/CMakeLists.txt     |     13 -
 Utilities/VisItBridge/databases/DDCMD/DDCMD.xml    |     18 -
 .../databases/DDCMD/DDCMDCommonPluginInfo.C        |     89 -
 .../databases/DDCMD/DDCMDEnginePluginInfo.C        |     73 -
 .../databases/DDCMD/DDCMDMDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/DDCMD/DDCMDPluginInfo.C  |    206 -
 .../VisItBridge/databases/DDCMD/DDCMDPluginInfo.h  |    100 -
 .../databases/DDCMD/avtDDCMDFileFormat.C           |   2700 -
 .../databases/DDCMD/avtDDCMDFileFormat.h           |    249 -
 Utilities/VisItBridge/databases/DDCMD/error.C      |     52 -
 Utilities/VisItBridge/databases/DDCMD/error.h      |      6 -
 Utilities/VisItBridge/databases/DDCMD/object.C     |   1010 -
 Utilities/VisItBridge/databases/DDCMD/object.h     |     58 -
 .../VisItBridge/databases/Dyna3D/CMakeLists.txt    |      9 -
 Utilities/VisItBridge/databases/Dyna3D/Dyna3D.xml  |      8 -
 .../databases/Dyna3D/Dyna3DCommonPluginInfo.C      |     94 -
 .../databases/Dyna3D/Dyna3DEnginePluginInfo.C      |     73 -
 .../databases/Dyna3D/Dyna3DMDServerPluginInfo.C    |     60 -
 .../databases/Dyna3D/Dyna3DPluginInfo.C            |    206 -
 .../databases/Dyna3D/Dyna3DPluginInfo.h            |    100 -
 .../databases/Dyna3D/avtDyna3DFileFormat.C         |   1248 -
 .../databases/Dyna3D/avtDyna3DFileFormat.h         |    166 -
 .../VisItBridge/databases/Enzo/CMakeLists.txt      |     11 -
 Utilities/VisItBridge/databases/Enzo/Enzo.xml      |     20 -
 .../databases/Enzo/EnzoCommonPluginInfo.C          |     89 -
 .../databases/Enzo/EnzoEnginePluginInfo.C          |     73 -
 .../databases/Enzo/EnzoMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/Enzo/EnzoPluginInfo.C    |    207 -
 .../VisItBridge/databases/Enzo/EnzoPluginInfo.h    |    100 -
 .../VisItBridge/databases/Enzo/avtEnzoFileFormat.C |   2057 -
 .../VisItBridge/databases/Enzo/avtEnzoFileFormat.h |    170 -
 .../databases/ExtrudedVol/CMakeLists.txt           |     18 -
 .../databases/ExtrudedVol/ExtrudedVol.xml          |      8 -
 .../ExtrudedVol/ExtrudedVolCommonPluginInfo.C      |    123 -
 .../ExtrudedVol/ExtrudedVolEnginePluginInfo.C      |     74 -
 .../ExtrudedVol/ExtrudedVolMDServerPluginInfo.C    |     60 -
 .../databases/ExtrudedVol/ExtrudedVolPluginInfo.C  |    206 -
 .../databases/ExtrudedVol/ExtrudedVolPluginInfo.h  |    102 -
 .../ExtrudedVol/avtExtrudedVolFileFormat.C         |    367 -
 .../ExtrudedVol/avtExtrudedVolFileFormat.h         |    105 -
 .../databases/ExtrudedVol/avtExtrudedVolOptions.C  |     99 -
 .../databases/ExtrudedVol/avtExtrudedVolOptions.h  |     66 -
 .../databases/ExtrudedVol/avtExtrudedVolWriter.C   |    228 -
 .../databases/ExtrudedVol/avtExtrudedVolWriter.h   |     88 -
 .../VisItBridge/databases/FLASH/CMakeLists.txt     |     19 -
 Utilities/VisItBridge/databases/FLASH/FLASH.xml    |     15 -
 .../databases/FLASH/FLASHCommonPluginInfo.C        |    123 -
 .../databases/FLASH/FLASHEnginePluginInfo.C        |     73 -
 .../databases/FLASH/FLASHMDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/FLASH/FLASHPluginInfo.C  |    205 -
 .../VisItBridge/databases/FLASH/FLASHPluginInfo.h  |    102 -
 .../databases/FLASH/avtFLASHFileFormat.C           |   3536 -
 .../databases/FLASH/avtFLASHFileFormat.h           |    277 -
 .../VisItBridge/databases/FLASH/avtFLASHOptions.C  |     98 -
 .../VisItBridge/databases/FLASH/avtFLASHOptions.h  |     66 -
 .../VisItBridge/databases/Fluent/CMakeLists.txt    |     11 -
 Utilities/VisItBridge/databases/Fluent/Fluent.xml  |      8 -
 .../databases/Fluent/FluentCommonPluginInfo.C      |     89 -
 .../databases/Fluent/FluentEnginePluginInfo.C      |     73 -
 .../databases/Fluent/FluentMDServerPluginInfo.C    |     60 -
 .../databases/Fluent/FluentPluginInfo.C            |    206 -
 .../databases/Fluent/FluentPluginInfo.h            |    100 -
 .../databases/Fluent/avtFluentFileFormat.C         |   3894 -
 .../databases/Fluent/avtFluentFileFormat.h         |    200 -
 .../VisItBridge/databases/GGCM/CMakeLists.txt      |     23 -
 Utilities/VisItBridge/databases/GGCM/GGCM.xml      |     35 -
 .../databases/GGCM/GGCMCommonPluginInfo.C          |    128 -
 .../databases/GGCM/GGCMEnginePluginInfo.C          |     73 -
 .../databases/GGCM/GGCMMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/GGCM/GGCMPluginInfo.C    |    207 -
 .../VisItBridge/databases/GGCM/GGCMPluginInfo.h    |    102 -
 .../VisItBridge/databases/GGCM/avtGGCMFileFormat.C |    538 -
 .../VisItBridge/databases/GGCM/avtGGCMFileFormat.h |     83 -
 .../VisItBridge/databases/GGCM/avtGGCMOptions.C    |     74 -
 .../VisItBridge/databases/GGCM/avtGGCMOptions.h    |     28 -
 .../VisItBridge/databases/GGCM/ggcm_field_matrix.C |     63 -
 Utilities/VisItBridge/databases/GGCM/ggcm_grid.C   |     34 -
 .../VisItBridge/databases/GGCM/ggcm_grid_gse.C     |     24 -
 .../VisItBridge/databases/GGCM/ggcm_mhd_gse.C      |     57 -
 .../VisItBridge/databases/GGCM/ggcm_read_mhd.C     |    691 -
 Utilities/VisItBridge/databases/GGCM/libggcm.h     |    161 -
 Utilities/VisItBridge/databases/GGCM/matrix.C      |    100 -
 Utilities/VisItBridge/databases/GMV/CMakeLists.txt |     19 -
 Utilities/VisItBridge/databases/GMV/GMV.xml        |     27 -
 .../databases/GMV/GMVCommonPluginInfo.C            |     89 -
 .../databases/GMV/GMVEnginePluginInfo.C            |     73 -
 .../databases/GMV/GMVMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/GMV/GMVPluginInfo.C      |    206 -
 .../VisItBridge/databases/GMV/GMVPluginInfo.h      |    100 -
 .../VisItBridge/databases/GMV/avtGMVFileFormat.C   |   1862 -
 .../VisItBridge/databases/GMV/avtGMVFileFormat.h   |    111 -
 .../VisItBridge/databases/GMV/gmvMaterialEncoder.C |      4 -
 .../VisItBridge/databases/GMV/gmvMaterialEncoder.h |      4 -
 .../databases/GMV/gmvPolygonToTriangles.C          |      2 -
 .../VisItBridge/databases/GMV/gmvPolyhedralSplit.C |      4 -
 .../VisItBridge/databases/GMV/gmvPolyhedralSplit.h |      4 -
 Utilities/VisItBridge/databases/GMV/gmvrayread.h   |     46 -
 Utilities/VisItBridge/databases/GMV/gmvread.c      |   7538 --
 Utilities/VisItBridge/databases/GMV/gmvread.h      |    164 -
 Utilities/VisItBridge/databases/GTC/CMakeLists.txt |      9 -
 Utilities/VisItBridge/databases/GTC/GTC.xml        |     18 -
 .../databases/GTC/GTCCommonPluginInfo.C            |     89 -
 .../databases/GTC/GTCEnginePluginInfo.C            |     73 -
 .../databases/GTC/GTCMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/GTC/GTCPluginInfo.C      |    206 -
 .../VisItBridge/databases/GTC/GTCPluginInfo.h      |    100 -
 .../VisItBridge/databases/GTC/avtGTCFileFormat.C   |    907 -
 .../VisItBridge/databases/GTC/avtGTCFileFormat.h   |    144 -
 .../VisItBridge/databases/GULP/CMakeLists.txt      |      9 -
 Utilities/VisItBridge/databases/GULP/GULP.xml      |      8 -
 .../databases/GULP/GULPCommonPluginInfo.C          |     94 -
 .../databases/GULP/GULPEnginePluginInfo.C          |     73 -
 .../databases/GULP/GULPMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/GULP/GULPPluginInfo.C    |    206 -
 .../VisItBridge/databases/GULP/GULPPluginInfo.h    |    100 -
 .../VisItBridge/databases/GULP/avtGULPFileFormat.C |    481 -
 .../VisItBridge/databases/GULP/avtGULPFileFormat.h |    106 -
 .../VisItBridge/databases/Gadget/CMakeLists.txt    |      9 -
 Utilities/VisItBridge/databases/Gadget/Gadget.xml  |      8 -
 .../databases/Gadget/GadgetCommonPluginInfo.C      |     94 -
 .../databases/Gadget/GadgetEnginePluginInfo.C      |     73 -
 .../databases/Gadget/GadgetMDServerPluginInfo.C    |     60 -
 .../databases/Gadget/GadgetPluginInfo.C            |    206 -
 .../databases/Gadget/GadgetPluginInfo.h            |    100 -
 .../databases/Gadget/avtGadgetFileFormat.C         |    606 -
 .../databases/Gadget/avtGadgetFileFormat.h         |    100 -
 .../VisItBridge/databases/H5Nimrod/CMakeLists.txt  |     10 -
 .../VisItBridge/databases/H5Nimrod/H5Nimrod.xml    |     26 -
 .../databases/H5Nimrod/H5NimrodCommonPluginInfo.C  |     94 -
 .../databases/H5Nimrod/H5NimrodEnginePluginInfo.C  |     73 -
 .../H5Nimrod/H5NimrodMDServerPluginInfo.C          |     60 -
 .../databases/H5Nimrod/H5NimrodPluginInfo.C        |    206 -
 .../databases/H5Nimrod/H5NimrodPluginInfo.h        |    100 -
 Utilities/VisItBridge/databases/H5Nimrod/H5utils.C |    322 -
 Utilities/VisItBridge/databases/H5Nimrod/H5utils.h |     55 -
 Utilities/VisItBridge/databases/H5Nimrod/README    |     15 -
 .../databases/H5Nimrod/avtH5NimrodFileFormat.C     |    604 -
 .../databases/H5Nimrod/avtH5NimrodFileFormat.h     |    125 -
 .../VisItBridge/databases/H5Nimrod/nimrod.pdf      |    Bin 50667 -> 0 bytes
 .../VisItBridge/databases/Image/CMakeLists.txt     |     18 -
 Utilities/VisItBridge/databases/Image/Image.xml    |     24 -
 .../databases/Image/ImageCommonPluginInfo.C        |    128 -
 .../databases/Image/ImageEnginePluginInfo.C        |     74 -
 .../databases/Image/ImageMDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/Image/ImagePluginInfo.C  |    216 -
 .../VisItBridge/databases/Image/ImagePluginInfo.h  |    102 -
 .../databases/Image/avtImageFileFormat.C           |   1455 -
 .../databases/Image/avtImageFileFormat.h           |    140 -
 .../VisItBridge/databases/Image/avtImageOptions.C  |    123 -
 .../VisItBridge/databases/Image/avtImageOptions.h  |     66 -
 .../databases/Image/avtImagePluginWriter.C         |    525 -
 .../databases/Image/avtImagePluginWriter.h         |     87 -
 .../databases/Image/vtkStimulateReader.C           |    349 -
 .../databases/Image/vtkStimulateReader.h           |    111 -
 .../VisItBridge/databases/LAMMPS/CMakeLists.txt    |     20 -
 Utilities/VisItBridge/databases/LAMMPS/LAMMPS.code |     57 -
 Utilities/VisItBridge/databases/LAMMPS/LAMMPS.xml  |     24 -
 .../databases/LAMMPS/LAMMPSCommonPluginInfo.C      |    112 -
 .../databases/LAMMPS/LAMMPSEnginePluginInfo.C      |     73 -
 .../databases/LAMMPS/LAMMPSMDServerPluginInfo.C    |     60 -
 .../databases/LAMMPS/LAMMPSPluginInfo.C            |    210 -
 .../databases/LAMMPS/LAMMPSPluginInfo.h            |    100 -
 .../databases/LAMMPS/avtLAMMPSDumpFileFormat.C     |    791 -
 .../databases/LAMMPS/avtLAMMPSDumpFileFormat.h     |    168 -
 .../databases/LAMMPS/avtLAMMPSFileFormat.C         |    134 -
 .../databases/LAMMPS/avtLAMMPSFileFormat.h         |     50 -
 .../LAMMPS/avtLAMMPSStructureFileFormat.C          |    584 -
 .../LAMMPS/avtLAMMPSStructureFileFormat.h          |     74 -
 .../VisItBridge/databases/Lines/CMakeLists.txt     |      9 -
 Utilities/VisItBridge/databases/Lines/Lines.xml    |      6 -
 .../databases/Lines/LinesCommonPluginInfo.C        |     89 -
 .../databases/Lines/LinesEnginePluginInfo.C        |     73 -
 .../databases/Lines/LinesMDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/Lines/LinesPluginInfo.C  |    206 -
 .../VisItBridge/databases/Lines/LinesPluginInfo.h  |    100 -
 .../databases/Lines/avtLinesFileFormat.C           |    445 -
 .../databases/Lines/avtLinesFileFormat.h           |     99 -
 Utilities/VisItBridge/databases/M3D/CMakeLists.txt |      9 -
 Utilities/VisItBridge/databases/M3D/M3D.xml        |     19 -
 .../databases/M3D/M3DCommonPluginInfo.C            |     91 -
 .../databases/M3D/M3DEnginePluginInfo.C            |     73 -
 .../databases/M3D/M3DMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/M3D/M3DPluginInfo.C      |    207 -
 .../VisItBridge/databases/M3D/M3DPluginInfo.h      |    100 -
 .../VisItBridge/databases/M3D/avtM3DFileFormat.C   |   1184 -
 .../VisItBridge/databases/M3D/avtM3DFileFormat.h   |    180 -
 .../VisItBridge/databases/M3DC1/CMakeLists.txt     |     19 -
 Utilities/VisItBridge/databases/M3DC1/M3DC1.xml    |     20 -
 .../databases/M3DC1/M3DC1CommonPluginInfo.C        |    128 -
 .../databases/M3DC1/M3DC1EnginePluginInfo.C        |     73 -
 .../databases/M3DC1/M3DC1MDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/M3DC1/M3DC1PluginInfo.C  |    206 -
 .../VisItBridge/databases/M3DC1/M3DC1PluginInfo.h  |    102 -
 .../databases/M3DC1/avtM3DC1FileFormat.C           |   1638 -
 .../databases/M3DC1/avtM3DC1FileFormat.h           |    137 -
 .../VisItBridge/databases/M3DC1/avtM3DC1Options.C  |    110 -
 .../VisItBridge/databases/M3DC1/avtM3DC1Options.h  |     63 -
 .../VisItBridge/databases/MFIX/CMakeLists.txt      |     20 -
 Utilities/VisItBridge/databases/MFIX/MFIX.xml      |     18 -
 .../databases/MFIX/MFIXCommonPluginInfo.C          |    125 -
 .../databases/MFIX/MFIXEnginePluginInfo.C          |     73 -
 .../databases/MFIX/MFIXMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/MFIX/MFIXPluginInfo.C    |    206 -
 .../VisItBridge/databases/MFIX/MFIXPluginInfo.h    |    102 -
 .../VisItBridge/databases/MFIX/avtMFIXFileFormat.C |   2616 -
 .../VisItBridge/databases/MFIX/avtMFIXFileFormat.h |    293 -
 .../VisItBridge/databases/MFIX/avtMFIXOptions.C    |     99 -
 .../VisItBridge/databases/MFIX/avtMFIXOptions.h    |     74 -
 .../VisItBridge/databases/MFIXCDF/CMakeLists.txt   |     20 -
 .../VisItBridge/databases/MFIXCDF/MFIXCDF.xml      |     25 -
 .../databases/MFIXCDF/MFIXCDFCommonPluginInfo.C    |    123 -
 .../databases/MFIXCDF/MFIXCDFEnginePluginInfo.C    |     73 -
 .../databases/MFIXCDF/MFIXCDFMDServerPluginInfo.C  |     60 -
 .../databases/MFIXCDF/MFIXCDFPluginInfo.C          |    206 -
 .../databases/MFIXCDF/MFIXCDFPluginInfo.h          |    102 -
 .../databases/MFIXCDF/avtMFIXCDFFileFormat.C       |   1708 -
 .../databases/MFIXCDF/avtMFIXCDFFileFormat.h       |    175 -
 .../databases/MFIXCDF/avtMFIXCDFOptions.C          |    115 -
 .../databases/MFIXCDF/avtMFIXCDFOptions.h          |     74 -
 Utilities/VisItBridge/databases/MM5/CMakeLists.txt |     10 -
 Utilities/VisItBridge/databases/MM5/MM5.C          |    757 -
 Utilities/VisItBridge/databases/MM5/MM5.h          |    107 -
 Utilities/VisItBridge/databases/MM5/MM5.xml        |     16 -
 .../databases/MM5/MM5CommonPluginInfo.C            |     94 -
 .../databases/MM5/MM5EnginePluginInfo.C            |     73 -
 .../databases/MM5/MM5MDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/MM5/MM5PluginInfo.C      |    206 -
 .../VisItBridge/databases/MM5/MM5PluginInfo.h      |    100 -
 .../VisItBridge/databases/MM5/avtMM5FileFormat.C   |    531 -
 .../VisItBridge/databases/MM5/avtMM5FileFormat.h   |    107 -
 .../VisItBridge/databases/Mili/CMakeLists.txt      |      9 -
 Utilities/VisItBridge/databases/Mili/Mili.xml      |     18 -
 .../databases/Mili/MiliCommonPluginInfo.C          |     91 -
 .../databases/Mili/MiliEnginePluginInfo.C          |     73 -
 .../databases/Mili/MiliMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/Mili/MiliPluginInfo.C    |    207 -
 .../VisItBridge/databases/Mili/MiliPluginInfo.h    |    100 -
 .../VisItBridge/databases/Mili/avtMiliFileFormat.C |   3637 -
 .../VisItBridge/databases/Mili/avtMiliFileFormat.h |    205 -
 .../VisItBridge/databases/Miranda/CMakeLists.txt   |     19 -
 .../VisItBridge/databases/Miranda/Miranda.xml      |     12 -
 .../databases/Miranda/MirandaCommonPluginInfo.C    |    125 -
 .../databases/Miranda/MirandaEnginePluginInfo.C    |     73 -
 .../databases/Miranda/MirandaMDServerPluginInfo.C  |     60 -
 .../databases/Miranda/MirandaPluginInfo.C          |    207 -
 .../databases/Miranda/MirandaPluginInfo.h          |    102 -
 .../databases/Miranda/avtMirandaFileFormat.C       |   1650 -
 .../databases/Miranda/avtMirandaFileFormat.h       |    154 -
 .../databases/Miranda/avtMirandaOptions.C          |    112 -
 .../databases/Miranda/avtMirandaOptions.h          |     66 -
 .../VisItBridge/databases/NASTRAN/CMakeLists.txt   |     19 -
 .../VisItBridge/databases/NASTRAN/NASTRAN.xml      |      9 -
 .../databases/NASTRAN/NASTRANCommonPluginInfo.C    |    128 -
 .../databases/NASTRAN/NASTRANEnginePluginInfo.C    |     73 -
 .../databases/NASTRAN/NASTRANMDServerPluginInfo.C  |     60 -
 .../databases/NASTRAN/NASTRANPluginInfo.C          |    207 -
 .../databases/NASTRAN/NASTRANPluginInfo.h          |    102 -
 .../databases/NASTRAN/avtNASTRANFileFormat.C       |   1132 -
 .../databases/NASTRAN/avtNASTRANFileFormat.h       |    103 -
 .../databases/NASTRAN/avtNASTRANOptions.C          |     87 -
 .../databases/NASTRAN/avtNASTRANOptions.h          |     73 -
 .../VisItBridge/databases/NETCDF/CMakeLists.txt    |     78 -
 Utilities/VisItBridge/databases/NETCDF/NETCDF.code |     61 -
 Utilities/VisItBridge/databases/NETCDF/NETCDF.xml  |     57 -
 .../databases/NETCDF/NETCDFCommonPluginInfo.C      |    116 -
 .../databases/NETCDF/NETCDFEnginePluginInfo.C      |     73 -
 .../databases/NETCDF/NETCDFFileObject.C            |   1273 -
 .../databases/NETCDF/NETCDFFileObject.h            |    119 -
 .../databases/NETCDF/NETCDFMDServerPluginInfo.C    |     60 -
 .../databases/NETCDF/NETCDFPluginInfo.C            |    209 -
 .../databases/NETCDF/NETCDFPluginInfo.h            |    100 -
 .../VisItBridge/databases/NETCDF/ValidNETCDFFile.h |     54 -
 .../databases/NETCDF/avtADAPTFileFormat.C          |   1049 -
 .../databases/NETCDF/avtADAPTFileFormat.h          |     94 -
 .../databases/NETCDF/avtBasicNETCDFFileFormat.C    |    468 -
 .../databases/NETCDF/avtBasicNETCDFFileFormat.h    |    151 -
 .../databases/NETCDF/avtBasicNETCDFReader.C        |    936 -
 .../databases/NETCDF/avtBasicNETCDFReader.h        |     90 -
 .../databases/NETCDF/avtCCSMFileFormat.C           |    344 -
 .../databases/NETCDF/avtCCSMFileFormat.h           |    143 -
 .../VisItBridge/databases/NETCDF/avtCCSMReader.C   |    956 -
 .../VisItBridge/databases/NETCDF/avtCCSMReader.h   |     86 -
 .../databases/NETCDF/avtFVCOMParticleFileFormat.C  |    745 -
 .../databases/NETCDF/avtFVCOMParticleFileFormat.h  |     63 -
 .../VisItBridge/databases/NETCDF/avtFVCOMReader.C  |   4713 -
 .../VisItBridge/databases/NETCDF/avtFVCOMReader.h  |    119 -
 .../databases/NETCDF/avtFVCOM_MTMDFileFormat.C     |   1567 -
 .../databases/NETCDF/avtFVCOM_MTMDFileFormat.h     |    125 -
 .../databases/NETCDF/avtFVCOM_MTSDFileFormat.C     |    383 -
 .../databases/NETCDF/avtFVCOM_MTSDFileFormat.h     |     71 -
 .../databases/NETCDF/avtFVCOM_STSDFileFormat.C     |    378 -
 .../databases/NETCDF/avtFVCOM_STSDFileFormat.h     |     71 -
 .../databases/NETCDF/avtLODIFileFormat.C           |    724 -
 .../databases/NETCDF/avtLODIFileFormat.h           |     95 -
 .../databases/NETCDF/avtLODIParticleFileFormat.C   |   1185 -
 .../databases/NETCDF/avtLODIParticleFileFormat.h   |    103 -
 .../databases/NETCDF/avtNETCDFFileFormat.C         |    209 -
 .../databases/NETCDF/avtNETCDFFileFormat.h         |     50 -
 .../databases/NETCDF/avtNETCDFReaderBase.C         |    408 -
 .../databases/NETCDF/avtNETCDFReaderBase.h         |    101 -
 .../VisItBridge/databases/Nek5000/CMakeLists.txt   |      9 -
 .../VisItBridge/databases/Nek5000/Nek5000.xml      |     15 -
 .../databases/Nek5000/Nek5000CommonPluginInfo.C    |     91 -
 .../databases/Nek5000/Nek5000EnginePluginInfo.C    |     73 -
 .../databases/Nek5000/Nek5000MDServerPluginInfo.C  |     60 -
 .../databases/Nek5000/Nek5000PluginInfo.C          |    210 -
 .../databases/Nek5000/Nek5000PluginInfo.h          |    100 -
 .../databases/Nek5000/avtNek5000FileFormat.C       |   3222 -
 .../databases/Nek5000/avtNek5000FileFormat.h       |    253 -
 .../VisItBridge/databases/OVERFLOW/CMakeLists.txt  |      9 -
 .../VisItBridge/databases/OVERFLOW/OVERFLOW.xml    |      9 -
 .../databases/OVERFLOW/OVERFLOWCommonPluginInfo.C  |     89 -
 .../databases/OVERFLOW/OVERFLOWEnginePluginInfo.C  |     73 -
 .../OVERFLOW/OVERFLOWMDServerPluginInfo.C          |     60 -
 .../databases/OVERFLOW/OVERFLOWPluginInfo.C        |    207 -
 .../databases/OVERFLOW/OVERFLOWPluginInfo.h        |    100 -
 .../databases/OVERFLOW/avtOVERFLOWFileFormat.C     |    938 -
 .../databases/OVERFLOW/avtOVERFLOWFileFormat.h     |    119 -
 .../VisItBridge/databases/OpenFOAM/CMakeLists.txt  |      9 -
 .../VisItBridge/databases/OpenFOAM/OpenFOAM.xml    |      8 -
 .../databases/OpenFOAM/OpenFOAMCommonPluginInfo.C  |     91 -
 .../databases/OpenFOAM/OpenFOAMEnginePluginInfo.C  |     73 -
 .../OpenFOAM/OpenFOAMMDServerPluginInfo.C          |     60 -
 .../databases/OpenFOAM/OpenFOAMPluginInfo.C        |    206 -
 .../databases/OpenFOAM/OpenFOAMPluginInfo.h        |    100 -
 .../databases/OpenFOAM/avtOpenFOAMFileFormat.C     |   2940 -
 .../databases/OpenFOAM/avtOpenFOAMFileFormat.h     |    132 -
 .../VisItBridge/databases/PATRAN/CMakeLists.txt    |      9 -
 Utilities/VisItBridge/databases/PATRAN/PATRAN.xml  |      6 -
 .../databases/PATRAN/PATRANCommonPluginInfo.C      |     94 -
 .../databases/PATRAN/PATRANEnginePluginInfo.C      |     73 -
 .../databases/PATRAN/PATRANMDServerPluginInfo.C    |     60 -
 .../databases/PATRAN/PATRANPluginInfo.C            |    206 -
 .../databases/PATRAN/PATRANPluginInfo.h            |    100 -
 .../databases/PATRAN/avtPATRANFileFormat.C         |   1068 -
 .../databases/PATRAN/avtPATRANFileFormat.h         |    112 -
 .../VisItBridge/databases/PFLOTRAN/CMakeLists.txt  |      9 -
 .../VisItBridge/databases/PFLOTRAN/PFLOTRAN.xml    |     18 -
 .../databases/PFLOTRAN/PFLOTRANCommonPluginInfo.C  |     91 -
 .../databases/PFLOTRAN/PFLOTRANEnginePluginInfo.C  |     73 -
 .../PFLOTRAN/PFLOTRANMDServerPluginInfo.C          |     60 -
 .../databases/PFLOTRAN/PFLOTRANPluginInfo.C        |    206 -
 .../databases/PFLOTRAN/PFLOTRANPluginInfo.h        |    100 -
 .../databases/PFLOTRAN/avtPFLOTRANFileFormat.C     |   1609 -
 .../databases/PFLOTRAN/avtPFLOTRANFileFormat.h     |    168 -
 .../VisItBridge/databases/PLOT2D/CMakeLists.txt    |      9 -
 Utilities/VisItBridge/databases/PLOT2D/PLOT2D.xml  |      6 -
 .../databases/PLOT2D/PLOT2DCommonPluginInfo.C      |     94 -
 .../databases/PLOT2D/PLOT2DEnginePluginInfo.C      |     73 -
 .../databases/PLOT2D/PLOT2DMDServerPluginInfo.C    |     60 -
 .../databases/PLOT2D/PLOT2DPluginInfo.C            |    206 -
 .../databases/PLOT2D/PLOT2DPluginInfo.h            |    100 -
 .../databases/PLOT2D/avtPLOT2DFileFormat.C         |    439 -
 .../databases/PLOT2D/avtPLOT2DFileFormat.h         |     94 -
 .../VisItBridge/databases/PLOT3D/CMakeLists.txt    |      9 -
 Utilities/VisItBridge/databases/PLOT3D/PLOT3D.xml  |      8 -
 .../databases/PLOT3D/PLOT3DCommonPluginInfo.C      |     89 -
 .../databases/PLOT3D/PLOT3DEnginePluginInfo.C      |     73 -
 .../databases/PLOT3D/PLOT3DMDServerPluginInfo.C    |     60 -
 .../databases/PLOT3D/PLOT3DPluginInfo.C            |    208 -
 .../databases/PLOT3D/PLOT3DPluginInfo.h            |    100 -
 .../VisItBridge/databases/PLOT3D/README_PLOT3D     |    102 -
 .../databases/PLOT3D/avtPLOT3DFileFormat.C         |   3289 -
 .../databases/PLOT3D/avtPLOT3DFileFormat.h         |     87 -
 .../VisItBridge/databases/PLOT3D/plot3d_html.tar   |    Bin 40935 -> 0 bytes
 .../VisItBridge/databases/Pixie/CMakeLists.txt     |     11 -
 Utilities/VisItBridge/databases/Pixie/Pixie.code   |     77 -
 Utilities/VisItBridge/databases/Pixie/Pixie.xml    |     20 -
 .../databases/Pixie/PixieCommonPluginInfo.C        |    133 -
 .../databases/Pixie/PixieEnginePluginInfo.C        |     73 -
 .../databases/Pixie/PixieMDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/Pixie/PixiePluginInfo.C  |    206 -
 .../VisItBridge/databases/Pixie/PixiePluginInfo.h  |    100 -
 .../databases/Pixie/avtPixieFileFormat.C           |   1939 -
 .../databases/Pixie/avtPixieFileFormat.h           |    183 -
 .../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/Point3D/CMakeLists.txt   |      9 -
 .../VisItBridge/databases/Point3D/Point3D.xml      |      8 -
 .../databases/Point3D/Point3DCommonPluginInfo.C    |     94 -
 .../databases/Point3D/Point3DEnginePluginInfo.C    |     73 -
 .../databases/Point3D/Point3DMDServerPluginInfo.C  |     60 -
 .../databases/Point3D/Point3DPluginInfo.C          |    206 -
 .../databases/Point3D/Point3DPluginInfo.h          |    100 -
 .../databases/Point3D/avtPoint3DFileFormat.C       |    550 -
 .../databases/Point3D/avtPoint3DFileFormat.h       |    109 -
 .../databases/ProteinDataBank/CMakeLists.txt       |     20 -
 .../ProteinDataBankCommonPluginInfo.C              |    128 -
 .../ProteinDataBankEnginePluginInfo.C              |     73 -
 .../ProteinDataBankMDServerPluginInfo.C            |     60 -
 .../ProteinDataBank/ProteinDataBankPluginInfo.C    |    207 -
 .../ProteinDataBank/ProteinDataBankPluginInfo.h    |    102 -
 .../ProteinDataBank/avtProteinDataBankFileFormat.C |   1544 -
 .../ProteinDataBank/avtProteinDataBankFileFormat.h |    177 -
 .../ProteinDataBank/avtProteinDataBankOptions.C    |    112 -
 .../ProteinDataBank/avtProteinDataBankOptions.h    |     66 -
 Utilities/VisItBridge/databases/RAW/CMakeLists.txt |      9 -
 Utilities/VisItBridge/databases/RAW/RAW.xml        |      8 -
 .../databases/RAW/RAWCommonPluginInfo.C            |     89 -
 .../databases/RAW/RAWEnginePluginInfo.C            |     74 -
 .../databases/RAW/RAWMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/RAW/RAWPluginInfo.C      |    206 -
 .../VisItBridge/databases/RAW/RAWPluginInfo.h      |    100 -
 .../VisItBridge/databases/RAW/avtRAWFileFormat.C   |    544 -
 .../VisItBridge/databases/RAW/avtRAWFileFormat.h   |     95 -
 Utilities/VisItBridge/databases/RAW/avtRAWWriter.C |    280 -
 Utilities/VisItBridge/databases/RAW/avtRAWWriter.h |     90 -
 Utilities/VisItBridge/databases/SAMRAI/AutoArray.h |    126 -
 .../VisItBridge/databases/SAMRAI/CMakeLists.txt    |     17 -
 .../databases/SAMRAI/SAMRAICommonPluginInfo.C      |     89 -
 .../databases/SAMRAI/SAMRAIEnginePluginInfo.C      |     73 -
 .../databases/SAMRAI/SAMRAIMDServerPluginInfo.C    |     60 -
 .../databases/SAMRAI/SAMRAIPluginInfo.C            |    206 -
 .../databases/SAMRAI/SAMRAIPluginInfo.h            |    100 -
 .../databases/SAMRAI/avtSAMRAIFileFormat.C         |   4722 -
 .../databases/SAMRAI/avtSAMRAIFileFormat.h         |    380 -
 Utilities/VisItBridge/databases/SAR/CMakeLists.txt |      9 -
 Utilities/VisItBridge/databases/SAR/SAR.xml        |      8 -
 .../databases/SAR/SARCommonPluginInfo.C            |     94 -
 .../databases/SAR/SAREnginePluginInfo.C            |     73 -
 .../databases/SAR/SARMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/SAR/SARPluginInfo.C      |    206 -
 .../VisItBridge/databases/SAR/SARPluginInfo.h      |    100 -
 .../VisItBridge/databases/SAR/avtSARFileFormat.C   |    291 -
 .../VisItBridge/databases/SAR/avtSARFileFormat.h   |     81 -
 Utilities/VisItBridge/databases/SAS/CMakeLists.txt |      9 -
 Utilities/VisItBridge/databases/SAS/SAS.xml        |     13 -
 .../databases/SAS/SASCommonPluginInfo.C            |     91 -
 .../databases/SAS/SASEnginePluginInfo.C            |     73 -
 .../databases/SAS/SASMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/SAS/SASPluginInfo.C      |    208 -
 .../VisItBridge/databases/SAS/SASPluginInfo.h      |    100 -
 .../VisItBridge/databases/SAS/avtSASFileFormat.C   |   1249 -
 .../VisItBridge/databases/SAS/avtSASFileFormat.h   |    173 -
 .../VisItBridge/databases/Silo/CMakeLists.txt      |     23 -
 Utilities/VisItBridge/databases/Silo/Silo.xml      |     18 -
 .../databases/Silo/SiloCommonPluginInfo.C          |    123 -
 .../databases/Silo/SiloEnginePluginInfo.C          |     74 -
 .../databases/Silo/SiloMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/Silo/SiloPluginInfo.C    |    207 -
 .../VisItBridge/databases/Silo/SiloPluginInfo.h    |    102 -
 .../VisItBridge/databases/Silo/avtSiloFileFormat.C |  14505 ---
 .../VisItBridge/databases/Silo/avtSiloFileFormat.h |    485 -
 .../VisItBridge/databases/Silo/avtSiloOptions.C    |    149 -
 .../VisItBridge/databases/Silo/avtSiloOptions.h    |     86 -
 .../VisItBridge/databases/Silo/avtSiloWriter.C     |   2384 -
 .../VisItBridge/databases/Silo/avtSiloWriter.h     |    192 -
 .../VisItBridge/databases/Spheral/CMakeLists.txt   |      9 -
 .../VisItBridge/databases/Spheral/Spheral.xml      |      9 -
 .../databases/Spheral/SpheralCommonPluginInfo.C    |     89 -
 .../databases/Spheral/SpheralEnginePluginInfo.C    |     73 -
 .../databases/Spheral/SpheralMDServerPluginInfo.C  |     60 -
 .../databases/Spheral/SpheralPluginInfo.C          |    207 -
 .../databases/Spheral/SpheralPluginInfo.h          |    100 -
 .../databases/Spheral/avtSpheralFileFormat.C       |   1618 -
 .../databases/Spheral/avtSpheralFileFormat.h       |    150 -
 Utilities/VisItBridge/databases/TFT/CMakeLists.txt |      9 -
 Utilities/VisItBridge/databases/TFT/TFT.xml        |      9 -
 .../databases/TFT/TFTCommonPluginInfo.C            |     94 -
 .../databases/TFT/TFTEnginePluginInfo.C            |     73 -
 .../databases/TFT/TFTMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/TFT/TFTPluginInfo.C      |    207 -
 .../VisItBridge/databases/TFT/TFTPluginInfo.h      |    100 -
 .../VisItBridge/databases/TFT/avtTFTFileFormat.C   |    695 -
 .../VisItBridge/databases/TFT/avtTFTFileFormat.h   |    125 -
 .../VisItBridge/databases/TSurf/CMakeLists.txt     |      9 -
 Utilities/VisItBridge/databases/TSurf/TSurf.xml    |      8 -
 .../databases/TSurf/TSurfCommonPluginInfo.C        |     94 -
 .../databases/TSurf/TSurfEnginePluginInfo.C        |     73 -
 .../databases/TSurf/TSurfMDServerPluginInfo.C      |     60 -
 .../VisItBridge/databases/TSurf/TSurfPluginInfo.C  |    206 -
 .../VisItBridge/databases/TSurf/TSurfPluginInfo.h  |    100 -
 .../databases/TSurf/avtTSurfFileFormat.C           |    624 -
 .../databases/TSurf/avtTSurfFileFormat.h           |    101 -
 .../VisItBridge/databases/Tecplot/CMakeLists.txt   |     35 -
 .../VisItBridge/databases/Tecplot/Tecplot.code     |     49 -
 .../VisItBridge/databases/Tecplot/Tecplot.xml      |     25 -
 .../databases/Tecplot/TecplotCommonPluginInfo.C    |    138 -
 .../databases/Tecplot/TecplotEnginePluginInfo.C    |     74 -
 .../VisItBridge/databases/Tecplot/TecplotFile.C    |   3123 -
 .../VisItBridge/databases/Tecplot/TecplotFile.h    |    948 -
 .../databases/Tecplot/TecplotMDServerPluginInfo.C  |     60 -
 .../databases/Tecplot/TecplotPluginInfo.C          |    208 -
 .../databases/Tecplot/TecplotPluginInfo.h          |    102 -
 .../databases/Tecplot/avtTecplotBinaryFileFormat.C |    998 -
 .../databases/Tecplot/avtTecplotBinaryFileFormat.h |    129 -
 .../databases/Tecplot/avtTecplotFileFormat.C       |   2193 -
 .../databases/Tecplot/avtTecplotFileFormat.h       |    162 -
 .../databases/Tecplot/avtTecplotOptions.C          |    106 -
 .../databases/Tecplot/avtTecplotOptions.h          |     66 -
 .../databases/Tecplot/avtTecplotWriter.C           |    967 -
 .../databases/Tecplot/avtTecplotWriter.h           |    117 -
 .../VisItBridge/databases/Tetrad/CMakeLists.txt    |     11 -
 Utilities/VisItBridge/databases/Tetrad/Tetrad.xml  |     17 -
 .../databases/Tetrad/TetradCommonPluginInfo.C      |     94 -
 .../databases/Tetrad/TetradEnginePluginInfo.C      |     73 -
 .../databases/Tetrad/TetradMDServerPluginInfo.C    |     60 -
 .../databases/Tetrad/TetradPluginInfo.C            |    207 -
 .../databases/Tetrad/TetradPluginInfo.h            |    100 -
 .../databases/Tetrad/avtTetradFileFormat.C         |    553 -
 .../databases/Tetrad/avtTetradFileFormat.h         |    105 -
 .../VisItBridge/databases/UNIC/CMakeLists.txt      |      9 -
 Utilities/VisItBridge/databases/UNIC/UNIC.xml      |     18 -
 .../databases/UNIC/UNICCommonPluginInfo.C          |     89 -
 .../databases/UNIC/UNICEnginePluginInfo.C          |     73 -
 .../databases/UNIC/UNICMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/UNIC/UNICPluginInfo.C    |    206 -
 .../VisItBridge/databases/UNIC/UNICPluginInfo.h    |    100 -
 .../VisItBridge/databases/UNIC/avtUNICFileFormat.C |   1625 -
 .../VisItBridge/databases/UNIC/avtUNICFileFormat.h |    116 -
 .../VisItBridge/databases/VASP/CMakeLists.txt      |     31 -
 Utilities/VisItBridge/databases/VASP/VASP.code     |     57 -
 Utilities/VisItBridge/databases/VASP/VASP.xml      |     24 -
 .../databases/VASP/VASPCommonPluginInfo.C          |    112 -
 .../databases/VASP/VASPEnginePluginInfo.C          |     73 -
 .../databases/VASP/VASPMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/VASP/VASPPluginInfo.C    |    208 -
 .../VisItBridge/databases/VASP/VASPPluginInfo.h    |    100 -
 .../databases/VASP/avtCHGCARFileFormat.C           |   1000 -
 .../databases/VASP/avtCHGCARFileFormat.h           |    126 -
 .../databases/VASP/avtOUTCARFileFormat.C           |   1040 -
 .../databases/VASP/avtOUTCARFileFormat.h           |    135 -
 .../databases/VASP/avtPOSCARFileFormat.C           |    651 -
 .../databases/VASP/avtPOSCARFileFormat.h           |    110 -
 .../VisItBridge/databases/VASP/avtVASPFileFormat.C |    130 -
 .../VisItBridge/databases/VASP/avtVASPFileFormat.h |     50 -
 .../VisItBridge/databases/Velodyne/CMakeLists.txt  |     10 -
 .../VisItBridge/databases/Velodyne/Velodyne.xml    |     25 -
 .../databases/Velodyne/VelodyneCommonPluginInfo.C  |     94 -
 .../databases/Velodyne/VelodyneEnginePluginInfo.C  |     73 -
 .../Velodyne/VelodyneMDServerPluginInfo.C          |     60 -
 .../databases/Velodyne/VelodynePluginInfo.C        |    207 -
 .../databases/Velodyne/VelodynePluginInfo.h        |    100 -
 .../databases/Velodyne/VelodyneReader.C            |    920 -
 .../databases/Velodyne/VelodyneReader.h            |    141 -
 .../databases/Velodyne/avtVelodyneFileFormat.C     |   1243 -
 .../databases/Velodyne/avtVelodyneFileFormat.h     |    151 -
 Utilities/VisItBridge/databases/Vs/CMakeLists.txt  |     21 -
 Utilities/VisItBridge/databases/Vs/README          |     20 -
 Utilities/VisItBridge/databases/Vs/Vs.xml          |     34 -
 .../VisItBridge/databases/Vs/VsCommonPluginInfo.C  |    213 -
 .../VisItBridge/databases/Vs/VsEnginePluginInfo.C  |     73 -
 Utilities/VisItBridge/databases/Vs/VsFilter.C      |    412 -
 Utilities/VisItBridge/databases/Vs/VsFilter.h      |     87 -
 Utilities/VisItBridge/databases/Vs/VsH5Meta.h      |    449 -
 Utilities/VisItBridge/databases/Vs/VsH5Reader.C    |   2777 -
 Utilities/VisItBridge/databases/Vs/VsH5Reader.h    |    294 -
 .../databases/Vs/VsMDServerPluginInfo.C            |     60 -
 Utilities/VisItBridge/databases/Vs/VsMeta.h        |   1395 -
 Utilities/VisItBridge/databases/Vs/VsPluginInfo.C  |    212 -
 Utilities/VisItBridge/databases/Vs/VsPluginInfo.h  |    112 -
 Utilities/VisItBridge/databases/Vs/VsSchema.C      |     91 -
 Utilities/VisItBridge/databases/Vs/VsSchema.h      |    102 -
 Utilities/VisItBridge/databases/Vs/VsUtils.C       |    230 -
 Utilities/VisItBridge/databases/Vs/VsUtils.h       |     50 -
 .../VisItBridge/databases/Vs/avtVsFileFormat.C     |   2658 -
 .../VisItBridge/databases/Vs/avtVsFileFormat.h     |    153 -
 Utilities/VisItBridge/databases/XYZ/CMakeLists.txt |      9 -
 Utilities/VisItBridge/databases/XYZ/XYZ.xml        |      8 -
 .../databases/XYZ/XYZCommonPluginInfo.C            |     94 -
 .../databases/XYZ/XYZEnginePluginInfo.C            |     74 -
 .../databases/XYZ/XYZMDServerPluginInfo.C          |     60 -
 .../VisItBridge/databases/XYZ/XYZPluginInfo.C      |    206 -
 .../VisItBridge/databases/XYZ/XYZPluginInfo.h      |    100 -
 .../VisItBridge/databases/XYZ/avtXYZFileFormat.C   |    641 -
 .../VisItBridge/databases/XYZ/avtXYZFileFormat.h   |    118 -
 Utilities/VisItBridge/databases/XYZ/avtXYZWriter.C |    204 -
 Utilities/VisItBridge/databases/XYZ/avtXYZWriter.h |     86 -
 .../VisItBridge/databases/Xmdv/CMakeLists.txt      |     21 -
 Utilities/VisItBridge/databases/Xmdv/Xmdv.xml      |      8 -
 .../databases/Xmdv/XmdvCommonPluginInfo.C          |    128 -
 .../databases/Xmdv/XmdvEnginePluginInfo.C          |     74 -
 .../databases/Xmdv/XmdvMDServerPluginInfo.C        |     60 -
 .../VisItBridge/databases/Xmdv/XmdvPluginInfo.C    |    206 -
 .../VisItBridge/databases/Xmdv/XmdvPluginInfo.h    |    102 -
 .../VisItBridge/databases/Xmdv/avtXmdvFileFormat.C |    346 -
 .../VisItBridge/databases/Xmdv/avtXmdvFileFormat.h |     96 -
 .../VisItBridge/databases/Xmdv/avtXmdvOptions.C    |    113 -
 .../VisItBridge/databases/Xmdv/avtXmdvOptions.h    |     66 -
 .../VisItBridge/databases/Xmdv/avtXmdvWriter.C     |    421 -
 .../VisItBridge/databases/Xmdv/avtXmdvWriter.h     |    105 -
 Utilities/VisItBridge/databases/module.cmake       |     19 -
 .../VisItBridge/databases/paraDIS/CMakeLists.txt   |     45 -
 .../databases/paraDIS/RC_c_lib/README.txt          |      1 -
 .../VisItBridge/databases/paraDIS/RC_c_lib/args.c  |    221 -
 .../VisItBridge/databases/paraDIS/RC_c_lib/args.h  |     80 -
 .../databases/paraDIS/RC_c_lib/debugutil.c         |    146 -
 .../databases/paraDIS/RC_c_lib/debugutil.h         |     87 -
 .../databases/paraDIS/RC_c_lib/fileutils.c         |     68 -
 .../databases/paraDIS/RC_c_lib/fileutils.h         |     21 -
 .../databases/paraDIS/RC_c_lib/gethostname.c       |     35 -
 .../databases/paraDIS/RC_c_lib/gprof-helper.c      |    132 -
 .../databases/paraDIS/RC_c_lib/inventor.c          |    185 -
 .../databases/paraDIS/RC_c_lib/inventor.h          |      9 -
 .../databases/paraDIS/RC_c_lib/signals.c           |    108 -
 .../paraDIS/RC_cpp_lib/ComboBoxManager.cpp         |    165 -
 .../databases/paraDIS/RC_cpp_lib/ComboBoxManager.h |     33 -
 .../databases/paraDIS/RC_cpp_lib/EffectiveCPP.h    |     17 -
 .../databases/paraDIS/RC_cpp_lib/RCLibConstants.h  |      2 -
 .../databases/paraDIS/RC_cpp_lib/RCLibPoint.h      |    458 -
 .../databases/paraDIS/RC_cpp_lib/README.txt        |      1 -
 .../databases/paraDIS/RC_cpp_lib/RangeList.C       |     92 -
 .../databases/paraDIS/RC_cpp_lib/RangeList.h       |     53 -
 .../databases/paraDIS/RC_cpp_lib/cppFileUtils.h    |     28 -
 .../databases/paraDIS/RC_cpp_lib/pathutil.C        |      0
 .../databases/paraDIS/RC_cpp_lib/pathutil.h        |     61 -
 .../paraDIS/RC_cpp_lib/stringutil-noboost.h        |      7 -
 .../databases/paraDIS/RC_cpp_lib/stringutil.h      |    249 -
 .../databases/paraDIS/RC_cpp_lib/test.C            |    175 -
 .../databases/paraDIS/RC_cpp_lib/timer.C           |     26 -
 .../databases/paraDIS/RC_cpp_lib/timer.h           |    240 -
 Utilities/VisItBridge/databases/paraDIS/README.txt |     12 -
 .../databases/paraDIS/avtparaDISFileFormat.C       |    820 -
 .../databases/paraDIS/avtparaDISFileFormat.h       |    128 -
 .../databases/paraDIS/avtparaDISOptions.C          |    157 -
 .../databases/paraDIS/avtparaDISOptions.h          |     72 -
 .../paraDIS/avtparaDIS_tecplotFileFormat.C         |    845 -
 .../paraDIS/avtparaDIS_tecplotFileFormat.h         |    123 -
 .../VisItBridge/databases/paraDIS/paraDIS.xml      |     43 -
 .../databases/paraDIS/paraDISCommonPluginInfo.C    |    128 -
 .../databases/paraDIS/paraDISEnginePluginInfo.C    |     73 -
 .../databases/paraDIS/paraDISMDServerPluginInfo.C  |     60 -
 .../databases/paraDIS/paraDISPluginInfo.C          |    208 -
 .../databases/paraDIS/paraDISPluginInfo.h          |    102 -
 .../databases/paraDIS/paraDIS_lib/analyzeParaDIS.C |     62 -
 .../databases/paraDIS/paraDIS_lib/paradis.C        |   2019 -
 .../databases/paraDIS/paraDIS_lib/paradis.h        |   1698 -
 .../paraDIS/paraDIS_lib/paradisStreaming.C         |    723 -
 .../paraDIS/paraDIS_lib/paradisStreaming.h         |    292 -
 .../paraDIS/paraDIS_lib/paradisStreamingTest.C     |     58 -
 .../databases/paraDIS/paraDIS_lib/paradisTest.C    |     61 -
 .../paraDIS/paraDIS_lib/paradis_c_interface.C      |    165 -
 .../paraDIS/paraDIS_lib/paradis_c_interface.h      |     90 -
 .../databases/paraDIS/paraDIS_lib/paradis_types.h  |    308 -
 .../databases/paraDIS/paraDIS_tecplot.C            |      2 -
 .../databases/paraDIS/paraDIS_tecplot.h            |      4 -
 .../databases/paraDIS/paraDIS_tecplot.xml          |     39 -
 .../paraDIS/paraDIS_tecplotCommonPluginInfo.C      |     94 -
 .../paraDIS/paraDIS_tecplotEnginePluginInfo.C      |     73 -
 .../paraDIS/paraDIS_tecplotMDServerPluginInfo.C    |     60 -
 .../databases/paraDIS/paraDIS_tecplotPluginInfo.C  |    210 -
 .../databases/paraDIS/paraDIS_tecplotPluginInfo.h  |    100 -
 Utilities/VisItBridge/databases/paraDIS/version.h  |      5 -
 Utilities/VisItBridge/databases/visit_readers.xml  |   2674 -
 .../VisItBridge/databases/visit_readers_gui.xml    |     83 -
 Utilities/WrapClientServer/CMakeLists.txt          |      5 +
 Utilities/WrapClientServer/vtkWrapClientServer.c   |      9 +-
 VTK/.hooks-config.bash                             |      6 -
 VTK/Accelerators/Piston/CMakeLists.txt             |     48 -
 VTK/Accelerators/Piston/Testing/Cxx/CMakeLists.txt |     53 -
 .../Piston/Testing/Cxx/TestCompositeRender.cxx     |    258 -
 .../Piston/Testing/Cxx/TestDMPFiltering.cxx        |    259 -
 .../Piston/Testing/Cxx/TestUsePiston.cxx           |     87 -
 .../Piston/Testing/Python/CMakeLists.txt           |     48 -
 .../Piston/Testing/Python/PistonTestCommon.py      |     56 -
 .../Piston/Testing/Python/TestContour.py           |     76 -
 .../Piston/Testing/Python/TestConversion.py        |     86 -
 .../Piston/Testing/Python/TestRendering.py         |     56 -
 .../Piston/Testing/Python/TestSlice.py             |    101 -
 VTK/Accelerators/Piston/Testing/Python/TestSort.py |     82 -
 .../Piston/Testing/Python/TestThreshold.py         |     78 -
 VTK/Accelerators/Piston/Testing/Tcl/CMakeLists.txt |     12 -
 VTK/Accelerators/Piston/module.cmake               |     19 -
 VTK/Accelerators/Piston/vtkDataSetToPiston.cxx     |    178 -
 VTK/Accelerators/Piston/vtkDataSetToPiston.h       |     57 -
 VTK/Accelerators/Piston/vtkPistonAlgorithm.cxx     |    175 -
 VTK/Accelerators/Piston/vtkPistonAlgorithm.h       |    112 -
 VTK/Accelerators/Piston/vtkPistonContour.cu        |     59 -
 VTK/Accelerators/Piston/vtkPistonContour.cxx       |     62 -
 VTK/Accelerators/Piston/vtkPistonContour.h         |     53 -
 VTK/Accelerators/Piston/vtkPistonConverters.cu     |    398 -
 VTK/Accelerators/Piston/vtkPistonDataObject.cxx    |    272 -
 VTK/Accelerators/Piston/vtkPistonDataObject.h      |    130 -
 VTK/Accelerators/Piston/vtkPistonDataWrangling.h   |     66 -
 VTK/Accelerators/Piston/vtkPistonMapper.cu         |    266 -
 VTK/Accelerators/Piston/vtkPistonMapper.cxx        |    579 -
 VTK/Accelerators/Piston/vtkPistonMapper.h          |    137 -
 VTK/Accelerators/Piston/vtkPistonMinMax.h          |     97 -
 VTK/Accelerators/Piston/vtkPistonReference.h       |     62 -
 VTK/Accelerators/Piston/vtkPistonScalarsColors.cxx |    212 -
 VTK/Accelerators/Piston/vtkPistonScalarsColors.h   |    104 -
 VTK/Accelerators/Piston/vtkPistonSlice.cu          |     87 -
 VTK/Accelerators/Piston/vtkPistonSlice.cxx         |    112 -
 VTK/Accelerators/Piston/vtkPistonSlice.h           |     66 -
 VTK/Accelerators/Piston/vtkPistonSort.cu           |     51 -
 VTK/Accelerators/Piston/vtkPistonSort.cxx          |     47 -
 VTK/Accelerators/Piston/vtkPistonSort.h            |     52 -
 VTK/Accelerators/Piston/vtkPistonThreshold.cu      |     58 -
 VTK/Accelerators/Piston/vtkPistonThreshold.cxx     |     65 -
 VTK/Accelerators/Piston/vtkPistonThreshold.h       |     60 -
 VTK/Accelerators/Piston/vtkPistonToDataSet.cxx     |    135 -
 VTK/Accelerators/Piston/vtkPistonToDataSet.h       |     78 -
 VTK/CMake/CMakeEmptyInputFile.in                   |      1 -
 VTK/CMake/CTestCustom.cmake.in                     |    325 -
 VTK/CMake/CheckCXXSourceRuns.cmake                 |     62 -
 VTK/CMake/ExtractBoostVersion.cmake                |     49 -
 VTK/CMake/Find3DconnexionClient.cmake              |     42 -
 VTK/CMake/FindApplicationServices.cmake            |     27 -
 VTK/CMake/FindCg.cmake                             |    124 -
 VTK/CMake/FindDirectX.cmake                        |     50 -
 VTK/CMake/FindEigen2.cmake                         |     52 -
 VTK/CMake/FindFFMPEG.cmake                         |    181 -
 VTK/CMake/FindFontConfig.cmake                     |     35 -
 VTK/CMake/FindGL2PS.cmake                          |     37 -
 VTK/CMake/FindIOKit.cmake                          |     21 -
 VTK/CMake/FindLIBPROJ4.cmake                       |     55 -
 VTK/CMake/FindMPEG2.cmake                          |     38 -
 VTK/CMake/FindMPI.cmake                            |    631 -
 VTK/CMake/FindMatlabMex.cmake                      |     70 -
 VTK/CMake/FindMySQL.cmake                          |     69 -
 VTK/CMake/FindNVCtrlLib.cmake                      |     38 -
 VTK/CMake/FindODBC.cmake                           |     54 -
 VTK/CMake/FindOGGTHEORA.cmake                      |     62 -
 VTK/CMake/FindOSMesa.cmake                         |     28 -
 VTK/CMake/FindPQXX.cmake                           |     55 -
 VTK/CMake/FindPackageHandleStandardArgs.cmake      |    296 -
 VTK/CMake/FindPostgreSQL.cmake                     |    179 -
 VTK/CMake/FindPythonLibs.cmake                     |    134 -
 VTK/CMake/FindR.cmake                              |     77 -
 VTK/CMake/FindSWT.cmake                            |     25 -
 VTK/CMake/FindTCL.cmake                            |    212 -
 VTK/CMake/GenerateExportHeader.cmake               |    381 -
 VTK/CMake/OptionODBC.cmake                         |      4 -
 VTK/CMake/RasterizePostScript.cmake                |     64 -
 VTK/CMake/SharedLibraryPathInfo.cxx                |    163 -
 VTK/CMake/SharedLibraryPathVarName.cmake           |     17 -
 VTK/CMake/TestNO_ICC_IDYNAMIC_NEEDED.cmake         |     27 -
 VTK/CMake/TestNO_ICC_IDYNAMIC_NEEDED.cxx           |      9 -
 VTK/CMake/TestOggTheoraSubsampling.c               |     32 -
 VTK/CMake/TopologicalSort.cmake                    |    140 -
 VTK/CMake/TryRunResults-VTK-bgl-gcc.cmake          |    115 -
 VTK/CMake/UseMatlabMex.cmake                       |     77 -
 VTK/CMake/UseVTK.cmake                             |     29 -
 VTK/CMake/VTKConfig.cmake.in                       |     95 -
 VTK/CMake/VTKConfigVersion.cmake.in                |     13 -
 VTK/CMake/VTKParallelCMakeTests.cmake              |     47 -
 VTK/CMake/VTKValgrindSuppressions.supp             |   1016 -
 VTK/CMake/exportheader.cmake.in                    |     37 -
 VTK/CMake/pre-commit                               |      8 -
 VTK/CMake/pythonmodules.h.in                       |     41 -
 VTK/CMake/vtk-forward.c.in                         |     29 -
 VTK/CMake/vtkBuildPath.cmake                       |     36 -
 VTK/CMake/vtkCheckSourceTree.cmake                 |     15 -
 VTK/CMake/vtkCompilerExtras.cmake                  |     59 -
 VTK/CMake/vtkDependentOption.cmake                 |     34 -
 VTK/CMake/vtkDetermineCompilerFlags.cmake          |    139 -
 VTK/CMake/vtkExternalModuleMacros.cmake            |     53 -
 VTK/CMake/vtkFFMPEGTestAvAlloc.cxx                 |     14 -
 VTK/CMake/vtkFFMPEGTestImgConvert.cxx              |     15 -
 VTK/CMake/vtkFFMPEGTestURLFClose.cxx               |     14 -
 VTK/CMake/vtkForwardingExecutable.cmake            |     94 -
 VTK/CMake/vtkGroups.cmake                          |     41 -
 VTK/CMake/vtkJavaWrapping.cmake                    |     78 -
 VTK/CMake/vtkMakeInstantiator.cmake                |    155 -
 VTK/CMake/vtkMakeInstantiator.cxx.in               |     38 -
 VTK/CMake/vtkMakeInstantiator.h.in                 |     21 -
 VTK/CMake/vtkModuleAPI.cmake                       |    150 -
 VTK/CMake/vtkModuleHeaders.cmake.in                |     10 -
 VTK/CMake/vtkModuleInfo.cmake.in                   |      7 -
 VTK/CMake/vtkModuleMacros.cmake                    |    741 -
 VTK/CMake/vtkModuleTop.cmake                       |    367 -
 VTK/CMake/vtkObjectFactory.cxx.in                  |     66 -
 VTK/CMake/vtkObjectFactory.h.in                    |     42 -
 VTK/CMake/vtkPythonWrapping.cmake                  |    148 -
 VTK/CMake/vtkRequireLargeFilesSupport.cxx          |     27 -
 VTK/CMake/vtkSelectSharedLibraries.cmake           |     11 -
 VTK/CMake/vtkTclTkMacros.cmake                     |    273 -
 VTK/CMake/vtkTclWrapping.cmake                     |     68 -
 VTK/CMake/vtkTestBoolType.cxx                      |      9 -
 VTK/CMake/vtkTestBuiltins.cmake                    |     25 -
 VTK/CMake/vtkTestCharSignedness.cxx                |      6 -
 VTK/CMake/vtkTestCompareTypes.cxx                  |     40 -
 VTK/CMake/vtkTestConvertTypes.cxx                  |     32 -
 VTK/CMake/vtkTestExplicitInstantiation.cmake       |     57 -
 VTK/CMake/vtkTestFFMPEG.cmake                      |    107 -
 VTK/CMake/vtkTestFullSpecialization.cmake          |     23 -
 VTK/CMake/vtkTestFullSpecialization.cxx            |      6 -
 VTK/CMake/vtkTestGLX.cmake                         |    356 -
 VTK/CMake/vtkTestMPI_LONG_LONG.cxx                 |     13 -
 VTK/CMake/vtkTestSGIstdarg.cxx                     |      6 -
 VTK/CMake/vtkTestSocklenT.cxx                      |     14 -
 VTK/CMake/vtkTestStreamEOF.cxx.in                  |    134 -
 VTK/CMake/vtkTestStreamLongLong.cxx.in             |     55 -
 VTK/CMake/vtkTestStreamsLibrary.cmake              |     68 -
 VTK/CMake/vtkTestSyncBuiltins.cxx                  |     17 -
 VTK/CMake/vtkTestTypes.cmake                       |    148 -
 VTK/CMake/vtkTestVideoForWindows.cmake             |     54 -
 VTK/CMake/vtkTestingMPISupport.cmake               |     45 -
 VTK/CMake/vtkTestingMacros.cmake                   |    258 -
 VTK/CMake/vtkTestingObjectFactory.cmake            |     87 -
 VTK/CMake/vtkTestvfw32.cxx                         |      9 -
 VTK/CMake/vtkTestvfw32Capture.cxx                  |     52 -
 VTK/CMake/vtkThirdParty.cmake                      |     24 -
 VTK/CMake/vtkUseX.cmake                            |     27 -
 VTK/CMake/vtkVersion.bash                          |      7 -
 VTK/CMake/vtkVersion.cmake                         |      4 -
 VTK/CMake/vtkWrapHierarchy.cmake                   |    148 -
 VTK/CMake/vtkWrapJava.cmake                        |    181 -
 VTK/CMake/vtkWrapPython.cmake                      |    361 -
 VTK/CMake/vtkWrapPython.sip.in                     |     22 -
 VTK/CMake/vtkWrapPythonSIP.cmake                   |    108 -
 VTK/CMake/vtkWrapTcl.cmake                         |    259 -
 VTK/CMake/vtkWrapperInit.data.in                   |      1 -
 VTK/CMake/vtkWrapping.cmake                        |     71 -
 VTK/CMakeLists.txt                                 |    414 -
 VTK/CTestConfig.cmake                              |     13 -
 VTK/Charts/Core/CMakeLists.txt                     |     59 -
 VTK/Charts/Core/Testing/Cxx/CMakeLists.txt         |     88 -
 VTK/Charts/Core/Testing/Cxx/TestAxes.cxx           |    206 -
 VTK/Charts/Core/Testing/Cxx/TestBarGraph.cxx       |     96 -
 .../Core/Testing/Cxx/TestBarGraphHorizontal.cxx    |    102 -
 VTK/Charts/Core/Testing/Cxx/TestChartMatrix.cxx    |     94 -
 VTK/Charts/Core/Testing/Cxx/TestChartXYZ.cxx       |    120 -
 VTK/Charts/Core/Testing/Cxx/TestChartsOn3D.cxx     |    125 -
 .../Core/Testing/Cxx/TestColorTransferFunction.cxx |     73 -
 VTK/Charts/Core/Testing/Cxx/TestContext.cxx        |    197 -
 VTK/Charts/Core/Testing/Cxx/TestContextImage.cxx   |     55 -
 VTK/Charts/Core/Testing/Cxx/TestContextScene.cxx   |     80 -
 VTK/Charts/Core/Testing/Cxx/TestContextUnicode.cxx |     80 -
 .../Testing/Cxx/TestControlPointsHandleItem.cxx    |    727 -
 .../Core/Testing/Cxx/TestControlPointsItem.cxx     |    150 -
 .../Testing/Cxx/TestControlPointsItemEvents.cxx    |    183 -
 VTK/Charts/Core/Testing/Cxx/TestDiagram.cxx        |    106 -
 VTK/Charts/Core/Testing/Cxx/TestFreeTypeRender.cxx |     85 -
 VTK/Charts/Core/Testing/Cxx/TestGLSL.cxx           |    254 -
 VTK/Charts/Core/Testing/Cxx/TestHistogram2D.cxx    |     72 -
 .../Core/Testing/Cxx/TestInteractiveChartXYZ.cxx   |    135 -
 .../Core/Testing/Cxx/TestLegendHiddenPlots.cxx     |     96 -
 VTK/Charts/Core/Testing/Cxx/TestLinePlot.cxx       |    110 -
 VTK/Charts/Core/Testing/Cxx/TestLinePlot2.cxx      |     79 -
 VTK/Charts/Core/Testing/Cxx/TestLinePlot3D.cxx     |     96 -
 .../Core/Testing/Cxx/TestLinePlotAxisFonts.cxx     |     84 -
 .../Core/Testing/Cxx/TestLinePlotInteraction.cxx   |    205 -
 .../Core/Testing/Cxx/TestLinePlotSelection.cxx     |    110 -
 .../Core/Testing/Cxx/TestLinePlotSelection2.cxx    |    110 -
 .../Testing/Cxx/TestMultipleChartRenderers.cxx     |    113 -
 .../Core/Testing/Cxx/TestMultipleRenderers.cxx     |    124 -
 .../Testing/Cxx/TestMultipleScalarsToColors.cxx    |    166 -
 .../Core/Testing/Cxx/TestParallelCoordinates.cxx   |     70 -
 VTK/Charts/Core/Testing/Cxx/TestPieChart.cxx       |     82 -
 VTK/Charts/Core/Testing/Cxx/TestPlotMatrix.cxx     |    112 -
 .../Core/Testing/Cxx/TestQtContextUnicode.cxx      |     74 -
 VTK/Charts/Core/Testing/Cxx/TestQtDiagram.cxx      |    126 -
 .../Core/Testing/Cxx/TestScalarsToColors.cxx       |     89 -
 VTK/Charts/Core/Testing/Cxx/TestScatterPlot.cxx    |    102 -
 .../Core/Testing/Cxx/TestScatterPlotMatrix.cxx     |     92 -
 .../Testing/Cxx/TestScatterPlotMatrixVehicles.cxx  |     53 -
 .../Testing/Cxx/TestScatterPlotMatrixVisible.cxx   |     79 -
 VTK/Charts/Core/Testing/Cxx/TestScientificPlot.cxx |     94 -
 .../Core/Testing/Cxx/TestStackedBarGraph.cxx       |    188 -
 VTK/Charts/Core/Testing/Cxx/TestStackedPlot.cxx    |    133 -
 VTK/Charts/Core/Testing/Cxx/TestSurfacePlot.cxx    |     91 -
 VTK/Charts/Core/Testing/Python/CMakeLists.txt      |     33 -
 VTK/Charts/Core/Testing/Python/TestBarGraph.py     |     77 -
 VTK/Charts/Core/Testing/Python/TestLinePlot.py     |     77 -
 .../Core/Testing/Python/TestLinePlotColors.py      |    110 -
 .../Python/TestParallelCoordinatesColors.py        |     93 -
 .../Core/Testing/Python/TestScatterPlotColors.py   |    105 -
 VTK/Charts/Core/Testing/Python/TestStackedPlot.py  |    108 -
 VTK/Charts/Core/module.cmake                       |     15 -
 VTK/Charts/Core/vtkAxis.cxx                        |   1668 -
 VTK/Charts/Core/vtkAxis.h                          |    563 -
 VTK/Charts/Core/vtkAxisExtended.cxx                |    543 -
 VTK/Charts/Core/vtkAxisExtended.h                  |    125 -
 VTK/Charts/Core/vtkChart.cxx                       |    400 -
 VTK/Charts/Core/vtkChart.h                         |    377 -
 VTK/Charts/Core/vtkChartHistogram2D.cxx            |    127 -
 VTK/Charts/Core/vtkChartHistogram2D.h              |     80 -
 VTK/Charts/Core/vtkChartLegend.cxx                 |    332 -
 VTK/Charts/Core/vtkChartLegend.h                   |    234 -
 VTK/Charts/Core/vtkChartMatrix.cxx                 |    285 -
 VTK/Charts/Core/vtkChartMatrix.h                   |    132 -
 VTK/Charts/Core/vtkChartParallelCoordinates.cxx    |    762 -
 VTK/Charts/Core/vtkChartParallelCoordinates.h      |    160 -
 VTK/Charts/Core/vtkChartPie.cxx                    |    292 -
 VTK/Charts/Core/vtkChartPie.h                      |    147 -
 VTK/Charts/Core/vtkChartSelectionHelper.h          |    273 -
 VTK/Charts/Core/vtkChartXY.cxx                     |   1959 -
 VTK/Charts/Core/vtkChartXY.h                       |    351 -
 VTK/Charts/Core/vtkChartXYZ.cxx                    |   1656 -
 VTK/Charts/Core/vtkChartXYZ.h                      |    419 -
 VTK/Charts/Core/vtkColorLegend.cxx                 |    203 -
 VTK/Charts/Core/vtkColorLegend.h                   |    100 -
 .../Core/vtkColorTransferControlPointsItem.cxx     |    215 -
 .../Core/vtkColorTransferControlPointsItem.h       |    104 -
 VTK/Charts/Core/vtkColorTransferFunctionItem.cxx   |    137 -
 VTK/Charts/Core/vtkColorTransferFunctionItem.h     |     53 -
 VTK/Charts/Core/vtkCompositeControlPointsItem.cxx  |    419 -
 VTK/Charts/Core/vtkCompositeControlPointsItem.h    |    130 -
 .../Core/vtkCompositeTransferFunctionItem.cxx      |    147 -
 VTK/Charts/Core/vtkCompositeTransferFunctionItem.h |     52 -
 VTK/Charts/Core/vtkContextPolygon.cxx              |    132 -
 VTK/Charts/Core/vtkContextPolygon.h                |     78 -
 VTK/Charts/Core/vtkControlPointsItem.cxx           |   1679 -
 VTK/Charts/Core/vtkControlPointsItem.h             |    390 -
 VTK/Charts/Core/vtkLookupTableItem.cxx             |    133 -
 VTK/Charts/Core/vtkLookupTableItem.h               |     54 -
 VTK/Charts/Core/vtkPiecewiseControlPointsItem.cxx  |    184 -
 VTK/Charts/Core/vtkPiecewiseControlPointsItem.h    |     88 -
 VTK/Charts/Core/vtkPiecewiseFunctionItem.cxx       |    149 -
 VTK/Charts/Core/vtkPiecewiseFunctionItem.h         |     55 -
 VTK/Charts/Core/vtkPiecewisePointHandleItem.cxx    |    427 -
 VTK/Charts/Core/vtkPiecewisePointHandleItem.h      |    109 -
 VTK/Charts/Core/vtkPlot.cxx                        |    466 -
 VTK/Charts/Core/vtkPlot.h                          |    331 -
 VTK/Charts/Core/vtkPlot3D.cxx                      |    351 -
 VTK/Charts/Core/vtkPlot3D.h                        |    162 -
 VTK/Charts/Core/vtkPlotBar.cxx                     |    929 -
 VTK/Charts/Core/vtkPlotBar.h                       |    196 -
 VTK/Charts/Core/vtkPlotGrid.cxx                    |     94 -
 VTK/Charts/Core/vtkPlotGrid.h                      |     74 -
 VTK/Charts/Core/vtkPlotHistogram2D.cxx             |    260 -
 VTK/Charts/Core/vtkPlotHistogram2D.h               |    131 -
 VTK/Charts/Core/vtkPlotLine.cxx                    |    104 -
 VTK/Charts/Core/vtkPlotLine.h                      |     62 -
 VTK/Charts/Core/vtkPlotLine3D.cxx                  |     66 -
 VTK/Charts/Core/vtkPlotLine3D.h                    |     60 -
 VTK/Charts/Core/vtkPlotParallelCoordinates.cxx     |    523 -
 VTK/Charts/Core/vtkPlotParallelCoordinates.h       |    144 -
 VTK/Charts/Core/vtkPlotPie.cxx                     |    265 -
 VTK/Charts/Core/vtkPlotPie.h                       |    114 -
 VTK/Charts/Core/vtkPlotPoints.h                    |    239 -
 VTK/Charts/Core/vtkPlotPoints3D.cxx                |    112 -
 VTK/Charts/Core/vtkPlotPoints3D.h                  |     67 -
 VTK/Charts/Core/vtkPlotStacked.cxx                 |    853 -
 VTK/Charts/Core/vtkPlotStacked.h                   |    159 -
 VTK/Charts/Core/vtkPlotSurface.cxx                 |    303 -
 VTK/Charts/Core/vtkPlotSurface.h                   |    152 -
 VTK/Charts/Core/vtkScalarsToColorsItem.cxx         |    187 -
 VTK/Charts/Core/vtkScalarsToColorsItem.h           |    115 -
 VTK/Charts/Core/vtkScatterPlotMatrix.cxx           |   1916 -
 VTK/Charts/Core/vtkScatterPlotMatrix.h             |    390 -
 VTK/Common/Color/CMakeLists.txt                    |     12 -
 VTK/Common/Color/Testing/Cxx/CMakeLists.txt        |     36 -
 .../Color/Testing/Cxx/TestCategoricalColors.cxx    |     99 -
 VTK/Common/Color/Testing/Cxx/TestColorSeries.cxx   |    263 -
 VTK/Common/Color/Testing/Cxx/TestNamedColors.cxx   |    908 -
 VTK/Common/Color/module.cmake                      |     11 -
 VTK/Common/Color/vtkColorSeries.cxx                |    609 -
 VTK/Common/Color/vtkColorSeries.h                  |    299 -
 VTK/Common/Color/vtkNamedColors.cxx                |   1040 -
 VTK/Common/Color/vtkNamedColors.h                  |    312 -
 VTK/Common/ComputationalGeometry/CMakeLists.txt    |     27 -
 .../Testing/Python/CSpline.py                      |    159 -
 .../Testing/Python/KSpline.py                      |    192 -
 .../Testing/Python/TestParametricFunctions.py      |    571 -
 .../Testing/Python/closedSplines.py                |    261 -
 .../Testing/Tcl/CMakeLists.txt                     |      6 -
 .../ComputationalGeometry/Testing/Tcl/CSpline.tcl  |    162 -
 .../ComputationalGeometry/Testing/Tcl/KSpline.tcl  |    189 -
 .../Testing/Tcl/TestParametricFunctions.tcl        |    559 -
 .../Testing/Tcl/closedSplines.tcl                  |    240 -
 VTK/Common/ComputationalGeometry/module.cmake      |     10 -
 .../ComputationalGeometry/vtkCardinalSpline.cxx    |    464 -
 .../ComputationalGeometry/vtkCardinalSpline.h      |     69 -
 .../ComputationalGeometry/vtkKochanekSpline.cxx    |    391 -
 .../ComputationalGeometry/vtkKochanekSpline.h      |    105 -
 .../ComputationalGeometry/vtkParametricBoy.cxx     |    113 -
 .../ComputationalGeometry/vtkParametricBoy.h       |     99 -
 .../vtkParametricConicSpiral.cxx                   |     93 -
 .../vtkParametricConicSpiral.h                     |    117 -
 .../vtkParametricCrossCap.cxx                      |     83 -
 .../ComputationalGeometry/vtkParametricCrossCap.h  |     89 -
 .../ComputationalGeometry/vtkParametricDini.cxx    |     92 -
 .../ComputationalGeometry/vtkParametricDini.h      |    106 -
 .../vtkParametricEllipsoid.cxx                     |     95 -
 .../ComputationalGeometry/vtkParametricEllipsoid.h |    116 -
 .../ComputationalGeometry/vtkParametricEnneper.cxx |     77 -
 .../ComputationalGeometry/vtkParametricEnneper.h   |     89 -
 .../vtkParametricFigure8Klein.cxx                  |     89 -
 .../vtkParametricFigure8Klein.h                    |    105 -
 .../vtkParametricFunction.cxx                      |     68 -
 .../ComputationalGeometry/vtkParametricFunction.h  |    204 -
 .../ComputationalGeometry/vtkParametricKlein.cxx   |    100 -
 .../ComputationalGeometry/vtkParametricKlein.h     |     95 -
 .../ComputationalGeometry/vtkParametricMobius.cxx  |     84 -
 .../ComputationalGeometry/vtkParametricMobius.h    |     95 -
 .../vtkParametricRandomHills.cxx                   |    187 -
 .../vtkParametricRandomHills.h                     |    193 -
 .../ComputationalGeometry/vtkParametricRoman.cxx   |     91 -
 .../ComputationalGeometry/vtkParametricRoman.h     |     97 -
 .../ComputationalGeometry/vtkParametricSpline.cxx  |    408 -
 .../ComputationalGeometry/vtkParametricSpline.h    |    172 -
 .../vtkParametricSuperEllipsoid.cxx                |    107 -
 .../vtkParametricSuperEllipsoid.h                  |    134 -
 .../vtkParametricSuperToroid.cxx                   |    114 -
 .../vtkParametricSuperToroid.h                     |    154 -
 .../ComputationalGeometry/vtkParametricTorus.cxx   |     86 -
 .../ComputationalGeometry/vtkParametricTorus.h     |    104 -
 VTK/Common/Core/CMakeLists.txt                     |    516 -
 VTK/Common/Core/CaseFolding.txt                    |   1196 -
 VTK/Common/Core/Testing/Cxx/CMakeLists.txt         |     69 -
 .../Core/Testing/Cxx/SystemInformation-cygcheck.sh |      4 -
 VTK/Common/Core/Testing/Cxx/TestArrayAPI.cxx       |    113 -
 .../Core/Testing/Cxx/TestArrayAPIConvenience.cxx   |     77 -
 VTK/Common/Core/Testing/Cxx/TestArrayAPIDense.cxx  |    167 -
 VTK/Common/Core/Testing/Cxx/TestArrayAPISparse.cxx |    421 -
 VTK/Common/Core/Testing/Cxx/TestArrayBool.cxx      |     75 -
 VTK/Common/Core/Testing/Cxx/TestArrayCasting.cxx   |    265 -
 VTK/Common/Core/Testing/Cxx/TestArrayExtents.cxx   |     81 -
 .../Testing/Cxx/TestArrayInterpolationDense.cxx    |     84 -
 VTK/Common/Core/Testing/Cxx/TestArrayLookup.cxx    |    668 -
 .../Core/Testing/Cxx/TestArrayNullValues.cxx       |     83 -
 VTK/Common/Core/Testing/Cxx/TestArraySize.cxx      |     56 -
 .../Testing/Cxx/TestArrayUniqueValueDetection.cxx  |    354 -
 VTK/Common/Core/Testing/Cxx/TestArrayUserTypes.cxx |    117 -
 VTK/Common/Core/Testing/Cxx/TestArrayVariants.cxx  |     77 -
 VTK/Common/Core/Testing/Cxx/TestCollection.cxx     |    110 -
 .../Core/Testing/Cxx/TestConditionVariable.cxx     |    128 -
 VTK/Common/Core/Testing/Cxx/TestCxxFeatures.cxx    |    686 -
 VTK/Common/Core/Testing/Cxx/TestDataArray.cxx      |    105 -
 .../Testing/Cxx/TestDataArrayComponentNames.cxx    |    211 -
 .../Core/Testing/Cxx/TestGarbageCollector.cxx      |    119 -
 VTK/Common/Core/Testing/Cxx/TestInstantiator.cxx   |     45 -
 VTK/Common/Core/Testing/Cxx/TestLookupTable.cxx    |    153 -
 VTK/Common/Core/Testing/Cxx/TestMath.cxx           |    583 -
 .../Cxx/TestMinimalStandardRandomSequence.cxx      |    108 -
 VTK/Common/Core/Testing/Cxx/TestNew.cxx            |     88 -
 VTK/Common/Core/Testing/Cxx/TestObjectFactory.cxx  |    192 -
 VTK/Common/Core/Testing/Cxx/TestObservers.cxx      |    219 -
 .../Core/Testing/Cxx/TestObserversPerformance.cxx  |    177 -
 VTK/Common/Core/Testing/Cxx/TestSmartPointer.cxx   |    107 -
 VTK/Common/Core/Testing/Cxx/TestSortDataArray.cxx  |    161 -
 .../Core/Testing/Cxx/TestSparseArrayValidation.cxx |     70 -
 .../Core/Testing/Cxx/TestSystemInformation.cxx     |    101 -
 .../Core/Testing/Cxx/TestTimePointUtility.cxx      |    420 -
 .../Core/Testing/Cxx/TestUnicodeStringAPI.cxx      |    125 -
 .../Core/Testing/Cxx/TestUnicodeStringArrayAPI.cxx |     75 -
 VTK/Common/Core/Testing/Cxx/TestVariant.cxx        |    193 -
 VTK/Common/Core/Testing/Cxx/TestVariantArray.cxx   |    412 -
 .../Core/Testing/Cxx/TestVariantComparison.cxx     |    354 -
 VTK/Common/Core/Testing/Cxx/TestWeakPointer.cxx    |    126 -
 .../Core/Testing/Cxx/TestXMLFileOutputWindow.cxx   |    125 -
 .../Core/Testing/Cxx/UnitTestInformationKeys.cxx   |    165 -
 VTK/Common/Core/Testing/Cxx/otherArrays.cxx        |    675 -
 VTK/Common/Core/Testing/Cxx/otherByteSwap.cxx      |    161 -
 VTK/Common/Core/Testing/Cxx/otherStringArray.cxx   |    208 -
 VTK/Common/Core/Testing/Cxx/vtkTestNewVar.cxx      |     48 -
 VTK/Common/Core/Testing/Cxx/vtkTestNewVar.h        |     56 -
 VTK/Common/Core/Testing/Python/CMakeLists.txt      |     22 -
 VTK/Common/Core/Testing/Python/PythonSmoke.py      |     47 -
 .../Core/Testing/Python/TestArrayArguments.py      |     99 -
 VTK/Common/Core/Testing/Python/TestCommand.py      |    118 -
 .../Python/TestExecuteMethodFinalizeCrash.py       |     22 -
 VTK/Common/Core/Testing/Python/TestGhost.py        |     60 -
 VTK/Common/Core/Testing/Python/TestIgnoreBTX.py    |     19 -
 VTK/Common/Core/Testing/Python/TestMutable.py      |     55 -
 VTK/Common/Core/Testing/Python/TestNumpySupport.py |    112 -
 VTK/Common/Core/Testing/Python/TestOperators.py    |     55 -
 VTK/Common/Core/Testing/Python/TestStrings.py      |     89 -
 VTK/Common/Core/Testing/Python/TestSubClass.py     |     98 -
 .../Core/Testing/Python/TestTerminationCrash.py    |     33 -
 VTK/Common/Core/Testing/Python/TestVariant.py      |    191 -
 VTK/Common/Core/Testing/Python/TestWeakref.py      |     42 -
 VTK/Common/Core/Testing/Tcl/CMakeLists.txt         |     16 -
 VTK/Common/Core/Testing/Tcl/TestArrays.tcl         |     62 -
 VTK/Common/Core/Testing/Tcl/TestEmptyInput.tcl     |    100 -
 VTK/Common/Core/Testing/Tcl/TestIgnoreBTX.tcl      |     26 -
 VTK/Common/Core/Testing/Tcl/TestSetGet.tcl         |    146 -
 VTK/Common/Core/Testing/Tcl/TestString.tcl         |     38 -
 VTK/Common/Core/Testing/Tcl/otherInterp.tcl        |     51 -
 VTK/Common/Core/Testing/Tcl/otherPrint.tcl         |     63 -
 VTK/Common/Core/module.cmake                       |     10 -
 VTK/Common/Core/vtkABI.h                           |     60 -
 VTK/Common/Core/vtkAbstractArray.cxx               |    809 -
 VTK/Common/Core/vtkAbstractArray.h                 |    485 -
 VTK/Common/Core/vtkAnimationCue.cxx                |    145 -
 VTK/Common/Core/vtkAnimationCue.h                  |    201 -
 VTK/Common/Core/vtkArray.cxx                       |    266 -
 VTK/Common/Core/vtkArray.h                         |    270 -
 VTK/Common/Core/vtkArrayCoordinates.cxx            |    100 -
 VTK/Common/Core/vtkArrayCoordinates.h              |    115 -
 VTK/Common/Core/vtkArrayExtents.cxx                |    235 -
 VTK/Common/Core/vtkArrayExtents.h                  |    211 -
 VTK/Common/Core/vtkArrayExtentsList.cxx            |     77 -
 VTK/Common/Core/vtkArrayExtentsList.h              |     98 -
 VTK/Common/Core/vtkArrayInterpolate.h              |     65 -
 VTK/Common/Core/vtkArrayInterpolate.txx            |     81 -
 VTK/Common/Core/vtkArrayIterator.cxx               |     33 -
 VTK/Common/Core/vtkArrayIterator.h                 |     75 -
 VTK/Common/Core/vtkArrayIteratorIncludes.h         |     43 -
 VTK/Common/Core/vtkArrayIteratorTemplate.h         |    136 -
 VTK/Common/Core/vtkArrayIteratorTemplate.txx       |    136 -
 .../Core/vtkArrayIteratorTemplateImplicit.txx      |     25 -
 VTK/Common/Core/vtkArrayPrint.h                    |     52 -
 VTK/Common/Core/vtkArrayPrint.txx                  |    108 -
 VTK/Common/Core/vtkArrayRange.cxx                  |     78 -
 VTK/Common/Core/vtkArrayRange.h                    |     98 -
 VTK/Common/Core/vtkArraySort.cxx                   |     89 -
 VTK/Common/Core/vtkArraySort.h                     |    110 -
 VTK/Common/Core/vtkArrayWeights.cxx                |     95 -
 VTK/Common/Core/vtkArrayWeights.h                  |    100 -
 VTK/Common/Core/vtkAutoInit.h                      |     73 -
 VTK/Common/Core/vtkBitArray.cxx                    |    673 -
 VTK/Common/Core/vtkBitArray.h                      |    301 -
 VTK/Common/Core/vtkBitArrayIterator.cxx            |    152 -
 VTK/Common/Core/vtkBitArrayIterator.h              |     97 -
 VTK/Common/Core/vtkBoxMuellerRandomSequence.cxx    |     98 -
 VTK/Common/Core/vtkBoxMuellerRandomSequence.h      |     65 -
 VTK/Common/Core/vtkBreakPoint.cxx                  |     35 -
 VTK/Common/Core/vtkBreakPoint.h                    |     49 -
 VTK/Common/Core/vtkByteSwap.cxx                    |    328 -
 VTK/Common/Core/vtkByteSwap.h                      |    127 -
 VTK/Common/Core/vtkCallbackCommand.cxx             |     49 -
 VTK/Common/Core/vtkCallbackCommand.h               |     96 -
 VTK/Common/Core/vtkCharArray.cxx                   |     44 -
 VTK/Common/Core/vtkCharArray.h                     |    160 -
 VTK/Common/Core/vtkCollection.cxx                  |    360 -
 VTK/Common/Core/vtkCollection.h                    |    195 -
 VTK/Common/Core/vtkCollectionIterator.cxx          |     91 -
 VTK/Common/Core/vtkCollectionIterator.h            |     84 -
 VTK/Common/Core/vtkCommand.cxx                     |     86 -
 VTK/Common/Core/vtkCommand.h                       |    409 -
 VTK/Common/Core/vtkCommonInformationKeyManager.cxx |     96 -
 VTK/Common/Core/vtkCommonInformationKeyManager.h   |     57 -
 VTK/Common/Core/vtkConditionVariable.cxx           |    386 -
 VTK/Common/Core/vtkConditionVariable.h             |    195 -
 VTK/Common/Core/vtkConfigure.h.in                  |    191 -
 VTK/Common/Core/vtkCriticalSection.cxx             |     98 -
 VTK/Common/Core/vtkCriticalSection.h               |    145 -
 VTK/Common/Core/vtkDataArray.cxx                   |   1245 -
 VTK/Common/Core/vtkDataArray.h                     |    399 -
 VTK/Common/Core/vtkDataArrayCollection.cxx         |     18 -
 VTK/Common/Core/vtkDataArrayCollection.h           |     75 -
 VTK/Common/Core/vtkDataArrayCollectionIterator.cxx |     66 -
 VTK/Common/Core/vtkDataArrayCollectionIterator.h   |     56 -
 VTK/Common/Core/vtkDataArraySelection.cxx          |    382 -
 VTK/Common/Core/vtkDataArraySelection.h            |    144 -
 VTK/Common/Core/vtkDataArrayTemplate.h             |    342 -
 VTK/Common/Core/vtkDataArrayTemplate.txx           |   1256 -
 VTK/Common/Core/vtkDataArrayTemplateImplicit.txx   |     25 -
 VTK/Common/Core/vtkDebugLeaks.cxx                  |    490 -
 VTK/Common/Core/vtkDebugLeaks.h                    |    108 -
 VTK/Common/Core/vtkDebugLeaksManager.cxx           |     47 -
 VTK/Common/Core/vtkDebugLeaksManager.h             |     42 -
 VTK/Common/Core/vtkDenseArray.h                    |    211 -
 VTK/Common/Core/vtkDenseArray.txx                  |    373 -
 VTK/Common/Core/vtkDoubleArray.cxx                 |     44 -
 VTK/Common/Core/vtkDoubleArray.h                   |    162 -
 VTK/Common/Core/vtkDynamicLoader.cxx               |     71 -
 VTK/Common/Core/vtkDynamicLoader.h                 |     81 -
 VTK/Common/Core/vtkEventForwarderCommand.cxx       |     35 -
 VTK/Common/Core/vtkEventForwarderCommand.h         |     64 -
 VTK/Common/Core/vtkFileOutputWindow.cxx            |     88 -
 VTK/Common/Core/vtkFileOutputWindow.h              |     79 -
 VTK/Common/Core/vtkFloatArray.cxx                  |     44 -
 VTK/Common/Core/vtkFloatArray.h                    |    162 -
 VTK/Common/Core/vtkFloatingPointExceptions.cxx     |     75 -
 VTK/Common/Core/vtkFloatingPointExceptions.h       |     47 -
 .../Core/vtkFloatingPointExceptionsConfigure.h.in  |     27 -
 VTK/Common/Core/vtkGarbageCollector.cxx            |   1077 -
 VTK/Common/Core/vtkGarbageCollector.h              |    207 -
 VTK/Common/Core/vtkGarbageCollectorManager.cxx     |     37 -
 VTK/Common/Core/vtkGarbageCollectorManager.h       |     45 -
 VTK/Common/Core/vtkGaussianRandomSequence.cxx      |     38 -
 VTK/Common/Core/vtkGaussianRandomSequence.h        |     50 -
 VTK/Common/Core/vtkIOStream.cxx                    |    244 -
 VTK/Common/Core/vtkIOStream.h                      |    101 -
 VTK/Common/Core/vtkIOStreamFwd.h                   |     45 -
 VTK/Common/Core/vtkIdList.cxx                      |    239 -
 VTK/Common/Core/vtkIdList.h                        |    156 -
 VTK/Common/Core/vtkIdListCollection.cxx            |     18 -
 VTK/Common/Core/vtkIdListCollection.h              |     75 -
 VTK/Common/Core/vtkIdTypeArray.cxx                 |     46 -
 VTK/Common/Core/vtkIdTypeArray.h                   |    162 -
 VTK/Common/Core/vtkIndent.cxx                      |     55 -
 VTK/Common/Core/vtkIndent.h                        |     54 -
 VTK/Common/Core/vtkInformation.cxx                 |    942 -
 VTK/Common/Core/vtkInformation.h                   |    411 -
 VTK/Common/Core/vtkInformationDataObjectKey.cxx    |     71 -
 VTK/Common/Core/vtkInformationDataObjectKey.h      |     62 -
 VTK/Common/Core/vtkInformationDoubleKey.cxx        |    116 -
 VTK/Common/Core/vtkInformationDoubleKey.h          |     65 -
 VTK/Common/Core/vtkInformationDoubleVectorKey.cxx  |    167 -
 VTK/Common/Core/vtkInformationDoubleVectorKey.h    |     67 -
 VTK/Common/Core/vtkInformationIdTypeKey.cxx        |    116 -
 VTK/Common/Core/vtkInformationIdTypeKey.h          |     65 -
 VTK/Common/Core/vtkInformationInformationKey.cxx   |     66 -
 VTK/Common/Core/vtkInformationInformationKey.h     |     60 -
 .../Core/vtkInformationInformationVectorKey.cxx    |     85 -
 .../Core/vtkInformationInformationVectorKey.h      |     66 -
 VTK/Common/Core/vtkInformationIntegerKey.cxx       |    116 -
 VTK/Common/Core/vtkInformationIntegerKey.h         |     65 -
 .../Core/vtkInformationIntegerPointerKey.cxx       |    150 -
 VTK/Common/Core/vtkInformationIntegerPointerKey.h  |     71 -
 VTK/Common/Core/vtkInformationIntegerVectorKey.cxx |    201 -
 VTK/Common/Core/vtkInformationIntegerVectorKey.h   |     74 -
 VTK/Common/Core/vtkInformationInternals.h          |     73 -
 VTK/Common/Core/vtkInformationIterator.cxx         |    147 -
 VTK/Common/Core/vtkInformationIterator.h           |     89 -
 VTK/Common/Core/vtkInformationKey.cxx              |    160 -
 VTK/Common/Core/vtkInformationKey.h                |    140 -
 VTK/Common/Core/vtkInformationKeyVectorKey.cxx     |    203 -
 VTK/Common/Core/vtkInformationKeyVectorKey.h       |     64 -
 VTK/Common/Core/vtkInformationObjectBaseKey.cxx    |     76 -
 VTK/Common/Core/vtkInformationObjectBaseKey.h      |     64 -
 .../Core/vtkInformationObjectBaseVectorKey.cxx     |    323 -
 .../Core/vtkInformationObjectBaseVectorKey.h       |    131 -
 VTK/Common/Core/vtkInformationRequestKey.cxx       |     79 -
 VTK/Common/Core/vtkInformationRequestKey.h         |     59 -
 VTK/Common/Core/vtkInformationStringKey.cxx        |    105 -
 VTK/Common/Core/vtkInformationStringKey.h          |     58 -
 VTK/Common/Core/vtkInformationStringVectorKey.cxx  |    153 -
 VTK/Common/Core/vtkInformationStringVectorKey.h    |     65 -
 VTK/Common/Core/vtkInformationUnsignedLongKey.cxx  |    119 -
 VTK/Common/Core/vtkInformationUnsignedLongKey.h    |     65 -
 VTK/Common/Core/vtkInformationVariantKey.cxx       |    120 -
 VTK/Common/Core/vtkInformationVariantKey.h         |     67 -
 VTK/Common/Core/vtkInformationVariantVectorKey.cxx |    173 -
 VTK/Common/Core/vtkInformationVariantVectorKey.h   |     69 -
 VTK/Common/Core/vtkInformationVector.cxx           |    244 -
 VTK/Common/Core/vtkInformationVector.h             |     90 -
 VTK/Common/Core/vtkInstantiator.cxx                |    312 -
 VTK/Common/Core/vtkInstantiator.h                  |    134 -
 VTK/Common/Core/vtkIntArray.cxx                    |     44 -
 VTK/Common/Core/vtkIntArray.h                      |    162 -
 VTK/Common/Core/vtkLargeInteger.cxx                |    923 -
 VTK/Common/Core/vtkLargeInteger.h                  |    116 -
 VTK/Common/Core/vtkLongArray.cxx                   |     44 -
 VTK/Common/Core/vtkLongArray.h                     |    162 -
 VTK/Common/Core/vtkLongLongArray.cxx               |     43 -
 VTK/Common/Core/vtkLongLongArray.h                 |    162 -
 VTK/Common/Core/vtkLookupTable.cxx                 |   1225 -
 VTK/Common/Core/vtkLookupTable.h                   |    325 -
 VTK/Common/Core/vtkMath.cxx                        |   3183 -
 VTK/Common/Core/vtkMath.h                          |   1277 -
 VTK/Common/Core/vtkMathConfigure.h.in              |     80 -
 VTK/Common/Core/vtkMathUtilities.h                 |     52 -
 .../Core/vtkMinimalStandardRandomSequence.cxx      |    119 -
 VTK/Common/Core/vtkMinimalStandardRandomSequence.h |    111 -
 VTK/Common/Core/vtkMultiThreader.cxx               |    845 -
 VTK/Common/Core/vtkMultiThreader.h                 |    233 -
 VTK/Common/Core/vtkMutexLock.cxx                   |     99 -
 VTK/Common/Core/vtkMutexLock.h                     |    118 -
 VTK/Common/Core/vtkNew.h                           |    116 -
 VTK/Common/Core/vtkOStrStreamWrapper.cxx           |     71 -
 VTK/Common/Core/vtkOStrStreamWrapper.h             |     70 -
 VTK/Common/Core/vtkOStreamWrapper.cxx              |    133 -
 VTK/Common/Core/vtkOStreamWrapper.h                |    143 -
 VTK/Common/Core/vtkObject.cxx                      |    959 -
 VTK/Common/Core/vtkObject.h                        |    372 -
 VTK/Common/Core/vtkObjectBase.cxx                  |    248 -
 VTK/Common/Core/vtkObjectBase.h                    |    189 -
 VTK/Common/Core/vtkObjectFactory.cxx               |    741 -
 VTK/Common/Core/vtkObjectFactory.h                 |    343 -
 VTK/Common/Core/vtkObjectFactoryCollection.cxx     |     31 -
 VTK/Common/Core/vtkObjectFactoryCollection.h       |     75 -
 VTK/Common/Core/vtkOldStyleCallbackCommand.cxx     |     45 -
 VTK/Common/Core/vtkOldStyleCallbackCommand.h       |     71 -
 VTK/Common/Core/vtkOutputWindow.cxx                |    190 -
 VTK/Common/Core/vtkOutputWindow.h                  |     93 -
 VTK/Common/Core/vtkOverrideInformation.cxx         |     68 -
 VTK/Common/Core/vtkOverrideInformation.h           |     98 -
 .../Core/vtkOverrideInformationCollection.cxx      |     18 -
 VTK/Common/Core/vtkOverrideInformationCollection.h |     79 -
 VTK/Common/Core/vtkPointAccumulator.hxx            |    180 -
 VTK/Common/Core/vtkPoints.cxx                      |    243 -
 VTK/Common/Core/vtkPoints.h                        |    221 -
 VTK/Common/Core/vtkPoints2D.cxx                    |    248 -
 VTK/Common/Core/vtkPoints2D.h                      |    211 -
 VTK/Common/Core/vtkPriorityQueue.cxx               |    253 -
 VTK/Common/Core/vtkPriorityQueue.h                 |    182 -
 VTK/Common/Core/vtkRandomSequence.cxx              |     33 -
 VTK/Common/Core/vtkRandomSequence.h                |     56 -
 VTK/Common/Core/vtkReferenceCount.cxx              |     31 -
 VTK/Common/Core/vtkReferenceCount.h                |     46 -
 VTK/Common/Core/vtkScalarsToColors.cxx             |   1826 -
 VTK/Common/Core/vtkScalarsToColors.h               |    360 -
 VTK/Common/Core/vtkSetGet.h                        |    809 -
 VTK/Common/Core/vtkShortArray.cxx                  |     43 -
 VTK/Common/Core/vtkShortArray.h                    |    162 -
 VTK/Common/Core/vtkSignedCharArray.cxx             |     43 -
 VTK/Common/Core/vtkSignedCharArray.h               |    162 -
 VTK/Common/Core/vtkSmartPointer.h                  |    208 -
 VTK/Common/Core/vtkSmartPointerBase.cxx            |    124 -
 VTK/Common/Core/vtkSmartPointerBase.h              |    120 -
 VTK/Common/Core/vtkSortDataArray.cxx               |    596 -
 VTK/Common/Core/vtkSortDataArray.h                 |     74 -
 VTK/Common/Core/vtkSparseArray.h                   |    235 -
 VTK/Common/Core/vtkSparseArray.txx                 |    614 -
 VTK/Common/Core/vtkStdString.cxx                   |     21 -
 VTK/Common/Core/vtkStdString.h                     |     64 -
 VTK/Common/Core/vtkStringArray.cxx                 |    916 -
 VTK/Common/Core/vtkStringArray.h                   |    294 -
 VTK/Common/Core/vtkSystemIncludes.h                |    156 -
 VTK/Common/Core/vtkTemplateAliasMacro.h            |    121 -
 VTK/Common/Core/vtkTimePointUtility.cxx            |    437 -
 VTK/Common/Core/vtkTimePointUtility.h              |    160 -
 VTK/Common/Core/vtkTimeStamp.cxx                   |     71 -
 VTK/Common/Core/vtkTimeStamp.h                     |     67 -
 VTK/Common/Core/vtkToolkits.h.in                   |     48 -
 VTK/Common/Core/vtkType.h                          |    289 -
 VTK/Common/Core/vtkTypeTemplate.h                  |     91 -
 VTK/Common/Core/vtkTypeTraits.h                    |    167 -
 VTK/Common/Core/vtkTypedArray.cxx.in               |     36 -
 VTK/Common/Core/vtkTypedArray.h                    |    129 -
 VTK/Common/Core/vtkTypedArray.h.in                 |     44 -
 VTK/Common/Core/vtkTypedArray.txx                  |     89 -
 VTK/Common/Core/vtkUnicodeString.cmake.in          |     38 -
 VTK/Common/Core/vtkUnicodeString.cxx               |    461 -
 VTK/Common/Core/vtkUnicodeString.h                 |    244 -
 VTK/Common/Core/vtkUnicodeStringArray.cxx          |    334 -
 VTK/Common/Core/vtkUnicodeStringArray.h            |     98 -
 VTK/Common/Core/vtkUnsignedCharArray.cxx           |     43 -
 VTK/Common/Core/vtkUnsignedCharArray.h             |    162 -
 VTK/Common/Core/vtkUnsignedIntArray.cxx            |     43 -
 VTK/Common/Core/vtkUnsignedIntArray.h              |    162 -
 VTK/Common/Core/vtkUnsignedLongArray.cxx           |     43 -
 VTK/Common/Core/vtkUnsignedLongArray.h             |    162 -
 VTK/Common/Core/vtkUnsignedLongLongArray.cxx       |     45 -
 VTK/Common/Core/vtkUnsignedLongLongArray.h         |    162 -
 VTK/Common/Core/vtkUnsignedShortArray.cxx          |     43 -
 VTK/Common/Core/vtkUnsignedShortArray.h            |    162 -
 VTK/Common/Core/vtkUnsigned__Int64Array.cxx        |     44 -
 VTK/Common/Core/vtkUnsigned__Int64Array.h          |    162 -
 VTK/Common/Core/vtkVariant.cxx                     |   1221 -
 VTK/Common/Core/vtkVariant.h                       |    482 -
 VTK/Common/Core/vtkVariantArray.cxx                |    865 -
 VTK/Common/Core/vtkVariantArray.h                  |    282 -
 VTK/Common/Core/vtkVariantCast.h                   |    178 -
 VTK/Common/Core/vtkVariantCreate.h                 |    159 -
 VTK/Common/Core/vtkVariantExtract.h                |    183 -
 VTK/Common/Core/vtkVariantInlineOperators.h        |    307 -
 VTK/Common/Core/vtkVariantToNumeric.cxx            |    131 -
 VTK/Common/Core/vtkVersion.cxx                     |     18 -
 VTK/Common/Core/vtkVersion.h                       |     61 -
 VTK/Common/Core/vtkVersionMacros.h.in              |     27 -
 VTK/Common/Core/vtkVoidArray.cxx                   |    180 -
 VTK/Common/Core/vtkVoidArray.h                     |    126 -
 VTK/Common/Core/vtkWeakPointer.h                   |    177 -
 VTK/Common/Core/vtkWeakPointerBase.cxx             |    158 -
 VTK/Common/Core/vtkWeakPointerBase.h               |    112 -
 VTK/Common/Core/vtkWin32Header.h                   |    159 -
 VTK/Common/Core/vtkWin32OutputWindow.cxx           |    341 -
 VTK/Common/Core/vtkWin32OutputWindow.h             |     70 -
 .../Core/vtkWin32OutputWindowProcessEncoded.c      |   3208 -
 VTK/Common/Core/vtkWin32ProcessOutputWindow.cxx    |    170 -
 VTK/Common/Core/vtkWin32ProcessOutputWindow.h      |     59 -
 VTK/Common/Core/vtkWindow.cxx                      |    143 -
 VTK/Common/Core/vtkWindow.h                        |    173 -
 VTK/Common/Core/vtkWindows.h                       |     87 -
 VTK/Common/Core/vtkXMLFileOutputWindow.cxx         |    142 -
 VTK/Common/Core/vtkXMLFileOutputWindow.h           |     78 -
 VTK/Common/Core/vtk__Int64Array.cxx                |     44 -
 VTK/Common/Core/vtk__Int64Array.h                  |    162 -
 VTK/Common/DataModel/CMakeLists.txt                |    273 -
 VTK/Common/DataModel/Testing/Cxx/CMakeLists.txt    |     56 -
 VTK/Common/DataModel/Testing/Cxx/CellLocator.cxx   |    275 -
 VTK/Common/DataModel/Testing/Cxx/CellLocator2.cxx  |    199 -
 VTK/Common/DataModel/Testing/Cxx/PointLocator.cxx  |    119 -
 VTK/Common/DataModel/Testing/Cxx/TestAMRBox.cxx    |    411 -
 .../DataModel/Testing/Cxx/TestBoundingBox.cxx      |     76 -
 VTK/Common/DataModel/Testing/Cxx/TestColor.cxx     |     86 -
 .../Testing/Cxx/TestCompositeDataSets.cxx          |    202 -
 .../Testing/Cxx/TestDataArrayDispatcher.cxx        |    174 -
 .../DataModel/Testing/Cxx/TestDataObject.cxx       |     48 -
 .../DataModel/Testing/Cxx/TestDataObjectTypes.cxx  |     27 -
 .../DataModel/Testing/Cxx/TestDispatchers.cxx      |    347 -
 .../DataModel/Testing/Cxx/TestGenericCell.cxx      |    100 -
 VTK/Common/DataModel/Testing/Cxx/TestGraph.cxx     |    489 -
 VTK/Common/DataModel/Testing/Cxx/TestGraph2.cxx    |    139 -
 .../DataModel/Testing/Cxx/TestGraphAttributes.cxx  |    259 -
 .../DataModel/Testing/Cxx/TestHigherOrderCell.cxx  |    209 -
 .../Testing/Cxx/TestImageDataFindCell.cxx          |    204 -
 .../Testing/Cxx/TestImageDataInterpolation.cxx     |    280 -
 .../DataModel/Testing/Cxx/TestImageIterator.cxx    |     57 -
 .../Testing/Cxx/TestInterpolationDerivs.cxx        |    156 -
 .../Testing/Cxx/TestInterpolationFunctions.cxx     |    163 -
 .../Cxx/TestMeanValueCoordinatesInterpolation1.cxx |    222 -
 .../Cxx/TestMeanValueCoordinatesInterpolation2.cxx |    217 -
 VTK/Common/DataModel/Testing/Cxx/TestPath.cxx      |     50 -
 VTK/Common/DataModel/Testing/Cxx/TestPlane.cxx     |    103 -
 .../DataModel/Testing/Cxx/TestPointLocators.cxx    |    315 -
 .../Testing/Cxx/TestPolyDataRemoveCell.cxx         |    155 -
 VTK/Common/DataModel/Testing/Cxx/TestPolygon.cxx   |    164 -
 .../DataModel/Testing/Cxx/TestPolyhedron0.cxx      |    500 -
 .../DataModel/Testing/Cxx/TestPolyhedron1.cxx      |    280 -
 .../Testing/Cxx/TestSelectionSubtract.cxx          |    140 -
 .../Testing/Cxx/TestSmoothErrorMetric.cxx          |    189 -
 .../DataModel/Testing/Cxx/TestStructuredData.cxx   |    203 -
 VTK/Common/DataModel/Testing/Cxx/TestTable.cxx     |    279 -
 .../DataModel/Testing/Cxx/TestTreeBFSIterator.cxx  |     74 -
 .../DataModel/Testing/Cxx/TestTreeDFSIterator.cxx  |     70 -
 VTK/Common/DataModel/Testing/Cxx/TestTriangle.cxx  |    122 -
 VTK/Common/DataModel/Testing/Cxx/TestVector.cxx    |    154 -
 .../DataModel/Testing/Cxx/TestVectorOperators.cxx  |    117 -
 .../DataModel/Testing/Cxx/otherCellArray.cxx       |     88 -
 .../DataModel/Testing/Cxx/otherCellBoundaries.cxx  |    500 -
 .../DataModel/Testing/Cxx/otherCellPosition.cxx    |    585 -
 .../DataModel/Testing/Cxx/otherCellTypes.cxx       |     91 -
 .../Testing/Cxx/otherColorTransferFunction.cxx     |    154 -
 .../DataModel/Testing/Cxx/otherEmptyCell.cxx       |    102 -
 .../DataModel/Testing/Cxx/otherFieldData.cxx       |     94 -
 .../DataModel/Testing/Cxx/otherRectilinearGrid.cxx |    604 -
 .../DataModel/Testing/Cxx/otherStructuredGrid.cxx  |    636 -
 .../DataModel/Testing/Cxx/quadCellConsistency.cxx  |    236 -
 .../DataModel/Testing/Cxx/quadraticEvaluation.cxx  |    661 -
 VTK/Common/DataModel/Testing/Python/ImplicitSum.py |     54 -
 .../Testing/Python/LineIntersectQuadraticCells.py  |    496 -
 VTK/Common/DataModel/Testing/Python/PerlinNoise.py |     43 -
 .../DataModel/Testing/Python/SelectionLoop.py      |     76 -
 .../DataModel/Testing/Python/TestConvexPointSet.py |    110 -
 .../DataModel/Testing/Python/TestICPTransform.py   |    149 -
 .../Testing/Python/TestNumericArrayImageData.py    |     66 -
 .../Testing/Python/TestQuadricClustering.py        |     82 -
 .../DataModel/Testing/Python/TestStructuredGrid.py |    198 -
 .../DataModel/Testing/Python/TestTemplates.py      |    121 -
 VTK/Common/DataModel/Testing/Python/backdrop.py    |     74 -
 VTK/Common/DataModel/Testing/Python/headBone.py    |    100 -
 .../Testing/Python/otherDataSetAttributes.py       |     83 -
 VTK/Common/DataModel/Testing/Python/quadricCut.py  |    286 -
 .../DataModel/Testing/Python/scalarColors.py       |     81 -
 VTK/Common/DataModel/Testing/Python/scalarConn.py  |     58 -
 VTK/Common/DataModel/Testing/Tcl/CMakeLists.txt    |     25 -
 VTK/Common/DataModel/Testing/Tcl/ImplicitSum.tcl   |     64 -
 .../Testing/Tcl/LineIntersectQuadraticCells.tcl    |    502 -
 VTK/Common/DataModel/Testing/Tcl/PerlinNoise.tcl   |     49 -
 VTK/Common/DataModel/Testing/Tcl/SelectionLoop.tcl |     68 -
 .../DataModel/Testing/Tcl/TestConvexPointSet.tcl   |    112 -
 .../DataModel/Testing/Tcl/TestICPTransform.tcl     |    117 -
 .../Testing/Tcl/TestQuadricClustering.tcl          |     78 -
 .../DataModel/Testing/Tcl/TestStructuredGrid.tcl   |    250 -
 VTK/Common/DataModel/Testing/Tcl/headBone.tcl      |     87 -
 .../Testing/Tcl/otherDataSetAttributes.tcl         |     75 -
 VTK/Common/DataModel/Testing/Tcl/quadricCut.tcl    |    287 -
 VTK/Common/DataModel/Testing/Tcl/scalarColors.tcl  |    101 -
 VTK/Common/DataModel/Testing/Tcl/scalarConn.tcl    |     69 -
 VTK/Common/DataModel/module.cmake                  |     17 -
 VTK/Common/DataModel/vtkAMRBox.cxx                 |    720 -
 VTK/Common/DataModel/vtkAMRBox.h                   |    345 -
 VTK/Common/DataModel/vtkAMRDataInternals.cxx       |    124 -
 VTK/Common/DataModel/vtkAMRDataInternals.h         |     77 -
 VTK/Common/DataModel/vtkAMRInformation.cxx         |    992 -
 VTK/Common/DataModel/vtkAMRInformation.h           |    249 -
 VTK/Common/DataModel/vtkAbstractCellLocator.cxx    |    233 -
 VTK/Common/DataModel/vtkAbstractCellLocator.h      |    273 -
 VTK/Common/DataModel/vtkAbstractElectronicData.cxx |     53 -
 VTK/Common/DataModel/vtkAbstractElectronicData.h   |    108 -
 VTK/Common/DataModel/vtkAbstractPointLocator.cxx   |     82 -
 VTK/Common/DataModel/vtkAbstractPointLocator.h     |    100 -
 VTK/Common/DataModel/vtkAdjacentVertexIterator.cxx |     66 -
 VTK/Common/DataModel/vtkAdjacentVertexIterator.h   |     94 -
 VTK/Common/DataModel/vtkAnimationScene.cxx         |    302 -
 VTK/Common/DataModel/vtkAnimationScene.h           |    137 -
 VTK/Common/DataModel/vtkAnnotation.cxx             |    188 -
 VTK/Common/DataModel/vtkAnnotation.h               |    125 -
 VTK/Common/DataModel/vtkAnnotationLayers.cxx       |    228 -
 VTK/Common/DataModel/vtkAnnotationLayers.h         |    111 -
 VTK/Common/DataModel/vtkArrayData.cxx              |    195 -
 VTK/Common/DataModel/vtkArrayData.h                |     99 -
 VTK/Common/DataModel/vtkAtom.cxx                   |     93 -
 VTK/Common/DataModel/vtkAtom.h                     |     77 -
 VTK/Common/DataModel/vtkAttributesErrorMetric.cxx  |    272 -
 VTK/Common/DataModel/vtkAttributesErrorMetric.h    |    147 -
 VTK/Common/DataModel/vtkBSPCuts.cxx                |    614 -
 VTK/Common/DataModel/vtkBSPCuts.h                  |    157 -
 VTK/Common/DataModel/vtkBSPIntersections.cxx       |    512 -
 VTK/Common/DataModel/vtkBSPIntersections.h         |    192 -
 VTK/Common/DataModel/vtkBiQuadraticQuad.cxx        |    461 -
 VTK/Common/DataModel/vtkBiQuadraticQuad.h          |    140 -
 .../vtkBiQuadraticQuadraticHexahedron.cxx          |    787 -
 .../DataModel/vtkBiQuadraticQuadraticHexahedron.h  |    179 -
 .../DataModel/vtkBiQuadraticQuadraticWedge.cxx     |    697 -
 .../DataModel/vtkBiQuadraticQuadraticWedge.h       |    157 -
 VTK/Common/DataModel/vtkBiQuadraticTriangle.cxx    |    560 -
 VTK/Common/DataModel/vtkBiQuadraticTriangle.h      |    145 -
 VTK/Common/DataModel/vtkBond.cxx                   |    101 -
 VTK/Common/DataModel/vtkBond.h                     |     88 -
 VTK/Common/DataModel/vtkBoundingBox.cxx            |    476 -
 VTK/Common/DataModel/vtkBoundingBox.h              |    374 -
 VTK/Common/DataModel/vtkBox.cxx                    |    543 -
 VTK/Common/DataModel/vtkBox.h                      |    138 -
 VTK/Common/DataModel/vtkCell.cxx                   |    223 -
 VTK/Common/DataModel/vtkCell.h                     |    333 -
 VTK/Common/DataModel/vtkCell3D.cxx                 |    425 -
 VTK/Common/DataModel/vtkCell3D.h                   |    109 -
 VTK/Common/DataModel/vtkCellArray.cxx              |    135 -
 VTK/Common/DataModel/vtkCellArray.h                |    367 -
 VTK/Common/DataModel/vtkCellData.cxx               |     23 -
 VTK/Common/DataModel/vtkCellData.h                 |     49 -
 VTK/Common/DataModel/vtkCellLinks.cxx              |    295 -
 VTK/Common/DataModel/vtkCellLinks.h                |    217 -
 VTK/Common/DataModel/vtkCellLocator.cxx            |   2010 -
 VTK/Common/DataModel/vtkCellLocator.h              |    283 -
 VTK/Common/DataModel/vtkCellType.h                 |    107 -
 VTK/Common/DataModel/vtkCellTypes.cxx              |    330 -
 VTK/Common/DataModel/vtkCellTypes.h                |    168 -
 VTK/Common/DataModel/vtkColor.h                    |    341 -
 VTK/Common/DataModel/vtkCompositeDataIterator.cxx  |     66 -
 VTK/Common/DataModel/vtkCompositeDataIterator.h    |    112 -
 VTK/Common/DataModel/vtkCompositeDataSet.cxx       |    115 -
 VTK/Common/DataModel/vtkCompositeDataSet.h         |    121 -
 VTK/Common/DataModel/vtkCone.cxx                   |     48 -
 VTK/Common/DataModel/vtkCone.h                     |     72 -
 VTK/Common/DataModel/vtkConvexPointSet.cxx         |    433 -
 VTK/Common/DataModel/vtkConvexPointSet.h           |    176 -
 VTK/Common/DataModel/vtkCubicLine.cxx              |    494 -
 VTK/Common/DataModel/vtkCubicLine.h                |    138 -
 VTK/Common/DataModel/vtkCylinder.cxx               |     55 -
 VTK/Common/DataModel/vtkCylinder.h                 |     77 -
 VTK/Common/DataModel/vtkDataArrayDispatcher.h      |    172 -
 VTK/Common/DataModel/vtkDataObject.cxx             |    723 -
 VTK/Common/DataModel/vtkDataObject.h               |    364 -
 VTK/Common/DataModel/vtkDataObjectCollection.cxx   |     18 -
 VTK/Common/DataModel/vtkDataObjectCollection.h     |     81 -
 VTK/Common/DataModel/vtkDataObjectTree.cxx         |    604 -
 VTK/Common/DataModel/vtkDataObjectTree.h           |    180 -
 VTK/Common/DataModel/vtkDataObjectTreeInternals.h  |     65 -
 VTK/Common/DataModel/vtkDataObjectTreeIterator.cxx |    430 -
 VTK/Common/DataModel/vtkDataObjectTreeIterator.h   |    141 -
 VTK/Common/DataModel/vtkDataObjectTypes.cxx        |    347 -
 VTK/Common/DataModel/vtkDataObjectTypes.h          |     72 -
 VTK/Common/DataModel/vtkDataSet.cxx                |    693 -
 VTK/Common/DataModel/vtkDataSet.h                  |    393 -
 VTK/Common/DataModel/vtkDataSetAttributes.cxx      |   2182 -
 VTK/Common/DataModel/vtkDataSetAttributes.h        |    676 -
 VTK/Common/DataModel/vtkDataSetCollection.cxx      |     18 -
 VTK/Common/DataModel/vtkDataSetCollection.h        |     78 -
 VTK/Common/DataModel/vtkDirectedAcyclicGraph.cxx   |    125 -
 VTK/Common/DataModel/vtkDirectedAcyclicGraph.h     |     83 -
 VTK/Common/DataModel/vtkDirectedGraph.cxx          |    111 -
 VTK/Common/DataModel/vtkDirectedGraph.h            |     74 -
 VTK/Common/DataModel/vtkDispatcher.h               |    213 -
 VTK/Common/DataModel/vtkDispatcher_Private.h       |    414 -
 VTK/Common/DataModel/vtkDistributedGraphHelper.cxx |    254 -
 VTK/Common/DataModel/vtkDistributedGraphHelper.h   |    259 -
 VTK/Common/DataModel/vtkDoubleDispatcher.h         |    216 -
 VTK/Common/DataModel/vtkEdgeListIterator.cxx       |    220 -
 VTK/Common/DataModel/vtkEdgeListIterator.h         |     93 -
 VTK/Common/DataModel/vtkEdgeTable.cxx              |    607 -
 VTK/Common/DataModel/vtkEdgeTable.h                |    171 -
 VTK/Common/DataModel/vtkEmptyCell.cxx              |    132 -
 VTK/Common/DataModel/vtkEmptyCell.h                |     81 -
 VTK/Common/DataModel/vtkExplicitCell.cxx           |     37 -
 VTK/Common/DataModel/vtkExplicitCell.h             |     75 -
 VTK/Common/DataModel/vtkExtentTranslator.cxx       |    379 -
 VTK/Common/DataModel/vtkExtentTranslator.h         |    131 -
 VTK/Common/DataModel/vtkFieldData.cxx              |    866 -
 VTK/Common/DataModel/vtkFieldData.h                |    429 -
 VTK/Common/DataModel/vtkGenericAdaptorCell.cxx     |   1131 -
 VTK/Common/DataModel/vtkGenericAdaptorCell.h       |    610 -
 VTK/Common/DataModel/vtkGenericAttribute.cxx       |     57 -
 VTK/Common/DataModel/vtkGenericAttribute.h         |    203 -
 .../DataModel/vtkGenericAttributeCollection.cxx    |    524 -
 .../DataModel/vtkGenericAttributeCollection.h      |    241 -
 VTK/Common/DataModel/vtkGenericCell.cxx            |    400 -
 VTK/Common/DataModel/vtkGenericCell.h              |    152 -
 VTK/Common/DataModel/vtkGenericCellIterator.cxx    |     34 -
 VTK/Common/DataModel/vtkGenericCellIterator.h      |     88 -
 VTK/Common/DataModel/vtkGenericCellTessellator.cxx |    242 -
 VTK/Common/DataModel/vtkGenericCellTessellator.h   |    204 -
 VTK/Common/DataModel/vtkGenericDataSet.cxx         |    219 -
 VTK/Common/DataModel/vtkGenericDataSet.h           |    267 -
 VTK/Common/DataModel/vtkGenericEdgeTable.cxx       |    794 -
 VTK/Common/DataModel/vtkGenericEdgeTable.h         |    257 -
 .../vtkGenericInterpolatedVelocityField.cxx        |    313 -
 .../vtkGenericInterpolatedVelocityField.h          |    149 -
 VTK/Common/DataModel/vtkGenericPointIterator.cxx   |     34 -
 VTK/Common/DataModel/vtkGenericPointIterator.h     |     86 -
 .../DataModel/vtkGenericSubdivisionErrorMetric.cxx |     61 -
 .../DataModel/vtkGenericSubdivisionErrorMetric.h   |    110 -
 VTK/Common/DataModel/vtkGeometricErrorMetric.cxx   |    241 -
 VTK/Common/DataModel/vtkGeometricErrorMetric.h     |    130 -
 VTK/Common/DataModel/vtkGraph.cxx                  |   2027 -
 VTK/Common/DataModel/vtkGraph.h                    |    728 -
 VTK/Common/DataModel/vtkGraphEdge.cxx              |     46 -
 VTK/Common/DataModel/vtkGraphEdge.h                |     71 -
 VTK/Common/DataModel/vtkGraphInternals.cxx         |    105 -
 VTK/Common/DataModel/vtkGraphInternals.h           |     99 -
 VTK/Common/DataModel/vtkHexagonalPrism.cxx         |    752 -
 VTK/Common/DataModel/vtkHexagonalPrism.h           |    133 -
 VTK/Common/DataModel/vtkHexahedron.cxx             |    747 -
 VTK/Common/DataModel/vtkHexahedron.h               |    120 -
 .../DataModel/vtkHierarchicalBoxDataIterator.cxx   |     34 -
 .../DataModel/vtkHierarchicalBoxDataIterator.h     |     42 -
 VTK/Common/DataModel/vtkHierarchicalBoxDataSet.cxx |     62 -
 VTK/Common/DataModel/vtkHierarchicalBoxDataSet.h   |     62 -
 VTK/Common/DataModel/vtkHyperOctree.cxx            |   3659 -
 VTK/Common/DataModel/vtkHyperOctree.h              |    588 -
 VTK/Common/DataModel/vtkHyperOctreeCursor.cxx      |     32 -
 VTK/Common/DataModel/vtkHyperOctreeCursor.h        |    165 -
 .../DataModel/vtkHyperOctreePointsGrabber.cxx      |     47 -
 VTK/Common/DataModel/vtkHyperOctreePointsGrabber.h |     92 -
 VTK/Common/DataModel/vtkHyperTree.cxx              |    988 -
 VTK/Common/DataModel/vtkHyperTree.h                |    196 -
 VTK/Common/DataModel/vtkHyperTreeCursor.cxx        |     32 -
 VTK/Common/DataModel/vtkHyperTreeCursor.h          |    179 -
 VTK/Common/DataModel/vtkHyperTreeGrid.cxx          |   1886 -
 VTK/Common/DataModel/vtkHyperTreeGrid.h            |    504 -
 VTK/Common/DataModel/vtkImageData.cxx              |   2140 -
 VTK/Common/DataModel/vtkImageData.h                |    456 -
 VTK/Common/DataModel/vtkImageIterator.cxx          |     40 -
 VTK/Common/DataModel/vtkImageIterator.h            |     88 -
 VTK/Common/DataModel/vtkImageIterator.txx          |     82 -
 VTK/Common/DataModel/vtkImplicitBoolean.cxx        |    250 -
 VTK/Common/DataModel/vtkImplicitBoolean.h          |    135 -
 VTK/Common/DataModel/vtkImplicitDataSet.cxx        |    194 -
 VTK/Common/DataModel/vtkImplicitDataSet.h          |    106 -
 VTK/Common/DataModel/vtkImplicitFunction.cxx       |    153 -
 VTK/Common/DataModel/vtkImplicitFunction.h         |    117 -
 .../DataModel/vtkImplicitFunctionCollection.cxx    |     18 -
 .../DataModel/vtkImplicitFunctionCollection.h      |     81 -
 VTK/Common/DataModel/vtkImplicitHalo.cxx           |     81 -
 VTK/Common/DataModel/vtkImplicitHalo.h             |     85 -
 VTK/Common/DataModel/vtkImplicitSelectionLoop.cxx  |    212 -
 VTK/Common/DataModel/vtkImplicitSelectionLoop.h    |    127 -
 VTK/Common/DataModel/vtkImplicitSum.cxx            |    192 -
 VTK/Common/DataModel/vtkImplicitSum.h              |     99 -
 VTK/Common/DataModel/vtkImplicitVolume.cxx         |    170 -
 VTK/Common/DataModel/vtkImplicitVolume.h           |    106 -
 VTK/Common/DataModel/vtkImplicitWindowFunction.cxx |    157 -
 VTK/Common/DataModel/vtkImplicitWindowFunction.h   |    100 -
 VTK/Common/DataModel/vtkInEdgeIterator.cxx         |     86 -
 VTK/Common/DataModel/vtkInEdgeIterator.h           |    104 -
 VTK/Common/DataModel/vtkIncrementalOctreeNode.cxx  |    843 -
 VTK/Common/DataModel/vtkIncrementalOctreeNode.h    |    415 -
 .../DataModel/vtkIncrementalOctreePointLocator.cxx |   1371 -
 .../DataModel/vtkIncrementalOctreePointLocator.h   |    439 -
 .../DataModel/vtkIncrementalPointLocator.cxx       |     32 -
 VTK/Common/DataModel/vtkIncrementalPointLocator.h  |    133 -
 ...ormationQuadratureSchemeDefinitionVectorKey.cxx |    416 -
 ...nformationQuadratureSchemeDefinitionVectorKey.h |    137 -
 .../vtkIterativeClosestPointTransform.cxx          |    514 -
 .../DataModel/vtkIterativeClosestPointTransform.h  |    186 -
 VTK/Common/DataModel/vtkKdNode.cxx                 |    987 -
 VTK/Common/DataModel/vtkKdNode.h                   |    261 -
 VTK/Common/DataModel/vtkKdTree.cxx                 |   4793 -
 VTK/Common/DataModel/vtkKdTree.h                   |    830 -
 VTK/Common/DataModel/vtkKdTreePointLocator.cxx     |    103 -
 VTK/Common/DataModel/vtkKdTreePointLocator.h       |     91 -
 VTK/Common/DataModel/vtkLine.cxx                   |    879 -
 VTK/Common/DataModel/vtkLine.h                     |    167 -
 VTK/Common/DataModel/vtkLocator.cxx                |     96 -
 VTK/Common/DataModel/vtkLocator.h                  |    150 -
 VTK/Common/DataModel/vtkMarchingCubesCases.h       |     21 -
 .../DataModel/vtkMarchingCubesTriangleCases.cxx    |    283 -
 .../DataModel/vtkMarchingCubesTriangleCases.h      |     31 -
 VTK/Common/DataModel/vtkMarchingSquaresCases.h     |     21 -
 .../DataModel/vtkMarchingSquaresLineCases.cxx      |     42 -
 VTK/Common/DataModel/vtkMarchingSquaresLineCases.h |     31 -
 .../vtkMeanValueCoordinatesInterpolator.cxx        |    688 -
 .../vtkMeanValueCoordinatesInterpolator.h          |    101 -
 VTK/Common/DataModel/vtkMergePoints.cxx            |    172 -
 VTK/Common/DataModel/vtkMergePoints.h              |     65 -
 VTK/Common/DataModel/vtkMolecule.cxx               |    448 -
 VTK/Common/DataModel/vtkMolecule.h                 |    280 -
 VTK/Common/DataModel/vtkMultiBlockDataSet.cxx      |     89 -
 VTK/Common/DataModel/vtkMultiBlockDataSet.h        |    120 -
 VTK/Common/DataModel/vtkMultiPieceDataSet.cxx      |     89 -
 VTK/Common/DataModel/vtkMultiPieceDataSet.h        |    112 -
 VTK/Common/DataModel/vtkMutableDirectedGraph.cxx   |    255 -
 VTK/Common/DataModel/vtkMutableDirectedGraph.h     |    325 -
 VTK/Common/DataModel/vtkMutableUndirectedGraph.cxx |    254 -
 VTK/Common/DataModel/vtkMutableUndirectedGraph.h   |    315 -
 VTK/Common/DataModel/vtkNonLinearCell.cxx          |     29 -
 VTK/Common/DataModel/vtkNonLinearCell.h            |     56 -
 VTK/Common/DataModel/vtkNonMergingPointLocator.cxx |     34 -
 VTK/Common/DataModel/vtkNonMergingPointLocator.h   |     74 -
 VTK/Common/DataModel/vtkNonOverlappingAMR.cxx      |     36 -
 VTK/Common/DataModel/vtkNonOverlappingAMR.h        |     59 -
 VTK/Common/DataModel/vtkOctreePointLocator.cxx     |   1317 -
 VTK/Common/DataModel/vtkOctreePointLocator.h       |    239 -
 VTK/Common/DataModel/vtkOctreePointLocatorNode.cxx |    607 -
 VTK/Common/DataModel/vtkOctreePointLocatorNode.h   |    265 -
 VTK/Common/DataModel/vtkOrderedTriangulator.cxx    |   1719 -
 VTK/Common/DataModel/vtkOrderedTriangulator.h      |    333 -
 VTK/Common/DataModel/vtkOutEdgeIterator.cxx        |     86 -
 VTK/Common/DataModel/vtkOutEdgeIterator.h          |    104 -
 VTK/Common/DataModel/vtkOverlappingAMR.cxx         |    249 -
 VTK/Common/DataModel/vtkOverlappingAMR.h           |    162 -
 VTK/Common/DataModel/vtkPath.cxx                   |    135 -
 VTK/Common/DataModel/vtkPath.h                     |    116 -
 VTK/Common/DataModel/vtkPentagonalPrism.cxx        |    795 -
 VTK/Common/DataModel/vtkPentagonalPrism.h          |    135 -
 VTK/Common/DataModel/vtkPerlinNoise.cxx            |    146 -
 VTK/Common/DataModel/vtkPerlinNoise.h              |     92 -
 VTK/Common/DataModel/vtkPiecewiseFunction.cxx      |    994 -
 VTK/Common/DataModel/vtkPiecewiseFunction.h        |    204 -
 VTK/Common/DataModel/vtkPixel.cxx                  |    694 -
 VTK/Common/DataModel/vtkPixel.h                    |    113 -
 VTK/Common/DataModel/vtkPlane.cxx                  |    232 -
 VTK/Common/DataModel/vtkPlane.h                    |    138 -
 VTK/Common/DataModel/vtkPlaneCollection.cxx        |     24 -
 VTK/Common/DataModel/vtkPlaneCollection.h          |     81 -
 VTK/Common/DataModel/vtkPlanes.cxx                 |    368 -
 VTK/Common/DataModel/vtkPlanes.h                   |    117 -
 VTK/Common/DataModel/vtkPlanesIntersection.cxx     |    889 -
 VTK/Common/DataModel/vtkPlanesIntersection.h       |    129 -
 VTK/Common/DataModel/vtkPointData.cxx              |     45 -
 VTK/Common/DataModel/vtkPointData.h                |     48 -
 VTK/Common/DataModel/vtkPointLocator.cxx           |   1800 -
 VTK/Common/DataModel/vtkPointLocator.h             |    241 -
 VTK/Common/DataModel/vtkPointSet.cxx               |    437 -
 VTK/Common/DataModel/vtkPointSet.h                 |    140 -
 VTK/Common/DataModel/vtkPointsProjectedHull.cxx    |    812 -
 VTK/Common/DataModel/vtkPointsProjectedHull.h      |    179 -
 VTK/Common/DataModel/vtkPolyData.cxx               |   2400 -
 VTK/Common/DataModel/vtkPolyData.h                 |    585 -
 VTK/Common/DataModel/vtkPolyDataCollection.cxx     |     24 -
 VTK/Common/DataModel/vtkPolyDataCollection.h       |     72 -
 VTK/Common/DataModel/vtkPolyLine.cxx               |    520 -
 VTK/Common/DataModel/vtkPolyLine.h                 |    103 -
 VTK/Common/DataModel/vtkPolyPlane.cxx              |    227 -
 VTK/Common/DataModel/vtkPolyPlane.h                |     82 -
 VTK/Common/DataModel/vtkPolyVertex.cxx             |    254 -
 VTK/Common/DataModel/vtkPolyVertex.h               |     90 -
 VTK/Common/DataModel/vtkPolygon.cxx                |   1993 -
 VTK/Common/DataModel/vtkPolygon.h                  |    222 -
 VTK/Common/DataModel/vtkPolyhedron.cxx             |   3314 -
 VTK/Common/DataModel/vtkPolyhedron.h               |    293 -
 VTK/Common/DataModel/vtkPyramid.cxx                |    826 -
 VTK/Common/DataModel/vtkPyramid.h                  |    132 -
 VTK/Common/DataModel/vtkQuad.cxx                   |    949 -
 VTK/Common/DataModel/vtkQuad.h                     |    123 -
 VTK/Common/DataModel/vtkQuadraticEdge.cxx          |    354 -
 VTK/Common/DataModel/vtkQuadraticEdge.h            |    128 -
 VTK/Common/DataModel/vtkQuadraticHexahedron.cxx    |    742 -
 VTK/Common/DataModel/vtkQuadraticHexahedron.h      |    143 -
 VTK/Common/DataModel/vtkQuadraticLinearQuad.cxx    |    470 -
 VTK/Common/DataModel/vtkQuadraticLinearQuad.h      |    138 -
 VTK/Common/DataModel/vtkQuadraticLinearWedge.cxx   |    675 -
 VTK/Common/DataModel/vtkQuadraticLinearWedge.h     |    156 -
 VTK/Common/DataModel/vtkQuadraticPyramid.cxx       |    803 -
 VTK/Common/DataModel/vtkQuadraticPyramid.h         |    164 -
 VTK/Common/DataModel/vtkQuadraticQuad.cxx          |    562 -
 VTK/Common/DataModel/vtkQuadraticQuad.h            |    144 -
 VTK/Common/DataModel/vtkQuadraticTetra.cxx         |    603 -
 VTK/Common/DataModel/vtkQuadraticTetra.h           |    144 -
 VTK/Common/DataModel/vtkQuadraticTriangle.cxx      |    404 -
 VTK/Common/DataModel/vtkQuadraticTriangle.h        |    140 -
 VTK/Common/DataModel/vtkQuadraticWedge.cxx         |    727 -
 VTK/Common/DataModel/vtkQuadraticWedge.h           |    158 -
 .../DataModel/vtkQuadratureSchemeDefinition.cxx    |    523 -
 .../DataModel/vtkQuadratureSchemeDefinition.h      |    153 -
 VTK/Common/DataModel/vtkQuadric.cxx                |     98 -
 VTK/Common/DataModel/vtkQuadric.h                  |     67 -
 VTK/Common/DataModel/vtkRect.h                     |    166 -
 VTK/Common/DataModel/vtkRectilinearGrid.cxx        |   1166 -
 VTK/Common/DataModel/vtkRectilinearGrid.h          |    267 -
 VTK/Common/DataModel/vtkReebGraph.cxx              |   3451 -
 VTK/Common/DataModel/vtkReebGraph.h                |    366 -
 .../DataModel/vtkReebGraphSimplificationMetric.cxx |     48 -
 .../DataModel/vtkReebGraphSimplificationMetric.h   |    100 -
 VTK/Common/DataModel/vtkSelection.cxx              |    367 -
 VTK/Common/DataModel/vtkSelection.h                |    132 -
 VTK/Common/DataModel/vtkSelectionNode.cxx          |    480 -
 VTK/Common/DataModel/vtkSelectionNode.h            |    260 -
 VTK/Common/DataModel/vtkSimpleCellTessellator.cxx  |   2772 -
 VTK/Common/DataModel/vtkSimpleCellTessellator.h    |    390 -
 VTK/Common/DataModel/vtkSmoothErrorMetric.cxx      |    187 -
 VTK/Common/DataModel/vtkSmoothErrorMetric.h        |    108 -
 VTK/Common/DataModel/vtkSphere.cxx                 |    345 -
 VTK/Common/DataModel/vtkSphere.h                   |     96 -
 VTK/Common/DataModel/vtkSpline.cxx                 |    236 -
 VTK/Common/DataModel/vtkSpline.h                   |    180 -
 VTK/Common/DataModel/vtkStructuredData.cxx         |   1223 -
 VTK/Common/DataModel/vtkStructuredData.h           |    285 -
 VTK/Common/DataModel/vtkStructuredExtent.cxx       |     34 -
 VTK/Common/DataModel/vtkStructuredExtent.h         |    162 -
 VTK/Common/DataModel/vtkStructuredGrid.cxx         |   1274 -
 VTK/Common/DataModel/vtkStructuredGrid.h           |    296 -
 VTK/Common/DataModel/vtkStructuredPoints.cxx       |     24 -
 VTK/Common/DataModel/vtkStructuredPoints.h         |     56 -
 .../DataModel/vtkStructuredPointsCollection.cxx    |     24 -
 .../DataModel/vtkStructuredPointsCollection.h      |     74 -
 .../vtkStructuredVisibilityConstraint.cxx          |    102 -
 .../DataModel/vtkStructuredVisibilityConstraint.h  |    178 -
 VTK/Common/DataModel/vtkSuperquadric.cxx           |    152 -
 VTK/Common/DataModel/vtkSuperquadric.h             |    121 -
 VTK/Common/DataModel/vtkTable.cxx                  |    681 -
 VTK/Common/DataModel/vtkTable.h                    |    225 -
 VTK/Common/DataModel/vtkTensor.cxx                 |     47 -
 VTK/Common/DataModel/vtkTensor.h                   |    105 -
 VTK/Common/DataModel/vtkTetra.cxx                  |    989 -
 VTK/Common/DataModel/vtkTetra.h                    |    184 -
 VTK/Common/DataModel/vtkTree.cxx                   |    219 -
 VTK/Common/DataModel/vtkTree.h                     |    134 -
 VTK/Common/DataModel/vtkTreeBFSIterator.cxx        |    118 -
 VTK/Common/DataModel/vtkTreeBFSIterator.h          |     68 -
 VTK/Common/DataModel/vtkTreeDFSIterator.cxx        |    197 -
 VTK/Common/DataModel/vtkTreeDFSIterator.h          |     98 -
 VTK/Common/DataModel/vtkTreeIterator.cxx           |     92 -
 VTK/Common/DataModel/vtkTreeIterator.h             |     82 -
 VTK/Common/DataModel/vtkTriQuadraticHexahedron.cxx |    756 -
 VTK/Common/DataModel/vtkTriQuadraticHexahedron.h   |    167 -
 VTK/Common/DataModel/vtkTriangle.cxx               |   1118 -
 VTK/Common/DataModel/vtkTriangle.h                 |    263 -
 VTK/Common/DataModel/vtkTriangleStrip.cxx          |    365 -
 VTK/Common/DataModel/vtkTriangleStrip.h            |    102 -
 VTK/Common/DataModel/vtkUndirectedGraph.cxx        |    132 -
 VTK/Common/DataModel/vtkUndirectedGraph.h          |    109 -
 VTK/Common/DataModel/vtkUniformGrid.cxx            |   1082 -
 VTK/Common/DataModel/vtkUniformGrid.h              |    230 -
 VTK/Common/DataModel/vtkUniformGridAMR.cxx         |    349 -
 VTK/Common/DataModel/vtkUniformGridAMR.h           |    148 -
 .../DataModel/vtkUniformGridAMRDataIterator.cxx    |    210 -
 .../DataModel/vtkUniformGridAMRDataIterator.h      |    103 -
 VTK/Common/DataModel/vtkUnstructuredGrid.cxx       |   2059 -
 VTK/Common/DataModel/vtkUnstructuredGrid.h         |    377 -
 VTK/Common/DataModel/vtkVector.h                   |    383 -
 VTK/Common/DataModel/vtkVectorOperators.h          |    150 -
 VTK/Common/DataModel/vtkVertex.cxx                 |    269 -
 VTK/Common/DataModel/vtkVertex.h                   |    134 -
 VTK/Common/DataModel/vtkVertexListIterator.cxx     |     79 -
 VTK/Common/DataModel/vtkVertexListIterator.h       |     85 -
 VTK/Common/DataModel/vtkVoxel.cxx                  |    638 -
 VTK/Common/DataModel/vtkVoxel.h                    |    114 -
 VTK/Common/DataModel/vtkWedge.cxx                  |    801 -
 VTK/Common/DataModel/vtkWedge.h                    |    130 -
 VTK/Common/DataModel/vtkXMLDataElement.cxx         |   1218 -
 VTK/Common/DataModel/vtkXMLDataElement.h           |    323 -
 VTK/Common/ExecutionModel/CMakeLists.txt           |     84 -
 .../ExecutionModel/Testing/Cxx/CMakeLists.txt      |     30 -
 .../Testing/Cxx/TestCopyAttributeData.cxx          |    216 -
 .../Testing/Cxx/TestImageDataToStructuredGrid.cxx  |    261 -
 .../Testing/Cxx/TestSetInputDataObject.cxx         |     79 -
 .../Testing/Cxx/TestTemporalSupport.cxx            |    293 -
 .../ExecutionModel/Testing/Python/CMakeLists.txt   |      9 -
 .../Testing/Python/TestReleaseData.py              |     29 -
 VTK/Common/ExecutionModel/module.cmake             |     13 -
 VTK/Common/ExecutionModel/vtkAlgorithm.cxx         |   1798 -
 VTK/Common/ExecutionModel/vtkAlgorithm.h           |    750 -
 VTK/Common/ExecutionModel/vtkAlgorithmOutput.cxx   |     70 -
 VTK/Common/ExecutionModel/vtkAlgorithmOutput.h     |     58 -
 .../vtkAnnotationLayersAlgorithm.cxx               |    139 -
 .../ExecutionModel/vtkAnnotationLayersAlgorithm.h  |     97 -
 .../ExecutionModel/vtkArrayDataAlgorithm.cxx       |    145 -
 VTK/Common/ExecutionModel/vtkArrayDataAlgorithm.h  |    108 -
 .../vtkCachedStreamingDemandDrivenPipeline.cxx     |    333 -
 .../vtkCachedStreamingDemandDrivenPipeline.h       |     72 -
 VTK/Common/ExecutionModel/vtkCastToConcrete.cxx    |     74 -
 VTK/Common/ExecutionModel/vtkCastToConcrete.h      |     63 -
 .../ExecutionModel/vtkCompositeDataPipeline.cxx    |   1149 -
 .../ExecutionModel/vtkCompositeDataPipeline.h      |    208 -
 .../vtkCompositeDataSetAlgorithm.cxx               |    158 -
 .../ExecutionModel/vtkCompositeDataSetAlgorithm.h  |    106 -
 .../ExecutionModel/vtkComputingResources.cxx       |    280 -
 VTK/Common/ExecutionModel/vtkComputingResources.h  |    157 -
 .../ExecutionModel/vtkDataObjectAlgorithm.cxx      |    160 -
 VTK/Common/ExecutionModel/vtkDataObjectAlgorithm.h |    124 -
 VTK/Common/ExecutionModel/vtkDataSetAlgorithm.cxx  |    242 -
 VTK/Common/ExecutionModel/vtkDataSetAlgorithm.h    |    173 -
 .../ExecutionModel/vtkDemandDrivenPipeline.cxx     |   1109 -
 .../ExecutionModel/vtkDemandDrivenPipeline.h       |    221 -
 .../ExecutionModel/vtkDirectedGraphAlgorithm.cxx   |    144 -
 .../ExecutionModel/vtkDirectedGraphAlgorithm.h     |    106 -
 .../ExecutionModel/vtkExecutionScheduler.cxx       |    852 -
 VTK/Common/ExecutionModel/vtkExecutionScheduler.h  |    179 -
 .../vtkExecutionSchedulerManager.cxx               |     35 -
 .../ExecutionModel/vtkExecutionSchedulerManager.h  |     49 -
 VTK/Common/ExecutionModel/vtkExecutive.cxx         |    793 -
 VTK/Common/ExecutionModel/vtkExecutive.h           |    253 -
 .../ExecutionModel/vtkExecutiveCollection.cxx      |     40 -
 VTK/Common/ExecutionModel/vtkExecutiveCollection.h |     94 -
 .../ExecutionModel/vtkExtentRCBPartitioner.cxx     |    425 -
 .../ExecutionModel/vtkExtentRCBPartitioner.h       |    178 -
 VTK/Common/ExecutionModel/vtkExtentSplitter.cxx    |    478 -
 VTK/Common/ExecutionModel/vtkExtentSplitter.h      |    117 -
 .../vtkFilteringInformationKeyManager.cxx          |     96 -
 .../vtkFilteringInformationKeyManager.h            |     57 -
 VTK/Common/ExecutionModel/vtkGraphAlgorithm.cxx    |    186 -
 VTK/Common/ExecutionModel/vtkGraphAlgorithm.h      |    110 -
 .../vtkHierarchicalBoxDataSetAlgorithm.cxx         |    160 -
 .../vtkHierarchicalBoxDataSetAlgorithm.h           |    107 -
 .../ExecutionModel/vtkHyperOctreeAlgorithm.cxx     |    189 -
 .../ExecutionModel/vtkHyperOctreeAlgorithm.h       |    108 -
 .../ExecutionModel/vtkHyperTreeGridAlgorithm.cxx   |    187 -
 .../ExecutionModel/vtkHyperTreeGridAlgorithm.h     |    113 -
 VTK/Common/ExecutionModel/vtkImageAlgorithm.cxx    |    430 -
 VTK/Common/ExecutionModel/vtkImageAlgorithm.h      |    163 -
 .../ExecutionModel/vtkImageInPlaceFilter.cxx       |    129 -
 VTK/Common/ExecutionModel/vtkImageInPlaceFilter.h  |     57 -
 .../ExecutionModel/vtkImageProgressIterator.cxx    |     56 -
 .../ExecutionModel/vtkImageProgressIterator.h      |     66 -
 .../ExecutionModel/vtkImageProgressIterator.txx    |     76 -
 .../ExecutionModel/vtkImageToStructuredGrid.cxx    |    140 -
 .../ExecutionModel/vtkImageToStructuredGrid.h      |     66 -
 .../ExecutionModel/vtkImageToStructuredPoints.cxx  |    347 -
 .../ExecutionModel/vtkImageToStructuredPoints.h    |     71 -
 .../vtkInformationExecutivePortKey.cxx             |    159 -
 .../vtkInformationExecutivePortKey.h               |     67 -
 .../vtkInformationExecutivePortVectorKey.cxx       |    313 -
 .../vtkInformationExecutivePortVectorKey.h         |     83 -
 .../vtkMultiBlockDataSetAlgorithm.cxx              |    158 -
 .../ExecutionModel/vtkMultiBlockDataSetAlgorithm.h |    106 -
 .../ExecutionModel/vtkMultiTimeStepAlgorithm.cxx   |    154 -
 .../ExecutionModel/vtkMultiTimeStepAlgorithm.h     |    100 -
 .../vtkNonOverlappingAMRAlgorithm.cxx              |     71 -
 .../ExecutionModel/vtkNonOverlappingAMRAlgorithm.h |     56 -
 .../ExecutionModel/vtkOnePieceExtentTranslator.cxx |     47 -
 .../ExecutionModel/vtkOnePieceExtentTranslator.h   |     49 -
 .../ExecutionModel/vtkOverlappingAMRAlgorithm.cxx  |     71 -
 .../ExecutionModel/vtkOverlappingAMRAlgorithm.h    |     57 -
 .../ExecutionModel/vtkPassInputTypeAlgorithm.cxx   |    248 -
 .../ExecutionModel/vtkPassInputTypeAlgorithm.h     |    190 -
 .../vtkPiecewiseFunctionAlgorithm.cxx              |    144 -
 .../ExecutionModel/vtkPiecewiseFunctionAlgorithm.h |     98 -
 .../vtkPiecewiseFunctionShiftScale.cxx             |     74 -
 .../vtkPiecewiseFunctionShiftScale.h               |     62 -
 VTK/Common/ExecutionModel/vtkPointSetAlgorithm.cxx |    212 -
 VTK/Common/ExecutionModel/vtkPointSetAlgorithm.h   |    137 -
 VTK/Common/ExecutionModel/vtkPolyDataAlgorithm.cxx |    187 -
 VTK/Common/ExecutionModel/vtkPolyDataAlgorithm.h   |    109 -
 .../ExecutionModel/vtkRectilinearGridAlgorithm.cxx |    168 -
 .../ExecutionModel/vtkRectilinearGridAlgorithm.h   |    114 -
 VTK/Common/ExecutionModel/vtkScalarTree.cxx        |     50 -
 VTK/Common/ExecutionModel/vtkScalarTree.h          |     94 -
 .../ExecutionModel/vtkSelectionAlgorithm.cxx       |    139 -
 VTK/Common/ExecutionModel/vtkSelectionAlgorithm.h  |    100 -
 .../ExecutionModel/vtkSimpleImageToImageFilter.cxx |     88 -
 .../ExecutionModel/vtkSimpleImageToImageFilter.h   |     78 -
 VTK/Common/ExecutionModel/vtkSimpleScalarTree.cxx  |    353 -
 VTK/Common/ExecutionModel/vtkSimpleScalarTree.h    |    121 -
 .../vtkStreamingDemandDrivenPipeline.cxx           |   2361 -
 .../vtkStreamingDemandDrivenPipeline.h             |    421 -
 .../ExecutionModel/vtkStructuredGridAlgorithm.cxx  |    169 -
 .../ExecutionModel/vtkStructuredGridAlgorithm.h    |    112 -
 VTK/Common/ExecutionModel/vtkTableAlgorithm.cxx    |    145 -
 VTK/Common/ExecutionModel/vtkTableAlgorithm.h      |    102 -
 .../ExecutionModel/vtkTableExtentTranslator.cxx    |    320 -
 .../ExecutionModel/vtkTableExtentTranslator.h      |    110 -
 .../ExecutionModel/vtkThreadedImageAlgorithm.cxx   |    344 -
 .../ExecutionModel/vtkThreadedImageAlgorithm.h     |     93 -
 .../vtkThreadedStreamingPipeline.cxx               |    405 -
 .../ExecutionModel/vtkThreadedStreamingPipeline.h  |    177 -
 VTK/Common/ExecutionModel/vtkTreeAlgorithm.cxx     |    143 -
 VTK/Common/ExecutionModel/vtkTreeAlgorithm.h       |     99 -
 VTK/Common/ExecutionModel/vtkTrivialProducer.cxx   |    286 -
 VTK/Common/ExecutionModel/vtkTrivialProducer.h     |     72 -
 .../ExecutionModel/vtkUndirectedGraphAlgorithm.cxx |    144 -
 .../ExecutionModel/vtkUndirectedGraphAlgorithm.h   |    103 -
 .../ExecutionModel/vtkUniformGridAMRAlgorithm.cxx  |    162 -
 .../ExecutionModel/vtkUniformGridAMRAlgorithm.h    |    104 -
 .../ExecutionModel/vtkUniformGridPartitioner.cxx   |    149 -
 .../ExecutionModel/vtkUniformGridPartitioner.h     |     72 -
 .../vtkUnstructuredGridAlgorithm.cxx               |    180 -
 .../ExecutionModel/vtkUnstructuredGridAlgorithm.h  |    108 -
 VTK/Common/Math/CMakeLists.txt                     |     52 -
 VTK/Common/Math/Testing/Cxx/CMakeLists.txt         |     28 -
 .../Math/Testing/Cxx/TestAmoebaMinimizer.cxx       |     75 -
 .../Math/Testing/Cxx/TestFastNumericConversion.cxx |    204 -
 VTK/Common/Math/Testing/Cxx/TestMatrix3x3.cxx      |    155 -
 .../Cxx/TestPolynomialSolversUnivariate.cxx        |    849 -
 VTK/Common/Math/Testing/Cxx/TestQuaternion.cxx     |    439 -
 VTK/Common/Math/Testing/Tcl/CMakeLists.txt         |     10 -
 .../Math/Testing/Tcl/TestAmoebaMinimizer.tcl       |     57 -
 VTK/Common/Math/module.cmake                       |      8 -
 VTK/Common/Math/vtkAmoebaMinimizer.cxx             |    805 -
 VTK/Common/Math/vtkAmoebaMinimizer.h               |    200 -
 VTK/Common/Math/vtkFastNumericConversion.cxx       |    119 -
 VTK/Common/Math/vtkFastNumericConversion.h         |    477 -
 VTK/Common/Math/vtkFunctionSet.cxx                 |     31 -
 VTK/Common/Math/vtkFunctionSet.h                   |     76 -
 VTK/Common/Math/vtkInitialValueProblemSolver.cxx   |     79 -
 VTK/Common/Math/vtkInitialValueProblemSolver.h     |    137 -
 VTK/Common/Math/vtkMatrix3x3.cxx                   |    283 -
 VTK/Common/Math/vtkMatrix3x3.h                     |    249 -
 VTK/Common/Math/vtkMatrix4x4.cxx                   |    326 -
 VTK/Common/Math/vtkMatrix4x4.h                     |    205 -
 VTK/Common/Math/vtkPolynomialSolversUnivariate.cxx |   2240 -
 VTK/Common/Math/vtkPolynomialSolversUnivariate.h   |    275 -
 VTK/Common/Math/vtkQuaternion.h                    |    387 -
 VTK/Common/Math/vtkQuaternion.txx                  |    584 -
 VTK/Common/Math/vtkQuaternionInterpolator.cxx      |    304 -
 VTK/Common/Math/vtkQuaternionInterpolator.h        |    147 -
 VTK/Common/Math/vtkRungeKutta2.cxx                 |    101 -
 VTK/Common/Math/vtkRungeKutta2.h                   |    102 -
 VTK/Common/Math/vtkRungeKutta4.cxx                 |    163 -
 VTK/Common/Math/vtkRungeKutta4.h                   |    107 -
 VTK/Common/Math/vtkRungeKutta45.cxx                |    325 -
 VTK/Common/Math/vtkRungeKutta45.h                  |    124 -
 VTK/Common/Math/vtkTuple.h                         |    196 -
 VTK/Common/Misc/CMakeLists.txt                     |     15 -
 VTK/Common/Misc/Testing/Cxx/CMakeLists.txt         |     16 -
 VTK/Common/Misc/Testing/Cxx/TestPolygonBuilder.cxx |     66 -
 VTK/Common/Misc/module.cmake                       |      8 -
 VTK/Common/Misc/vtkContourValues.cxx               |    176 -
 VTK/Common/Misc/vtkContourValues.h                 |     93 -
 VTK/Common/Misc/vtkErrorCode.cxx                   |     96 -
 VTK/Common/Misc/vtkErrorCode.h                     |     56 -
 VTK/Common/Misc/vtkFunctionParser.cxx              |   2645 -
 VTK/Common/Misc/vtkFunctionParser.h                |    321 -
 VTK/Common/Misc/vtkHeap.cxx                        |    187 -
 VTK/Common/Misc/vtkHeap.h                          |    109 -
 VTK/Common/Misc/vtkPolygonBuilder.cxx              |     96 -
 VTK/Common/Misc/vtkPolygonBuilder.h                |     62 -
 VTK/Common/System/CMakeLists.txt                   |     26 -
 VTK/Common/System/Testing/Cxx/CMakeLists.txt       |     16 -
 VTK/Common/System/Testing/Cxx/TestDirectory.cxx    |     40 -
 VTK/Common/System/Testing/Cxx/otherTimerLog.cxx    |     77 -
 VTK/Common/System/module.cmake                     |      9 -
 VTK/Common/System/vtkClientSocket.cxx              |     66 -
 VTK/Common/System/vtkClientSocket.h                |     58 -
 VTK/Common/System/vtkDirectory.cxx                 |    317 -
 VTK/Common/System/vtkDirectory.h                   |    105 -
 VTK/Common/System/vtkServerSocket.cxx              |    104 -
 VTK/Common/System/vtkServerSocket.h                |     58 -
 VTK/Common/System/vtkSocket.cxx                    |    649 -
 VTK/Common/System/vtkSocket.h                      |    123 -
 VTK/Common/System/vtkSocketCollection.cxx          |    145 -
 VTK/Common/System/vtkSocketCollection.h            |     72 -
 VTK/Common/System/vtkThreadMessager.cxx            |     90 -
 VTK/Common/System/vtkThreadMessager.h              |     84 -
 VTK/Common/System/vtkTimerLog.cxx                  |    658 -
 VTK/Common/System/vtkTimerLog.h                    |    217 -
 VTK/Common/Transforms/CMakeLists.txt               |     28 -
 .../Transforms/Testing/Python/CMakeLists.txt       |      5 -
 .../Transforms/Testing/Python/MatrixToTransform.py |    207 -
 VTK/Common/Transforms/Testing/Python/SliceOrder.py |     95 -
 .../Transforms/Testing/Python/TestThinPlateWarp.py |     67 -
 .../Testing/Python/TestThinPlateWarp3D.py          |     56 -
 .../Transforms/Testing/Python/cylindrical.py       |     58 -
 VTK/Common/Transforms/Testing/Python/spherical.py  |     71 -
 VTK/Common/Transforms/Testing/Tcl/CMakeLists.txt   |      8 -
 .../Transforms/Testing/Tcl/MatrixToTransform.tcl   |    254 -
 VTK/Common/Transforms/Testing/Tcl/SliceOrder.tcl   |     67 -
 .../Transforms/Testing/Tcl/TestThinPlateWarp.tcl   |     77 -
 .../Transforms/Testing/Tcl/TestThinPlateWarp3D.tcl |     61 -
 VTK/Common/Transforms/Testing/Tcl/cylindrical.tcl  |     72 -
 VTK/Common/Transforms/Testing/Tcl/spherical.tcl    |     72 -
 VTK/Common/Transforms/module.cmake                 |     10 -
 VTK/Common/Transforms/vtkAbstractTransform.cxx     |   1124 -
 VTK/Common/Transforms/vtkAbstractTransform.h       |    432 -
 VTK/Common/Transforms/vtkCylindricalTransform.cxx  |    170 -
 VTK/Common/Transforms/vtkCylindricalTransform.h    |     77 -
 VTK/Common/Transforms/vtkGeneralTransform.cxx      |    327 -
 VTK/Common/Transforms/vtkGeneralTransform.h        |    238 -
 VTK/Common/Transforms/vtkHomogeneousTransform.cxx  |    224 -
 VTK/Common/Transforms/vtkHomogeneousTransform.h    |    108 -
 VTK/Common/Transforms/vtkIdentityTransform.cxx     |    201 -
 VTK/Common/Transforms/vtkIdentityTransform.h       |    115 -
 VTK/Common/Transforms/vtkLandmarkTransform.cxx     |    462 -
 VTK/Common/Transforms/vtkLandmarkTransform.h       |    123 -
 VTK/Common/Transforms/vtkLinearTransform.cxx       |    245 -
 VTK/Common/Transforms/vtkLinearTransform.h         |    197 -
 .../Transforms/vtkMatrixToHomogeneousTransform.cxx |    106 -
 .../Transforms/vtkMatrixToHomogeneousTransform.h   |     73 -
 .../Transforms/vtkMatrixToLinearTransform.cxx      |    105 -
 VTK/Common/Transforms/vtkMatrixToLinearTransform.h |     74 -
 VTK/Common/Transforms/vtkPerspectiveTransform.cxx  |    479 -
 VTK/Common/Transforms/vtkPerspectiveTransform.h    |    336 -
 VTK/Common/Transforms/vtkSphericalTransform.cxx    |    174 -
 VTK/Common/Transforms/vtkSphericalTransform.h      |     78 -
 .../Transforms/vtkThinPlateSplineTransform.cxx     |    818 -
 .../Transforms/vtkThinPlateSplineTransform.h       |    150 -
 VTK/Common/Transforms/vtkTransform.cxx             |    541 -
 VTK/Common/Transforms/vtkTransform.h               |    346 -
 VTK/Common/Transforms/vtkTransform2D.cxx           |    286 -
 VTK/Common/Transforms/vtkTransform2D.h             |    177 -
 VTK/Common/Transforms/vtkTransformCollection.cxx   |     18 -
 VTK/Common/Transforms/vtkTransformCollection.h     |     85 -
 VTK/Common/Transforms/vtkWarpTransform.cxx         |    285 -
 VTK/Common/Transforms/vtkWarpTransform.h           |    151 -
 VTK/Copyright.txt                                  |     34 -
 VTK/Deprecated/TestGraphHierarchicalBundle.cxx     |    408 -
 VTK/Deprecated/vtkGraphHierarchicalBundle.cxx      |    352 -
 VTK/Deprecated/vtkGraphHierarchicalBundle.h        |    101 -
 VTK/Deprecated/vtkStringToTimePoint.cxx            |    229 -
 VTK/Deprecated/vtkStringToTimePoint.h              |     83 -
 VTK/Deprecated/vtkTimePointToString.cxx            |    285 -
 VTK/Deprecated/vtkTimePointToString.h              |     89 -
 VTK/Domains/Chemistry/CMakeLists.txt               |     32 -
 VTK/Domains/Chemistry/COPYING                      |     19 -
 VTK/Domains/Chemistry/Testing/Cxx/CMakeLists.txt   |     55 -
 .../Chemistry/Testing/Cxx/TestBallAndStick.cxx     |     99 -
 .../Cxx/TestBondColorModeDiscreteByAtom.cxx        |     91 -
 .../Testing/Cxx/TestBondColorModeSingleColor.cxx   |     91 -
 .../Testing/Cxx/TestCMLMoleculeReader.cxx          |     66 -
 .../Chemistry/Testing/Cxx/TestCompositeRender.cxx  |     99 -
 .../Chemistry/Testing/Cxx/TestFastRender.cxx       |     89 -
 .../Chemistry/Testing/Cxx/TestLiquoriceSticks.cxx  |     89 -
 VTK/Domains/Chemistry/Testing/Cxx/TestMolecule.cxx |    132 -
 .../Cxx/TestMoleculeMapperPropertyUpdate.cxx       |    103 -
 .../Testing/Cxx/TestMoleculeSelection.cxx          |    265 -
 .../Chemistry/Testing/Cxx/TestMultiCylinderOff.cxx |     91 -
 .../Chemistry/Testing/Cxx/TestMultiCylinderOn.cxx  |     91 -
 .../Testing/Cxx/TestOpenQubeElectronicData.cxx     |    130 -
 .../Testing/Cxx/TestOpenQubeMOPACDensity.cxx       |    160 -
 .../Testing/Cxx/TestOpenQubeMOPACOrbital.cxx       |    160 -
 .../Chemistry/Testing/Cxx/TestPDBBallAndStick.cxx  |     76 -
 .../Chemistry/Testing/Cxx/TestPeriodicTable.cxx    |    179 -
 .../Testing/Cxx/TestProgrammableElectronicData.cxx |     71 -
 .../Chemistry/Testing/Cxx/TestProteinRibbon.cxx    |     80 -
 .../Testing/Cxx/TestSimpleBondPerceiver.cxx        |     54 -
 .../Chemistry/Testing/Cxx/TestVDWSpheres.cxx       |     89 -
 VTK/Domains/Chemistry/elements.xml                 |   2640 -
 VTK/Domains/Chemistry/module.cmake                 |     13 -
 VTK/Domains/Chemistry/vtkBlueObeliskData.cxx       |    222 -
 VTK/Domains/Chemistry/vtkBlueObeliskData.h         |    162 -
 VTK/Domains/Chemistry/vtkBlueObeliskDataParser.cxx |    576 -
 VTK/Domains/Chemistry/vtkBlueObeliskDataParser.h   |    166 -
 VTK/Domains/Chemistry/vtkCMLMoleculeReader.cxx     |    336 -
 VTK/Domains/Chemistry/vtkCMLMoleculeReader.h       |     59 -
 VTK/Domains/Chemistry/vtkChemistryConfigure.h.in   |     23 -
 VTK/Domains/Chemistry/vtkMoleculeAlgorithm.cxx     |    188 -
 VTK/Domains/Chemistry/vtkMoleculeAlgorithm.h       |    115 -
 VTK/Domains/Chemistry/vtkMoleculeMapper.cxx        |    727 -
 VTK/Domains/Chemistry/vtkMoleculeMapper.h          |    262 -
 .../Chemistry/vtkMoleculeToAtomBallFilter.cxx      |    190 -
 .../Chemistry/vtkMoleculeToAtomBallFilter.h        |     79 -
 .../Chemistry/vtkMoleculeToBondStickFilter.cxx     |    219 -
 .../Chemistry/vtkMoleculeToBondStickFilter.h       |     47 -
 .../Chemistry/vtkMoleculeToPolyDataFilter.cxx      |     54 -
 .../Chemistry/vtkMoleculeToPolyDataFilter.h        |     49 -
 .../Chemistry/vtkOpenQubeElectronicData.cxx        |    436 -
 VTK/Domains/Chemistry/vtkOpenQubeElectronicData.h  |    116 -
 .../Chemistry/vtkOpenQubeMoleculeSource.cxx        |    170 -
 VTK/Domains/Chemistry/vtkOpenQubeMoleculeSource.h  |     95 -
 VTK/Domains/Chemistry/vtkPeriodicTable.cxx         |    206 -
 VTK/Domains/Chemistry/vtkPeriodicTable.h           |    101 -
 .../Chemistry/vtkProgrammableElectronicData.cxx    |    185 -
 .../Chemistry/vtkProgrammableElectronicData.h      |     87 -
 VTK/Domains/Chemistry/vtkProteinRibbonFilter.cxx   |    448 -
 VTK/Domains/Chemistry/vtkProteinRibbonFilter.h     |    109 -
 VTK/Domains/Chemistry/vtkSimpleBondPerceiver.cxx   |    123 -
 VTK/Domains/Chemistry/vtkSimpleBondPerceiver.h     |     71 -
 VTK/Examples/AMR/Cxx/AMRCommon.h                   |    164 -
 VTK/Examples/AMR/Cxx/CMakeLists.txt                |     41 -
 .../AMR/Cxx/Generate2DAMRDataSetWithPulse.cxx      |    195 -
 .../AMR/Cxx/Generate3DAMRDataSetWithPulse.cxx      |    198 -
 VTK/Examples/AMR/Cxx/HierarchicalBoxPipeline.cxx   |    149 -
 .../Annotation/Cxx/LabeledMesh/CMakeLists.txt      |     23 -
 .../Annotation/Cxx/LabeledMesh/LabeledMesh.cxx     |    218 -
 VTK/Examples/Annotation/Python/DispAllFonts.py     |    137 -
 VTK/Examples/Annotation/Python/TestText.py         |     56 -
 VTK/Examples/Annotation/Python/TestTextOldWay.py   |     56 -
 VTK/Examples/Annotation/Python/annotatePick.py     |     86 -
 VTK/Examples/Annotation/Python/cubeAxes.py         |    118 -
 VTK/Examples/Annotation/Python/labeledMesh.py      |    149 -
 VTK/Examples/Annotation/Python/multiLineText.py    |    188 -
 VTK/Examples/Annotation/Python/textOrigin.py       |     52 -
 VTK/Examples/Annotation/Python/xyPlot.py           |    196 -
 VTK/Examples/Annotation/Tcl/DispAllFonts.tcl       |    164 -
 VTK/Examples/Annotation/Tcl/TestText.tcl           |     63 -
 VTK/Examples/Annotation/Tcl/TestTextOldWay.tcl     |     64 -
 VTK/Examples/Annotation/Tcl/annotatePick.tcl       |    104 -
 VTK/Examples/Annotation/Tcl/cubeAxes.tcl           |    170 -
 VTK/Examples/Annotation/Tcl/labeledMesh.tcl        |    157 -
 VTK/Examples/Annotation/Tcl/multiLineText.tcl      |    204 -
 VTK/Examples/Annotation/Tcl/textOrigin.tcl         |     61 -
 VTK/Examples/Annotation/Tcl/xyPlot.tcl             |    203 -
 VTK/Examples/Array/Cxx/AdjacencyMatrix.cxx         |     60 -
 VTK/Examples/Array/Cxx/ArrayBasics.cxx             |     90 -
 VTK/Examples/Array/Cxx/ArrayIteration.cxx          |     43 -
 VTK/Examples/Array/Cxx/CMakeLists.txt              |     24 -
 VTK/Examples/Array/Cxx/IdentityMatrix.cxx          |     41 -
 .../Build/vtkLocal/JavaDependencies.cmake.in       |      5 -
 VTK/Examples/Build/vtkLocal/README                 |     45 -
 VTK/Examples/Build/vtkLocal/vtkLocalExample.cxx    |     25 -
 VTK/Examples/Build/vtkLocal/vtkLocalExample.h      |     32 -
 VTK/Examples/Build/vtkMy/CMakeLists.txt            |     57 -
 VTK/Examples/Build/vtkMy/CMakeOptions.cmake        |    149 -
 VTK/Examples/Build/vtkMy/Common/CMakeLists.txt     |     44 -
 VTK/Examples/Build/vtkMy/Common/vtkBar.cxx         |     20 -
 VTK/Examples/Build/vtkMy/Common/vtkBar.h           |     39 -
 .../Build/vtkMy/Common/vtkmyCommonWin32Header.h    |     35 -
 VTK/Examples/Build/vtkMy/Examples/CMakeLists.txt   |      1 -
 .../Build/vtkMy/Examples/Cxx/CMakeLists.txt        |      5 -
 .../Build/vtkMy/Examples/Cxx/Ex1/CMakeLists.txt    |      6 -
 .../Build/vtkMy/Examples/Cxx/Ex1/vtkmyEx1.cxx      |     64 -
 .../Build/vtkMy/Examples/Cxx/Ex2/CMakeLists.txt    |      6 -
 .../Build/vtkMy/Examples/Cxx/Ex2/vtkmyEx2.cxx      |     99 -
 VTK/Examples/Build/vtkMy/Examples/Tcl/vtkmyEx1.Tcl |     54 -
 VTK/Examples/Build/vtkMy/Examples/Tcl/vtkmyEx2.tcl |     85 -
 VTK/Examples/Build/vtkMy/Imaging/CMakeLists.txt    |     44 -
 VTK/Examples/Build/vtkMy/Imaging/vtkImageFoo.cxx   |    179 -
 VTK/Examples/Build/vtkMy/Imaging/vtkImageFoo.h     |     87 -
 .../Build/vtkMy/Imaging/vtkmyImagingWin32Header.h  |     35 -
 VTK/Examples/Build/vtkMy/README                    |     75 -
 VTK/Examples/Build/vtkMy/Unsorted/CMakeLists.txt   |     55 -
 VTK/Examples/Build/vtkMy/Unsorted/vtkBar2.cxx      |     20 -
 VTK/Examples/Build/vtkMy/Unsorted/vtkBar2.h        |     39 -
 .../vtkMy/Unsorted/vtkmyUnsortedWin32Header.h      |     35 -
 VTK/Examples/Build/vtkMy/Utilities/CMakeLists.txt  |      1 -
 .../Build/vtkMy/Utilities/Doxygen/CMakeLists.txt   |     33 -
 .../vtkMy/Utilities/Doxygen/doc_makeall.sh.in      |    291 -
 .../Build/vtkMy/Utilities/Doxygen/doxyfile.in      |    149 -
 .../Build/vtkMy/Wrapping/JavaDependencies.cmake.in |      5 -
 .../Build/vtkMy/Wrapping/Tcl/MakePackages.tcl      |     12 -
 .../Build/vtkMy/Wrapping/Tcl/vtkmy/pkgIndex.tcl    |     11 -
 .../Build/vtkMy/Wrapping/Tcl/vtkmy/vtkmy.tcl       |      6 -
 .../vtkMy/Wrapping/Tcl/vtkmycommon/pkgIndex.tcl    |     11 -
 .../vtkMy/Wrapping/Tcl/vtkmycommon/vtkmycommon.tcl |     11 -
 .../vtkMy/Wrapping/Tcl/vtkmyimaging/pkgIndex.tcl   |     11 -
 .../Wrapping/Tcl/vtkmyimaging/vtkmyimaging.tcl     |     12 -
 .../vtkMy/Wrapping/Tcl/vtkmyunsorted/pkgIndex.tcl  |     11 -
 .../Wrapping/Tcl/vtkmyunsorted/vtkmyunsorted.tcl   |     12 -
 VTK/Examples/Build/vtkMy/Wrapping/hints            |      0
 VTK/Examples/Build/vtkMy/vtkmyConfigure.h.in       |     13 -
 VTK/Examples/Charts/Cxx/CMakeLists.txt             |     37 -
 VTK/Examples/Charts/Cxx/GraphItem.cxx              |     72 -
 VTK/Examples/Charts/Cxx/PiecewiseItem.cxx          |     54 -
 VTK/Examples/Charts/Cxx/QChartTable.cxx            |    125 -
 VTK/Examples/Charts/Cxx/QScalarsToColors.cxx       |     96 -
 VTK/Examples/Charts/Cxx/vtkGraphItem.cxx           |    345 -
 VTK/Examples/Charts/Cxx/vtkGraphItem.h             |     95 -
 VTK/Examples/DataManipulation/Cxx/Arrays.cxx       |    134 -
 VTK/Examples/DataManipulation/Cxx/CMakeLists.txt   |     26 -
 VTK/Examples/DataManipulation/Cxx/Cube.cxx         |     97 -
 VTK/Examples/DataManipulation/Cxx/RGrid.cxx        |    123 -
 VTK/Examples/DataManipulation/Cxx/SGrid.cxx        |    125 -
 VTK/Examples/DataManipulation/Python/Arrays.py     |     89 -
 VTK/Examples/DataManipulation/Python/BuildUGrid.py |    386 -
 .../DataManipulation/Python/CreateStrip.py         |     59 -
 .../DataManipulation/Python/FinancialField.py      |    282 -
 VTK/Examples/DataManipulation/Python/marching.py   |    215 -
 .../DataManipulation/Python/pointToCellData.py     |     99 -
 VTK/Examples/DataManipulation/Tcl/Arrays.tcl       |     88 -
 VTK/Examples/DataManipulation/Tcl/BuildUGrid.tcl   |    383 -
 VTK/Examples/DataManipulation/Tcl/CreateStrip.tcl  |     68 -
 .../DataManipulation/Tcl/FinancialField.tcl        |    263 -
 VTK/Examples/DataManipulation/Tcl/marching.tcl     |    208 -
 .../DataManipulation/Tcl/pointToCellData.tcl       |     98 -
 VTK/Examples/GUI/Cocoa/BasicVTKView.h              |     22 -
 VTK/Examples/GUI/Cocoa/BasicVTKView.mm             |    125 -
 VTK/Examples/GUI/Cocoa/CMakeLists.txt              |     77 -
 .../GUI/Cocoa/Documentation/Instructions.rtf       |    122 -
 .../GUI/Cocoa/Documentation/Screenshot.png         |    Bin 34019 -> 0 bytes
 VTK/Examples/GUI/Cocoa/Info-CMake.plist            |     43 -
 VTK/Examples/GUI/Cocoa/Info-Xcode.plist            |     43 -
 VTK/Examples/GUI/Cocoa/MainMenu.xib                |    900 -
 VTK/Examples/GUI/Cocoa/MyDocument.h                |     11 -
 VTK/Examples/GUI/Cocoa/MyDocument.mm               |    128 -
 VTK/Examples/GUI/Cocoa/MyDocument.xib              |    282 -
 VTK/Examples/GUI/Cocoa/PrefixHeader.pch            |      8 -
 VTK/Examples/GUI/Cocoa/SimpleCocoaVTK.xcconfig     |     19 -
 .../Cocoa/SimpleCocoaVTK.xcodeproj/project.pbxproj |    388 -
 VTK/Examples/GUI/Cocoa/main.mm                     |      6 -
 VTK/Examples/GUI/Motif/CMakeLists.txt              |     41 -
 VTK/Examples/GUI/Motif/Example1.cxx                |    105 -
 VTK/Examples/GUI/Motif/Example2.cxx                |    136 -
 VTK/Examples/GUI/Python/BoxWidget.py               |     86 -
 VTK/Examples/GUI/Python/CustomInteraction.py       |    219 -
 VTK/Examples/GUI/Python/ImagePlaneWidget.py        |    335 -
 VTK/Examples/GUI/Python/ImageTracerWidget.py       |    293 -
 VTK/Examples/GUI/Python/ImplicitPlaneWidget.py     |     80 -
 .../GUI/Python/OrthogonalPlanesWithTkPhoto.py      |    143 -
 VTK/Examples/GUI/Python/ProbeWithPointWidget.py    |     93 -
 VTK/Examples/GUI/Python/ProbingWithPlaneWidget.py  |     89 -
 VTK/Examples/GUI/Python/SphereWidget.py            |    114 -
 .../GUI/Python/StreamlinesWithLineWidget.py        |    140 -
 VTK/Examples/GUI/Python/TransformWithBoxWidget.py  |     65 -
 .../GUI/Python/VolumeRenderWithBoxWidget.py        |    126 -
 VTK/Examples/GUI/Qt/CMakeLists.txt                 |     13 -
 VTK/Examples/GUI/Qt/CTestCustom.ctest.in           |      5 -
 VTK/Examples/GUI/Qt/Events/CMakeLists.txt          |     50 -
 VTK/Examples/GUI/Qt/Events/GUI4.cxx                |    261 -
 VTK/Examples/GUI/Qt/Events/GUI4.h                  |     60 -
 VTK/Examples/GUI/Qt/Events/GUI4.ui                 |    164 -
 VTK/Examples/GUI/Qt/Events/main.cxx                |     39 -
 VTK/Examples/GUI/Qt/FourPaneViewer/CMakeLists.txt  |     45 -
 .../GUI/Qt/FourPaneViewer/QtVTKRenderWindows.cxx   |    379 -
 .../GUI/Qt/FourPaneViewer/QtVTKRenderWindows.h     |     51 -
 .../GUI/Qt/FourPaneViewer/QtVTKRenderWindows.ui    |    249 -
 .../Qt/FourPaneViewer/QtVTKRenderWindowsApp.cxx    |     13 -
 VTK/Examples/GUI/Qt/GraphicsView/CMakeLists.txt    |     39 -
 .../GUI/Qt/GraphicsView/GraphLayoutViewItem.cpp    |     84 -
 .../GUI/Qt/GraphicsView/GraphLayoutViewItem.h      |     18 -
 VTK/Examples/GUI/Qt/GraphicsView/GraphicsView.hpp  |     67 -
 VTK/Examples/GUI/Qt/GraphicsView/GraphicsView.qrc  |      7 -
 VTK/Examples/GUI/Qt/GraphicsView/OpenGLScene.cpp   |    154 -
 VTK/Examples/GUI/Qt/GraphicsView/OpenGLScene.hpp   |     40 -
 VTK/Examples/GUI/Qt/GraphicsView/QBoolAnimation.h  |     28 -
 .../GUI/Qt/GraphicsView/TreeRingViewItem.cpp       |     83 -
 .../GUI/Qt/GraphicsView/TreeRingViewItem.h         |     18 -
 VTK/Examples/GUI/Qt/GraphicsView/WebView.cpp       |     48 -
 VTK/Examples/GUI/Qt/GraphicsView/WebView.h         |     31 -
 VTK/Examples/GUI/Qt/GraphicsView/main.cpp          |     14 -
 VTK/Examples/GUI/Qt/GraphicsView/treetest.xml      |     17 -
 VTK/Examples/GUI/Qt/GraphicsView/vtkclasses.xml    |   2698 -
 VTK/Examples/GUI/Qt/GraphicsView/vtklibrary.xml    |   2736 -
 .../Qt/GraphicsViewPython/GraphicsViewPython.py    |     63 -
 VTK/Examples/GUI/Qt/ImageViewer/CMakeLists.txt     |     34 -
 VTK/Examples/GUI/Qt/ImageViewer/main.cxx           |     70 -
 VTK/Examples/GUI/Qt/SimpleView/CMakeLists.txt      |     78 -
 VTK/Examples/GUI/Qt/SimpleView/Icons/fileopen.png  |    Bin 681 -> 0 bytes
 VTK/Examples/GUI/Qt/SimpleView/Icons/filesave.png  |    Bin 328 -> 0 bytes
 VTK/Examples/GUI/Qt/SimpleView/Icons/help.png      |    Bin 1561 -> 0 bytes
 VTK/Examples/GUI/Qt/SimpleView/Icons/icons.qrc     |     12 -
 VTK/Examples/GUI/Qt/SimpleView/Icons/print.png     |    Bin 742 -> 0 bytes
 VTK/Examples/GUI/Qt/SimpleView/SimpleView.cxx      |     93 -
 VTK/Examples/GUI/Qt/SimpleView/SimpleView.h        |     57 -
 VTK/Examples/GUI/Qt/SimpleView/SimpleView.ui       |    199 -
 VTK/Examples/GUI/Qt/SimpleView/main.cxx            |     30 -
 VTK/Examples/GUI/Tcl/AffineWidget.tcl              |    109 -
 VTK/Examples/GUI/Tcl/AngleWidget.tcl               |    161 -
 VTK/Examples/GUI/Tcl/BoxWidget.tcl                 |     89 -
 VTK/Examples/GUI/Tcl/CameraAndSliderWidgets.tcl    |    195 -
 VTK/Examples/GUI/Tcl/CustomInteraction.tcl         |    238 -
 VTK/Examples/GUI/Tcl/ImagePlaneWidget.tcl          |    401 -
 VTK/Examples/GUI/Tcl/ImageTracerWidget.tcl         |    285 -
 VTK/Examples/GUI/Tcl/ImplicitPlaneWidget.tcl       |     85 -
 VTK/Examples/GUI/Tcl/Mace.tcl                      |    144 -
 VTK/Examples/GUI/Tcl/MaceTk.tcl                    |    251 -
 .../GUI/Tcl/OrthogonalPlanesWithTkPhoto.tcl        |    120 -
 VTK/Examples/GUI/Tcl/ProbeWithPointWidget.tcl      |    104 -
 VTK/Examples/GUI/Tcl/ProbeWithSplineWidget.tcl     |    512 -
 VTK/Examples/GUI/Tcl/ProbingWithPlaneWidget.tcl    |     96 -
 VTK/Examples/GUI/Tcl/ProgressEvent.tcl             |     28 -
 VTK/Examples/GUI/Tcl/SphereWidget.tcl              |    115 -
 VTK/Examples/GUI/Tcl/StreamlinesWithLineWidget.tcl |    147 -
 VTK/Examples/GUI/Tcl/TransformWithBoxWidget.tcl    |     68 -
 VTK/Examples/GUI/Tcl/VolumeRenderWithBoxWidget.tcl |    126 -
 VTK/Examples/GUI/Tcl/spikeColor.tcl                |     83 -
 VTK/Examples/GUI/Tcl/vtkTkRenderWidgetDemo.tcl     |     36 -
 VTK/Examples/GUI/Win32/SampleMFC/CMakeLists.txt    |     42 -
 VTK/Examples/GUI/Win32/SampleMFC/ChildFrm.cpp      |     70 -
 VTK/Examples/GUI/Win32/SampleMFC/ChildFrm.h        |     67 -
 VTK/Examples/GUI/Win32/SampleMFC/MainFrm.cpp       |     68 -
 VTK/Examples/GUI/Win32/SampleMFC/MainFrm.h         |     66 -
 VTK/Examples/GUI/Win32/SampleMFC/Resource.h        |     33 -
 VTK/Examples/GUI/Win32/SampleMFC/Sample.cpp        |    173 -
 VTK/Examples/GUI/Win32/SampleMFC/Sample.h          |     63 -
 VTK/Examples/GUI/Win32/SampleMFC/Sample.rc         |    361 -
 VTK/Examples/GUI/Win32/SampleMFC/SampleDoc.cpp     |    118 -
 VTK/Examples/GUI/Win32/SampleMFC/SampleDoc.h       |     78 -
 VTK/Examples/GUI/Win32/SampleMFC/SampleView.cpp    |     85 -
 VTK/Examples/GUI/Win32/SampleMFC/SampleView.h      |     77 -
 VTK/Examples/GUI/Win32/SampleMFC/StdAfx.cpp        |      8 -
 VTK/Examples/GUI/Win32/SampleMFC/StdAfx.h          |     69 -
 VTK/Examples/GUI/Win32/SampleMFC/res/Sample.ico    |    Bin 1078 -> 0 bytes
 VTK/Examples/GUI/Win32/SampleMFC/res/Sample.rc2    |     13 -
 VTK/Examples/GUI/Win32/SampleMFC/res/SampleDoc.ico |    Bin 1078 -> 0 bytes
 .../GUI/Win32/SampleMFC/vtkMFCDocument.cpp         |     75 -
 VTK/Examples/GUI/Win32/SampleMFC/vtkMFCDocument.h  |     73 -
 .../GUI/Win32/SampleMFC/vtkMFCRenderView.cpp       |    233 -
 .../GUI/Win32/SampleMFC/vtkMFCRenderView.h         |     86 -
 VTK/Examples/GUI/Win32/SampleMFC/vtkMFCView.cpp    |    129 -
 VTK/Examples/GUI/Win32/SampleMFC/vtkMFCView.h      |     89 -
 VTK/Examples/GUI/Win32/SampleMFC/weldedSpheres.vtk |   5163 -
 VTK/Examples/GUI/Win32/SimpleCxx/CMakeLists.txt    |     20 -
 VTK/Examples/GUI/Win32/SimpleCxx/Win32Cone.cxx     |    176 -
 .../vtkBorland/Package/vtkBorlandRenderWindow.cpp  |    403 -
 .../vtkBorland/Package/vtkBorlandRenderWindow.h    |    168 -
 .../Package/vtkBorlandRenderWindowPkg.bpk          |    141 -
 .../Package/vtkBorlandRenderWindowPkg.cpp          |     14 -
 .../GUI/Win32/vtkBorland/ProjectDemo/Form_Test.cpp |    208 -
 .../GUI/Win32/vtkBorland/ProjectDemo/Form_Test.dfm |    152 -
 .../GUI/Win32/vtkBorland/ProjectDemo/Form_Test.h   |     63 -
 .../vtkBorland/ProjectDemo/Project_vtkDemo.bpr     |    135 -
 .../vtkBorland/ProjectDemo/Project_vtkDemo.cpp     |     32 -
 VTK/Examples/GUI/Win32/vtkBorland/Readme.txt       |    163 -
 VTK/Examples/GUI/Win32/vtkMFC/CMakeLists.txt       |     11 -
 VTK/Examples/GUI/Win32/vtkMFC/MDI_Instructions.chm |    Bin 18792 -> 0 bytes
 VTK/Examples/GUI/Win32/vtkMFC/Readme.txt           |     15 -
 VTK/Examples/GUI/Win32/vtkMFC/SDI_Instructions.chm |    Bin 17750 -> 0 bytes
 .../GUI/Win32/vtkMFC/vtkDLG/CMakeLists.txt         |     29 -
 .../GUI/Win32/vtkMFC/vtkDLG/res/vtkDLG.ico         |    Bin 21630 -> 0 bytes
 .../GUI/Win32/vtkMFC/vtkDLG/res/vtkDLG.rc2         |     13 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/resource.h    |     24 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/stdafx.cpp    |      7 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/stdafx.h      |     54 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/vtkDLG.cpp    |     73 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/vtkDLG.h      |     31 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/vtkDLG.rc     |    212 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/vtkDLGDlg.cpp |    312 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkDLG/vtkDLGDlg.h   |     44 -
 .../GUI/Win32/vtkMFC/vtkMDI/CMakeLists.txt         |     32 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/ChildFrm.cpp  |     59 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/ChildFrm.h    |     34 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/MainFrm.cpp   |     99 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/MainFrm.h     |     40 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/Resource.h    |     19 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/StdAfx.cpp    |      7 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/StdAfx.h      |     54 -
 .../GUI/Win32/vtkMFC/vtkMDI/res/Toolbar.bmp        |    Bin 1078 -> 0 bytes
 .../GUI/Win32/vtkMFC/vtkMDI/res/vtkMDI.ico         |    Bin 1078 -> 0 bytes
 .../GUI/Win32/vtkMFC/vtkMDI/res/vtkMDI.rc2         |     13 -
 .../GUI/Win32/vtkMFC/vtkMDI/res/vtkMDIDoc.ico      |    Bin 1078 -> 0 bytes
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.cpp    |    133 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.h      |     31 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDI.rc     |    436 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIDoc.cpp |     97 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIDoc.h   |     41 -
 .../GUI/Win32/vtkMFC/vtkMDI/vtkMDIView.cpp         |    200 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkMDI/vtkMDIView.h  |     55 -
 .../GUI/Win32/vtkMFC/vtkSDI/CMakeLists.txt         |     31 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/MainFrm.cpp   |     99 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/MainFrm.h     |     41 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/StdAfx.cpp    |      7 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/StdAfx.h      |     55 -
 .../GUI/Win32/vtkMFC/vtkSDI/res/Toolbar.bmp        |    Bin 1078 -> 0 bytes
 .../GUI/Win32/vtkMFC/vtkSDI/res/vtkSDI.ico         |    Bin 21630 -> 0 bytes
 .../GUI/Win32/vtkMFC/vtkSDI/res/vtkSDI.rc2         |     13 -
 .../GUI/Win32/vtkMFC/vtkSDI/res/vtkSDIDoc.ico      |    Bin 1078 -> 0 bytes
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/resource.h    |     20 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.cpp    |    135 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.h      |     31 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDI.rc     |    396 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIDoc.cpp |    184 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIDoc.h   |     51 -
 .../GUI/Win32/vtkMFC/vtkSDI/vtkSDIView.cpp         |    158 -
 VTK/Examples/GUI/Win32/vtkMFC/vtkSDI/vtkSDIView.h  |     49 -
 .../Graphics/Python/SegmentAndBrokenLineSources.py |     54 -
 .../Python/SingleYoungsMaterialInterface.py        |    122 -
 VTK/Examples/Hybrid/Cxx/CMakeLists.txt             |     31 -
 VTK/Examples/Hybrid/Cxx/ImageDataLIC2DDemo.cxx     |     22 -
 .../Hybrid/Cxx/StructuredGridLIC2DDemo.cxx         |     23 -
 VTK/Examples/Hybrid/Python/CylinderAndPolarAxes.py |     96 -
 VTK/Examples/HyperTree/Cxx/CMakeLists.txt          |     14 -
 .../HyperTree/Cxx/HyperTreeGridDemonstrator.cxx    |    416 -
 VTK/Examples/HyperTree/Cxx/Sphere/CMakeLists.txt   |     20 -
 VTK/Examples/HyperTree/Cxx/Sphere/Cell.cxx         |    132 -
 VTK/Examples/HyperTree/Cxx/Sphere/Cell.h           |     52 -
 .../HyperTree/Cxx/Sphere/HyperTreeGridSphere.cxx   |    215 -
 VTK/Examples/HyperTree/Cxx/Sphere/Mesh.cxx         |    281 -
 VTK/Examples/HyperTree/Cxx/Sphere/Mesh.h           |     67 -
 VTK/Examples/HyperTree/Cxx/Sphere/Node.cxx         |     68 -
 VTK/Examples/HyperTree/Cxx/Sphere/Node.h           |     48 -
 VTK/Examples/IO/Cxx/DumpXMLFile.cxx                |    166 -
 VTK/Examples/IO/Cxx/ParticleReader.cxx             |     29 -
 VTK/Examples/IO/Cxx/TestDumpXMLFile.cxx            |      3 -
 VTK/Examples/IO/Cxx/TestParticleReader.cxx         |      2 -
 VTK/Examples/IO/Python/flamingo.py                 |     52 -
 VTK/Examples/IO/Python/stl.py                      |     42 -
 VTK/Examples/IO/Tcl/flamingo.tcl                   |     55 -
 VTK/Examples/IO/Tcl/stl.tcl                        |     46 -
 VTK/Examples/ImageProcessing/Cxx/ImageSlicing.cxx  |    263 -
 .../ImageProcessing/Cxx/TestImageSlicing.cxx       |      2 -
 VTK/Examples/ImageProcessing/Python/Contours2D.py  |     75 -
 .../ImageProcessing/Python/ImageInteractor.py      |    173 -
 .../Python/ImageInteractorReslice.py               |     65 -
 .../ImageProcessing/Python/ImageSlicing.py         |    129 -
 VTK/Examples/ImageProcessing/Tcl/Contours2D.tcl    |     74 -
 VTK/Examples/ImageProcessing/Tcl/Histogram.tcl     |    124 -
 .../ImageProcessing/Tcl/HistogramWidget.tcl        |    175 -
 .../ImageProcessing/Tcl/ImageInteractor.tcl        |    191 -
 VTK/Examples/ImageProcessing/Tcl/ImageSlicing.tcl  |    174 -
 .../ImageProcessing/Tcl/MandelbrotViewer.tcl       |    358 -
 VTK/Examples/Infovis/Cxx/CMakeLists.txt            |     45 -
 VTK/Examples/Infovis/Cxx/CreateTree.cxx            |     73 -
 .../Infovis/Cxx/CustomLinkView/CMakeLists.txt      |     78 -
 .../Infovis/Cxx/CustomLinkView/CustomLinkView.cxx  |    257 -
 .../Infovis/Cxx/CustomLinkView/CustomLinkView.h    |     97 -
 .../Infovis/Cxx/CustomLinkView/CustomLinkView.ui   |    275 -
 .../Infovis/Cxx/CustomLinkView/Icons/fileopen.png  |    Bin 681 -> 0 bytes
 .../Infovis/Cxx/CustomLinkView/Icons/filesave.png  |    Bin 328 -> 0 bytes
 .../Infovis/Cxx/CustomLinkView/Icons/help.png      |    Bin 1561 -> 0 bytes
 .../Infovis/Cxx/CustomLinkView/Icons/icons.qrc     |     12 -
 .../Infovis/Cxx/CustomLinkView/Icons/print.png     |    Bin 742 -> 0 bytes
 VTK/Examples/Infovis/Cxx/CustomLinkView/main.cxx   |     30 -
 VTK/Examples/Infovis/Cxx/EasyView/CMakeLists.txt   |     78 -
 VTK/Examples/Infovis/Cxx/EasyView/EasyView.cxx     |    192 -
 VTK/Examples/Infovis/Cxx/EasyView/EasyView.h       |     85 -
 VTK/Examples/Infovis/Cxx/EasyView/EasyView.ui      |    275 -
 .../Infovis/Cxx/EasyView/Icons/fileopen.png        |    Bin 681 -> 0 bytes
 .../Infovis/Cxx/EasyView/Icons/filesave.png        |    Bin 328 -> 0 bytes
 VTK/Examples/Infovis/Cxx/EasyView/Icons/help.png   |    Bin 1561 -> 0 bytes
 VTK/Examples/Infovis/Cxx/EasyView/Icons/icons.qrc  |     12 -
 VTK/Examples/Infovis/Cxx/EasyView/Icons/print.png  |    Bin 742 -> 0 bytes
 VTK/Examples/Infovis/Cxx/EasyView/main.cxx         |     30 -
 VTK/Examples/Infovis/Cxx/HelloWorld.cxx            |     40 -
 VTK/Examples/Infovis/Cxx/MultiView.cxx             |    123 -
 VTK/Examples/Infovis/Cxx/ParallelBFS.cxx           |     86 -
 VTK/Examples/Infovis/Cxx/StatsView/CMakeLists.txt  |     78 -
 .../Infovis/Cxx/StatsView/Icons/fileopen.png       |    Bin 681 -> 0 bytes
 VTK/Examples/Infovis/Cxx/StatsView/Icons/icons.qrc |      7 -
 VTK/Examples/Infovis/Cxx/StatsView/StatsView.cxx   |    171 -
 VTK/Examples/Infovis/Cxx/StatsView/StatsView.h     |     66 -
 VTK/Examples/Infovis/Cxx/StatsView/StatsView.ui    |    160 -
 VTK/Examples/Infovis/Cxx/StatsView/main.cxx        |     30 -
 VTK/Examples/Infovis/Cxx/Theme.cxx                 |     50 -
 VTK/Examples/Infovis/Cxx/TreeLayout.cxx            |    227 -
 VTK/Examples/Infovis/Java/Focus.java               |    239 -
 VTK/Examples/Infovis/Java/HelloWorld.java          |     27 -
 VTK/Examples/Infovis/Java/TreeViews.java           |    210 -
 .../Infovis/Python/Matlab_engine_filter.py         |     62 -
 .../Infovis/Python/Matlab_engine_interface.py      |     38 -
 VTK/Examples/Infovis/Python/Rcalculator_mst.py     |     73 -
 VTK/Examples/Infovis/Python/Rcalculator_vd.py      |     65 -
 VTK/Examples/Infovis/Python/Rinterface.py          |     51 -
 VTK/Examples/Infovis/Python/Rrand_table.py         |     51 -
 .../Infovis/Python/adjacency_matrix_to_graph.py    |     58 -
 VTK/Examples/Infovis/Python/aggregate.py           |    102 -
 VTK/Examples/Infovis/Python/authors.csv            |      7 -
 VTK/Examples/Infovis/Python/boost_bfs.py           |     35 -
 VTK/Examples/Infovis/Python/boost_centrality.py    |     43 -
 VTK/Examples/Infovis/Python/boost_mst.py           |     58 -
 .../Infovis/Python/boost_mst_extract_graph.py      |     87 -
 VTK/Examples/Infovis/Python/boost_mst_with_hgv.py  |    101 -
 VTK/Examples/Infovis/Python/circular_vertices.py   |     44 -
 VTK/Examples/Infovis/Python/columns.csv            |      2 -
 VTK/Examples/Infovis/Python/cone_layout.py         |     26 -
 .../Infovis/Python/contingency_port_protocol.py    |     67 -
 VTK/Examples/Infovis/Python/create_tree.py         |     22 -
 VTK/Examples/Infovis/Python/csv_to_graph.py        |     61 -
 VTK/Examples/Infovis/Python/database_query1.py     |     25 -
 VTK/Examples/Infovis/Python/databases.py           |     60 -
 VTK/Examples/Infovis/Python/databases2.py          |     39 -
 .../Infovis/Python/delimited_text_reader1.py       |     13 -
 .../Infovis/Python/delimited_text_reader2.py       |     35 -
 VTK/Examples/Infovis/Python/dimacs.py              |     57 -
 VTK/Examples/Infovis/Python/displayVTKHierarchy.py |     81 -
 VTK/Examples/Infovis/Python/edges.csv              |      6 -
 VTK/Examples/Infovis/Python/filters.py             |     31 -
 VTK/Examples/Infovis/Python/geoview.py             |     81 -
 VTK/Examples/Infovis/Python/graph1.py              |     56 -
 VTK/Examples/Infovis/Python/graph3d.py             |     85 -
 .../Infovis/Python/graph_selection_subtract.py     |     79 -
 VTK/Examples/Infovis/Python/graph_tree_ring.py     |     98 -
 VTK/Examples/Infovis/Python/gui.py                 |     49 -
 VTK/Examples/Infovis/Python/hello_world.py         |     14 -
 VTK/Examples/Infovis/Python/hierarchical_graph.py  |     70 -
 VTK/Examples/Infovis/Python/icicle_view.py         |     46 -
 VTK/Examples/Infovis/Python/icicle_view_simple.py  |     25 -
 VTK/Examples/Infovis/Python/kcore.py               |     60 -
 VTK/Examples/Infovis/Python/labels.py              |     64 -
 VTK/Examples/Infovis/Python/merge_graphs.py        |    105 -
 VTK/Examples/Infovis/Python/mysql_database.py      |     38 -
 VTK/Examples/Infovis/Python/nodes.csv              |      5 -
 .../Infovis/Python/programmable_pipeline.py        |     53 -
 .../Infovis/Python/programmable_pipeline2.py       |    139 -
 VTK/Examples/Infovis/Python/psql_database.py       |     53 -
 VTK/Examples/Infovis/Python/random3d.py            |     29 -
 VTK/Examples/Infovis/Python/selection.py           |    112 -
 VTK/Examples/Infovis/Python/selection_domain.py    |     69 -
 VTK/Examples/Infovis/Python/simple_selection.py    |     48 -
 .../Infovis/Python/statistics_temperatures.py      |     73 -
 .../Infovis/Python/streaming_statistics.py         |    107 -
 .../Infovis/Python/streaming_statistics_pyqt.py    |    123 -
 VTK/Examples/Infovis/Python/table_data.csv         |      8 -
 VTK/Examples/Infovis/Python/tables1.py             |     48 -
 VTK/Examples/Infovis/Python/tables2.py             |     37 -
 VTK/Examples/Infovis/Python/tables3.py             |     39 -
 VTK/Examples/Infovis/Python/tables4.py             |     39 -
 VTK/Examples/Infovis/Python/tables_adv.py          |    137 -
 VTK/Examples/Infovis/Python/temperatures.csv       |     34 -
 VTK/Examples/Infovis/Python/theme.py               |     18 -
 VTK/Examples/Infovis/Python/tree1.py               |     60 -
 VTK/Examples/Infovis/Python/tree_map.py            |     33 -
 VTK/Examples/Infovis/Python/treemap_view.py        |     24 -
 .../Infovis/Python/treering_hierarchical_view.py   |     55 -
 VTK/Examples/Infovis/Python/treering_view.py       |     43 -
 .../Infovis/Python/treering_view_simple.py         |     25 -
 VTK/Examples/Infovis/Python/treetest.xml           |     17 -
 .../Infovis/Python/vertex_degree_programmable.py   |     48 -
 VTK/Examples/Infovis/Python/views.py               |     90 -
 VTK/Examples/Infovis/Python/vtkclasses.xml         |   2698 -
 VTK/Examples/Infovis/Python/vtklibrary.xml         |   2736 -
 VTK/Examples/Infovis/Tcl/hello_world.tcl           |     12 -
 .../Medical/Cxx/GenerateCubesFromLabels.cxx        |    135 -
 .../Medical/Cxx/GenerateModelsFromLabels.cxx       |    130 -
 VTK/Examples/Medical/Cxx/Medical1.cxx              |    146 -
 VTK/Examples/Medical/Cxx/Medical2.cxx              |    187 -
 VTK/Examples/Medical/Cxx/Medical3.cxx              |    292 -
 VTK/Examples/Medical/Cxx/Medical4.cxx              |    158 -
 VTK/Examples/Medical/Cxx/TestMedical1.cxx          |      3 -
 VTK/Examples/Medical/Cxx/TestMedical2.cxx          |      3 -
 VTK/Examples/Medical/Cxx/TestMedical3.cxx          |      3 -
 VTK/Examples/Medical/Cxx/TestMedical4.cxx          |      3 -
 VTK/Examples/Medical/Python/Medical1.py            |     93 -
 VTK/Examples/Medical/Python/Medical2.py            |    119 -
 VTK/Examples/Medical/Python/Medical3.py            |    196 -
 VTK/Examples/Medical/Python/Medical4.py            |    115 -
 VTK/Examples/Medical/Tcl/Medical1.tcl              |     98 -
 VTK/Examples/Medical/Tcl/Medical2.tcl              |    124 -
 VTK/Examples/Medical/Tcl/Medical3.tcl              |    196 -
 VTK/Examples/Medical/Tcl/Medical4.tcl              |    117 -
 VTK/Examples/Modelling/Cxx/Delaunay3D.cxx          |     48 -
 VTK/Examples/Modelling/Cxx/Delaunay3DAlpha.cxx     |     44 -
 VTK/Examples/Modelling/Cxx/TestDelaunay3D.cxx      |      2 -
 VTK/Examples/Modelling/Cxx/TestDelaunay3DAlpha.cxx |      2 -
 VTK/Examples/Modelling/Cxx/TestFinance.cxx         |      2 -
 VTK/Examples/Modelling/Cxx/finance.cxx             |    266 -
 VTK/Examples/Modelling/Python/DelMesh.py           |     86 -
 VTK/Examples/Modelling/Python/Delaunay3D.py        |     60 -
 VTK/Examples/Modelling/Python/PerlinTerrain.py     |     67 -
 VTK/Examples/Modelling/Python/SpherePuzzle.py      |    163 -
 .../Modelling/Python/constrainedDelaunay.py        |    150 -
 VTK/Examples/Modelling/Python/expCos.py            |     81 -
 VTK/Examples/Modelling/Python/faultLines.py        |     71 -
 VTK/Examples/Modelling/Python/hello.py             |     64 -
 VTK/Examples/Modelling/Python/iceCream.py          |     95 -
 .../Modelling/Python/procrustesAlignment.py        |    184 -
 .../Modelling/Python/reconstructSurface.py         |     85 -
 VTK/Examples/Modelling/Tcl/DelMesh.tcl             |     95 -
 VTK/Examples/Modelling/Tcl/Delaunay3D.tcl          |     69 -
 VTK/Examples/Modelling/Tcl/PerlinTerrain.tcl       |     73 -
 VTK/Examples/Modelling/Tcl/SpherePuzzle.tcl        |    208 -
 VTK/Examples/Modelling/Tcl/constrainedDelaunay.tcl |    153 -
 VTK/Examples/Modelling/Tcl/expCos.tcl              |    103 -
 VTK/Examples/Modelling/Tcl/faultLines.tcl          |     75 -
 VTK/Examples/Modelling/Tcl/hello.tcl               |     70 -
 VTK/Examples/Modelling/Tcl/iceCream.tcl            |    105 -
 VTK/Examples/Modelling/Tcl/procrustesAlignment.tcl |    190 -
 VTK/Examples/Modelling/Tcl/reconstructSurface.tcl  |     90 -
 VTK/Examples/MultiBlock/Cxx/CMakeLists.txt         |     25 -
 VTK/Examples/MultiBlock/Cxx/MultiBlock.cxx         |    163 -
 VTK/Examples/ParallelProcessing/CMakeLists.txt     |      2 -
 .../ParallelProcessing/Generic/CMakeLists.txt      |      2 -
 .../ParallelProcessing/Generic/Cxx/CMakeLists.txt  |     32 -
 .../ParallelProcessing/Generic/Cxx/ParallelIso.cxx |    267 -
 .../Generic/Cxx/PipelineParallelism.cxx            |     75 -
 .../Generic/Cxx/PipelineParallelism.h              |     18 -
 .../Generic/Cxx/TaskParallelism.cxx                |    132 -
 .../Generic/Cxx/TaskParallelism.h                  |     51 -
 .../Generic/Cxx/TaskParallelismWithPorts.cxx       |     93 -
 .../Generic/Cxx/TaskParallelismWithPorts.h         |     49 -
 .../ParallelProcessing/Generic/Cxx/pipe1.cxx       |     80 -
 .../ParallelProcessing/Generic/Cxx/pipe2.cxx       |     95 -
 .../ParallelProcessing/Generic/Cxx/task1.cxx       |     89 -
 .../ParallelProcessing/Generic/Cxx/task2.cxx       |    106 -
 .../ParallelProcessing/Generic/Cxx/task3.cxx       |    119 -
 .../ParallelProcessing/Generic/Cxx/task4.cxx       |     97 -
 .../ParallelProcessing/MPI/Python/ParallelCone.py  |     87 -
 .../ParallelProcessing/MPI/Tcl/PVTKDemo.tcl        |     90 -
 VTK/Examples/README.txt                            |     65 -
 VTK/Examples/Rendering/Cxx/AmbientSpheres.cxx      |    165 -
 VTK/Examples/Rendering/Cxx/Cylinder.cxx            |     91 -
 VTK/Examples/Rendering/Cxx/DiffuseSpheres.cxx      |    167 -
 VTK/Examples/Rendering/Cxx/MaterialObjects.cxx     |    318 -
 VTK/Examples/Rendering/Cxx/SpecularSpheres.cxx     |    187 -
 VTK/Examples/Rendering/Cxx/SurfaceLICDemo.cxx      |     23 -
 VTK/Examples/Rendering/Python/CADPart.py           |     57 -
 VTK/Examples/Rendering/Python/CSpline.py           |    117 -
 VTK/Examples/Rendering/Python/Cylinder.py          |     56 -
 VTK/Examples/Rendering/Python/FilterCADPart.py     |     66 -
 VTK/Examples/Rendering/Python/RenderLargeImage.py  |     47 -
 VTK/Examples/Rendering/Python/TPlane.py            |     47 -
 VTK/Examples/Rendering/Python/assembly.py          |     83 -
 VTK/Examples/Rendering/Python/rainbow.py           |     95 -
 VTK/Examples/Rendering/Tcl/AbortCheckEvent.tcl     |     53 -
 VTK/Examples/Rendering/Tcl/CADPart.tcl             |     71 -
 VTK/Examples/Rendering/Tcl/CSpline.tcl             |    127 -
 VTK/Examples/Rendering/Tcl/Cylinder.tcl            |     73 -
 VTK/Examples/Rendering/Tcl/FilterCADPart.tcl       |     83 -
 VTK/Examples/Rendering/Tcl/KeyFrame.tcl            |    106 -
 VTK/Examples/Rendering/Tcl/LightKitViewer.tcl      |    309 -
 VTK/Examples/Rendering/Tcl/RenderLargeImage.tcl    |     63 -
 VTK/Examples/Rendering/Tcl/TPlane.tcl              |     59 -
 VTK/Examples/Rendering/Tcl/assembly.tcl            |     94 -
 VTK/Examples/Rendering/Tcl/keyBottle.tcl           |    120 -
 VTK/Examples/Rendering/Tcl/rainbow.tcl             |    108 -
 VTK/Examples/SearchScript.sh                       |     47 -
 VTK/Examples/Statistics/CMakeLists.txt             |     19 -
 .../Statistics/ExampleDescriptiveStatistics.cxx    |    791 -
 .../Statistics/ExampleKMeansStatistics.cxx         |    254 -
 VTK/Examples/Tutorial/README.txt                   |     19 -
 VTK/Examples/Tutorial/Step1/Cxx/CMakeLists.txt     |     15 -
 VTK/Examples/Tutorial/Step1/Cxx/Cone.cxx           |    107 -
 VTK/Examples/Tutorial/Step1/Java/Cone.java         |     91 -
 VTK/Examples/Tutorial/Step1/Python/Cone.py         |     72 -
 VTK/Examples/Tutorial/Step1/Tcl/Cone.tcl           |     84 -
 VTK/Examples/Tutorial/Step2/Cxx/CMakeLists.txt     |     15 -
 VTK/Examples/Tutorial/Step2/Cxx/Cone2.cxx          |    105 -
 VTK/Examples/Tutorial/Step2/Java/Cone2.java        |     82 -
 VTK/Examples/Tutorial/Step2/Python/Cone2.py        |     58 -
 VTK/Examples/Tutorial/Step2/Tcl/Cone2.tcl          |     72 -
 VTK/Examples/Tutorial/Step3/Cxx/CMakeLists.txt     |     15 -
 VTK/Examples/Tutorial/Step3/Cxx/Cone3.cxx          |    121 -
 VTK/Examples/Tutorial/Step3/Java/Cone3.java        |    105 -
 VTK/Examples/Tutorial/Step3/Python/Cone3.py        |     83 -
 VTK/Examples/Tutorial/Step3/Tcl/Cone3.tcl          |     97 -
 VTK/Examples/Tutorial/Step4/Cxx/CMakeLists.txt     |     15 -
 VTK/Examples/Tutorial/Step4/Cxx/Cone4.cxx          |    134 -
 VTK/Examples/Tutorial/Step4/Java/Cone4.java        |    122 -
 VTK/Examples/Tutorial/Step4/Python/Cone4.py        |     93 -
 VTK/Examples/Tutorial/Step4/Tcl/Cone4.tcl          |    109 -
 VTK/Examples/Tutorial/Step5/Cxx/CMakeLists.txt     |     17 -
 VTK/Examples/Tutorial/Step5/Cxx/Cone5.cxx          |    136 -
 VTK/Examples/Tutorial/Step5/Java/Cone5.java        |    117 -
 VTK/Examples/Tutorial/Step5/Python/Cone5.py        |     93 -
 VTK/Examples/Tutorial/Step5/Tcl/Cone5.tcl          |    120 -
 VTK/Examples/Tutorial/Step6/Cxx/CMakeLists.txt     |     20 -
 VTK/Examples/Tutorial/Step6/Cxx/Cone6.cxx          |    183 -
 VTK/Examples/Tutorial/Step6/Python/Cone6.py        |    117 -
 VTK/Examples/Tutorial/Step6/Tcl/Cone6.tcl          |    146 -
 .../VisualizationAlgorithms/Cxx/BandedContours.cxx |     98 -
 .../VisualizationAlgorithms/Cxx/FilledContours.cxx |    149 -
 .../Cxx/TestBandedContours.cxx                     |      2 -
 .../Cxx/TestFilledContours.cxx                     |      2 -
 .../Cxx/TestTubesWithVaryingRadiusAndColors.cxx    |      2 -
 .../Cxx/TubesWithVaryingRadiusAndColors.cxx        |    141 -
 .../Python/BandContourTerrain.py                   |    149 -
 .../VisualizationAlgorithms/Python/ClipCow.py      |    120 -
 .../Python/ColorIsosurface.py                      |     78 -
 .../VisualizationAlgorithms/Python/CutCombustor.py |     80 -
 .../VisualizationAlgorithms/Python/DepthSort.py    |     90 -
 .../Python/ExtractGeometry.py                      |     73 -
 .../VisualizationAlgorithms/Python/ExtractUGrid.py |     93 -
 .../Python/GenerateTextureCoords.py                |     65 -
 .../Python/SubsampleGrid.py                        |     68 -
 .../Python/TextureThreshold.py                     |    137 -
 .../VisualizationAlgorithms/Python/VisQuad.py      |     59 -
 .../VisualizationAlgorithms/Python/deciFran.py     |     52 -
 .../VisualizationAlgorithms/Python/imageWarp.py    |     58 -
 .../VisualizationAlgorithms/Python/officeTube.py   |    303 -
 .../VisualizationAlgorithms/Python/officeTubes.py  |    311 -
 .../VisualizationAlgorithms/Python/probeComb.py    |    124 -
 .../VisualizationAlgorithms/Python/smoothFran.py   |     55 -
 .../VisualizationAlgorithms/Python/spikeF.py       |     82 -
 .../Python/streamSurface.py                        |     82 -
 .../VisualizationAlgorithms/Python/warpComb.py     |     92 -
 .../Tcl/BandContourTerrain.tcl                     |    145 -
 .../VisualizationAlgorithms/Tcl/ClipCow.tcl        |    123 -
 .../Tcl/ColorIsosurface.tcl                        |     87 -
 .../VisualizationAlgorithms/Tcl/CutCombustor.tcl   |     89 -
 .../VisualizationAlgorithms/Tcl/DepthSort.tcl      |     95 -
 .../Tcl/ExtractGeometry.tcl                        |     79 -
 .../VisualizationAlgorithms/Tcl/ExtractUGrid.tcl   |     89 -
 .../Tcl/GenerateTextureCoords.tcl                  |     73 -
 .../VisualizationAlgorithms/Tcl/SubsampleGrid.tcl  |     79 -
 .../Tcl/TextureThreshold.tcl                       |    154 -
 .../Tcl/TransformTextureCoords.tcl                 |    452 -
 .../VisualizationAlgorithms/Tcl/VisQuad.tcl        |     64 -
 .../VisualizationAlgorithms/Tcl/deciFran.tcl       |     61 -
 .../VisualizationAlgorithms/Tcl/imageWarp.tcl      |     63 -
 .../VisualizationAlgorithms/Tcl/officeTube.tcl     |    309 -
 .../VisualizationAlgorithms/Tcl/officeTubes.tcl    |    315 -
 .../VisualizationAlgorithms/Tcl/probeComb.tcl      |    129 -
 .../VisualizationAlgorithms/Tcl/smoothFran.tcl     |     63 -
 .../VisualizationAlgorithms/Tcl/spikeF.tcl         |     94 -
 .../VisualizationAlgorithms/Tcl/streamSurface.tcl  |     94 -
 .../VisualizationAlgorithms/Tcl/warpComb.tcl       |    104 -
 VTK/Examples/VolumeRendering/Cxx/CMakeLists.txt    |     31 -
 .../Cxx/FixedPointVolumeRayCastMapperCT.cxx        |    493 -
 VTK/Examples/VolumeRendering/Cxx/GPURenderDemo.cxx |    547 -
 .../Python/PseudoVolumeRendering.py                |    124 -
 .../VolumeRendering/Python/SimpleRayCast.py        |     66 -
 .../VolumeRendering/Python/SimpleTextureMap2D.py   |     60 -
 .../VolumeRendering/Python/VolumePicker.py         |    209 -
 .../Tcl/IntermixedUnstructuredGrid.tcl             |    110 -
 .../VolumeRendering/Tcl/PseudoVolumeRendering.tcl  |    128 -
 VTK/Examples/VolumeRendering/Tcl/SimpleRayCast.tcl |     68 -
 .../VolumeRendering/Tcl/SimpleTextureMap2D.tcl     |     62 -
 VTK/Examples/VolumeRendering/Tcl/volSimpleLOD.tcl  |    356 -
 VTK/Examples/Widgets/Cxx/BalloonWidget.cxx         |     84 -
 VTK/Examples/Widgets/Cxx/Slider.cxx                |    107 -
 VTK/Examples/Widgets/Cxx/Slider2D.cxx              |    114 -
 VTK/Examples/Widgets/Cxx/SplineWidget.cxx          |    108 -
 VTK/Examples/Widgets/Cxx/TestBalloonWidget.cxx     |      2 -
 VTK/Examples/Widgets/Cxx/TestSlider.cxx            |      2 -
 VTK/Examples/Widgets/Cxx/TestSlider2D.cxx          |      3 -
 VTK/Filters/AMR/CMakeLists.txt                     |     22 -
 VTK/Filters/AMR/Testing/Cxx/CMakeLists.txt         |     25 -
 VTK/Filters/AMR/Testing/Cxx/TestAMRBlanking.cxx    |    236 -
 .../AMR/Testing/Cxx/TestAMRGhostLayerStripping.cxx |    536 -
 VTK/Filters/AMR/Testing/Cxx/TestAMRIterator.cxx    |     61 -
 VTK/Filters/AMR/Testing/Cxx/TestImageToAMR.cxx     |    139 -
 VTK/Filters/AMR/Testing/Python/CMakeLists.txt      |     14 -
 .../AMR/Testing/Python/TestAMRExtractLevel.py      |     32 -
 .../AMR/Testing/Python/TestAMRResampleFilter.py    |     43 -
 .../AMR/Testing/Python/TestAMRSliceFilter.py       |     41 -
 VTK/Filters/AMR/module.cmake                       |     12 -
 VTK/Filters/AMR/vtkAMRCutPlane.cxx                 |    576 -
 VTK/Filters/AMR/vtkAMRCutPlane.h                   |    179 -
 VTK/Filters/AMR/vtkAMRGaussianPulseSource.cxx      |    358 -
 VTK/Filters/AMR/vtkAMRGaussianPulseSource.h        |    165 -
 VTK/Filters/AMR/vtkAMRResampleFilter.cxx           |   1349 -
 VTK/Filters/AMR/vtkAMRResampleFilter.h             |    352 -
 VTK/Filters/AMR/vtkAMRSliceFilter.cxx              |    673 -
 VTK/Filters/AMR/vtkAMRSliceFilter.h                |    169 -
 VTK/Filters/AMR/vtkAMRToMultiBlockFilter.cxx       |    123 -
 VTK/Filters/AMR/vtkAMRToMultiBlockFilter.h         |     73 -
 VTK/Filters/AMR/vtkAMRUtilities.cxx                |    533 -
 VTK/Filters/AMR/vtkAMRUtilities.h                  |    107 -
 VTK/Filters/AMR/vtkImageToAMR.cxx                  |    360 -
 VTK/Filters/AMR/vtkImageToAMR.h                    |     82 -
 VTK/Filters/Core/CMakeLists.txt                    |     92 -
 VTK/Filters/Core/Testing/Cxx/CMakeLists.txt        |     44 -
 .../Core/Testing/Cxx/TestAppendPolyData.cxx        |     91 -
 .../Core/Testing/Cxx/TestAppendSelection.cxx       |    255 -
 .../Core/Testing/Cxx/TestArrayCalculator.cxx       |     83 -
 .../Core/Testing/Cxx/TestAssignAttribute.cxx       |     99 -
 .../Core/Testing/Cxx/TestCellDataToPointData.cxx   |     88 -
 VTK/Filters/Core/Testing/Cxx/TestCenterOfMass.cxx  |    108 -
 VTK/Filters/Core/Testing/Cxx/TestCutter.cxx        |    124 -
 .../Testing/Cxx/TestDecimatePolylineFilter.cxx     |    111 -
 VTK/Filters/Core/Testing/Cxx/TestDelaunay2D.cxx    |    198 -
 .../Core/Testing/Cxx/TestExecutionTimer.cxx        |     75 -
 VTK/Filters/Core/Testing/Cxx/TestGhostArray.cxx    |     81 -
 VTK/Filters/Core/Testing/Cxx/TestGlyph3D.cxx       |    145 -
 .../Testing/Cxx/TestImplicitPolyDataDistance.cxx   |     87 -
 .../Core/Testing/Cxx/TestNamedComponents.cxx       |    179 -
 VTK/Filters/Core/Testing/Cxx/TestThreshold.cxx     |     68 -
 .../Core/Testing/Python/CellDataToPointData.py     |     51 -
 VTK/Filters/Core/Testing/Python/Delaunay2D.py      |     50 -
 VTK/Filters/Core/Testing/Python/Delaunay2DAlpha.py |     48 -
 .../Core/Testing/Python/Delaunay2DTransform.py     |     80 -
 VTK/Filters/Core/Testing/Python/Delaunay3D.py      |     53 -
 VTK/Filters/Core/Testing/Python/MassProperties.py  |    159 -
 .../Core/Testing/Python/QuadricDecimation.py       |     71 -
 VTK/Filters/Core/Testing/Python/SliceOrder.py      |     95 -
 VTK/Filters/Core/Testing/Python/StreamPolyData.py  |     94 -
 .../Core/Testing/Python/TestCompositeCutter.py     |     33 -
 .../Core/Testing/Python/TestContourCases.py        |    133 -
 VTK/Filters/Core/Testing/Python/TestContourGrid.py |     31 -
 .../Python/TestGridSynchronizedTemplates3D.py      |    105 -
 .../Core/Testing/Python/TestMarchingSquares.py     |     76 -
 .../Python/TestRectilinearSynchronizedTemplates.py |     35 -
 .../Testing/Python/TestSynchronizedTemplates2D.py  |     44 -
 .../Testing/Python/TestSynchronizedTemplates3D.py  |     62 -
 VTK/Filters/Core/Testing/Python/TestTensorGlyph.py |    131 -
 .../Core/Testing/Python/TestTextureGlyph.py        |     87 -
 .../Core/Testing/Python/TestTriangleFilter.py      |    101 -
 VTK/Filters/Core/Testing/Python/backdrop.py        |     74 -
 VTK/Filters/Core/Testing/Python/capCow.py          |    126 -
 VTK/Filters/Core/Testing/Python/capSphere.py       |    100 -
 VTK/Filters/Core/Testing/Python/clipArt.py         |    170 -
 VTK/Filters/Core/Testing/Python/combStreamers.py   |     79 -
 VTK/Filters/Core/Testing/Python/combStreamers2.py  |     70 -
 .../Core/Testing/Python/constrainedDelaunay.py     |    158 -
 VTK/Filters/Core/Testing/Python/contourCells.py    |   1022 -
 .../Core/Testing/Python/contourQuadraticCells.py   |   1002 -
 VTK/Filters/Core/Testing/Python/createBFont.py     |     48 -
 VTK/Filters/Core/Testing/Python/cutLoop.py         |    109 -
 VTK/Filters/Core/Testing/Python/deciFranFace.py    |    131 -
 VTK/Filters/Core/Testing/Python/deciPlane.py       |    163 -
 VTK/Filters/Core/Testing/Python/dispPlot.py        |     70 -
 VTK/Filters/Core/Testing/Python/fieldToPolyData.py |     89 -
 VTK/Filters/Core/Testing/Python/fieldToRGrid.py    |    188 -
 VTK/Filters/Core/Testing/Python/fieldToSGrid.py    |    145 -
 VTK/Filters/Core/Testing/Python/fieldToUGrid.py    |    144 -
 VTK/Filters/Core/Testing/Python/financialField.py  |    183 -
 VTK/Filters/Core/Testing/Python/financialField2.py |    270 -
 VTK/Filters/Core/Testing/Python/financialField3.py |    294 -
 VTK/Filters/Core/Testing/Python/glyphComb.py       |     55 -
 VTK/Filters/Core/Testing/Python/hull.py            |     71 -
 VTK/Filters/Core/Testing/Python/mergeFilter.py     |     90 -
 .../Testing/Python/multipleComponentContour.py     |     63 -
 VTK/Filters/Core/Testing/Python/multipleIso.py     |     76 -
 .../Core/Testing/Python/pointsPrecisions.py        |    134 -
 VTK/Filters/Core/Testing/Python/polyConn.py        |     65 -
 VTK/Filters/Core/Testing/Python/probeComb.py       |    105 -
 VTK/Filters/Core/Testing/Python/reverseNormals.py  |     85 -
 VTK/Filters/Core/Testing/Python/skinOrder.py       |    153 -
 .../Core/Testing/Python/smoothMeshOnMesh.py        |   3563 -
 VTK/Filters/Core/Testing/Python/streamComb.py      |     69 -
 VTK/Filters/Core/Testing/Python/streamSurface.py   |     80 -
 VTK/Filters/Core/Testing/Python/streamSurface2.py  |     81 -
 VTK/Filters/Core/Testing/Python/stripF.py          |     49 -
 VTK/Filters/Core/Testing/Python/teapotHulls.py     |     88 -
 VTK/Filters/Core/Testing/Python/tubeComb.py        |     76 -
 VTK/Filters/Core/Testing/Tcl/CMakeLists.txt        |     52 -
 .../Core/Testing/Tcl/CellDataToPointData.tcl       |     60 -
 VTK/Filters/Core/Testing/Tcl/Delaunay2D.tcl        |     57 -
 VTK/Filters/Core/Testing/Tcl/Delaunay2DAlpha.tcl   |     55 -
 .../Core/Testing/Tcl/Delaunay2DTransform.tcl       |     79 -
 VTK/Filters/Core/Testing/Tcl/Delaunay3D.tcl        |     62 -
 VTK/Filters/Core/Testing/Tcl/MassProperties.tcl    |    110 -
 VTK/Filters/Core/Testing/Tcl/QuadricDecimation.tcl |     84 -
 VTK/Filters/Core/Testing/Tcl/SliceOrder.tcl        |     66 -
 VTK/Filters/Core/Testing/Tcl/StreamPolyData.tcl    |     93 -
 .../Tcl/TestGridSynchronizedTemplates3D.tcl        |     80 -
 .../Core/Testing/Tcl/TestMarchingSquares.tcl       |     92 -
 .../Tcl/TestRectilinearSynchronizedTemplates.tcl   |     45 -
 .../Testing/Tcl/TestSynchronizedTemplates2D.tcl    |     52 -
 .../Testing/Tcl/TestSynchronizedTemplates3D.tcl    |     57 -
 .../Core/Testing/Tcl/TestTriangleFilter.tcl        |    112 -
 VTK/Filters/Core/Testing/Tcl/capCow.tcl            |    106 -
 VTK/Filters/Core/Testing/Tcl/capSphere.tcl         |     90 -
 VTK/Filters/Core/Testing/Tcl/clipArt.tcl           |    165 -
 VTK/Filters/Core/Testing/Tcl/combStreamers.tcl     |     91 -
 VTK/Filters/Core/Testing/Tcl/combStreamers2.tcl    |     81 -
 .../Core/Testing/Tcl/constrainedDelaunay.tcl       |    149 -
 VTK/Filters/Core/Testing/Tcl/contourCells.tcl      |    979 -
 .../Core/Testing/Tcl/contourQuadraticCells.tcl     |   1007 -
 VTK/Filters/Core/Testing/Tcl/createBFont.tcl       |     58 -
 VTK/Filters/Core/Testing/Tcl/cutLoop.tcl           |     93 -
 VTK/Filters/Core/Testing/Tcl/deciFranFace.tcl      |     91 -
 VTK/Filters/Core/Testing/Tcl/deciPlane.tcl         |    127 -
 VTK/Filters/Core/Testing/Tcl/dispPlot.tcl          |     59 -
 VTK/Filters/Core/Testing/Tcl/fieldToPolyData.tcl   |     74 -
 VTK/Filters/Core/Testing/Tcl/fieldToRGrid.tcl      |    156 -
 VTK/Filters/Core/Testing/Tcl/fieldToSGrid.tcl      |    122 -
 VTK/Filters/Core/Testing/Tcl/fieldToUGrid.tcl      |    121 -
 VTK/Filters/Core/Testing/Tcl/financialField.tcl    |    149 -
 VTK/Filters/Core/Testing/Tcl/financialField2.tcl   |    228 -
 VTK/Filters/Core/Testing/Tcl/financialField3.tcl   |    249 -
 VTK/Filters/Core/Testing/Tcl/hull.tcl              |     70 -
 VTK/Filters/Core/Testing/Tcl/mergeFilter.tcl       |    112 -
 .../Core/Testing/Tcl/multipleComponentContour.tcl  |     75 -
 VTK/Filters/Core/Testing/Tcl/multipleIso.tcl       |     74 -
 VTK/Filters/Core/Testing/Tcl/polyConn.tcl          |     75 -
 VTK/Filters/Core/Testing/Tcl/probe.tcl             |     82 -
 VTK/Filters/Core/Testing/Tcl/probeComb.tcl         |    118 -
 VTK/Filters/Core/Testing/Tcl/reverseNormals.tcl    |     79 -
 VTK/Filters/Core/Testing/Tcl/skinOrder.tcl         |     84 -
 VTK/Filters/Core/Testing/Tcl/smoothMeshOnMesh.tcl  |   3570 -
 VTK/Filters/Core/Testing/Tcl/stripF.tcl            |     50 -
 VTK/Filters/Core/Testing/Tcl/teapotHulls.tcl       |     76 -
 VTK/Filters/Core/module.cmake                      |     18 -
 VTK/Filters/Core/vtkAppendCompositeDataLeaves.cxx  |    275 -
 VTK/Filters/Core/vtkAppendCompositeDataLeaves.h    |    118 -
 VTK/Filters/Core/vtkAppendFilter.cxx               |    705 -
 VTK/Filters/Core/vtkAppendFilter.h                 |    117 -
 VTK/Filters/Core/vtkAppendPolyData.cxx             |    848 -
 VTK/Filters/Core/vtkAppendPolyData.h               |    134 -
 VTK/Filters/Core/vtkAppendSelection.cxx            |    212 -
 VTK/Filters/Core/vtkAppendSelection.h              |    110 -
 VTK/Filters/Core/vtkArrayCalculator.cxx            |   1223 -
 VTK/Filters/Core/vtkArrayCalculator.h              |    240 -
 VTK/Filters/Core/vtkAssignAttribute.cxx            |    352 -
 VTK/Filters/Core/vtkAssignAttribute.h              |    131 -
 .../Core/vtkAttributeDataToFieldDataFilter.cxx     |     60 -
 .../Core/vtkAttributeDataToFieldDataFilter.h       |     73 -
 VTK/Filters/Core/vtkCellDataToPointData.cxx        |    305 -
 VTK/Filters/Core/vtkCellDataToPointData.h          |     76 -
 VTK/Filters/Core/vtkCenterOfMass.cxx               |    133 -
 VTK/Filters/Core/vtkCenterOfMass.h                 |     78 -
 VTK/Filters/Core/vtkCleanPolyData.cxx              |    697 -
 VTK/Filters/Core/vtkCleanPolyData.h                |    181 -
 VTK/Filters/Core/vtkClipPolyData.cxx               |    427 -
 VTK/Filters/Core/vtkClipPolyData.h                 |    161 -
 VTK/Filters/Core/vtkCompositeCutter.cxx            |    177 -
 VTK/Filters/Core/vtkCompositeCutter.h              |     49 -
 VTK/Filters/Core/vtkCompositeDataProbeFilter.cxx   |    260 -
 VTK/Filters/Core/vtkCompositeDataProbeFilter.h     |    100 -
 VTK/Filters/Core/vtkConnectivityFilter.cxx         |    574 -
 VTK/Filters/Core/vtkConnectivityFilter.h           |    222 -
 VTK/Filters/Core/vtkContourFilter.cxx              |    806 -
 VTK/Filters/Core/vtkContourFilter.h                |    249 -
 VTK/Filters/Core/vtkContourGrid.cxx                |    491 -
 VTK/Filters/Core/vtkContourGrid.h                  |    223 -
 VTK/Filters/Core/vtkContourHelper.cxx              |    106 -
 VTK/Filters/Core/vtkContourHelper.h                |     70 -
 VTK/Filters/Core/vtkCutter.cxx                     |   1165 -
 VTK/Filters/Core/vtkCutter.h                       |    245 -
 VTK/Filters/Core/vtkDataObjectGenerator.cxx        |   1244 -
 VTK/Filters/Core/vtkDataObjectGenerator.h          |    120 -
 VTK/Filters/Core/vtkDataObjectToDataSetFilter.cxx  |   1526 -
 VTK/Filters/Core/vtkDataObjectToDataSetFilter.h    |    327 -
 .../Core/vtkDataSetEdgeSubdivisionCriterion.cxx    |    241 -
 .../Core/vtkDataSetEdgeSubdivisionCriterion.h      |    174 -
 VTK/Filters/Core/vtkDataSetToDataObjectFilter.cxx  |    338 -
 VTK/Filters/Core/vtkDataSetToDataObjectFilter.h    |    114 -
 VTK/Filters/Core/vtkDecimatePolylineFilter.cxx     |    261 -
 VTK/Filters/Core/vtkDecimatePolylineFilter.h       |     93 -
 VTK/Filters/Core/vtkDecimatePro.cxx                |   1733 -
 VTK/Filters/Core/vtkDecimatePro.h                  |    382 -
 VTK/Filters/Core/vtkDelaunay2D.cxx                 |   1463 -
 VTK/Filters/Core/vtkDelaunay2D.h                   |    270 -
 VTK/Filters/Core/vtkDelaunay3D.cxx                 |   1058 -
 VTK/Filters/Core/vtkDelaunay3D.h                   |    232 -
 VTK/Filters/Core/vtkEdgeSubdivisionCriterion.cxx   |    178 -
 VTK/Filters/Core/vtkEdgeSubdivisionCriterion.h     |    178 -
 VTK/Filters/Core/vtkElevationFilter.cxx            |    144 -
 VTK/Filters/Core/vtkElevationFilter.h              |     69 -
 VTK/Filters/Core/vtkExecutionTimer.cxx             |    159 -
 VTK/Filters/Core/vtkExecutionTimer.h               |    114 -
 VTK/Filters/Core/vtkFeatureEdges.cxx               |    452 -
 VTK/Filters/Core/vtkFeatureEdges.h                 |    125 -
 .../Core/vtkFieldDataToAttributeDataFilter.cxx     |   1186 -
 .../Core/vtkFieldDataToAttributeDataFilter.h       |    297 -
 VTK/Filters/Core/vtkGhostArray.cxx                 |     37 -
 VTK/Filters/Core/vtkGhostArray.h                   |    128 -
 VTK/Filters/Core/vtkGlyph2D.cxx                    |    470 -
 VTK/Filters/Core/vtkGlyph2D.h                      |     57 -
 VTK/Filters/Core/vtkGlyph3D.cxx                    |    923 -
 VTK/Filters/Core/vtkGlyph3D.h                      |    352 -
 .../Core/vtkGridSynchronizedTemplates3D.cxx        |   1017 -
 VTK/Filters/Core/vtkGridSynchronizedTemplates3D.h  |    170 -
 VTK/Filters/Core/vtkHedgeHog.cxx                   |    152 -
 VTK/Filters/Core/vtkHedgeHog.h                     |     82 -
 VTK/Filters/Core/vtkHull.cxx                       |    844 -
 VTK/Filters/Core/vtkHull.h                         |    177 -
 VTK/Filters/Core/vtkIdFilter.cxx                   |    150 -
 VTK/Filters/Core/vtkIdFilter.h                     |     88 -
 VTK/Filters/Core/vtkImageAppend.cxx                |    722 -
 VTK/Filters/Core/vtkImageAppend.h                  |    139 -
 VTK/Filters/Core/vtkImplicitPolyDataDistance.cxx   |    326 -
 VTK/Filters/Core/vtkImplicitPolyDataDistance.h     |    108 -
 VTK/Filters/Core/vtkMarchingCubes.cxx              |    609 -
 VTK/Filters/Core/vtkMarchingCubes.h                |    163 -
 VTK/Filters/Core/vtkMarchingSquares.cxx            |    498 -
 VTK/Filters/Core/vtkMarchingSquares.h              |    152 -
 VTK/Filters/Core/vtkMaskFields.cxx                 |    491 -
 VTK/Filters/Core/vtkMaskFields.h                   |    173 -
 VTK/Filters/Core/vtkMaskPoints.cxx                 |    586 -
 VTK/Filters/Core/vtkMaskPoints.h                   |    147 -
 VTK/Filters/Core/vtkMaskPolyData.cxx               |    101 -
 VTK/Filters/Core/vtkMaskPolyData.h                 |     60 -
 VTK/Filters/Core/vtkMassProperties.cxx             |    289 -
 VTK/Filters/Core/vtkMassProperties.h               |    122 -
 VTK/Filters/Core/vtkMergeDataObjectFilter.cxx      |    184 -
 VTK/Filters/Core/vtkMergeDataObjectFilter.h        |     84 -
 VTK/Filters/Core/vtkMergeFields.cxx                |    448 -
 VTK/Filters/Core/vtkMergeFields.h                  |    160 -
 VTK/Filters/Core/vtkMergeFilter.cxx                |    522 -
 VTK/Filters/Core/vtkMergeFilter.h                  |    146 -
 VTK/Filters/Core/vtkPointDataToCellData.cxx        |    125 -
 VTK/Filters/Core/vtkPointDataToCellData.h          |     70 -
 VTK/Filters/Core/vtkPolyDataConnectivityFilter.cxx |    654 -
 VTK/Filters/Core/vtkPolyDataConnectivityFilter.h   |    256 -
 VTK/Filters/Core/vtkPolyDataNormals.cxx            |    756 -
 VTK/Filters/Core/vtkPolyDataNormals.h              |    181 -
 VTK/Filters/Core/vtkProbeFilter.cxx                |    557 -
 VTK/Filters/Core/vtkProbeFilter.h                  |    156 -
 VTK/Filters/Core/vtkQuadricClustering.cxx          |   1625 -
 VTK/Filters/Core/vtkQuadricClustering.h            |    358 -
 VTK/Filters/Core/vtkQuadricDecimation.cxx          |   1376 -
 VTK/Filters/Core/vtkQuadricDecimation.h            |    237 -
 VTK/Filters/Core/vtkRearrangeFields.cxx            |    723 -
 VTK/Filters/Core/vtkRearrangeFields.h              |    213 -
 .../Core/vtkRectilinearSynchronizedTemplates.cxx   |    939 -
 .../Core/vtkRectilinearSynchronizedTemplates.h     |    179 -
 VTK/Filters/Core/vtkReverseSense.cxx               |    163 -
 VTK/Filters/Core/vtkReverseSense.h                 |     72 -
 VTK/Filters/Core/vtkSimpleElevationFilter.cxx      |    123 -
 VTK/Filters/Core/vtkSimpleElevationFilter.h        |     58 -
 VTK/Filters/Core/vtkSmoothPolyDataFilter.cxx       |    727 -
 VTK/Filters/Core/vtkSmoothPolyDataFilter.h         |    197 -
 VTK/Filters/Core/vtkStreamerBase.cxx               |     96 -
 VTK/Filters/Core/vtkStreamerBase.h                 |     93 -
 VTK/Filters/Core/vtkStreamingTessellator.cxx       |   2185 -
 VTK/Filters/Core/vtkStreamingTessellator.h         |    333 -
 .../Core/vtkStreamingTessellatorGenerator.py       |   1698 -
 VTK/Filters/Core/vtkStripper.cxx                   |    609 -
 VTK/Filters/Core/vtkStripper.h                     |    115 -
 .../Core/vtkStructuredGridOutlineFilter.cxx        |    259 -
 VTK/Filters/Core/vtkStructuredGridOutlineFilter.h  |     46 -
 VTK/Filters/Core/vtkSynchronizedTemplates2D.cxx    |    534 -
 VTK/Filters/Core/vtkSynchronizedTemplates2D.h      |    123 -
 VTK/Filters/Core/vtkSynchronizedTemplates3D.cxx    |   1942 -
 VTK/Filters/Core/vtkSynchronizedTemplates3D.h      |    179 -
 .../Core/vtkSynchronizedTemplatesCutter3D.cxx      |    595 -
 .../Core/vtkSynchronizedTemplatesCutter3D.h        |     75 -
 VTK/Filters/Core/vtkTensorGlyph.cxx                |    562 -
 VTK/Filters/Core/vtkTensorGlyph.h                  |    217 -
 VTK/Filters/Core/vtkThreshold.cxx                  |    554 -
 VTK/Filters/Core/vtkThreshold.h                    |    194 -
 VTK/Filters/Core/vtkThresholdPoints.cxx            |    206 -
 VTK/Filters/Core/vtkThresholdPoints.h              |     85 -
 VTK/Filters/Core/vtkTriangleFilter.cxx             |    245 -
 VTK/Filters/Core/vtkTriangleFilter.h               |     67 -
 VTK/Filters/Core/vtkTubeFilter.cxx                 |    807 -
 VTK/Filters/Core/vtkTubeFilter.h                   |    224 -
 VTK/Filters/Core/vtkVectorDot.cxx                  |    148 -
 VTK/Filters/Core/vtkVectorDot.h                    |     58 -
 VTK/Filters/Core/vtkVectorNorm.cxx                 |    199 -
 VTK/Filters/Core/vtkVectorNorm.h                   |     84 -
 VTK/Filters/Core/vtkWindowedSincPolyDataFilter.cxx |    810 -
 VTK/Filters/Core/vtkWindowedSincPolyDataFilter.h   |    242 -
 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/CMakeLists.txt              |     38 -
 VTK/Filters/Extraction/Testing/Cxx/CMakeLists.txt  |     26 -
 .../Testing/Cxx/TestConvertSelection.cxx           |    575 -
 .../Testing/Cxx/TestExtractSelection.cxx           |     95 -
 .../Extraction/Testing/Cxx/TestExtraction.cxx      |   1165 -
 .../Testing/Python/ExtractEdgesQuadraticCells.py   |    687 -
 .../Extraction/Testing/Python/ExtractTensors.py    |     94 -
 .../Extraction/Testing/Python/extractPolyData.py   |     50 -
 .../Extraction/Testing/Python/extractRectGrid.py   |     60 -
 .../Extraction/Testing/Python/extractUGrid.py      |     73 -
 .../Extraction/Testing/Python/extractVectors.py    |     96 -
 VTK/Filters/Extraction/Testing/Tcl/CMakeLists.txt  |      8 -
 .../Testing/Tcl/ExtractEdgesQuadraticCells.tcl     |    716 -
 .../Extraction/Testing/Tcl/ExtractTensors.tcl      |    107 -
 .../Extraction/Testing/Tcl/extractPolyData.tcl     |     60 -
 .../Extraction/Testing/Tcl/extractRectGrid.tcl     |     76 -
 .../Extraction/Testing/Tcl/extractUGrid.tcl        |     75 -
 .../Extraction/Testing/Tcl/extractVectors.tcl      |    107 -
 VTK/Filters/Extraction/module.cmake                |     15 -
 VTK/Filters/Extraction/vtkConvertSelection.cxx     |   1097 -
 VTK/Filters/Extraction/vtkConvertSelection.h       |    211 -
 .../Extraction/vtkExtractArraysOverTime.cxx        |   1411 -
 VTK/Filters/Extraction/vtkExtractArraysOverTime.h  |    164 -
 VTK/Filters/Extraction/vtkExtractBlock.cxx         |    279 -
 VTK/Filters/Extraction/vtkExtractBlock.h           |    103 -
 VTK/Filters/Extraction/vtkExtractCells.cxx         |    583 -
 VTK/Filters/Extraction/vtkExtractCells.h           |     92 -
 VTK/Filters/Extraction/vtkExtractDataOverTime.cxx  |    206 -
 VTK/Filters/Extraction/vtkExtractDataOverTime.h    |     72 -
 VTK/Filters/Extraction/vtkExtractDataSets.cxx      |    162 -
 VTK/Filters/Extraction/vtkExtractDataSets.h        |     70 -
 VTK/Filters/Extraction/vtkExtractEdges.cxx         |    278 -
 VTK/Filters/Extraction/vtkExtractEdges.h           |     69 -
 VTK/Filters/Extraction/vtkExtractGeometry.cxx      |    304 -
 VTK/Filters/Extraction/vtkExtractGeometry.h        |    101 -
 VTK/Filters/Extraction/vtkExtractGrid.cxx          |    445 -
 VTK/Filters/Extraction/vtkExtractGrid.h            |     96 -
 VTK/Filters/Extraction/vtkExtractLevel.cxx         |    195 -
 VTK/Filters/Extraction/vtkExtractLevel.h           |     69 -
 .../Extraction/vtkExtractPolyDataGeometry.cxx      |    290 -
 .../Extraction/vtkExtractPolyDataGeometry.h        |     92 -
 .../Extraction/vtkExtractRectilinearGrid.cxx       |    469 -
 VTK/Filters/Extraction/vtkExtractRectilinearGrid.h |     85 -
 VTK/Filters/Extraction/vtkExtractSelectedBlock.cxx |    165 -
 VTK/Filters/Extraction/vtkExtractSelectedBlock.h   |     55 -
 .../Extraction/vtkExtractSelectedFrustum.cxx       |   1173 -
 VTK/Filters/Extraction/vtkExtractSelectedFrustum.h |    156 -
 VTK/Filters/Extraction/vtkExtractSelectedIds.cxx   |    999 -
 VTK/Filters/Extraction/vtkExtractSelectedIds.h     |     67 -
 .../Extraction/vtkExtractSelectedLocations.cxx     |    544 -
 .../Extraction/vtkExtractSelectedLocations.h       |     61 -
 .../Extraction/vtkExtractSelectedPolyDataIds.cxx   |    156 -
 .../Extraction/vtkExtractSelectedPolyDataIds.h     |     53 -
 VTK/Filters/Extraction/vtkExtractSelectedRows.cxx  |    224 -
 VTK/Filters/Extraction/vtkExtractSelectedRows.h    |     78 -
 .../Extraction/vtkExtractSelectedThresholds.cxx    |    676 -
 .../Extraction/vtkExtractSelectedThresholds.h      |    113 -
 VTK/Filters/Extraction/vtkExtractSelection.cxx     |    435 -
 VTK/Filters/Extraction/vtkExtractSelection.h       |    116 -
 VTK/Filters/Extraction/vtkExtractSelectionBase.cxx |    131 -
 VTK/Filters/Extraction/vtkExtractSelectionBase.h   |     71 -
 .../Extraction/vtkExtractTemporalFieldData.cxx     |    231 -
 .../Extraction/vtkExtractTemporalFieldData.h       |     87 -
 .../Extraction/vtkExtractTensorComponents.cxx      |    294 -
 .../Extraction/vtkExtractTensorComponents.h        |    178 -
 .../Extraction/vtkExtractUnstructuredGrid.cxx      |    349 -
 .../Extraction/vtkExtractUnstructuredGrid.h        |    148 -
 .../Extraction/vtkExtractVectorComponents.cxx      |    315 -
 .../Extraction/vtkExtractVectorComponents.h        |     94 -
 .../vtkHierarchicalDataExtractDataSets.cxx         |     34 -
 .../vtkHierarchicalDataExtractDataSets.h           |     51 -
 .../Extraction/vtkHierarchicalDataExtractLevel.cxx |     36 -
 .../Extraction/vtkHierarchicalDataExtractLevel.h   |     44 -
 .../Extraction/vtkProbeSelectedLocations.cxx       |    175 -
 VTK/Filters/Extraction/vtkProbeSelectedLocations.h |     60 -
 VTK/Filters/FlowPaths/CMakeLists.txt               |     30 -
 VTK/Filters/FlowPaths/Testing/Cxx/CMakeLists.txt   |     30 -
 .../Cxx/TestAMRInterpolatedVelocityField.cxx       |     77 -
 VTK/Filters/FlowPaths/Testing/Cxx/TestBSPTree.cxx  |    254 -
 .../FlowPaths/Testing/Cxx/TestParticleTracers.cxx  |    474 -
 .../FlowPaths/Testing/Cxx/TestStreamTracer.cxx     |    112 -
 VTK/Filters/FlowPaths/module.cmake                 |     16 -
 .../FlowPaths/vtkAMRInterpolatedVelocityField.cxx  |    165 -
 .../FlowPaths/vtkAMRInterpolatedVelocityField.h    |     89 -
 .../vtkAbstractInterpolatedVelocityField.cxx       |    312 -
 .../vtkAbstractInterpolatedVelocityField.h         |    221 -
 .../vtkCachingInterpolatedVelocityField.cxx        |    435 -
 .../vtkCachingInterpolatedVelocityField.h          |    190 -
 .../vtkCellLocatorInterpolatedVelocityField.cxx    |    302 -
 .../vtkCellLocatorInterpolatedVelocityField.h      |    134 -
 .../vtkCompositeInterpolatedVelocityField.cxx      |     50 -
 .../vtkCompositeInterpolatedVelocityField.h        |    127 -
 VTK/Filters/FlowPaths/vtkDashedStreamLine.cxx      |    197 -
 VTK/Filters/FlowPaths/vtkDashedStreamLine.h        |     67 -
 .../FlowPaths/vtkInterpolatedVelocityField.cxx     |    112 -
 .../FlowPaths/vtkInterpolatedVelocityField.h       |    110 -
 VTK/Filters/FlowPaths/vtkModifiedBSPTree.cxx       |   1467 -
 VTK/Filters/FlowPaths/vtkModifiedBSPTree.h         |    352 -
 VTK/Filters/FlowPaths/vtkParticlePathFilter.cxx    |    150 -
 VTK/Filters/FlowPaths/vtkParticlePathFilter.h      |     69 -
 VTK/Filters/FlowPaths/vtkParticleTracer.cxx        |     37 -
 VTK/Filters/FlowPaths/vtkParticleTracer.h          |     48 -
 VTK/Filters/FlowPaths/vtkParticleTracerBase.cxx    |   1689 -
 VTK/Filters/FlowPaths/vtkParticleTracerBase.h      |    494 -
 VTK/Filters/FlowPaths/vtkStreaklineFilter.cxx      |    156 -
 VTK/Filters/FlowPaths/vtkStreaklineFilter.h        |     66 -
 VTK/Filters/FlowPaths/vtkStreamLine.cxx            |    259 -
 VTK/Filters/FlowPaths/vtkStreamLine.h              |     82 -
 VTK/Filters/FlowPaths/vtkStreamPoints.cxx          |    175 -
 VTK/Filters/FlowPaths/vtkStreamPoints.h            |     61 -
 VTK/Filters/FlowPaths/vtkStreamTracer.cxx          |   1369 -
 VTK/Filters/FlowPaths/vtkStreamTracer.h            |    398 -
 VTK/Filters/FlowPaths/vtkStreamer.cxx              |    773 -
 VTK/Filters/FlowPaths/vtkStreamer.h                |    338 -
 .../vtkTemporalInterpolatedVelocityField.cxx       |    303 -
 .../vtkTemporalInterpolatedVelocityField.h         |    170 -
 VTK/Filters/FlowPaths/vtkTemporalStreamTracer.cxx  |   1410 -
 VTK/Filters/FlowPaths/vtkTemporalStreamTracer.h    |    441 -
 VTK/Filters/General/CMakeLists.txt                 |    120 -
 .../Testing/Cxx/ArrayExtractFactoredArray.cxx      |     67 -
 .../General/Testing/Cxx/ArrayMatricizeArray.cxx    |     95 -
 .../Testing/Cxx/ArrayNormalizeMatrixVectors.cxx    |    119 -
 .../General/Testing/Cxx/BoxClipPolyData.cxx        |    314 -
 .../General/Testing/Cxx/BoxClipTetrahedra.cxx      |    391 -
 .../General/Testing/Cxx/BoxClipTriangulate.cxx     |    372 -
 .../Cxx/BoxClipTriangulateAndInterpolate.cxx       |    291 -
 .../General/Testing/Cxx/CellTreeLocator.cxx        |    106 -
 .../Cxx/TestBooleanOperationPolyDataFilter.cxx     |     84 -
 .../Cxx/TestBooleanOperationPolyDataFilter2.cxx    |    153 -
 .../Testing/Cxx/TestContourTriangulator.cxx        |    119 -
 .../Testing/Cxx/TestContourTriangulatorCutter.cxx  |    113 -
 .../Cxx/TestContourTriangulatorMarching.cxx        |    117 -
 .../General/Testing/Cxx/TestDeformPointSet.cxx     |    144 -
 .../General/Testing/Cxx/TestDensifyPolyData.cxx    |    156 -
 .../Testing/Cxx/TestDistancePolyDataFilter.cxx     |     96 -
 .../Testing/Cxx/TestGradientAndVorticity.cxx       |    373 -
 .../Cxx/TestGraphWeightEuclideanDistanceFilter.cxx |     73 -
 .../Testing/Cxx/TestIconGlyphFilterGravity.cxx     |    407 -
 .../Testing/Cxx/TestImageDataToPointSet.cxx        |     81 -
 .../Testing/Cxx/TestIntersectionPolyDataFilter.cxx |     97 -
 .../Cxx/TestIntersectionPolyDataFilter2.cxx        |     74 -
 VTK/Filters/General/Testing/Cxx/TestPassArrays.cxx |    166 -
 .../General/Testing/Cxx/TestPassThrough.cxx        |    119 -
 .../General/Testing/Cxx/TestQuadraturePoints.cxx   |    345 -
 .../Testing/Cxx/TestRectilinearGridToPointSet.cxx  |    122 -
 .../General/Testing/Cxx/TestReflectionFilter.cxx   |     83 -
 .../Testing/Cxx/TestTableSplitColumnComponents.cxx |     84 -
 .../General/Testing/Cxx/TestTessellator.cxx        |   3671 -
 .../Testing/Cxx/TestUncertaintyTubeFilter.cxx      |    127 -
 .../Testing/Cxx/TestYoungsMaterialInterface.cxx    |    179 -
 VTK/Filters/General/Testing/Cxx/expCos.cxx         |    134 -
 VTK/Filters/General/Testing/Python/Canny.py        |     85 -
 VTK/Filters/General/Testing/Python/OBBCylinder.py  |     76 -
 .../General/Testing/Python/TestCellDerivs.py       |    631 -
 .../Testing/Python/TestClipClosedSurface.py        |     79 -
 .../General/Testing/Python/TestClipOutline.py      |     87 -
 .../General/Testing/Python/TestCurvatures.py       |     87 -
 .../General/Testing/Python/TestDeformPointSet.py   |    112 -
 .../Testing/Python/TestDiscreteMarchingCubes.py    |     92 -
 .../Testing/Python/TestGraphLayoutFilter.py        |    135 -
 .../Testing/Python/TestMultiBlockStreamer.py       |    150 -
 .../Testing/Python/TestRandomAttributeGenerator.py |     76 -
 .../Python/TestRectilinearGridToTetrahedra.py      |    122 -
 .../General/Testing/Python/TestSplineFilter.py     |     83 -
 .../General/Testing/Python/WarpScalarImage.py      |     50 -
 VTK/Filters/General/Testing/Python/WarpToImage.py  |     39 -
 .../General/Testing/Python/WarpVectorImage.py      |     54 -
 VTK/Filters/General/Testing/Python/backdrop.py     |     74 -
 VTK/Filters/General/Testing/Python/blankGrid.py    |    162 -
 VTK/Filters/General/Testing/Python/clipComb.py     |     85 -
 VTK/Filters/General/Testing/Python/clipHex.py      |    214 -
 VTK/Filters/General/Testing/Python/clipImage.py    |     51 -
 VTK/Filters/General/Testing/Python/clipPyramid.py  |    206 -
 .../General/Testing/Python/clipQuadraticCells.py   |   1001 -
 VTK/Filters/General/Testing/Python/clipTet.py      |    206 -
 VTK/Filters/General/Testing/Python/clipVolume.py   |     47 -
 VTK/Filters/General/Testing/Python/clipVolume2.py  |     57 -
 VTK/Filters/General/Testing/Python/clipVolume3.py  |     63 -
 VTK/Filters/General/Testing/Python/clipWedge.py    |    195 -
 .../General/Testing/Python/contoursToSurface.py    |    156 -
 VTK/Filters/General/Testing/Python/cursor2D.py     |     79 -
 VTK/Filters/General/Testing/Python/cursor3D.py     |     73 -
 VTK/Filters/General/Testing/Python/dicer.py        |     46 -
 VTK/Filters/General/Testing/Python/edgePoints.py   |     67 -
 VTK/Filters/General/Testing/Python/mcubes.py       |     73 -
 .../General/Testing/Python/pointsPrecisions.py     |    120 -
 VTK/Filters/General/Testing/Python/recursiveDC.py  |     71 -
 .../General/Testing/Python/spatialRepAll.py        |    102 -
 VTK/Filters/General/Testing/Python/splitVectors.py |    137 -
 VTK/Filters/General/Testing/Python/streamTracer.py |     66 -
 .../General/Testing/Python/subPixelPositionMin.py  |     63 -
 .../Testing/Python/testDataSetTriangleFilter.py    |     64 -
 .../Testing/Python/testDataSetTriangleFilter2.py   |     43 -
 VTK/Filters/General/Testing/Python/testReflect.py  |     30 -
 VTK/Filters/General/Testing/Python/warplens.py     |     66 -
 VTK/Filters/General/Testing/Tcl/CMakeLists.txt     |     45 -
 VTK/Filters/General/Testing/Tcl/Canny.tcl          |    108 -
 VTK/Filters/General/Testing/Tcl/OBBCylinder.tcl    |     72 -
 VTK/Filters/General/Testing/Tcl/TestCellDerivs.tcl |    652 -
 .../General/Testing/Tcl/TestClipClosedSurface.tcl  |     94 -
 .../General/Testing/Tcl/TestClipOutline.tcl        |    107 -
 VTK/Filters/General/Testing/Tcl/TestCurvatures.tcl |    108 -
 .../Testing/Tcl/TestDiscreteMarchingCubes.tcl      |     96 -
 .../General/Testing/Tcl/TestGraphLayoutFilter.tcl  |    121 -
 .../General/Testing/Tcl/TestMultiBlockStreamer.tcl |    150 -
 .../Testing/Tcl/TestRandomAttributeGenerator.tcl   |     74 -
 .../Tcl/TestRectilinearGridToTetrahedra.tcl        |     97 -
 .../General/Testing/Tcl/TestSplineFilter.tcl       |     93 -
 .../General/Testing/Tcl/WarpScalarImage.tcl        |     35 -
 VTK/Filters/General/Testing/Tcl/WarpToImage.tcl    |     40 -
 .../General/Testing/Tcl/WarpVectorImage.tcl        |     53 -
 VTK/Filters/General/Testing/Tcl/blankGrid.tcl      |    157 -
 VTK/Filters/General/Testing/Tcl/clipComb.tcl       |     80 -
 VTK/Filters/General/Testing/Tcl/clipHex.tcl        |    179 -
 VTK/Filters/General/Testing/Tcl/clipImage.tcl      |     59 -
 VTK/Filters/General/Testing/Tcl/clipPyramid.tcl    |    181 -
 .../General/Testing/Tcl/clipQuadraticCells.tcl     |   1006 -
 VTK/Filters/General/Testing/Tcl/clipTet.tcl        |    179 -
 VTK/Filters/General/Testing/Tcl/clipVolume.tcl     |     59 -
 VTK/Filters/General/Testing/Tcl/clipVolume2.tcl    |     69 -
 VTK/Filters/General/Testing/Tcl/clipVolume3.tcl    |     77 -
 VTK/Filters/General/Testing/Tcl/clipWedge.tcl      |    184 -
 .../General/Testing/Tcl/contoursToSurface.tcl      |    148 -
 VTK/Filters/General/Testing/Tcl/cursor2D.tcl       |     77 -
 VTK/Filters/General/Testing/Tcl/cursor3D.tcl       |     80 -
 VTK/Filters/General/Testing/Tcl/dicer.tcl          |     51 -
 VTK/Filters/General/Testing/Tcl/edgePoints.tcl     |     58 -
 VTK/Filters/General/Testing/Tcl/mcubes.tcl         |     66 -
 VTK/Filters/General/Testing/Tcl/recursiveDC.tcl    |     61 -
 VTK/Filters/General/Testing/Tcl/spatialRepAll.tcl  |     63 -
 VTK/Filters/General/Testing/Tcl/splitVectors.tcl   |    151 -
 VTK/Filters/General/Testing/Tcl/streamTracer.tcl   |     77 -
 .../General/Testing/Tcl/subPixelPositionMin.tcl    |     77 -
 .../Testing/Tcl/testDataSetTriangleFilter.tcl      |     87 -
 .../Testing/Tcl/testDataSetTriangleFilter2.tcl     |     59 -
 VTK/Filters/General/Testing/Tcl/testReflect.tcl    |     38 -
 VTK/Filters/General/Testing/Tcl/warplens.tcl       |     62 -
 VTK/Filters/General/module.cmake                   |     15 -
 VTK/Filters/General/vtkAnnotationLink.cxx          |    355 -
 VTK/Filters/General/vtkAnnotationLink.h            |    134 -
 VTK/Filters/General/vtkAppendPoints.cxx            |    187 -
 VTK/Filters/General/vtkAppendPoints.h              |     63 -
 .../General/vtkApproximatingSubdivisionFilter.cxx  |    283 -
 .../General/vtkApproximatingSubdivisionFilter.h    |     70 -
 .../General/vtkAreaContourSpectrumFilter.cxx       |    308 -
 VTK/Filters/General/vtkAreaContourSpectrumFilter.h |     95 -
 VTK/Filters/General/vtkAxes.cxx                    |    190 -
 VTK/Filters/General/vtkAxes.h                      |     79 -
 VTK/Filters/General/vtkBlankStructuredGrid.cxx     |    164 -
 VTK/Filters/General/vtkBlankStructuredGrid.h       |     92 -
 .../General/vtkBlankStructuredGridWithImage.cxx    |    136 -
 .../General/vtkBlankStructuredGridWithImage.h      |     61 -
 VTK/Filters/General/vtkBlockIdScalars.cxx          |    142 -
 VTK/Filters/General/vtkBlockIdScalars.h            |     53 -
 .../General/vtkBooleanOperationPolyDataFilter.cxx  |    369 -
 .../General/vtkBooleanOperationPolyDataFilter.h    |    126 -
 VTK/Filters/General/vtkBoxClipDataSet.cxx          |   6522 -
 VTK/Filters/General/vtkBoxClipDataSet.h            |    252 -
 VTK/Filters/General/vtkBrownianPoints.cxx          |    134 -
 VTK/Filters/General/vtkBrownianPoints.h            |     59 -
 VTK/Filters/General/vtkCellCenters.cxx             |    160 -
 VTK/Filters/General/vtkCellCenters.h               |     68 -
 VTK/Filters/General/vtkCellDerivatives.cxx         |    289 -
 VTK/Filters/General/vtkCellDerivatives.h           |    109 -
 VTK/Filters/General/vtkCellTreeLocator.cxx         |   1467 -
 VTK/Filters/General/vtkCellTreeLocator.h           |    242 -
 VTK/Filters/General/vtkClipClosedSurface.cxx       |   1323 -
 VTK/Filters/General/vtkClipClosedSurface.h         |    282 -
 VTK/Filters/General/vtkClipConvexPolyData.cxx      |    641 -
 VTK/Filters/General/vtkClipConvexPolyData.h        |     88 -
 VTK/Filters/General/vtkClipDataSet.cxx             |    824 -
 VTK/Filters/General/vtkClipDataSet.h               |    205 -
 VTK/Filters/General/vtkClipVolume.cxx              |    727 -
 VTK/Filters/General/vtkClipVolume.h                |    214 -
 VTK/Filters/General/vtkCoincidentPoints.cxx        |    231 -
 VTK/Filters/General/vtkCoincidentPoints.h          |    101 -
 VTK/Filters/General/vtkContourTriangulator.cxx     |   2537 -
 VTK/Filters/General/vtkContourTriangulator.h       |     91 -
 VTK/Filters/General/vtkCursor2D.cxx                |    355 -
 VTK/Filters/General/vtkCursor2D.h                  |    134 -
 VTK/Filters/General/vtkCursor3D.cxx                |    525 -
 VTK/Filters/General/vtkCursor3D.h                  |    143 -
 VTK/Filters/General/vtkCurvatures.cxx              |    451 -
 VTK/Filters/General/vtkCurvatures.h                |    141 -
 VTK/Filters/General/vtkDataSetGradient.cxx         |    219 -
 VTK/Filters/General/vtkDataSetGradient.h           |     61 -
 .../General/vtkDataSetGradientPrecompute.cxx       |    350 -
 VTK/Filters/General/vtkDataSetGradientPrecompute.h |     55 -
 VTK/Filters/General/vtkDataSetTriangleFilter.cxx   |    400 -
 VTK/Filters/General/vtkDataSetTriangleFilter.h     |     78 -
 VTK/Filters/General/vtkDeformPointSet.cxx          |    215 -
 VTK/Filters/General/vtkDeformPointSet.h            |    122 -
 VTK/Filters/General/vtkDensifyPolyData.cxx         |    574 -
 VTK/Filters/General/vtkDensifyPolyData.h           |     67 -
 VTK/Filters/General/vtkDicer.cxx                   |     94 -
 VTK/Filters/General/vtkDicer.h                     |    130 -
 VTK/Filters/General/vtkDiscreteMarchingCubes.cxx   |    402 -
 VTK/Filters/General/vtkDiscreteMarchingCubes.h     |     80 -
 VTK/Filters/General/vtkDistancePolyDataFilter.cxx  |    198 -
 VTK/Filters/General/vtkDistancePolyDataFilter.h    |     91 -
 VTK/Filters/General/vtkEdgePoints.cxx              |    240 -
 VTK/Filters/General/vtkEdgePoints.h                |     64 -
 VTK/Filters/General/vtkExtractArray.cxx            |     83 -
 VTK/Filters/General/vtkExtractArray.h              |     66 -
 VTK/Filters/General/vtkGradientFilter.cxx          |   1103 -
 VTK/Filters/General/vtkGradientFilter.h            |    172 -
 VTK/Filters/General/vtkGraphLayoutFilter.cxx       |    297 -
 VTK/Filters/General/vtkGraphLayoutFilter.h         |     97 -
 VTK/Filters/General/vtkGraphToPoints.cxx           |     66 -
 VTK/Filters/General/vtkGraphToPoints.h             |     58 -
 .../vtkGraphWeightEuclideanDistanceFilter.cxx      |     51 -
 .../vtkGraphWeightEuclideanDistanceFilter.h        |     54 -
 VTK/Filters/General/vtkGraphWeightFilter.cxx       |     92 -
 VTK/Filters/General/vtkGraphWeightFilter.h         |     67 -
 .../General/vtkHierarchicalDataLevelFilter.cxx     |     34 -
 .../General/vtkHierarchicalDataLevelFilter.h       |     50 -
 VTK/Filters/General/vtkHyperStreamline.cxx         |    897 -
 VTK/Filters/General/vtkHyperStreamline.h           |    263 -
 VTK/Filters/General/vtkIconGlyphFilter.cxx         |    249 -
 VTK/Filters/General/vtkIconGlyphFilter.h           |    166 -
 VTK/Filters/General/vtkImageDataToPointSet.cxx     |    139 -
 VTK/Filters/General/vtkImageDataToPointSet.h       |     65 -
 VTK/Filters/General/vtkImageMarchingCubes.cxx      |    818 -
 VTK/Filters/General/vtkImageMarchingCubes.h        |    194 -
 .../General/vtkInterpolateDataSetAttributes.cxx    |    251 -
 .../General/vtkInterpolateDataSetAttributes.h      |     73 -
 .../General/vtkInterpolatingSubdivisionFilter.cxx  |    274 -
 .../General/vtkInterpolatingSubdivisionFilter.h    |     72 -
 .../General/vtkIntersectionPolyDataFilter.cxx      |   1224 -
 .../General/vtkIntersectionPolyDataFilter.h        |     86 -
 VTK/Filters/General/vtkLevelIdScalars.cxx          |     37 -
 VTK/Filters/General/vtkLevelIdScalars.h            |     42 -
 VTK/Filters/General/vtkLinkEdgels.cxx              |    362 -
 VTK/Filters/General/vtkLinkEdgels.h                |    101 -
 VTK/Filters/General/vtkMarchingContourFilter.cxx   |    342 -
 VTK/Filters/General/vtkMarchingContourFilter.h     |    224 -
 VTK/Filters/General/vtkMatricizeArray.cxx          |    133 -
 VTK/Filters/General/vtkMatricizeArray.h            |     75 -
 VTK/Filters/General/vtkMergeCells.cxx              |    937 -
 VTK/Filters/General/vtkMergeCells.h                |    200 -
 .../General/vtkMultiBlockDataGroupFilter.cxx       |    148 -
 VTK/Filters/General/vtkMultiBlockDataGroupFilter.h |     67 -
 VTK/Filters/General/vtkMultiBlockMergeFilter.cxx   |    213 -
 VTK/Filters/General/vtkMultiBlockMergeFilter.h     |     71 -
 VTK/Filters/General/vtkMultiThreshold.cxx          |    782 -
 VTK/Filters/General/vtkMultiThreshold.h            |    474 -
 .../General/vtkNonOverlappingAMRLevelIdScalars.cxx |    136 -
 .../General/vtkNonOverlappingAMRLevelIdScalars.h   |     56 -
 VTK/Filters/General/vtkNormalizeMatrixVectors.cxx  |    118 -
 VTK/Filters/General/vtkNormalizeMatrixVectors.h    |     70 -
 VTK/Filters/General/vtkOBBDicer.cxx                |    238 -
 VTK/Filters/General/vtkOBBDicer.h                  |     69 -
 VTK/Filters/General/vtkOBBTree.cxx                 |   1904 -
 VTK/Filters/General/vtkOBBTree.h                   |    296 -
 .../General/vtkOverlappingAMRLevelIdScalars.cxx    |    118 -
 .../General/vtkOverlappingAMRLevelIdScalars.h      |     56 -
 VTK/Filters/General/vtkPassArrays.cxx              |    339 -
 VTK/Filters/General/vtkPassArrays.h                |    156 -
 VTK/Filters/General/vtkPassThrough.cxx             |     75 -
 VTK/Filters/General/vtkPassThrough.h               |     63 -
 VTK/Filters/General/vtkPolyDataStreamer.cxx        |    162 -
 VTK/Filters/General/vtkPolyDataStreamer.h          |     86 -
 .../General/vtkPolyDataToReebGraphFilter.cxx       |    106 -
 VTK/Filters/General/vtkPolyDataToReebGraphFilter.h |     65 -
 VTK/Filters/General/vtkProbePolyhedron.cxx         |    282 -
 VTK/Filters/General/vtkProbePolyhedron.h           |    118 -
 .../General/vtkQuadraturePointInterpolator.cxx     |    225 -
 .../General/vtkQuadraturePointInterpolator.h       |     66 -
 .../General/vtkQuadraturePointsGenerator.cxx       |    336 -
 VTK/Filters/General/vtkQuadraturePointsGenerator.h |     70 -
 .../General/vtkQuadraturePointsUtilities.hxx       |    129 -
 .../vtkQuadratureSchemeDictionaryGenerator.cxx     |    305 -
 .../vtkQuadratureSchemeDictionaryGenerator.h       |     64 -
 VTK/Filters/General/vtkQuantizePolyDataPoints.cxx  |     55 -
 VTK/Filters/General/vtkQuantizePolyDataPoints.h    |     76 -
 .../General/vtkRandomAttributeGenerator.cxx        |    506 -
 VTK/Filters/General/vtkRandomAttributeGenerator.h  |    288 -
 VTK/Filters/General/vtkRectilinearGridClip.cxx     |    254 -
 VTK/Filters/General/vtkRectilinearGridClip.h       |     93 -
 .../General/vtkRectilinearGridToPointSet.cxx       |    136 -
 VTK/Filters/General/vtkRectilinearGridToPointSet.h |     66 -
 .../General/vtkRectilinearGridToTetrahedra.cxx     |    601 -
 .../General/vtkRectilinearGridToTetrahedra.h       |    156 -
 VTK/Filters/General/vtkRecursiveDividingCubes.cxx  |    351 -
 VTK/Filters/General/vtkRecursiveDividingCubes.h    |     88 -
 VTK/Filters/General/vtkReflectionFilter.cxx        |    471 -
 VTK/Filters/General/vtkReflectionFilter.h          |    117 -
 VTK/Filters/General/vtkRotationFilter.cxx          |    258 -
 VTK/Filters/General/vtkRotationFilter.h            |    101 -
 VTK/Filters/General/vtkSCurveSpline.cxx            |    258 -
 VTK/Filters/General/vtkSCurveSpline.h              |     69 -
 VTK/Filters/General/vtkShrinkFilter.cxx            |    193 -
 VTK/Filters/General/vtkShrinkFilter.h              |     67 -
 VTK/Filters/General/vtkShrinkPolyData.cxx          |    315 -
 VTK/Filters/General/vtkShrinkPolyData.h            |     68 -
 .../General/vtkSpatialRepresentationFilter.cxx     |    149 -
 .../General/vtkSpatialRepresentationFilter.h       |    107 -
 VTK/Filters/General/vtkSplineFilter.cxx            |    385 -
 VTK/Filters/General/vtkSplineFilter.h              |    163 -
 VTK/Filters/General/vtkSplitColumnComponents.cxx   |    154 -
 VTK/Filters/General/vtkSplitColumnComponents.h     |     64 -
 VTK/Filters/General/vtkSplitField.cxx              |    427 -
 VTK/Filters/General/vtkSplitField.h                |    168 -
 VTK/Filters/General/vtkStructuredGridClip.cxx      |    252 -
 VTK/Filters/General/vtkStructuredGridClip.h        |     93 -
 VTK/Filters/General/vtkSubPixelPositionEdgels.cxx  |    769 -
 VTK/Filters/General/vtkSubPixelPositionEdgels.h    |     86 -
 VTK/Filters/General/vtkTableBasedClipCases.h       |   8994 --
 VTK/Filters/General/vtkTableBasedClipDataSet.cxx   |   3516 -
 VTK/Filters/General/vtkTableBasedClipDataSet.h     |    284 -
 VTK/Filters/General/vtkTableToPolyData.cxx         |    207 -
 VTK/Filters/General/vtkTableToPolyData.h           |    133 -
 VTK/Filters/General/vtkTableToStructuredGrid.cxx   |    178 -
 VTK/Filters/General/vtkTableToStructuredGrid.h     |    118 -
 VTK/Filters/General/vtkTemporalPathLineFilter.cxx  |    595 -
 VTK/Filters/General/vtkTemporalPathLineFilter.h    |    173 -
 VTK/Filters/General/vtkTemporalStatistics.cxx      |    742 -
 VTK/Filters/General/vtkTemporalStatistics.h        |    157 -
 VTK/Filters/General/vtkTessellatorFilter.cxx       |   1505 -
 VTK/Filters/General/vtkTessellatorFilter.h         |    203 -
 VTK/Filters/General/vtkTimeSourceExample.cxx       |    362 -
 VTK/Filters/General/vtkTimeSourceExample.h         |     95 -
 VTK/Filters/General/vtkTransformFilter.cxx         |    293 -
 VTK/Filters/General/vtkTransformFilter.h           |     74 -
 VTK/Filters/General/vtkTransformPolyDataFilter.cxx |    213 -
 VTK/Filters/General/vtkTransformPolyDataFilter.h   |     69 -
 VTK/Filters/General/vtkUncertaintyTubeFilter.cxx   |    442 -
 VTK/Filters/General/vtkUncertaintyTubeFilter.h     |     79 -
 VTK/Filters/General/vtkVertexGlyphFilter.cxx       |    117 -
 VTK/Filters/General/vtkVertexGlyphFilter.h         |     57 -
 .../General/vtkVolumeContourSpectrumFilter.cxx     |    321 -
 .../General/vtkVolumeContourSpectrumFilter.h       |     96 -
 .../General/vtkVoxelContoursToSurfaceFilter.cxx    |    693 -
 .../General/vtkVoxelContoursToSurfaceFilter.h      |    100 -
 VTK/Filters/General/vtkWarpLens.cxx                |    247 -
 VTK/Filters/General/vtkWarpLens.h                  |    105 -
 VTK/Filters/General/vtkWarpScalar.cxx              |    255 -
 VTK/Filters/General/vtkWarpScalar.h                |    107 -
 VTK/Filters/General/vtkWarpTo.cxx                  |    203 -
 VTK/Filters/General/vtkWarpTo.h                    |     70 -
 VTK/Filters/General/vtkWarpVector.cxx              |    235 -
 VTK/Filters/General/vtkWarpVector.h                |     60 -
 VTK/Filters/General/vtkYoungsMaterialInterface.cxx |   3664 -
 VTK/Filters/General/vtkYoungsMaterialInterface.h   |    192 -
 VTK/Filters/Generic/CMakeLists.txt                 |     13 -
 .../Generic/Testing/Cxx/TestGenericClip.cxx        |    185 -
 .../Testing/Cxx/TestGenericContourFilter.cxx       |    143 -
 .../Generic/Testing/Cxx/TestGenericCutter.cxx      |    153 -
 .../Testing/Cxx/TestGenericDataSetTessellator.cxx  |    266 -
 .../Testing/Cxx/TestGenericGeometryFilter.cxx      |    173 -
 .../Testing/Cxx/TestGenericGlyph3DFilter.cxx       |    163 -
 .../Generic/Testing/Cxx/TestGenericProbeFilter.cxx |    247 -
 .../Testing/Cxx/TestGenericStreamTracer.cxx        |    188 -
 VTK/Filters/Generic/Testing/Cxx/otherCreation.cxx  |   1706 -
 VTK/Filters/Generic/module.cmake                   |     16 -
 VTK/Filters/Generic/vtkGenericClip.cxx             |    446 -
 VTK/Filters/Generic/vtkGenericClip.h               |    187 -
 VTK/Filters/Generic/vtkGenericContourFilter.cxx    |    421 -
 VTK/Filters/Generic/vtkGenericContourFilter.h      |    153 -
 VTK/Filters/Generic/vtkGenericCutter.cxx           |    410 -
 VTK/Filters/Generic/vtkGenericCutter.h             |    163 -
 .../Generic/vtkGenericDataSetTessellator.cxx       |    297 -
 VTK/Filters/Generic/vtkGenericDataSetTessellator.h |    106 -
 VTK/Filters/Generic/vtkGenericGeometryFilter.cxx   |    536 -
 VTK/Filters/Generic/vtkGenericGeometryFilter.h     |    176 -
 VTK/Filters/Generic/vtkGenericGlyph3DFilter.cxx    |    903 -
 VTK/Filters/Generic/vtkGenericGlyph3DFilter.h      |    337 -
 VTK/Filters/Generic/vtkGenericOutlineFilter.cxx    |    105 -
 VTK/Filters/Generic/vtkGenericOutlineFilter.h      |     55 -
 VTK/Filters/Generic/vtkGenericProbeFilter.cxx      |    271 -
 VTK/Filters/Generic/vtkGenericProbeFilter.h        |     83 -
 VTK/Filters/Generic/vtkGenericStreamTracer.cxx     |   1437 -
 VTK/Filters/Generic/vtkGenericStreamTracer.h       |    415 -
 VTK/Filters/Geometry/CMakeLists.txt                |     39 -
 VTK/Filters/Geometry/Testing/Cxx/CMakeLists.txt    |     44 -
 .../Cxx/TestExtractSurfaceNonLinearSubdivision.cxx |     71 -
 .../Testing/Cxx/TestImageDataToUniformGrid.cxx     |    155 -
 .../Testing/Cxx/TestProjectSphereFilter.cxx        |    127 -
 .../Testing/Cxx/TestRectilinearGridPartitioner.cxx |     99 -
 .../Cxx/TestStructuredAMRGridConnectivity.cxx      |    723 -
 .../Testing/Cxx/TestStructuredAMRNeighbor.cxx      |    710 -
 .../Testing/Cxx/TestStructuredGridConnectivity.cxx |    875 -
 .../Cxx/TestStructuredGridGhostDataGenerator.cxx   |    545 -
 .../Testing/Cxx/TestStructuredGridPartitioner.cxx  |     95 -
 .../Cxx/TestUniformGridGhostDataGenerator.cxx      |    397 -
 .../Cxx/TestUnstructuredGridGeometryFilter.cxx     |   3631 -
 .../Testing/Python/dataSetSurfaceFilter.py         |    123 -
 VTK/Filters/Geometry/Testing/Python/geomFilter.py  |    151 -
 .../Geometry/Testing/Python/officeStreamPoints.py  |    275 -
 VTK/Filters/Geometry/Testing/Python/rectGrid.py    |    123 -
 VTK/Filters/Geometry/Testing/Tcl/CMakeLists.txt    |      6 -
 .../Geometry/Testing/Tcl/dataSetSurfaceFilter.tcl  |    132 -
 VTK/Filters/Geometry/Testing/Tcl/geomFilter.tcl    |    156 -
 .../Geometry/Testing/Tcl/officeStreamPoints.tcl    |    284 -
 VTK/Filters/Geometry/Testing/Tcl/rectGrid.tcl      |    120 -
 VTK/Filters/Geometry/module.cmake                  |     11 -
 .../Geometry/vtkAbstractGridConnectivity.cxx       |     37 -
 VTK/Filters/Geometry/vtkAbstractGridConnectivity.h |    493 -
 .../Geometry/vtkCompositeDataGeometryFilter.cxx    |    128 -
 .../Geometry/vtkCompositeDataGeometryFilter.h      |     63 -
 VTK/Filters/Geometry/vtkDataSetGhostGenerator.cxx  |     97 -
 VTK/Filters/Geometry/vtkDataSetGhostGenerator.h    |     78 -
 VTK/Filters/Geometry/vtkDataSetSurfaceFilter.cxx   |   2379 -
 VTK/Filters/Geometry/vtkDataSetSurfaceFilter.h     |    254 -
 VTK/Filters/Geometry/vtkGeometryFilter.cxx         |   1282 -
 VTK/Filters/Geometry/vtkGeometryFilter.h           |    165 -
 .../vtkHierarchicalDataSetGeometryFilter.cxx       |     35 -
 .../vtkHierarchicalDataSetGeometryFilter.h         |     51 -
 .../Geometry/vtkImageDataGeometryFilter.cxx        |    483 -
 VTK/Filters/Geometry/vtkImageDataGeometryFilter.h  |     97 -
 VTK/Filters/Geometry/vtkImageDataToUniformGrid.cxx |    241 -
 VTK/Filters/Geometry/vtkImageDataToUniformGrid.h   |     75 -
 VTK/Filters/Geometry/vtkProjectSphereFilter.cxx    |    574 -
 VTK/Filters/Geometry/vtkProjectSphereFilter.h      |    109 -
 .../Geometry/vtkRectilinearGridGeometryFilter.cxx  |    442 -
 .../Geometry/vtkRectilinearGridGeometryFilter.h    |     77 -
 .../Geometry/vtkRectilinearGridPartitioner.cxx     |    306 -
 .../Geometry/vtkRectilinearGridPartitioner.h       |     81 -
 .../Geometry/vtkStructuredAMRGridConnectivity.cxx  |   2309 -
 .../Geometry/vtkStructuredAMRGridConnectivity.h    |    745 -
 VTK/Filters/Geometry/vtkStructuredAMRNeighbor.cxx  |    223 -
 VTK/Filters/Geometry/vtkStructuredAMRNeighbor.h    |     98 -
 .../Geometry/vtkStructuredGridConnectivity.cxx     |   1624 -
 .../Geometry/vtkStructuredGridConnectivity.h       |    981 -
 .../Geometry/vtkStructuredGridGeometryFilter.cxx   |    541 -
 .../Geometry/vtkStructuredGridGeometryFilter.h     |     83 -
 .../vtkStructuredGridGhostDataGenerator.cxx        |    148 -
 .../Geometry/vtkStructuredGridGhostDataGenerator.h |     90 -
 .../Geometry/vtkStructuredGridPartitioner.cxx      |    172 -
 .../Geometry/vtkStructuredGridPartitioner.h        |     77 -
 VTK/Filters/Geometry/vtkStructuredNeighbor.cxx     |    110 -
 VTK/Filters/Geometry/vtkStructuredNeighbor.h       |    120 -
 .../Geometry/vtkStructuredPointsGeometryFilter.cxx |     25 -
 .../Geometry/vtkStructuredPointsGeometryFilter.h   |     45 -
 .../Geometry/vtkUniformGridGhostDataGenerator.cxx  |    205 -
 .../Geometry/vtkUniformGridGhostDataGenerator.h    |    102 -
 .../Geometry/vtkUnstructuredGridGeometryFilter.cxx |   1614 -
 .../Geometry/vtkUnstructuredGridGeometryFilter.h   |    187 -
 VTK/Filters/Hybrid/CMakeLists.txt                  |     27 -
 VTK/Filters/Hybrid/Testing/Cxx/CMakeLists.txt      |     54 -
 .../Hybrid/Testing/Cxx/TemporalStatistics.cxx      |    124 -
 VTK/Filters/Hybrid/Testing/Cxx/TestBSplineWarp.cxx |    189 -
 .../Hybrid/Testing/Cxx/TestPolyDataSilhouette.cxx  |     94 -
 .../Hybrid/Testing/Cxx/TestTemporalCacheSimple.cxx |    262 -
 .../Testing/Cxx/TestTemporalCacheTemporal.cxx      |    151 -
 .../Hybrid/Testing/Cxx/TestTemporalFractal.cxx     |    114 -
 VTK/Filters/Hybrid/Testing/Python/3DMorph.py       |    104 -
 .../Hybrid/Testing/Python/TestFacetReader.py       |     44 -
 .../Testing/Python/TestGreedyTerrainDecimation.py  |     72 -
 .../Hybrid/Testing/Python/TestGridWarp3D.py        |     63 -
 .../Hybrid/Testing/Python/TestGridWarpCubic.py     |     77 -
 .../Hybrid/Testing/Python/TestGridWarpLinear.py    |     77 -
 .../Hybrid/Testing/Python/TestGridWarpNearest.py   |     81 -
 .../Testing/Python/TestImageStencilWithPolydata.py |     61 -
 VTK/Filters/Hybrid/Testing/Python/TestPCA.py       |    226 -
 .../Hybrid/Testing/Python/TestProcrustes.py        |    154 -
 .../Testing/Python/TestProcrustesRigidCentroid.py  |    161 -
 .../Testing/Python/TestProjectedTerrainPath.py     |    111 -
 .../Testing/Python/TestTemporalSnapToTimeStep.py   |     38 -
 VTK/Filters/Hybrid/Testing/Python/WarpPolyData.py  |    199 -
 .../Hybrid/Testing/Python/appendImplicitModel.py   |     77 -
 .../Testing/Python/appendImplicitModelNoBounds.py  |     81 -
 VTK/Filters/Hybrid/Testing/Python/banana.py        |    110 -
 VTK/Filters/Hybrid/Testing/Python/depthSort.py     |     76 -
 VTK/Filters/Hybrid/Testing/Python/earth.py         |     51 -
 .../Hybrid/Testing/Python/imageToPolyData.py       |     48 -
 .../Hybrid/Testing/Python/largeImageOffset.py      |     65 -
 .../Hybrid/Testing/Python/largeImageParallel.py    |     65 -
 VTK/Filters/Hybrid/Testing/Tcl/3DMorph.tcl         |    100 -
 VTK/Filters/Hybrid/Testing/Tcl/CMakeLists.txt      |     24 -
 VTK/Filters/Hybrid/Testing/Tcl/TestFacetReader.tcl |     46 -
 .../Testing/Tcl/TestGreedyTerrainDecimation.tcl    |     69 -
 VTK/Filters/Hybrid/Testing/Tcl/TestGridWarp3D.tcl  |     69 -
 .../Hybrid/Testing/Tcl/TestGridWarpCubic.tcl       |     91 -
 .../Hybrid/Testing/Tcl/TestGridWarpLinear.tcl      |     90 -
 .../Hybrid/Testing/Tcl/TestGridWarpNearest.tcl     |     94 -
 .../Testing/Tcl/TestImageStencilWithPolydata.tcl   |     71 -
 VTK/Filters/Hybrid/Testing/Tcl/TestPCA.tcl         |    262 -
 VTK/Filters/Hybrid/Testing/Tcl/TestProcrustes.tcl  |    152 -
 .../Testing/Tcl/TestProcrustesRigidCentroid.tcl    |    158 -
 .../Testing/Tcl/TestProjectedTerrainPath.tcl       |    106 -
 VTK/Filters/Hybrid/Testing/Tcl/WarpPolyData.tcl    |    249 -
 .../Hybrid/Testing/Tcl/appendImplicitModel.tcl     |     88 -
 .../Testing/Tcl/appendImplicitModelNoBounds.tcl    |     95 -
 VTK/Filters/Hybrid/Testing/Tcl/banana.tcl          |    110 -
 VTK/Filters/Hybrid/Testing/Tcl/depthSort.tcl       |     82 -
 VTK/Filters/Hybrid/Testing/Tcl/earth.tcl           |     58 -
 VTK/Filters/Hybrid/Testing/Tcl/imageToPolyData.tcl |     57 -
 .../Hybrid/Testing/Tcl/largeImageOffset.tcl        |     60 -
 .../Hybrid/Testing/Tcl/largeImageParallel.tcl      |     60 -
 VTK/Filters/Hybrid/module.cmake                    |     15 -
 VTK/Filters/Hybrid/vtkBSplineTransform.cxx         |    897 -
 VTK/Filters/Hybrid/vtkBSplineTransform.h           |    147 -
 VTK/Filters/Hybrid/vtkDSPFilterDefinition.cxx      |    226 -
 VTK/Filters/Hybrid/vtkDSPFilterDefinition.h        |     87 -
 VTK/Filters/Hybrid/vtkDSPFilterGroup.cxx           |    547 -
 VTK/Filters/Hybrid/vtkDSPFilterGroup.h             |     88 -
 VTK/Filters/Hybrid/vtkDepthSortPolyData.cxx        |    401 -
 VTK/Filters/Hybrid/vtkDepthSortPolyData.h          |    147 -
 VTK/Filters/Hybrid/vtkEarthSource.cxx              |   6946 --
 VTK/Filters/Hybrid/vtkEarthSource.h                |     81 -
 VTK/Filters/Hybrid/vtkFacetReader.cxx              |    420 -
 VTK/Filters/Hybrid/vtkFacetReader.h                |     70 -
 VTK/Filters/Hybrid/vtkGreedyTerrainDecimation.cxx  |   1287 -
 VTK/Filters/Hybrid/vtkGreedyTerrainDecimation.h    |    232 -
 VTK/Filters/Hybrid/vtkGridTransform.cxx            |   1234 -
 VTK/Filters/Hybrid/vtkGridTransform.h              |    171 -
 VTK/Filters/Hybrid/vtkImageToPolyDataFilter.cxx    |   1374 -
 VTK/Filters/Hybrid/vtkImageToPolyDataFilter.h      |    233 -
 VTK/Filters/Hybrid/vtkImplicitModeller.cxx         |   1187 -
 VTK/Filters/Hybrid/vtkImplicitModeller.h           |    289 -
 VTK/Filters/Hybrid/vtkPCAAnalysisFilter.cxx        |    528 -
 VTK/Filters/Hybrid/vtkPCAAnalysisFilter.h          |    127 -
 VTK/Filters/Hybrid/vtkPolyDataSilhouette.cxx       |    464 -
 VTK/Filters/Hybrid/vtkPolyDataSilhouette.h         |    161 -
 .../Hybrid/vtkProcrustesAlignmentFilter.cxx        |    421 -
 VTK/Filters/Hybrid/vtkProcrustesAlignmentFilter.h  |    112 -
 VTK/Filters/Hybrid/vtkProjectedTerrainPath.cxx     |    549 -
 VTK/Filters/Hybrid/vtkProjectedTerrainPath.h       |    185 -
 VTK/Filters/Hybrid/vtkRenderLargeImage.cxx         |    439 -
 VTK/Filters/Hybrid/vtkRenderLargeImage.h           |     91 -
 VTK/Filters/Hybrid/vtkTemporalDataSetCache.cxx     |    366 -
 VTK/Filters/Hybrid/vtkTemporalDataSetCache.h       |     92 -
 VTK/Filters/Hybrid/vtkTemporalFractal.cxx          |   1641 -
 VTK/Filters/Hybrid/vtkTemporalFractal.h            |    222 -
 VTK/Filters/Hybrid/vtkTemporalInterpolator.cxx     |    644 -
 VTK/Filters/Hybrid/vtkTemporalInterpolator.h       |    160 -
 VTK/Filters/Hybrid/vtkTemporalShiftScale.cxx       |    317 -
 VTK/Filters/Hybrid/vtkTemporalShiftScale.h         |    153 -
 VTK/Filters/Hybrid/vtkTemporalSnapToTimeStep.cxx   |    251 -
 VTK/Filters/Hybrid/vtkTemporalSnapToTimeStep.h     |     99 -
 VTK/Filters/Hybrid/vtkTransformToGrid.cxx          |    485 -
 VTK/Filters/Hybrid/vtkTransformToGrid.h            |    129 -
 VTK/Filters/Hybrid/vtkWeightedTransformFilter.cxx  |    870 -
 VTK/Filters/Hybrid/vtkWeightedTransformFilter.h    |    174 -
 VTK/Filters/HyperTree/CMakeLists.txt               |     17 -
 VTK/Filters/HyperTree/Testing/Cxx/CMakeLists.txt   |     55 -
 .../HyperTree/Testing/Cxx/TestClipHyperOctree.cxx  |    335 -
 .../Testing/Cxx/TestHyperOctreeContourFilter.cxx   |    308 -
 .../Testing/Cxx/TestHyperOctreeCutter.cxx          |    317 -
 .../HyperTree/Testing/Cxx/TestHyperOctreeDual.cxx  |    228 -
 .../Testing/Cxx/TestHyperOctreeSurfaceFilter.cxx   |    219 -
 .../Testing/Cxx/TestHyperOctreeToUniformGrid.cxx   |    310 -
 .../Testing/Cxx/TestHyperTreeGridBinary2D.cxx      |    133 -
 .../Testing/Cxx/TestHyperTreeGridBinary2DIJK.cxx   |    134 -
 .../Cxx/TestHyperTreeGridBinary2DMaterial.cxx      |    135 -
 .../Cxx/TestHyperTreeGridBinary2DMaterialIJK.cxx   |    136 -
 .../Cxx/TestHyperTreeGridBinaryEllipseMaterial.cxx |    164 -
 ...rTreeGridBinaryHyperbolicParaboloidMaterial.cxx |    137 -
 .../Testing/Cxx/TestHyperTreeGridTernary2D.cxx     |    133 -
 .../Cxx/TestHyperTreeGridTernary2DBiMaterial.cxx   |    138 -
 .../TestHyperTreeGridTernary2DFullMaterialBits.cxx |    276 -
 .../Cxx/TestHyperTreeGridTernary2DMaterial.cxx     |    135 -
 .../Cxx/TestHyperTreeGridTernary2DMaterialBits.cxx |    154 -
 .../Cxx/TestHyperTreeGridTernary3DAxisCut.cxx      |    149 -
 .../TestHyperTreeGridTernary3DAxisCutMaterial.cxx  |    150 -
 .../Testing/Cxx/TestHyperTreeGridTernary3DClip.cxx |    128 -
 .../Cxx/TestHyperTreeGridTernary3DContour.cxx      |    125 -
 .../TestHyperTreeGridTernary3DContourMaterial.cxx  |    127 -
 .../Testing/Cxx/TestHyperTreeGridTernary3DCut.cxx  |    134 -
 .../Cxx/TestHyperTreeGridTernary3DGeometry.cxx     |    102 -
 ...rTreeGridTernary3DGeometryLargeMaterialBits.cxx |    167 -
 .../TestHyperTreeGridTernary3DGeometryMaterial.cxx |    104 -
 ...tHyperTreeGridTernary3DGeometryMaterialBits.cxx |    121 -
 .../Cxx/TestHyperTreeGridTernary3DUnstructured.cxx |    116 -
 ...tHyperTreeGridTernary3DUnstructuredMaterial.cxx |    118 -
 .../Cxx/TestHyperTreeGridTernaryHyperbola.cxx      |    161 -
 .../Cxx/TestHyperTreeGridTernarySphereMaterial.cxx |    124 -
 VTK/Filters/HyperTree/module.cmake                 |     14 -
 VTK/Filters/HyperTree/vtkClipHyperOctree.cxx       |   1586 -
 VTK/Filters/HyperTree/vtkClipHyperOctree.h         |    209 -
 .../vtkHyperOctreeClipCutPointsGrabber.cxx         |    165 -
 .../HyperTree/vtkHyperOctreeClipCutPointsGrabber.h |    101 -
 .../HyperTree/vtkHyperOctreeContourFilter.cxx      |   1465 -
 .../HyperTree/vtkHyperOctreeContourFilter.h        |    235 -
 VTK/Filters/HyperTree/vtkHyperOctreeCutter.cxx     |   1494 -
 VTK/Filters/HyperTree/vtkHyperOctreeCutter.h       |    254 -
 VTK/Filters/HyperTree/vtkHyperOctreeDepth.cxx      |    126 -
 VTK/Filters/HyperTree/vtkHyperOctreeDepth.h        |     60 -
 .../vtkHyperOctreeDualGridContourFilter.cxx        |    658 -
 .../vtkHyperOctreeDualGridContourFilter.h          |    200 -
 VTK/Filters/HyperTree/vtkHyperOctreeLimiter.cxx    |    447 -
 VTK/Filters/HyperTree/vtkHyperOctreeLimiter.h      |     78 -
 .../HyperTree/vtkHyperOctreeSampleFunction.cxx     |    475 -
 .../HyperTree/vtkHyperOctreeSampleFunction.h       |    208 -
 .../HyperTree/vtkHyperOctreeSurfaceFilter.cxx      |    774 -
 .../HyperTree/vtkHyperOctreeSurfaceFilter.h        |    107 -
 .../vtkHyperOctreeToUniformGridFilter.cxx          |    326 -
 .../HyperTree/vtkHyperOctreeToUniformGridFilter.h  |     70 -
 VTK/Filters/HyperTree/vtkHyperTreeGridAxisCut.cxx  |    307 -
 VTK/Filters/HyperTree/vtkHyperTreeGridAxisCut.h    |     86 -
 VTK/Filters/HyperTree/vtkHyperTreeGridGeometry.cxx |    357 -
 VTK/Filters/HyperTree/vtkHyperTreeGridGeometry.h   |     72 -
 .../vtkHyperTreeGridToUnstructuredGrid.cxx         |    326 -
 .../HyperTree/vtkHyperTreeGridToUnstructuredGrid.h |     79 -
 VTK/Filters/Imaging/CMakeLists.txt                 |      7 -
 VTK/Filters/Imaging/module.cmake                   |      9 -
 .../Imaging/vtkComputeHistogram2DOutliers.cxx      |    422 -
 .../Imaging/vtkComputeHistogram2DOutliers.h        |    133 -
 VTK/Filters/Imaging/vtkExtractHistogram2D.cxx      |    372 -
 VTK/Filters/Imaging/vtkExtractHistogram2D.h        |    216 -
 .../Imaging/vtkPairwiseExtractHistogram2D.cxx      |    431 -
 .../Imaging/vtkPairwiseExtractHistogram2D.h        |    196 -
 .../Matlab/Testing/Cxx/TestMatlabEngineFilter.cxx  |    191 -
 .../Testing/Cxx/TestMatlabEngineInterface.cxx      |    122 -
 VTK/Filters/Matlab/vtkMatlabEngineFilter.cxx       |    993 -
 VTK/Filters/Matlab/vtkMatlabEngineFilter.h         |    167 -
 VTK/Filters/Matlab/vtkMatlabEngineInterface.cxx    |    351 -
 VTK/Filters/Matlab/vtkMatlabEngineInterface.h      |    123 -
 VTK/Filters/Matlab/vtkMatlabMexAdapter.cxx         |    889 -
 VTK/Filters/Matlab/vtkMatlabMexAdapter.h           |    135 -
 VTK/Filters/Modeling/CMakeLists.txt                |     33 -
 .../Modeling/Testing/Cxx/TestButterflyScalars.cxx  |    122 -
 .../Testing/Cxx/TestNamedColorsIntegration.cxx     |    138 -
 .../Testing/Cxx/TestPolyDataPointSampler.cxx       |    115 -
 .../Testing/Cxx/TestQuadRotationalExtrusion.cxx    |    137 -
 .../Cxx/TestQuadRotationalExtrusionMultiBlock.cxx  |    161 -
 .../Testing/Cxx/TestRotationalExtrusion.cxx        |    123 -
 .../Testing/Cxx/TestSelectEnclosedPoints.cxx       |    133 -
 VTK/Filters/Modeling/Testing/Python/Hyper.py       |    212 -
 .../Modeling/Testing/Python/HyperScalarBar.py      |    163 -
 VTK/Filters/Modeling/Testing/Python/KlineBottle.py |    344 -
 VTK/Filters/Modeling/Testing/Python/TenEllip.py    |     88 -
 .../Testing/Python/TestBandedContourFilter.py      |    150 -
 .../Modeling/Testing/Python/TestBoxFunction.py     |     54 -
 .../Modeling/Testing/Python/TestFillHolesFilter.py |     78 -
 .../Testing/Python/TestImageMarchingCubes.py       |     78 -
 .../Testing/Python/TestNamedColorsIntegration.py   |    142 -
 .../Modeling/Testing/Python/TestRibbonAndTube.py   |     67 -
 .../Modeling/Testing/Python/TestRuledSurface.py    |     66 -
 .../Modeling/Testing/Python/TestRuledSurface2.py   |     59 -
 .../Modeling/Testing/Python/TestSpherePuzzle.py    |     78 -
 .../Testing/Python/TestSpherePuzzleArrows.py       |     88 -
 VTK/Filters/Modeling/Testing/Python/camera.py      |    215 -
 .../Modeling/Testing/Python/contour2DAll.py        |    115 -
 .../Modeling/Testing/Python/contour3DAll.py        |    162 -
 VTK/Filters/Modeling/Testing/Python/eleState.py    |     73 -
 .../Modeling/Testing/Python/extrudeCopyCD.py       |     80 -
 VTK/Filters/Modeling/Testing/Python/schwarz.py     |    252 -
 VTK/Filters/Modeling/Testing/Python/smoothCyl.py   |     91 -
 VTK/Filters/Modeling/Testing/Python/smoothCyl2.py  |     90 -
 .../Modeling/Testing/Python/subDivideTetra.py      |     50 -
 .../Modeling/Testing/Python/subdividePointData.py  |     87 -
 VTK/Filters/Modeling/Testing/Python/sync3dAll.py   |    151 -
 VTK/Filters/Modeling/Testing/Tcl/CMakeLists.txt    |     27 -
 VTK/Filters/Modeling/Testing/Tcl/Hyper.tcl         |    187 -
 .../Modeling/Testing/Tcl/HyperScalarBar.tcl        |    173 -
 VTK/Filters/Modeling/Testing/Tcl/KlineBottle.tcl   |    360 -
 VTK/Filters/Modeling/Testing/Tcl/TenEllip.tcl      |     98 -
 .../Testing/Tcl/TestBandedContourFilter.tcl        |    166 -
 .../Modeling/Testing/Tcl/TestBoxFunction.tcl       |     66 -
 .../Modeling/Testing/Tcl/TestFillHolesFilter.tcl   |     76 -
 .../Testing/Tcl/TestImageMarchingCubes.tcl         |     67 -
 .../Modeling/Testing/Tcl/TestRibbonAndTube.tcl     |     74 -
 .../Modeling/Testing/Tcl/TestRuledSurface.tcl      |     79 -
 .../Modeling/Testing/Tcl/TestRuledSurface2.tcl     |     73 -
 .../Modeling/Testing/Tcl/TestSpherePuzzle.tcl      |    105 -
 .../Testing/Tcl/TestSpherePuzzleArrows.tcl         |     99 -
 VTK/Filters/Modeling/Testing/Tcl/camera.tcl        |    246 -
 VTK/Filters/Modeling/Testing/Tcl/contour2DAll.tcl  |     74 -
 VTK/Filters/Modeling/Testing/Tcl/contour3DAll.tcl  |     83 -
 VTK/Filters/Modeling/Testing/Tcl/eleState.tcl      |     65 -
 VTK/Filters/Modeling/Testing/Tcl/extrudeCopyCD.tcl |    102 -
 VTK/Filters/Modeling/Testing/Tcl/schwarz.tcl       |    283 -
 VTK/Filters/Modeling/Testing/Tcl/smoothCyl.tcl     |     86 -
 VTK/Filters/Modeling/Testing/Tcl/smoothCyl2.tcl    |     86 -
 .../Modeling/Testing/Tcl/subDivideTetra.tcl        |     62 -
 .../Modeling/Testing/Tcl/subdividePointData.tcl    |    111 -
 VTK/Filters/Modeling/Testing/Tcl/sync3dAll.tcl     |     79 -
 VTK/Filters/Modeling/module.cmake                  |     13 -
 .../Modeling/vtkBandedPolyDataContourFilter.cxx    |    820 -
 .../Modeling/vtkBandedPolyDataContourFilter.h      |    205 -
 .../Modeling/vtkButterflySubdivisionFilter.cxx     |    491 -
 .../Modeling/vtkButterflySubdivisionFilter.h       |     82 -
 .../Modeling/vtkDijkstraGraphGeodesicPath.cxx      |    405 -
 .../Modeling/vtkDijkstraGraphGeodesicPath.h        |    150 -
 VTK/Filters/Modeling/vtkDijkstraGraphInternals.h   |    198 -
 .../Modeling/vtkDijkstraImageGeodesicPath.cxx      |    306 -
 .../Modeling/vtkDijkstraImageGeodesicPath.h        |    121 -
 VTK/Filters/Modeling/vtkFillHolesFilter.cxx        |    263 -
 VTK/Filters/Modeling/vtkFillHolesFilter.h          |     73 -
 VTK/Filters/Modeling/vtkGeodesicPath.cxx           |     52 -
 VTK/Filters/Modeling/vtkGeodesicPath.h             |     51 -
 VTK/Filters/Modeling/vtkGraphGeodesicPath.cxx      |     43 -
 VTK/Filters/Modeling/vtkGraphGeodesicPath.h        |     61 -
 VTK/Filters/Modeling/vtkLinearExtrusionFilter.cxx  |    411 -
 VTK/Filters/Modeling/vtkLinearExtrusionFilter.h    |    129 -
 .../Modeling/vtkLinearSubdivisionFilter.cxx        |     96 -
 VTK/Filters/Modeling/vtkLinearSubdivisionFilter.h  |     64 -
 VTK/Filters/Modeling/vtkLoopSubdivisionFilter.cxx  |    369 -
 VTK/Filters/Modeling/vtkLoopSubdivisionFilter.h    |     84 -
 VTK/Filters/Modeling/vtkOutlineFilter.cxx          |     90 -
 VTK/Filters/Modeling/vtkOutlineFilter.h            |     57 -
 VTK/Filters/Modeling/vtkPolyDataPointSampler.cxx   |    352 -
 VTK/Filters/Modeling/vtkPolyDataPointSampler.h     |    118 -
 VTK/Filters/Modeling/vtkProjectedTexture.cxx       |    287 -
 VTK/Filters/Modeling/vtkProjectedTexture.h         |    124 -
 .../Modeling/vtkQuadRotationalExtrusionFilter.cxx  |    550 -
 .../Modeling/vtkQuadRotationalExtrusionFilter.h    |    160 -
 VTK/Filters/Modeling/vtkRibbonFilter.cxx           |    539 -
 VTK/Filters/Modeling/vtkRibbonFilter.h             |    160 -
 .../Modeling/vtkRotationalExtrusionFilter.cxx      |    376 -
 .../Modeling/vtkRotationalExtrusionFilter.h        |    114 -
 VTK/Filters/Modeling/vtkRuledSurfaceFilter.cxx     |    566 -
 VTK/Filters/Modeling/vtkRuledSurfaceFilter.h       |    175 -
 VTK/Filters/Modeling/vtkSectorSource.cxx           |    128 -
 VTK/Filters/Modeling/vtkSectorSource.h             |     90 -
 VTK/Filters/Modeling/vtkSelectEnclosedPoints.cxx   |    389 -
 VTK/Filters/Modeling/vtkSelectEnclosedPoints.h     |    140 -
 VTK/Filters/Modeling/vtkSelectPolyData.cxx         |    646 -
 VTK/Filters/Modeling/vtkSelectPolyData.h           |    196 -
 VTK/Filters/Modeling/vtkSpherePuzzle.cxx           |    469 -
 VTK/Filters/Modeling/vtkSpherePuzzle.h             |     96 -
 VTK/Filters/Modeling/vtkSpherePuzzleArrows.cxx     |    223 -
 VTK/Filters/Modeling/vtkSpherePuzzleArrows.h       |     63 -
 VTK/Filters/Modeling/vtkSubdivideTetra.cxx         |    247 -
 VTK/Filters/Modeling/vtkSubdivideTetra.h           |     47 -
 VTK/Filters/Parallel/CMakeLists.txt                |     48 -
 VTK/Filters/Parallel/Testing/Cxx/CMakeLists.txt    |      6 -
 .../Parallel/Testing/Cxx/DistributedData.cxx       |    331 -
 .../Testing/Cxx/DistributedDataRenderPass.cxx      |    439 -
 .../Parallel/Testing/Cxx/TransmitImageData.cxx     |    291 -
 .../Testing/Cxx/TransmitImageDataRenderPass.cxx    |    307 -
 .../Testing/Cxx/TransmitRectilinearGrid.cxx        |    278 -
 .../Testing/Cxx/TransmitStructuredGrid.cxx         |    278 -
 VTK/Filters/Parallel/Testing/Python/CMakeLists.txt |      5 -
 VTK/Filters/Parallel/Testing/Python/RectOutline.py |     44 -
 .../Parallel/Testing/Python/TestCutMaterial.py     |     61 -
 .../Parallel/Testing/Python/TestExtractCTHPart.py  |     59 -
 .../Parallel/Testing/Python/TestExtrudePiece.py    |     45 -
 .../Parallel/Testing/Python/TestImageStreamer.py   |     47 -
 VTK/Filters/Parallel/Testing/Tcl/CMakeLists.txt    |      8 -
 VTK/Filters/Parallel/Testing/Tcl/RectOutline.tcl   |     61 -
 .../Parallel/Testing/Tcl/TestCutMaterial.tcl       |     86 -
 .../Parallel/Testing/Tcl/TestExtractCTHPart.tcl    |     65 -
 .../Parallel/Testing/Tcl/TestExtrudePiece.tcl      |     66 -
 .../Parallel/Testing/Tcl/TestImageStreamer.tcl     |     57 -
 VTK/Filters/Parallel/module.cmake                  |     18 -
 VTK/Filters/Parallel/vtkBlockDistribution.h        |    144 -
 VTK/Filters/Parallel/vtkCollectGraph.cxx           |    415 -
 VTK/Filters/Parallel/vtkCollectGraph.h             |     99 -
 VTK/Filters/Parallel/vtkCollectPolyData.cxx        |    196 -
 VTK/Filters/Parallel/vtkCollectPolyData.h          |     75 -
 VTK/Filters/Parallel/vtkCollectTable.cxx           |    187 -
 VTK/Filters/Parallel/vtkCollectTable.h             |     79 -
 VTK/Filters/Parallel/vtkCutMaterial.cxx            |    243 -
 VTK/Filters/Parallel/vtkCutMaterial.h              |     90 -
 VTK/Filters/Parallel/vtkDuplicatePolyData.cxx      |    363 -
 VTK/Filters/Parallel/vtkDuplicatePolyData.h        |    100 -
 VTK/Filters/Parallel/vtkExtractCTHPart.cxx         |   2091 -
 VTK/Filters/Parallel/vtkExtractCTHPart.h           |    250 -
 VTK/Filters/Parallel/vtkExtractPolyDataPiece.cxx   |    349 -
 VTK/Filters/Parallel/vtkExtractPolyDataPiece.h     |     61 -
 .../Parallel/vtkExtractUnstructuredGridPiece.cxx   |    432 -
 .../Parallel/vtkExtractUnstructuredGridPiece.h     |     64 -
 .../Parallel/vtkExtractUserDefinedPiece.cxx        |    270 -
 VTK/Filters/Parallel/vtkExtractUserDefinedPiece.h  |     83 -
 VTK/Filters/Parallel/vtkPCellDataToPointData.cxx   |    150 -
 VTK/Filters/Parallel/vtkPCellDataToPointData.h     |     62 -
 VTK/Filters/Parallel/vtkPExtractArraysOverTime.cxx |    248 -
 VTK/Filters/Parallel/vtkPExtractArraysOverTime.h   |     81 -
 VTK/Filters/Parallel/vtkPKdTree.cxx                |   3911 -
 VTK/Filters/Parallel/vtkPKdTree.h                  |    443 -
 VTK/Filters/Parallel/vtkPLinearExtrusionFilter.cxx |    100 -
 VTK/Filters/Parallel/vtkPLinearExtrusionFilter.h   |     61 -
 VTK/Filters/Parallel/vtkPMaskPoints.cxx            |    112 -
 VTK/Filters/Parallel/vtkPMaskPoints.h              |     57 -
 VTK/Filters/Parallel/vtkPOutlineCornerFilter.cxx   |    121 -
 VTK/Filters/Parallel/vtkPOutlineCornerFilter.h     |     79 -
 VTK/Filters/Parallel/vtkPOutlineFilter.cxx         |     86 -
 VTK/Filters/Parallel/vtkPOutlineFilter.h           |     55 -
 .../Parallel/vtkPOutlineFilterInternals.cxx        |    383 -
 VTK/Filters/Parallel/vtkPOutlineFilterInternals.h  |     70 -
 VTK/Filters/Parallel/vtkPPolyDataNormals.cxx       |    102 -
 VTK/Filters/Parallel/vtkPPolyDataNormals.h         |     53 -
 VTK/Filters/Parallel/vtkPProbeFilter.cxx           |    200 -
 VTK/Filters/Parallel/vtkPProbeFilter.h             |     63 -
 VTK/Filters/Parallel/vtkPProjectSphereFilter.cxx   |     78 -
 VTK/Filters/Parallel/vtkPProjectSphereFilter.h     |     55 -
 VTK/Filters/Parallel/vtkPReflectionFilter.cxx      |     64 -
 VTK/Filters/Parallel/vtkPReflectionFilter.h        |     57 -
 VTK/Filters/Parallel/vtkPSphereSource.cxx          |    282 -
 VTK/Filters/Parallel/vtkPSphereSource.h            |     48 -
 VTK/Filters/Parallel/vtkPTableToStructuredGrid.cxx |    177 -
 VTK/Filters/Parallel/vtkPTableToStructuredGrid.h   |     62 -
 .../Parallel/vtkPYoungsMaterialInterface.cxx       |     99 -
 VTK/Filters/Parallel/vtkPYoungsMaterialInterface.h |     66 -
 VTK/Filters/Parallel/vtkPassThroughFilter.cxx      |     55 -
 VTK/Filters/Parallel/vtkPassThroughFilter.h        |     54 -
 VTK/Filters/Parallel/vtkPieceRequestFilter.cxx     |    162 -
 VTK/Filters/Parallel/vtkPieceRequestFilter.h       |     90 -
 VTK/Filters/Parallel/vtkPieceScalars.cxx           |    152 -
 VTK/Filters/Parallel/vtkPieceScalars.h             |     73 -
 VTK/Filters/Parallel/vtkPipelineSize.cxx           |    385 -
 VTK/Filters/Parallel/vtkPipelineSize.h             |     72 -
 VTK/Filters/Parallel/vtkProcessIdScalars.cxx       |    177 -
 VTK/Filters/Parallel/vtkProcessIdScalars.h         |     87 -
 .../Parallel/vtkRectilinearGridOutlineFilter.cxx   |    226 -
 .../Parallel/vtkRectilinearGridOutlineFilter.h     |     47 -
 VTK/Filters/Parallel/vtkTransmitPolyDataPiece.cxx  |    232 -
 VTK/Filters/Parallel/vtkTransmitPolyDataPiece.h    |     69 -
 .../Parallel/vtkTransmitRectilinearGridPiece.cxx   |    364 -
 .../Parallel/vtkTransmitRectilinearGridPiece.h     |     72 -
 .../Parallel/vtkTransmitStructuredGridPiece.cxx    |    364 -
 .../Parallel/vtkTransmitStructuredGridPiece.h      |     72 -
 .../Parallel/vtkTransmitUnstructuredGridPiece.cxx  |    252 -
 .../Parallel/vtkTransmitUnstructuredGridPiece.h    |     71 -
 VTK/Filters/ParallelFlowPaths/CMakeLists.txt       |     54 -
 .../ParallelFlowPaths/Testing/Cxx/CMakeLists.txt   |     29 -
 .../Testing/Cxx/TestPParticleTracers.cxx           |    502 -
 .../ParallelFlowPaths/Testing/Cxx/TestPStream.cxx  |    252 -
 .../Testing/Cxx/TestPStreamAMR.cxx                 |    249 -
 .../Testing/Cxx/TestPStreamGeometry.cxx            |    133 -
 .../Testing/Cxx/TestVectorFieldSource.cxx          |    173 -
 .../Testing/Cxx/TestVectorFieldSource.h            |     27 -
 VTK/Filters/ParallelFlowPaths/module.cmake         |     13 -
 .../ParallelFlowPaths/vtkPParticlePathFilter.cxx   |     92 -
 .../ParallelFlowPaths/vtkPParticlePathFilter.h     |     56 -
 .../ParallelFlowPaths/vtkPParticleTracer.cxx       |     34 -
 VTK/Filters/ParallelFlowPaths/vtkPParticleTracer.h |     50 -
 .../ParallelFlowPaths/vtkPParticleTracerBase.cxx   |    503 -
 .../ParallelFlowPaths/vtkPParticleTracerBase.h     |    133 -
 .../ParallelFlowPaths/vtkPStreaklineFilter.cxx     |     91 -
 .../ParallelFlowPaths/vtkPStreaklineFilter.h       |     52 -
 VTK/Filters/ParallelFlowPaths/vtkPStreamTracer.cxx |   1947 -
 VTK/Filters/ParallelFlowPaths/vtkPStreamTracer.h   |     91 -
 .../ParallelFlowPaths/vtkPTemporalStreamTracer.cxx |    277 -
 .../ParallelFlowPaths/vtkPTemporalStreamTracer.h   |    124 -
 VTK/Filters/ParallelGeometry/CMakeLists.txt        |     13 -
 .../ParallelGeometry/Testing/Cxx/CMakeLists.txt    |      3 -
 .../Cxx/TestPStructuredGridConnectivity.cxx        |    550 -
 .../Cxx/TestPStructuredGridGhostDataGenerator.cxx  |    581 -
 .../Cxx/TestPUniformGridGhostDataGenerator.cxx     |    558 -
 VTK/Filters/ParallelGeometry/module.cmake          |     12 -
 .../ParallelGeometry/vtkPDataSetGhostGenerator.cxx |     56 -
 .../ParallelGeometry/vtkPDataSetGhostGenerator.h   |     73 -
 .../vtkPStructuredGridConnectivity.cxx             |   1484 -
 .../vtkPStructuredGridConnectivity.h               |    525 -
 .../vtkPStructuredGridGhostDataGenerator.cxx       |    160 -
 .../vtkPStructuredGridGhostDataGenerator.h         |     90 -
 .../vtkPUniformGridGhostDataGenerator.cxx          |    239 -
 .../vtkPUniformGridGhostDataGenerator.h            |    102 -
 VTK/Filters/ParallelImaging/CMakeLists.txt         |     10 -
 VTK/Filters/ParallelImaging/module.cmake           |     10 -
 VTK/Filters/ParallelImaging/vtkExtractPiece.cxx    |    348 -
 VTK/Filters/ParallelImaging/vtkExtractPiece.h      |     83 -
 .../vtkMemoryLimitImageDataStreamer.cxx            |    146 -
 .../vtkMemoryLimitImageDataStreamer.h              |     58 -
 .../vtkPComputeHistogram2DOutliers.cxx             |    135 -
 .../vtkPComputeHistogram2DOutliers.h               |     71 -
 .../ParallelImaging/vtkPExtractHistogram2D.cxx     |    158 -
 .../ParallelImaging/vtkPExtractHistogram2D.h       |     72 -
 .../vtkPPairwiseExtractHistogram2D.cxx             |     70 -
 .../vtkPPairwiseExtractHistogram2D.h               |     74 -
 .../ParallelImaging/vtkTransmitImageDataPiece.cxx  |    353 -
 .../ParallelImaging/vtkTransmitImageDataPiece.h    |     72 -
 VTK/Filters/ParallelMPI/CMakeLists.txt             |      5 -
 VTK/Filters/ParallelMPI/module.cmake               |      9 -
 .../ParallelMPI/vtkDistributedDataFilter.cxx       |   4614 -
 VTK/Filters/ParallelMPI/vtkDistributedDataFilter.h |    560 -
 VTK/Filters/ParallelStatistics/CMakeLists.txt      |     13 -
 .../ParallelStatistics/Testing/Cxx/CMakeLists.txt  |      9 -
 .../Cxx/TestRandomPContingencyStatisticsMPI.cxx    |    509 -
 .../Testing/Cxx/TestRandomPKMeansStatisticsMPI.cxx |    398 -
 .../Testing/Cxx/TestRandomPMomentStatisticsMPI.cxx |   1035 -
 .../Testing/Cxx/TestRandomPOrderStatisticsMPI.cxx  |    591 -
 .../Cxx/TestRealDataPDescriptiveStatisticsMPI.cxx  |    640 -
 VTK/Filters/ParallelStatistics/module.cmake        |     11 -
 .../vtkPAutoCorrelativeStatistics.cxx              |    181 -
 .../vtkPAutoCorrelativeStatistics.h                |     69 -
 .../vtkPBivariateLinearTableThreshold.cxx          |    119 -
 .../vtkPBivariateLinearTableThreshold.h            |     63 -
 .../vtkPContingencyStatistics.cxx                  |    585 -
 .../ParallelStatistics/vtkPContingencyStatistics.h |    100 -
 .../vtkPCorrelativeStatistics.cxx                  |    186 -
 .../ParallelStatistics/vtkPCorrelativeStatistics.h |     74 -
 .../vtkPDescriptiveStatistics.cxx                  |    182 -
 .../ParallelStatistics/vtkPDescriptiveStatistics.h |     67 -
 .../ParallelStatistics/vtkPKMeansStatistics.cxx    |    255 -
 .../ParallelStatistics/vtkPKMeansStatistics.h      |     87 -
 .../vtkPMultiCorrelativeStatistics.cxx             |    214 -
 .../vtkPMultiCorrelativeStatistics.h               |     72 -
 .../ParallelStatistics/vtkPOrderStatistics.cxx     |    527 -
 .../ParallelStatistics/vtkPOrderStatistics.h       |    101 -
 .../ParallelStatistics/vtkPPCAStatistics.cxx       |     93 -
 VTK/Filters/ParallelStatistics/vtkPPCAStatistics.h |     76 -
 VTK/Filters/Programmable/CMakeLists.txt            |      7 -
 .../Programmable/Testing/Cxx/CMakeLists.txt        |     25 -
 .../Testing/Cxx/TestProgrammableGlyph.cxx          |    136 -
 .../Testing/Python/MultidimensionalSolution.py     |    174 -
 .../Programmable/Testing/Python/progGlyphs.py      |     64 -
 .../Testing/Python/progGlyphsBySource.py           |     83 -
 .../Programmable/Testing/Tcl/CMakeLists.txt        |      6 -
 .../Testing/Tcl/MultidimensionalSolution.tcl       |    209 -
 .../Programmable/Testing/Tcl/progGlyphs.tcl        |     72 -
 .../Testing/Tcl/progGlyphsBySource.tcl             |     93 -
 VTK/Filters/Programmable/module.cmake              |     10 -
 .../vtkProgrammableAttributeDataFilter.cxx         |    155 -
 .../vtkProgrammableAttributeDataFilter.h           |    141 -
 VTK/Filters/Programmable/vtkProgrammableFilter.cxx |    255 -
 VTK/Filters/Programmable/vtkProgrammableFilter.h   |    131 -
 .../Programmable/vtkProgrammableGlyphFilter.cxx    |    371 -
 .../Programmable/vtkProgrammableGlyphFilter.h      |    157 -
 VTK/Filters/ReebGraph/CMakeLists.txt               |     12 -
 VTK/Filters/ReebGraph/Testing/Cxx/CMakeLists.txt   |      2 -
 .../ReebGraph/Testing/Cxx/TestReebGraph.cxx        |   4879 -
 VTK/Filters/ReebGraph/module.cmake                 |      8 -
 .../ReebGraph/vtkReebGraphSimplificationFilter.cxx |     97 -
 .../ReebGraph/vtkReebGraphSimplificationFilter.h   |     69 -
 .../vtkReebGraphSurfaceSkeletonFilter.cxx          |    385 -
 .../ReebGraph/vtkReebGraphSurfaceSkeletonFilter.h  |     95 -
 .../vtkReebGraphToJoinSplitTreeFilter.cxx          |    440 -
 .../ReebGraph/vtkReebGraphToJoinSplitTreeFilter.h  |     82 -
 .../ReebGraph/vtkReebGraphVolumeSkeletonFilter.cxx |    381 -
 .../ReebGraph/vtkReebGraphVolumeSkeletonFilter.h   |     97 -
 .../vtkUnstructuredGridToReebGraphFilter.cxx       |    100 -
 .../vtkUnstructuredGridToReebGraphFilter.h         |     66 -
 VTK/Filters/Selection/CMakeLists.txt               |      7 -
 VTK/Filters/Selection/Testing/Cxx/CMakeLists.txt   |     39 -
 .../Testing/Cxx/TestCellDistanceSelector2D.cxx     |    259 -
 .../Testing/Cxx/TestCellDistanceSelector3D.cxx     |    259 -
 .../Selection/Testing/Cxx/TestLinearSelector2D.cxx |    157 -
 .../Selection/Testing/Cxx/TestLinearSelector3D.cxx |    233 -
 VTK/Filters/Selection/module.cmake                 |     16 -
 VTK/Filters/Selection/vtkCellDistanceSelector.cxx  |    364 -
 VTK/Filters/Selection/vtkCellDistanceSelector.h    |    128 -
 VTK/Filters/Selection/vtkKdTreeSelector.cxx        |    301 -
 VTK/Filters/Selection/vtkKdTreeSelector.h          |    119 -
 VTK/Filters/Selection/vtkLinearSelector.cxx        |    277 -
 VTK/Filters/Selection/vtkLinearSelector.h          |    125 -
 VTK/Filters/Sources/CMakeLists.txt                 |     43 -
 .../Testing/Cxx/ArrayAPIDenseCoordinates.cxx       |     97 -
 .../Testing/Cxx/ArrayDiagonalMatrixSource.cxx      |     95 -
 VTK/Filters/Sources/Testing/Cxx/TestLineSource.cxx |    101 -
 VTK/Filters/Sources/Testing/Cxx/TestMultiBlock.cxx |    161 -
 .../Testing/Cxx/TestTessellatedBoxSource.cxx       |     88 -
 VTK/Filters/Sources/Testing/Python/Disk.py         |     33 -
 VTK/Filters/Sources/Testing/Python/OSCone.py       |     19 -
 .../Sources/Testing/Python/TestButtonSource.py     |    113 -
 .../Sources/Testing/Python/TestPlatonicSolids.py   |    179 -
 .../Testing/Python/TestRegularPolygonSource.py     |     51 -
 .../Sources/Testing/Python/coneResolution.py       |     60 -
 VTK/Filters/Sources/Testing/Python/glyph2D.py      |    113 -
 VTK/Filters/Sources/Testing/Tcl/CMakeLists.txt     |      7 -
 VTK/Filters/Sources/Testing/Tcl/Disk.tcl           |     40 -
 VTK/Filters/Sources/Testing/Tcl/OSCone.tcl         |     23 -
 .../Sources/Testing/Tcl/TestButtonSource.tcl       |    101 -
 .../Sources/Testing/Tcl/TestPlatonicSolids.tcl     |    117 -
 .../Testing/Tcl/TestRegularPolygonSource.tcl       |     61 -
 VTK/Filters/Sources/Testing/Tcl/coneResolution.tcl |     69 -
 VTK/Filters/Sources/Testing/Tcl/glyph2D.tcl        |    114 -
 VTK/Filters/Sources/Testing/Tcl/squadViewer.tcl    |    136 -
 VTK/Filters/Sources/module.cmake                   |     15 -
 VTK/Filters/Sources/vtkArcSource.cxx               |    243 -
 VTK/Filters/Sources/vtkArcSource.h                 |    125 -
 VTK/Filters/Sources/vtkArrowSource.cxx             |    135 -
 VTK/Filters/Sources/vtkArrowSource.h               |     97 -
 VTK/Filters/Sources/vtkButtonSource.cxx            |     60 -
 VTK/Filters/Sources/vtkButtonSource.h              |    112 -
 VTK/Filters/Sources/vtkConeSource.cxx              |    329 -
 VTK/Filters/Sources/vtkConeSource.h                |    113 -
 VTK/Filters/Sources/vtkCubeSource.cxx              |    203 -
 VTK/Filters/Sources/vtkCubeSource.h                |     75 -
 VTK/Filters/Sources/vtkCylinderSource.cxx          |    217 -
 VTK/Filters/Sources/vtkCylinderSource.h            |     82 -
 VTK/Filters/Sources/vtkDiagonalMatrixSource.cxx    |    166 -
 VTK/Filters/Sources/vtkDiagonalMatrixSource.h      |    111 -
 VTK/Filters/Sources/vtkDiskSource.cxx              |    126 -
 VTK/Filters/Sources/vtkDiskSource.h                |     72 -
 VTK/Filters/Sources/vtkEllipticalButtonSource.cxx  |    443 -
 VTK/Filters/Sources/vtkEllipticalButtonSource.h    |    138 -
 VTK/Filters/Sources/vtkFrustumSource.cxx           |    425 -
 VTK/Filters/Sources/vtkFrustumSource.h             |     96 -
 VTK/Filters/Sources/vtkGlyphSource2D.cxx           |    601 -
 VTK/Filters/Sources/vtkGlyphSource2D.h             |    183 -
 VTK/Filters/Sources/vtkGraphToPolyData.cxx         |    227 -
 VTK/Filters/Sources/vtkGraphToPolyData.h           |     87 -
 .../Sources/vtkHyperOctreeFractalSource.cxx        |    496 -
 VTK/Filters/Sources/vtkHyperOctreeFractalSource.h  |    143 -
 VTK/Filters/Sources/vtkHyperTreeGridSource.cxx     |   1182 -
 VTK/Filters/Sources/vtkHyperTreeGridSource.h       |    264 -
 VTK/Filters/Sources/vtkLineSource.cxx              |    246 -
 VTK/Filters/Sources/vtkLineSource.h                |     82 -
 VTK/Filters/Sources/vtkOutlineCornerFilter.cxx     |     80 -
 VTK/Filters/Sources/vtkOutlineCornerFilter.h       |     58 -
 VTK/Filters/Sources/vtkOutlineCornerSource.cxx     |    117 -
 VTK/Filters/Sources/vtkOutlineCornerSource.h       |     54 -
 VTK/Filters/Sources/vtkOutlineSource.cxx           |    235 -
 VTK/Filters/Sources/vtkOutlineSource.h             |     85 -
 .../Sources/vtkParametricFunctionSource.cxx        |    680 -
 VTK/Filters/Sources/vtkParametricFunctionSource.h  |    203 -
 VTK/Filters/Sources/vtkPlaneSource.cxx             |    429 -
 VTK/Filters/Sources/vtkPlaneSource.h               |    137 -
 VTK/Filters/Sources/vtkPlatonicSolidSource.cxx     |    218 -
 VTK/Filters/Sources/vtkPlatonicSolidSource.h       |     72 -
 VTK/Filters/Sources/vtkPointSource.cxx             |    125 -
 VTK/Filters/Sources/vtkPointSource.h               |     84 -
 .../Sources/vtkProgrammableDataObjectSource.cxx    |    107 -
 .../Sources/vtkProgrammableDataObjectSource.h      |     80 -
 VTK/Filters/Sources/vtkProgrammableSource.cxx      |    335 -
 VTK/Filters/Sources/vtkProgrammableSource.h        |    122 -
 VTK/Filters/Sources/vtkRectangularButtonSource.cxx |    246 -
 VTK/Filters/Sources/vtkRectangularButtonSource.h   |    125 -
 VTK/Filters/Sources/vtkRegularPolygonSource.cxx    |    193 -
 VTK/Filters/Sources/vtkRegularPolygonSource.h      |     94 -
 VTK/Filters/Sources/vtkSelectionSource.cxx         |    534 -
 VTK/Filters/Sources/vtkSelectionSource.h           |    163 -
 VTK/Filters/Sources/vtkSphereSource.cxx            |    327 -
 VTK/Filters/Sources/vtkSphereSource.h              |    124 -
 VTK/Filters/Sources/vtkSuperquadricSource.cxx      |    474 -
 VTK/Filters/Sources/vtkSuperquadricSource.h        |    151 -
 VTK/Filters/Sources/vtkTessellatedBoxSource.cxx    |    700 -
 VTK/Filters/Sources/vtkTessellatedBoxSource.h      |    144 -
 VTK/Filters/Sources/vtkTextSource.cxx              |    451 -
 VTK/Filters/Sources/vtkTextSource.h                |     84 -
 VTK/Filters/Sources/vtkTexturedSphereSource.cxx    |    159 -
 VTK/Filters/Sources/vtkTexturedSphereSource.h      |     83 -
 VTK/Filters/Statistics/CMakeLists.txt              |     23 -
 VTK/Filters/Statistics/Testing/Cxx/CMakeLists.txt  |     23 -
 .../Testing/Cxx/TestAutoCorrelativeStatistics.cxx  |    542 -
 .../Testing/Cxx/TestContingencyStatistics.cxx      |    411 -
 .../Testing/Cxx/TestCorrelativeStatistics.cxx      |    728 -
 .../Testing/Cxx/TestDescriptiveStatistics.cxx      |    791 -
 .../Testing/Cxx/TestKMeansStatistics.cxx           |    254 -
 .../Testing/Cxx/TestMultiCorrelativeStatistics.cxx |    209 -
 .../Statistics/Testing/Cxx/TestOrderStatistics.cxx |    623 -
 .../Statistics/Testing/Cxx/TestPCAStatistics.cxx   |    382 -
 .../Statistics/Testing/Python/CMakeLists.txt       |      9 -
 .../Testing/Python/kMeansDistanceCalculator.py     |     61 -
 VTK/Filters/Statistics/module.cmake                |     13 -
 .../Statistics/vtkAutoCorrelativeStatistics.cxx    |    667 -
 .../Statistics/vtkAutoCorrelativeStatistics.h      |    120 -
 .../vtkBivariateLinearTableThreshold.cxx           |    386 -
 .../Statistics/vtkBivariateLinearTableThreshold.h  |    208 -
 .../Statistics/vtkContingencyStatistics.cxx        |   1102 -
 VTK/Filters/Statistics/vtkContingencyStatistics.h  |    122 -
 .../Statistics/vtkCorrelativeStatistics.cxx        |    966 -
 VTK/Filters/Statistics/vtkCorrelativeStatistics.h  |    111 -
 .../Statistics/vtkDescriptiveStatistics.cxx        |    764 -
 VTK/Filters/Statistics/vtkDescriptiveStatistics.h  |    154 -
 VTK/Filters/Statistics/vtkKMeansAssessFunctor.h    |     20 -
 .../Statistics/vtkKMeansDistanceFunctor.cxx        |    201 -
 VTK/Filters/Statistics/vtkKMeansDistanceFunctor.h  |     96 -
 .../vtkKMeansDistanceFunctorCalculator.cxx         |     94 -
 .../vtkKMeansDistanceFunctorCalculator.h           |     65 -
 VTK/Filters/Statistics/vtkKMeansStatistics.cxx     |    841 -
 VTK/Filters/Statistics/vtkKMeansStatistics.h       |    252 -
 .../Statistics/vtkMultiCorrelativeStatistics.cxx   |    809 -
 .../Statistics/vtkMultiCorrelativeStatistics.h     |    124 -
 .../vtkMultiCorrelativeStatisticsAssessFunctor.h   |     40 -
 VTK/Filters/Statistics/vtkOrderStatistics.cxx      |   1027 -
 VTK/Filters/Statistics/vtkOrderStatistics.h        |    153 -
 VTK/Filters/Statistics/vtkPCAStatistics.cxx        |   1088 -
 VTK/Filters/Statistics/vtkPCAStatistics.h          |    268 -
 VTK/Filters/Statistics/vtkStatisticsAlgorithm.cxx  |    416 -
 VTK/Filters/Statistics/vtkStatisticsAlgorithm.h    |    314 -
 .../Statistics/vtkStatisticsAlgorithmPrivate.h     |    176 -
 VTK/Filters/Statistics/vtkStrahlerMetric.cxx       |    159 -
 VTK/Filters/Statistics/vtkStrahlerMetric.h         |     92 -
 VTK/Filters/Statistics/vtkStreamingStatistics.cxx  |    175 -
 VTK/Filters/Statistics/vtkStreamingStatistics.h    |     95 -
 VTK/Filters/StatisticsGnuR/CMakeLists.txt          |     65 -
 .../StatisticsGnuR/Testing/Cxx/CMakeLists.txt      |     35 -
 .../Testing/Cxx/TestRCalculatorFilter.cxx          |    248 -
 .../StatisticsGnuR/Testing/Cxx/TestRInterface.cxx  |    260 -
 .../Testing/Cxx/TestRRandomTableSource.cxx         |    137 -
 VTK/Filters/StatisticsGnuR/module.cmake            |     12 -
 .../vtkContingencyStatisticsGnuR.cxx               |    110 -
 .../StatisticsGnuR/vtkContingencyStatisticsGnuR.h  |     71 -
 .../vtkCorrelativeStatisticsGnuR.cxx               |     79 -
 .../StatisticsGnuR/vtkCorrelativeStatisticsGnuR.h  |     70 -
 .../vtkDescriptiveStatisticsGnuR.cxx               |     79 -
 .../StatisticsGnuR/vtkDescriptiveStatisticsGnuR.h  |     68 -
 .../vtkFiltersStatisticsGnuRConfigure.h.in         |     23 -
 .../StatisticsGnuR/vtkPCAStatisticsGnuR.cxx        |     82 -
 VTK/Filters/StatisticsGnuR/vtkPCAStatisticsGnuR.h  |     73 -
 VTK/Filters/StatisticsGnuR/vtkRAdapter.cxx         |    846 -
 VTK/Filters/StatisticsGnuR/vtkRAdapter.h           |    130 -
 .../StatisticsGnuR/vtkRCalculatorFilter.cxx        |   1079 -
 VTK/Filters/StatisticsGnuR/vtkRCalculatorFilter.h  |    200 -
 VTK/Filters/StatisticsGnuR/vtkRInterface.cxx       |    461 -
 VTK/Filters/StatisticsGnuR/vtkRInterface.h         |    135 -
 .../StatisticsGnuR/vtkRRandomTableSource.cxx       |    431 -
 VTK/Filters/StatisticsGnuR/vtkRRandomTableSource.h |    235 -
 VTK/Filters/Texture/CMakeLists.txt                 |     11 -
 .../Testing/Python/AutomaticPlaneGeneration.py     |     40 -
 VTK/Filters/Texture/Testing/Python/cylMap.py       |     53 -
 VTK/Filters/Texture/Testing/Python/socbal.py       |    429 -
 .../Texture/Testing/Python/textureThreshold.py     |    121 -
 .../Texture/Testing/Python/triangularTCoords.py    |     74 -
 .../Testing/Tcl/AutomaticPlaneGeneration.tcl       |     49 -
 VTK/Filters/Texture/Testing/Tcl/CMakeLists.txt     |      8 -
 VTK/Filters/Texture/Testing/Tcl/cylMap.tcl         |     62 -
 VTK/Filters/Texture/Testing/Tcl/socbal.tcl         |    445 -
 .../Texture/Testing/Tcl/textureThreshold.tcl       |    135 -
 .../Texture/Testing/Tcl/triangularTCoords.tcl      |     65 -
 VTK/Filters/Texture/module.cmake                   |      6 -
 VTK/Filters/Texture/vtkImplicitTextureCoords.cxx   |    230 -
 VTK/Filters/Texture/vtkImplicitTextureCoords.h     |    104 -
 VTK/Filters/Texture/vtkTextureMapToCylinder.cxx    |    196 -
 VTK/Filters/Texture/vtkTextureMapToCylinder.h      |    105 -
 VTK/Filters/Texture/vtkTextureMapToPlane.cxx       |    340 -
 VTK/Filters/Texture/vtkTextureMapToPlane.h         |    112 -
 VTK/Filters/Texture/vtkTextureMapToSphere.cxx      |    204 -
 VTK/Filters/Texture/vtkTextureMapToSphere.h        |     96 -
 VTK/Filters/Texture/vtkThresholdTextureCoords.cxx  |    169 -
 VTK/Filters/Texture/vtkThresholdTextureCoords.h    |    109 -
 VTK/Filters/Texture/vtkTransformTextureCoords.cxx  |    192 -
 VTK/Filters/Texture/vtkTransformTextureCoords.h    |    113 -
 VTK/Filters/Texture/vtkTriangularTCoords.cxx       |    205 -
 VTK/Filters/Texture/vtkTriangularTCoords.h         |     53 -
 VTK/Filters/Verdict/CMakeLists.txt                 |      7 -
 VTK/Filters/Verdict/Testing/Cxx/CMakeLists.txt     |     23 -
 VTK/Filters/Verdict/Testing/Cxx/MeshQuality.cxx    |    186 -
 VTK/Filters/Verdict/Testing/Python/CMakeLists.txt  |      3 -
 VTK/Filters/Verdict/Testing/Python/MeshQuality.py  |    119 -
 VTK/Filters/Verdict/module.cmake                   |     10 -
 VTK/Filters/Verdict/vtkCellQuality.cxx             |    366 -
 VTK/Filters/Verdict/vtkCellQuality.h               |    371 -
 VTK/Filters/Verdict/vtkMatrixMathFilter.cxx        |    241 -
 VTK/Filters/Verdict/vtkMatrixMathFilter.h          |     92 -
 VTK/Filters/Verdict/vtkMeshQuality.cxx             |   1693 -
 VTK/Filters/Verdict/vtkMeshQuality.h               |    900 -
 VTK/GUISupport/MFC/CMakeLists.txt                  |     36 -
 VTK/GUISupport/MFC/VTKMFCSettings.cmake            |     90 -
 VTK/GUISupport/MFC/module.cmake                    |     11 -
 VTK/GUISupport/MFC/vtkMFCConfigure.h.in            |     23 -
 VTK/GUISupport/MFC/vtkMFCWindow.cpp                |    291 -
 VTK/GUISupport/MFC/vtkMFCWindow.h                  |     84 -
 VTK/GUISupport/Qt/CMakeLists.txt                   |    157 -
 VTK/GUISupport/Qt/CTestCustom.ctest.in             |      6 -
 VTK/GUISupport/Qt/PluginInstall.cmake.in           |     14 -
 VTK/GUISupport/Qt/Q4VTKWidgetPlugin.cxx            |    148 -
 VTK/GUISupport/Qt/Q4VTKWidgetPlugin.h              |     76 -
 VTK/GUISupport/Qt/QFilterTreeProxyModel.cxx        |     74 -
 VTK/GUISupport/Qt/QFilterTreeProxyModel.h          |     64 -
 VTK/GUISupport/Qt/QVTKApplication.cxx              |     63 -
 VTK/GUISupport/Qt/QVTKApplication.h                |     86 -
 VTK/GUISupport/Qt/QVTKInteractor.cxx               |    265 -
 VTK/GUISupport/Qt/QVTKInteractor.h                 |    141 -
 VTK/GUISupport/Qt/QVTKInteractor.sip               |     22 -
 VTK/GUISupport/Qt/QVTKInteractorAdapter.cxx        |    455 -
 VTK/GUISupport/Qt/QVTKInteractorAdapter.h          |     68 -
 VTK/GUISupport/Qt/QVTKInteractorAdapter.sip        |     17 -
 VTK/GUISupport/Qt/QVTKInteractorInternal.h         |     59 -
 VTK/GUISupport/Qt/QVTKPaintEngine.cxx              |    109 -
 VTK/GUISupport/Qt/QVTKPaintEngine.h                |     80 -
 VTK/GUISupport/Qt/QVTKWidget.cxx                   |    894 -
 VTK/GUISupport/Qt/QVTKWidget.h                     |    283 -
 VTK/GUISupport/Qt/QVTKWidget.sip                   |     45 -
 VTK/GUISupport/Qt/QVTKWidget.xpm                   |    368 -
 VTK/GUISupport/Qt/QVTKWin32Header.h                |     36 -
 VTK/GUISupport/Qt/README                           |      5 -
 VTK/GUISupport/Qt/Testing/Cxx/CMakeLists.txt       |     31 -
 VTK/GUISupport/Qt/Testing/Cxx/QTestApp.cxx         |    161 -
 VTK/GUISupport/Qt/Testing/Cxx/QTestApp.h           |     69 -
 .../Qt/Testing/Cxx/TestQtDebugLeaksView.cxx        |    169 -
 .../Qt/Testing/Cxx/TestQtTableModelAdapter.cxx     |     83 -
 .../Qt/Testing/Cxx/TestQtTreeModelAdapter.cxx      |    122 -
 VTK/GUISupport/Qt/Testing/Python/TestConnection.py |     26 -
 .../Python/TestQVTKRenderWindowInteractor.py       |     44 -
 VTK/GUISupport/Qt/Testing/Python/TestQVTKWidget.py |     40 -
 .../Qt/Testing/Python/TestQVTKWidget2.py           |     39 -
 .../Qt/Testing/Python/TestTimeUtility.py           |     25 -
 .../Qt/Testing/Python/TestvtkQtTableView.py        |     33 -
 VTK/GUISupport/Qt/module.cmake                     |     12 -
 VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx        |    149 -
 VTK/GUISupport/Qt/vtkEventQtSlotConnect.h          |    103 -
 VTK/GUISupport/Qt/vtkQtAbstractModelAdapter.cxx    |     40 -
 VTK/GUISupport/Qt/vtkQtAbstractModelAdapter.h      |    135 -
 VTK/GUISupport/Qt/vtkQtAbstractModelAdapter.sip    |     41 -
 .../Qt/vtkQtAnnotationLayersModelAdapter.cxx       |    489 -
 .../Qt/vtkQtAnnotationLayersModelAdapter.h         |    100 -
 .../Qt/vtkQtAnnotationLayersModelAdapter.sip       |     39 -
 VTK/GUISupport/Qt/vtkQtConnection.cxx              |    151 -
 VTK/GUISupport/Qt/vtkQtConnection.h                |    102 -
 VTK/GUISupport/Qt/vtkQtDebugLeaksModel.cxx         |    306 -
 VTK/GUISupport/Qt/vtkQtDebugLeaksModel.h           |     94 -
 VTK/GUISupport/Qt/vtkQtDebugLeaksView.cxx          |    242 -
 VTK/GUISupport/Qt/vtkQtDebugLeaksView.h            |     83 -
 VTK/GUISupport/Qt/vtkQtTableModelAdapter.cxx       |    879 -
 VTK/GUISupport/Qt/vtkQtTableModelAdapter.h         |    143 -
 VTK/GUISupport/Qt/vtkQtTableModelAdapter.sip       |     70 -
 VTK/GUISupport/Qt/vtkQtTreeModelAdapter.cxx        |    585 -
 VTK/GUISupport/Qt/vtkQtTreeModelAdapter.h          |    117 -
 VTK/GUISupport/Qt/vtkQtTreeModelAdapter.sip        |     45 -
 VTK/GUISupport/Qt/vtkTDxQtUnixDevices.cxx          |    116 -
 VTK/GUISupport/Qt/vtkTDxQtUnixDevices.h            |     62 -
 VTK/GUISupport/QtOpenGL/CMakeLists.txt             |     19 -
 VTK/GUISupport/QtOpenGL/QVTKGraphicsItem.cxx       |    334 -
 VTK/GUISupport/QtOpenGL/QVTKGraphicsItem.h         |    114 -
 VTK/GUISupport/QtOpenGL/QVTKGraphicsItem.sip       |     47 -
 VTK/GUISupport/QtOpenGL/QVTKWidget2.cxx            |    462 -
 VTK/GUISupport/QtOpenGL/QVTKWidget2.h              |    158 -
 VTK/GUISupport/QtOpenGL/QVTKWidget2.sip            |     45 -
 VTK/GUISupport/QtOpenGL/module.cmake               |     10 -
 VTK/GUISupport/QtSQL/CMakeLists.txt                |     23 -
 .../QtSQL/Testing/Cxx/TestQtSQLDatabase.cxx        |    286 -
 VTK/GUISupport/QtSQL/module.cmake                  |      9 -
 VTK/GUISupport/QtSQL/vtkQtSQLDatabase.cxx          |    339 -
 VTK/GUISupport/QtSQL/vtkQtSQLDatabase.h            |    177 -
 VTK/GUISupport/QtSQL/vtkQtSQLQuery.cxx             |    230 -
 VTK/GUISupport/QtSQL/vtkQtSQLQuery.h               |    100 -
 VTK/GUISupport/QtSQL/vtkQtTimePointUtility.cxx     |     61 -
 VTK/GUISupport/QtSQL/vtkQtTimePointUtility.h       |     51 -
 VTK/GUISupport/QtWebkit/CMakeLists.txt             |     22 -
 VTK/GUISupport/QtWebkit/module.cmake               |      9 -
 VTK/GUISupport/QtWebkit/vtkQtRichTextView.cxx      |    321 -
 VTK/GUISupport/QtWebkit/vtkQtRichTextView.h        |    132 -
 VTK/GUISupport/QtWebkit/vtkQtRichTextView.ui       |    117 -
 VTK/Geovis/Core/CMakeLists.txt                     |     37 -
 VTK/Geovis/Core/Testing/Cxx/CMakeLists.txt         |     27 -
 .../Cxx/TestCoincidentGeoGraphRepresentation2D.cxx |    285 -
 .../Core/Testing/Cxx/TestGeoAssignCoordinates.cxx  |     84 -
 VTK/Geovis/Core/Testing/Cxx/TestGeoGraticule.cxx   |     83 -
 VTK/Geovis/Core/Testing/Cxx/TestGeoProjection.cxx  |     19 -
 VTK/Geovis/Core/Testing/Cxx/TestGlobeSource.cxx    |    130 -
 .../Core/Testing/Cxx/TestLabeledGeoView2D.cxx      |    130 -
 VTK/Geovis/Core/module.cmake                       |     19 -
 VTK/Geovis/Core/vtkCompassRepresentation.cxx       |    809 -
 VTK/Geovis/Core/vtkCompassRepresentation.h         |    203 -
 VTK/Geovis/Core/vtkCompassWidget.cxx               |    398 -
 VTK/Geovis/Core/vtkCompassWidget.h                 |    133 -
 VTK/Geovis/Core/vtkGeoAdaptiveArcs.cxx             |    326 -
 VTK/Geovis/Core/vtkGeoAdaptiveArcs.h               |     98 -
 .../Core/vtkGeoAlignedImageRepresentation.cxx      |    250 -
 VTK/Geovis/Core/vtkGeoAlignedImageRepresentation.h |     93 -
 VTK/Geovis/Core/vtkGeoAlignedImageSource.cxx       |    428 -
 VTK/Geovis/Core/vtkGeoAlignedImageSource.h         |    102 -
 VTK/Geovis/Core/vtkGeoArcs.cxx                     |    179 -
 VTK/Geovis/Core/vtkGeoArcs.h                       |     77 -
 VTK/Geovis/Core/vtkGeoAssignCoordinates.cxx        |    219 -
 VTK/Geovis/Core/vtkGeoAssignCoordinates.h          |    100 -
 VTK/Geovis/Core/vtkGeoCamera.cxx                   |    438 -
 VTK/Geovis/Core/vtkGeoCamera.h                     |    217 -
 VTK/Geovis/Core/vtkGeoFileImageSource.cxx          |    192 -
 VTK/Geovis/Core/vtkGeoFileImageSource.h            |     68 -
 VTK/Geovis/Core/vtkGeoFileTerrainSource.cxx        |    137 -
 VTK/Geovis/Core/vtkGeoFileTerrainSource.h          |     68 -
 VTK/Geovis/Core/vtkGeoGlobeSource.cxx              |    136 -
 VTK/Geovis/Core/vtkGeoGlobeSource.h                |     54 -
 VTK/Geovis/Core/vtkGeoGraticule.cxx                |    304 -
 VTK/Geovis/Core/vtkGeoGraticule.h                  |    124 -
 VTK/Geovis/Core/vtkGeoImageNode.cxx                |    272 -
 VTK/Geovis/Core/vtkGeoImageNode.h                  |    106 -
 VTK/Geovis/Core/vtkGeoInteractorStyle.cxx          |   1117 -
 VTK/Geovis/Core/vtkGeoInteractorStyle.h            |    161 -
 VTK/Geovis/Core/vtkGeoProjection.cxx               |    268 -
 VTK/Geovis/Core/vtkGeoProjection.h                 |    139 -
 VTK/Geovis/Core/vtkGeoProjectionSource.cxx         |    493 -
 VTK/Geovis/Core/vtkGeoProjectionSource.h           |     77 -
 VTK/Geovis/Core/vtkGeoRandomGraphSource.cxx        |     83 -
 VTK/Geovis/Core/vtkGeoRandomGraphSource.h          |     65 -
 VTK/Geovis/Core/vtkGeoSampleArcs.cxx               |    190 -
 VTK/Geovis/Core/vtkGeoSampleArcs.h                 |    103 -
 VTK/Geovis/Core/vtkGeoSource.cxx                   |    250 -
 VTK/Geovis/Core/vtkGeoSource.h                     |    118 -
 VTK/Geovis/Core/vtkGeoSphereTransform.cxx          |    114 -
 VTK/Geovis/Core/vtkGeoSphereTransform.h            |     92 -
 VTK/Geovis/Core/vtkGeoTerrain.cxx                  |    566 -
 VTK/Geovis/Core/vtkGeoTerrain.h                    |    125 -
 VTK/Geovis/Core/vtkGeoTerrain2D.cxx                |    112 -
 VTK/Geovis/Core/vtkGeoTerrain2D.h                  |     96 -
 VTK/Geovis/Core/vtkGeoTerrainNode.cxx              |    305 -
 VTK/Geovis/Core/vtkGeoTerrainNode.h                |    139 -
 VTK/Geovis/Core/vtkGeoTransform.cxx                |    212 -
 VTK/Geovis/Core/vtkGeoTransform.h                  |     90 -
 VTK/Geovis/Core/vtkGeoTreeNode.cxx                 |    256 -
 VTK/Geovis/Core/vtkGeoTreeNode.h                   |    176 -
 VTK/Geovis/Core/vtkGeoTreeNodeCache.cxx            |    168 -
 VTK/Geovis/Core/vtkGeoTreeNodeCache.h              |     98 -
 VTK/Geovis/Core/vtkGlobeSource.cxx                 |    409 -
 VTK/Geovis/Core/vtkGlobeSource.h                   |    159 -
 .../vtkGlobeSourceSphericalToCartesianFigure.eps   |    589 -
 .../vtkGlobeSourceSphericalToCartesianFigure.ipe   |     63 -
 .../vtkGlobeSourceSphericalToCartesianFigure.png   |    Bin 8598 -> 0 bytes
 VTK/IO/AMR/CMakeLists.txt                          |     25 -
 VTK/IO/AMR/Testing/Cxx/CMakeLists.txt              |     24 -
 VTK/IO/AMR/Testing/Cxx/TestAMRReadWrite.cxx        |     48 -
 VTK/IO/AMR/Testing/Cxx/TestEnzoReader.cxx          |    126 -
 VTK/IO/AMR/Testing/Cxx/TestFlashReader.cxx         |    101 -
 VTK/IO/AMR/module.cmake                            |     12 -
 VTK/IO/AMR/vtkAMRBaseParticlesReader.cxx           |    269 -
 VTK/IO/AMR/vtkAMRBaseParticlesReader.h             |    198 -
 VTK/IO/AMR/vtkAMRBaseReader.cxx                    |    605 -
 VTK/IO/AMR/vtkAMRBaseReader.h                      |    256 -
 VTK/IO/AMR/vtkAMRDataSetCache.cxx                  |    243 -
 VTK/IO/AMR/vtkAMRDataSetCache.h                    |    103 -
 VTK/IO/AMR/vtkAMREnzoParticlesReader.cxx           |    433 -
 VTK/IO/AMR/vtkAMREnzoParticlesReader.h             |     92 -
 VTK/IO/AMR/vtkAMREnzoReader.cxx                    |    479 -
 VTK/IO/AMR/vtkAMREnzoReader.h                      |    128 -
 VTK/IO/AMR/vtkAMREnzoReaderInternal.cxx            |   1179 -
 VTK/IO/AMR/vtkAMREnzoReaderInternal.h              |    160 -
 VTK/IO/AMR/vtkAMRFlashParticlesReader.cxx          |    356 -
 VTK/IO/AMR/vtkAMRFlashParticlesReader.h            |     71 -
 VTK/IO/AMR/vtkAMRFlashReader.cxx                   |    277 -
 VTK/IO/AMR/vtkAMRFlashReader.h                     |     88 -
 VTK/IO/AMR/vtkAMRFlashReaderInternal.cxx           |   1609 -
 VTK/IO/AMR/vtkAMRFlashReaderInternal.h             |    209 -
 VTK/IO/Core/CMakeLists.txt                         |     36 -
 VTK/IO/Core/Testing/Cxx/CMakeLists.txt             |     27 -
 VTK/IO/Core/Testing/Cxx/TestArrayDataWriter.cxx    |    117 -
 VTK/IO/Core/Testing/Cxx/TestArrayDenormalized.cxx  |     76 -
 VTK/IO/Core/Testing/Cxx/TestArraySerialization.cxx |    311 -
 VTK/IO/Core/Testing/Cxx/TestCompress.cxx           |     63 -
 VTK/IO/Core/Testing/Cxx/vtkFortran.h               |     95 -
 VTK/IO/Core/Testing/Python/CMakeLists.txt          |      4 -
 VTK/IO/Core/Testing/Python/TestGlobFileNames.py    |     89 -
 VTK/IO/Core/Testing/Python/TestSortFileNames.py    |     94 -
 VTK/IO/Core/Testing/Tcl/CMakeLists.txt             |     15 -
 VTK/IO/Core/Testing/Tcl/TestGlobFileNames.tcl      |     61 -
 VTK/IO/Core/Testing/Tcl/TestSortFileNames.tcl      |     72 -
 VTK/IO/Core/module.cmake                           |     12 -
 VTK/IO/Core/vtkASCIITextCodec.cxx                  |    115 -
 VTK/IO/Core/vtkASCIITextCodec.h                    |     83 -
 VTK/IO/Core/vtkAbstractParticleWriter.cxx          |     54 -
 VTK/IO/Core/vtkAbstractParticleWriter.h            |     86 -
 VTK/IO/Core/vtkArrayDataReader.cxx                 |    145 -
 VTK/IO/Core/vtkArrayDataReader.h                   |     92 -
 VTK/IO/Core/vtkArrayDataWriter.cxx                 |    140 -
 VTK/IO/Core/vtkArrayDataWriter.h                   |    136 -
 VTK/IO/Core/vtkArrayReader.cxx                     |    650 -
 VTK/IO/Core/vtkArrayReader.h                       |     96 -
 VTK/IO/Core/vtkArrayWriter.cxx                     |    475 -
 VTK/IO/Core/vtkArrayWriter.h                       |    138 -
 VTK/IO/Core/vtkBase64InputStream.cxx               |    157 -
 VTK/IO/Core/vtkBase64InputStream.h                 |     71 -
 VTK/IO/Core/vtkBase64OutputStream.cxx              |    134 -
 VTK/IO/Core/vtkBase64OutputStream.h                |     68 -
 VTK/IO/Core/vtkBase64Utilities.cxx                 |    277 -
 VTK/IO/Core/vtkBase64Utilities.h                   |    111 -
 VTK/IO/Core/vtkDataCompressor.cxx                  |    118 -
 VTK/IO/Core/vtkDataCompressor.h                    |     99 -
 VTK/IO/Core/vtkDelimitedTextWriter.cxx             |    287 -
 VTK/IO/Core/vtkDelimitedTextWriter.h               |    107 -
 VTK/IO/Core/vtkGlobFileNames.cxx                   |    167 -
 VTK/IO/Core/vtkGlobFileNames.h                     |    114 -
 VTK/IO/Core/vtkInputStream.cxx                     |     73 -
 VTK/IO/Core/vtkInputStream.h                       |     83 -
 VTK/IO/Core/vtkJavaScriptDataWriter.cxx            |    201 -
 VTK/IO/Core/vtkJavaScriptDataWriter.h              |     99 -
 VTK/IO/Core/vtkOutputStream.cxx                    |     66 -
 VTK/IO/Core/vtkOutputStream.h                      |     74 -
 VTK/IO/Core/vtkSortFileNames.cxx                   |    592 -
 VTK/IO/Core/vtkSortFileNames.h                     |    148 -
 VTK/IO/Core/vtkTextCodec.cxx                       |    117 -
 VTK/IO/Core/vtkTextCodec.h                         |    107 -
 VTK/IO/Core/vtkTextCodecFactory.cxx                |    210 -
 VTK/IO/Core/vtkTextCodecFactory.h                  |     97 -
 VTK/IO/Core/vtkUTF16TextCodec.cxx                  |    257 -
 VTK/IO/Core/vtkUTF16TextCodec.h                    |     92 -
 VTK/IO/Core/vtkUTF8TextCodec.cxx                   |    162 -
 VTK/IO/Core/vtkUTF8TextCodec.h                     |     82 -
 VTK/IO/Core/vtkWriter.cxx                          |    231 -
 VTK/IO/Core/vtkWriter.h                            |     93 -
 VTK/IO/Core/vtkZLibDataCompressor.cxx              |     98 -
 VTK/IO/Core/vtkZLibDataCompressor.h                |     66 -
 VTK/IO/EnSight/CMakeLists.txt                      |     16 -
 VTK/IO/EnSight/Testing/Python/EnSight6Elements.py  |     45 -
 VTK/IO/EnSight/Testing/Python/EnSight6OfficeBin.py |     59 -
 VTK/IO/EnSight/Testing/Python/EnSightBlow1ASCII.py |     42 -
 VTK/IO/EnSight/Testing/Python/EnSightBlow1Bin.py   |     42 -
 VTK/IO/EnSight/Testing/Python/EnSightBlow2ASCII.py |     42 -
 VTK/IO/EnSight/Testing/Python/EnSightBlow2Bin.py   |     42 -
 VTK/IO/EnSight/Testing/Python/EnSightBlow3Bin.py   |     42 -
 VTK/IO/EnSight/Testing/Python/EnSightBlow4Bin.py   |     42 -
 VTK/IO/EnSight/Testing/Python/EnSightBlow5ASCII.py |     42 -
 VTK/IO/EnSight/Testing/Python/EnSightCompound.py   |     36 -
 .../EnSight/Testing/Python/EnSightGoldElements.py  |     35 -
 .../EnSight/Testing/Python/EnSightIronProtASCII.py |     45 -
 .../EnSight/Testing/Python/EnSightIronProtBin.py   |     45 -
 VTK/IO/EnSight/Testing/Python/EnSightMandelbrot.py |     50 -
 .../EnSight/Testing/Python/EnSightNfacedASCII.py   |     41 -
 VTK/IO/EnSight/Testing/Python/EnSightNfacedBin.py  |     41 -
 .../EnSight/Testing/Python/EnSightOfficeASCII.py   |     62 -
 VTK/IO/EnSight/Testing/Python/EnSightOfficeBin.py  |     62 -
 .../EnSight/Testing/Python/EnSightRectGridASCII.py |    148 -
 .../EnSight/Testing/Python/EnSightRectGridBin.py   |    147 -
 .../EnSight/Testing/Python/EnSightSelectArrays.py  |     43 -
 VTK/IO/EnSight/Testing/Python/nacaBinary.py        |     39 -
 VTK/IO/EnSight/Testing/Tcl/CMakeLists.txt          |     39 -
 VTK/IO/EnSight/Testing/Tcl/EnSight6Elements.tcl    |     53 -
 VTK/IO/EnSight/Testing/Tcl/EnSight6OfficeBin.tcl   |     69 -
 VTK/IO/EnSight/Testing/Tcl/EnSightBlow1ASCII.tcl   |     52 -
 VTK/IO/EnSight/Testing/Tcl/EnSightBlow1Bin.tcl     |     52 -
 VTK/IO/EnSight/Testing/Tcl/EnSightBlow2ASCII.tcl   |     52 -
 VTK/IO/EnSight/Testing/Tcl/EnSightBlow2Bin.tcl     |     52 -
 VTK/IO/EnSight/Testing/Tcl/EnSightBlow3Bin.tcl     |     52 -
 VTK/IO/EnSight/Testing/Tcl/EnSightBlow4Bin.tcl     |     52 -
 VTK/IO/EnSight/Testing/Tcl/EnSightBlow5ASCII.tcl   |     52 -
 VTK/IO/EnSight/Testing/Tcl/EnSightCompound.tcl     |     43 -
 VTK/IO/EnSight/Testing/Tcl/EnSightGoldElements.tcl |     41 -
 .../EnSight/Testing/Tcl/EnSightIronProtASCII.tcl   |     53 -
 VTK/IO/EnSight/Testing/Tcl/EnSightIronProtBin.tcl  |     53 -
 VTK/IO/EnSight/Testing/Tcl/EnSightMandelbrot.tcl   |     60 -
 VTK/IO/EnSight/Testing/Tcl/EnSightNfacedASCII.tcl  |     51 -
 VTK/IO/EnSight/Testing/Tcl/EnSightNfacedBin.tcl    |     51 -
 VTK/IO/EnSight/Testing/Tcl/EnSightOfficeASCII.tcl  |     70 -
 VTK/IO/EnSight/Testing/Tcl/EnSightOfficeBin.tcl    |     71 -
 .../EnSight/Testing/Tcl/EnSightRectGridASCII.tcl   |    131 -
 VTK/IO/EnSight/Testing/Tcl/EnSightRectGridBin.tcl  |    130 -
 VTK/IO/EnSight/Testing/Tcl/EnSightSelectArrays.tcl |     54 -
 VTK/IO/EnSight/Testing/Tcl/nacaBinary.tcl          |     48 -
 VTK/IO/EnSight/module.cmake                        |      6 -
 VTK/IO/EnSight/vtkEnSight6BinaryReader.cxx         |   2933 -
 VTK/IO/EnSight/vtkEnSight6BinaryReader.h           |    174 -
 VTK/IO/EnSight/vtkEnSight6Reader.cxx               |   2244 -
 VTK/IO/EnSight/vtkEnSight6Reader.h                 |    136 -
 VTK/IO/EnSight/vtkEnSightGoldBinaryReader.cxx      |   4129 -
 VTK/IO/EnSight/vtkEnSightGoldBinaryReader.h        |    197 -
 VTK/IO/EnSight/vtkEnSightGoldReader.cxx            |   2980 -
 VTK/IO/EnSight/vtkEnSightGoldReader.h              |    181 -
 VTK/IO/EnSight/vtkEnSightMasterServerReader.cxx    |    215 -
 VTK/IO/EnSight/vtkEnSightMasterServerReader.h      |     67 -
 VTK/IO/EnSight/vtkEnSightReader.cxx                |   2282 -
 VTK/IO/EnSight/vtkEnSightReader.h                  |    336 -
 VTK/IO/EnSight/vtkGenericEnSightReader.cxx         |   1694 -
 VTK/IO/EnSight/vtkGenericEnSightReader.h           |    371 -
 VTK/IO/Exodus/CMakeLists.txt                       |     17 -
 VTK/IO/Exodus/Testing/Cxx/CMakeLists.txt           |     29 -
 .../Testing/Cxx/TestMultiBlockExodusWrite.cxx      |    188 -
 VTK/IO/Exodus/module.cmake                         |     12 -
 VTK/IO/Exodus/vtkExodusIICache.cxx                 |    287 -
 VTK/IO/Exodus/vtkExodusIICache.h                   |    207 -
 VTK/IO/Exodus/vtkExodusIIReader.cxx                |   6174 -
 VTK/IO/Exodus/vtkExodusIIReader.h                  |    796 -
 VTK/IO/Exodus/vtkExodusIIReaderParser.cxx          |    435 -
 VTK/IO/Exodus/vtkExodusIIReaderParser.h            |    170 -
 VTK/IO/Exodus/vtkExodusIIReaderPrivate.h           |    827 -
 VTK/IO/Exodus/vtkExodusIIReaderVariableCheck.cxx   |    475 -
 VTK/IO/Exodus/vtkExodusIIReaderVariableCheck.h     |    122 -
 VTK/IO/Exodus/vtkExodusIIWriter.cxx                |   2994 -
 VTK/IO/Exodus/vtkExodusIIWriter.h                  |    345 -
 VTK/IO/Exodus/vtkExodusModel.cxx                   |   1292 -
 VTK/IO/Exodus/vtkExodusModel.h                     |    217 -
 VTK/IO/Exodus/vtkModelMetadata.cxx                 |   4356 -
 VTK/IO/Exodus/vtkModelMetadata.h                   |    930 -
 VTK/IO/Export/CMakeLists.txt                       |     33 -
 VTK/IO/Export/Testing/Cxx/CMakeLists.txt           |     94 -
 VTK/IO/Export/Testing/Cxx/TestContextGL2PS.cxx     |    225 -
 .../Cxx/TestGL2PSExporterMultipleRenderers.cxx     |     86 -
 .../Export/Testing/Cxx/TestGL2PSExporterRaster.cxx |    122 -
 .../Cxx/TestGL2PSExporterRasterExclusion.cxx       |    129 -
 .../Export/Testing/Cxx/TestGL2PSExporterVector.cxx |    122 -
 .../Testing/Cxx/TestGL2PSExporterVolumeRaster.cxx  |    141 -
 VTK/IO/Export/Testing/Cxx/TestGL2PSTextActor3D.cxx |    108 -
 VTK/IO/Export/Testing/Cxx/TestStackedPlotGL2PS.cxx |    144 -
 VTK/IO/Export/Testing/Cxx/X3DTest.cxx              |     96 -
 VTK/IO/Export/module.cmake                         |     23 -
 VTK/IO/Export/vtkExporter.cxx                      |    182 -
 VTK/IO/Export/vtkExporter.h                        |    111 -
 VTK/IO/Export/vtkGL2PSExporter.cxx                 |    898 -
 VTK/IO/Export/vtkGL2PSExporter.h                   |    392 -
 VTK/IO/Export/vtkIVExporter.cxx                    |    718 -
 VTK/IO/Export/vtkIVExporter.h                      |     65 -
 VTK/IO/Export/vtkOBJExporter.cxx                   |    408 -
 VTK/IO/Export/vtkOBJExporter.h                     |     60 -
 VTK/IO/Export/vtkOOGLExporter.cxx                  |    712 -
 VTK/IO/Export/vtkOOGLExporter.h                    |     61 -
 VTK/IO/Export/vtkPOVExporter.cxx                   |    688 -
 VTK/IO/Export/vtkPOVExporter.h                     |    124 -
 VTK/IO/Export/vtkRIBExporter.cxx                   |   1414 -
 VTK/IO/Export/vtkRIBExporter.h                     |    167 -
 VTK/IO/Export/vtkRIBLight.cxx                      |     56 -
 VTK/IO/Export/vtkRIBLight.h                        |     54 -
 VTK/IO/Export/vtkRIBProperty.cxx                   |    199 -
 VTK/IO/Export/vtkRIBProperty.h                     |     83 -
 VTK/IO/Export/vtkVRMLExporter.cxx                  |    747 -
 VTK/IO/Export/vtkVRMLExporter.h                    |     84 -
 VTK/IO/Export/vtkX3D.cxx                           |    543 -
 VTK/IO/Export/vtkX3D.h                             |    545 -
 VTK/IO/Export/vtkX3DExporter.cxx                   |   1265 -
 VTK/IO/Export/vtkX3DExporter.h                     |    127 -
 VTK/IO/Export/vtkX3DExporterFIWriter.cxx           |    725 -
 VTK/IO/Export/vtkX3DExporterFIWriter.h             |    104 -
 VTK/IO/Export/vtkX3DExporterFIWriterHelper.h       |    398 -
 VTK/IO/Export/vtkX3DExporterJavaHelper.cxx         |    215 -
 VTK/IO/Export/vtkX3DExporterJavaHelper.h           |     55 -
 VTK/IO/Export/vtkX3DExporterWriter.cxx             |     59 -
 VTK/IO/Export/vtkX3DExporterWriter.h               |    175 -
 VTK/IO/Export/vtkX3DExporterXMLWriter.cxx          |    365 -
 VTK/IO/Export/vtkX3DExporterXMLWriter.h            |     88 -
 VTK/IO/FFMPEG/CMakeLists.txt                       |     34 -
 VTK/IO/FFMPEG/Testing/Cxx/CMakeLists.txt           |     26 -
 VTK/IO/FFMPEG/Testing/Cxx/TestFFMPEGWriter.cxx     |    106 -
 VTK/IO/FFMPEG/module.cmake                         |      7 -
 VTK/IO/FFMPEG/vtkFFMPEGConfig.h.in                 |     25 -
 VTK/IO/FFMPEG/vtkFFMPEGWriter.h                    |     99 -
 VTK/IO/GDAL/CMakeLists.txt                         |     10 -
 VTK/IO/GDAL/Testing/Cxx/CMakeLists.txt             |     25 -
 VTK/IO/GDAL/Testing/Cxx/TestGDALVectorReader.cxx   |    102 -
 VTK/IO/GDAL/module.cmake                           |     10 -
 VTK/IO/GDAL/vtkGDALVectorReader.cxx                |    543 -
 VTK/IO/GDAL/vtkGDALVectorReader.h                  |    119 -
 VTK/IO/Geometry/CMakeLists.txt                     |     43 -
 VTK/IO/Geometry/Testing/Cxx/TestAMRReadWrite.cxx   |     65 -
 VTK/IO/Geometry/Testing/Cxx/TestDataObjectIO.cxx   |    428 -
 .../Cxx/TestIncrementalOctreePointLocator.cxx      |   1165 -
 VTK/IO/Geometry/Testing/Cxx/TestProStarReader.cxx  |    121 -
 .../Testing/Cxx/TestSimplePointsReaderWriter.cxx   |     50 -
 VTK/IO/Geometry/Testing/Cxx/TestTecplotReader.cxx  |    165 -
 .../Geometry/Testing/Cxx/TestWindBladeReader.cxx   |    168 -
 .../Testing/Cxx/UnstructuredGridCellGradients.cxx  |    159 -
 .../Testing/Cxx/UnstructuredGridFastGradients.cxx  |    146 -
 .../Testing/Cxx/UnstructuredGridGradients.cxx      |    145 -
 VTK/IO/Geometry/Testing/Python/ParticleReader.py   |     35 -
 VTK/IO/Geometry/Testing/Python/Plot3D.py           |     71 -
 VTK/IO/Geometry/Testing/Python/Plot3DScalars.py    |    123 -
 VTK/IO/Geometry/Testing/Python/Plot3DVectors.py    |    117 -
 VTK/IO/Geometry/Testing/Python/TestAVSucdReader.py |     38 -
 VTK/IO/Geometry/Testing/Python/TestChacoReader.py  |     47 -
 VTK/IO/Geometry/Testing/Python/TestGAMBITReader.py |     28 -
 VTK/IO/Geometry/Testing/Python/TestPlot3DMeta.py   |     59 -
 .../Geometry/Testing/Python/TestPolygonWriters.py  |    125 -
 .../Testing/Python/TestSimplePointsReader.py       |     31 -
 VTK/IO/Geometry/Testing/Python/TestXYZMol.py       |     79 -
 VTK/IO/Geometry/Testing/Python/caffeine.py         |     81 -
 VTK/IO/Geometry/Testing/Python/motor.py            |    172 -
 VTK/IO/Geometry/Testing/Python/testHexaPenta.py    |     76 -
 VTK/IO/Geometry/Testing/Tcl/CMakeLists.txt         |     14 -
 VTK/IO/Geometry/Testing/Tcl/ParticleReader.tcl     |     41 -
 VTK/IO/Geometry/Testing/Tcl/Plot3DScalars.tcl      |    108 -
 VTK/IO/Geometry/Testing/Tcl/Plot3DVectors.tcl      |    107 -
 VTK/IO/Geometry/Testing/Tcl/TestAVSucdReader.tcl   |     42 -
 VTK/IO/Geometry/Testing/Tcl/TestChacoReader.tcl    |     45 -
 VTK/IO/Geometry/Testing/Tcl/TestGAMBITReader.tcl   |     31 -
 VTK/IO/Geometry/Testing/Tcl/TestPolygonWriters.tcl |    151 -
 .../Testing/Tcl/TestSimplePointsReader.tcl         |     26 -
 VTK/IO/Geometry/Testing/Tcl/TestXYZMol.tcl         |     84 -
 VTK/IO/Geometry/Testing/Tcl/caffeine.tcl           |     87 -
 VTK/IO/Geometry/Testing/Tcl/motor.tcl              |    147 -
 VTK/IO/Geometry/Testing/Tcl/testHexaPenta.tcl      |     91 -
 VTK/IO/Geometry/module.cmake                       |     18 -
 VTK/IO/Geometry/vtkAVSucdReader.cxx                |   1263 -
 VTK/IO/Geometry/vtkAVSucdReader.h                  |    195 -
 VTK/IO/Geometry/vtkBYUReader.cxx                   |    458 -
 VTK/IO/Geometry/vtkBYUReader.h                     |    119 -
 VTK/IO/Geometry/vtkBYUWriter.cxx                   |    443 -
 VTK/IO/Geometry/vtkBYUWriter.h                     |    112 -
 VTK/IO/Geometry/vtkCGMWriter.cxx                   |   4504 -
 VTK/IO/Geometry/vtkCGMWriter.h                     |    125 -
 VTK/IO/Geometry/vtkChacoReader.cxx                 |   1495 -
 VTK/IO/Geometry/vtkChacoReader.h                   |    236 -
 VTK/IO/Geometry/vtkFLUENTReader.cxx                |   4277 -
 VTK/IO/Geometry/vtkFLUENTReader.h                  |    233 -
 VTK/IO/Geometry/vtkFacetWriter.cxx                 |    325 -
 VTK/IO/Geometry/vtkFacetWriter.h                   |     89 -
 VTK/IO/Geometry/vtkGAMBITReader.cxx                |    488 -
 VTK/IO/Geometry/vtkGAMBITReader.h                  |    110 -
 VTK/IO/Geometry/vtkGaussianCubeReader.cxx          |    382 -
 VTK/IO/Geometry/vtkGaussianCubeReader.h            |     63 -
 VTK/IO/Geometry/vtkIVWriter.cxx                    |    248 -
 VTK/IO/Geometry/vtkIVWriter.h                      |     73 -
 VTK/IO/Geometry/vtkMCubesReader.cxx                |    453 -
 VTK/IO/Geometry/vtkMCubesReader.h                  |    155 -
 VTK/IO/Geometry/vtkMCubesWriter.cxx                |    177 -
 VTK/IO/Geometry/vtkMCubesWriter.h                  |     87 -
 VTK/IO/Geometry/vtkMFIXReader.cxx                  |   2399 -
 VTK/IO/Geometry/vtkMFIXReader.h                    |    272 -
 VTK/IO/Geometry/vtkMoleculeReaderBase.cxx          |    684 -
 VTK/IO/Geometry/vtkMoleculeReaderBase.h            |     95 -
 VTK/IO/Geometry/vtkMultiBlockPLOT3DReader.cxx      |   2816 -
 VTK/IO/Geometry/vtkMultiBlockPLOT3DReader.h        |    348 -
 .../vtkMultiBlockPLOT3DReaderInternals.cxx         |    395 -
 .../Geometry/vtkMultiBlockPLOT3DReaderInternals.h  |     72 -
 VTK/IO/Geometry/vtkOBJReader.cxx                   |    619 -
 VTK/IO/Geometry/vtkOBJReader.h                     |     52 -
 VTK/IO/Geometry/vtkOpenFOAMReader.cxx              |   8667 --
 VTK/IO/Geometry/vtkOpenFOAMReader.h                |    321 -
 VTK/IO/Geometry/vtkPDBReader.cxx                   |    167 -
 VTK/IO/Geometry/vtkPDBReader.h                     |     49 -
 VTK/IO/Geometry/vtkParticleReader.cxx              |   1030 -
 VTK/IO/Geometry/vtkParticleReader.h                |    189 -
 VTK/IO/Geometry/vtkPlot3DMetaReader.cxx            |    505 -
 VTK/IO/Geometry/vtkPlot3DMetaReader.h              |    138 -
 VTK/IO/Geometry/vtkProStarReader.cxx               |    471 -
 VTK/IO/Geometry/vtkProStarReader.h                 |    110 -
 VTK/IO/Geometry/vtkSESAMEReader.cxx                |    656 -
 VTK/IO/Geometry/vtkSESAMEReader.h                  |    120 -
 VTK/IO/Geometry/vtkSTLReader.cxx                   |    523 -
 VTK/IO/Geometry/vtkSTLReader.h                     |    104 -
 VTK/IO/Geometry/vtkSTLWriter.cxx                   |    305 -
 VTK/IO/Geometry/vtkSTLWriter.h                     |     85 -
 VTK/IO/Geometry/vtkTecplotReader.cxx               |   1930 -
 VTK/IO/Geometry/vtkTecplotReader.h                 |    274 -
 VTK/IO/Geometry/vtkUGFacetReader.cxx               |    389 -
 VTK/IO/Geometry/vtkUGFacetReader.h                 |     99 -
 VTK/IO/Geometry/vtkWindBladeReader.cxx             |   2234 -
 VTK/IO/Geometry/vtkWindBladeReader.h               |    265 -
 VTK/IO/Geometry/vtkXYZMolReader.cxx                |    353 -
 VTK/IO/Geometry/vtkXYZMolReader.h                  |     80 -
 VTK/IO/Image/CMakeLists.txt                        |     39 -
 VTK/IO/Image/Testing/Cxx/CMakeLists.txt            |     40 -
 .../Image/Testing/Cxx/TestImageReader2Factory.cxx  |     63 -
 VTK/IO/Image/Testing/Cxx/TestMetaIO.cxx            |     93 -
 VTK/IO/Image/Testing/Cxx/TestNrrdReader.cxx        |    110 -
 VTK/IO/Image/Testing/Python/TestBMPReader.py       |     23 -
 VTK/IO/Image/Testing/Python/TestImageWriters.py    |     93 -
 VTK/IO/Image/Testing/Python/TestJPEGReader.py      |     18 -
 VTK/IO/Image/Testing/Python/TestMHD.py             |     63 -
 VTK/IO/Image/Testing/Python/TestMetaImage2D.py     |     22 -
 VTK/IO/Image/Testing/Python/TestSetFileNames.py    |     27 -
 VTK/IO/Image/Testing/Python/TestTIFFReader.py      |     25 -
 VTK/IO/Image/Testing/Python/dem.py                 |    101 -
 VTK/IO/Image/Testing/Tcl/CMakeLists.txt            |     10 -
 VTK/IO/Image/Testing/Tcl/TestBMPReader.tcl         |     30 -
 VTK/IO/Image/Testing/Tcl/TestImageWriters.tcl      |    121 -
 VTK/IO/Image/Testing/Tcl/TestJPEGReader.tcl        |     24 -
 VTK/IO/Image/Testing/Tcl/TestMHD.tcl               |     68 -
 VTK/IO/Image/Testing/Tcl/TestMetaImage2D.tcl       |     27 -
 VTK/IO/Image/Testing/Tcl/TestSetFileNames.tcl      |     27 -
 VTK/IO/Image/Testing/Tcl/TestTIFFReader.tcl        |     25 -
 VTK/IO/Image/Testing/Tcl/dem.tcl                   |     98 -
 VTK/IO/Image/module.cmake                          |     25 -
 VTK/IO/Image/vtkBMPReader.cxx                      |    640 -
 VTK/IO/Image/vtkBMPReader.h                        |    111 -
 VTK/IO/Image/vtkBMPWriter.cxx                      |    183 -
 VTK/IO/Image/vtkBMPWriter.h                        |     49 -
 VTK/IO/Image/vtkDEMReader.cxx                      |    663 -
 VTK/IO/Image/vtkDEMReader.h                        |    172 -
 VTK/IO/Image/vtkDICOMImageReader.cxx               |    621 -
 VTK/IO/Image/vtkDICOMImageReader.h                 |    229 -
 VTK/IO/Image/vtkGESignaReader.cxx                  |    749 -
 VTK/IO/Image/vtkGESignaReader.h                    |     73 -
 VTK/IO/Image/vtkImageExport.cxx                    |    575 -
 VTK/IO/Image/vtkImageExport.h                      |    199 -
 VTK/IO/Image/vtkImageImport.cxx                    |    491 -
 VTK/IO/Image/vtkImageImport.h                      |    286 -
 VTK/IO/Image/vtkImageImportExecutive.cxx           |     42 -
 VTK/IO/Image/vtkImageImportExecutive.h             |     48 -
 VTK/IO/Image/vtkImageReader.cxx                    |    733 -
 VTK/IO/Image/vtkImageReader.h                      |    107 -
 VTK/IO/Image/vtkImageReader2.cxx                   |    878 -
 VTK/IO/Image/vtkImageReader2.h                     |    285 -
 VTK/IO/Image/vtkImageReader2Collection.cxx         |     42 -
 VTK/IO/Image/vtkImageReader2Collection.h           |     66 -
 VTK/IO/Image/vtkImageReader2Factory.cxx            |    174 -
 VTK/IO/Image/vtkImageReader2Factory.h              |     81 -
 VTK/IO/Image/vtkImageWriter.cxx                    |    547 -
 VTK/IO/Image/vtkImageWriter.h                      |    115 -
 VTK/IO/Image/vtkJPEGReader.cxx                     |    471 -
 VTK/IO/Image/vtkJPEGReader.h                       |     69 -
 VTK/IO/Image/vtkJPEGWriter.cxx                     |    374 -
 VTK/IO/Image/vtkJPEGWriter.h                       |     87 -
 VTK/IO/Image/vtkMedicalImageProperties.cxx         |   1092 -
 VTK/IO/Image/vtkMedicalImageProperties.h           |    418 -
 VTK/IO/Image/vtkMedicalImageReader2.cxx            |    186 -
 VTK/IO/Image/vtkMedicalImageReader2.h              |     73 -
 VTK/IO/Image/vtkMetaImageReader.cxx                |    385 -
 VTK/IO/Image/vtkMetaImageReader.h                  |    211 -
 VTK/IO/Image/vtkMetaImageWriter.cxx                |    194 -
 VTK/IO/Image/vtkMetaImageWriter.h                  |    124 -
 VTK/IO/Image/vtkNrrdReader.cxx                     |    824 -
 VTK/IO/Image/vtkNrrdReader.h                       |     82 -
 VTK/IO/Image/vtkPNGReader.cxx                      |    421 -
 VTK/IO/Image/vtkPNGReader.h                        |     68 -
 VTK/IO/Image/vtkPNGWriter.cxx                      |    332 -
 VTK/IO/Image/vtkPNGWriter.h                        |     71 -
 VTK/IO/Image/vtkPNMReader.cxx                      |    235 -
 VTK/IO/Image/vtkPNMReader.h                        |     72 -
 VTK/IO/Image/vtkPNMWriter.cxx                      |    126 -
 VTK/IO/Image/vtkPNMWriter.h                        |     49 -
 VTK/IO/Image/vtkPostScriptWriter.cxx               |    208 -
 VTK/IO/Image/vtkPostScriptWriter.h                 |     51 -
 VTK/IO/Image/vtkSLCReader.cxx                      |    523 -
 VTK/IO/Image/vtkSLCReader.h                        |     82 -
 VTK/IO/Image/vtkTIFFReader.cxx                     |   1717 -
 VTK/IO/Image/vtkTIFFReader.h                       |    152 -
 VTK/IO/Image/vtkTIFFWriter.cxx                     |    302 -
 VTK/IO/Image/vtkTIFFWriter.h                       |     75 -
 VTK/IO/Image/vtkVolume16Reader.cxx                 |    642 -
 VTK/IO/Image/vtkVolume16Reader.h                   |    151 -
 VTK/IO/Image/vtkVolumeReader.cxx                   |     55 -
 VTK/IO/Image/vtkVolumeReader.h                     |     99 -
 VTK/IO/Import/CMakeLists.txt                       |     12 -
 VTK/IO/Import/Testing/Cxx/CMakeLists.txt           |     29 -
 VTK/IO/Import/Testing/Cxx/TestVRMLNormals.cxx      |     62 -
 VTK/IO/Import/Testing/Python/CMakeLists.txt        |      1 -
 VTK/IO/Import/Testing/Python/VRMLImporter.py       |     38 -
 VTK/IO/Import/Testing/Tcl/CMakeLists.txt           |      3 -
 VTK/IO/Import/Testing/Tcl/VRMLImporter.tcl         |     44 -
 VTK/IO/Import/module.cmake                         |     11 -
 VTK/IO/Import/vtk3DS.h                             |    175 -
 VTK/IO/Import/vtk3DSImporter.cxx                   |   1311 -
 VTK/IO/Import/vtk3DSImporter.h                     |     85 -
 VTK/IO/Import/vtkImporter.cxx                      |    116 -
 VTK/IO/Import/vtkImporter.h                        |    105 -
 VTK/IO/Import/vtkVRML.h                            |    665 -
 VTK/IO/Import/vtkVRMLImporter.cxx                  |   6579 --
 VTK/IO/Import/vtkVRMLImporter.h                    |    171 -
 VTK/IO/Infovis/CMakeLists.txt                      |     17 -
 VTK/IO/Infovis/Testing/Cxx/CMakeLists.txt          |     34 -
 VTK/IO/Infovis/Testing/Cxx/TestBiomTableReader.cxx |     34 -
 .../Infovis/Testing/Cxx/TestDIMACSGraphReader.cxx  |     57 -
 .../Testing/Cxx/TestDelimitedTextReader.cxx        |    137 -
 .../Testing/Cxx/TestFixedWidthTextReader.cxx       |    146 -
 VTK/IO/Infovis/Testing/Cxx/TestISIReader.cxx       |     73 -
 .../Testing/Cxx/TestMultiNewickTreeReader.cxx      |     41 -
 .../Infovis/Testing/Cxx/TestNewickTreeReader.cxx   |     34 -
 VTK/IO/Infovis/Testing/Cxx/TestRISReader.cxx       |     71 -
 VTK/IO/Infovis/Testing/Cxx/TestTulipReader.cxx     |     71 -
 .../Testing/Cxx/TestTulipReaderClusters.cxx        |     95 -
 .../Testing/Cxx/TestTulipReaderProperties.cxx      |    186 -
 VTK/IO/Infovis/module.cmake                        |     16 -
 VTK/IO/Infovis/vtkBiomTableReader.cxx              |    679 -
 VTK/IO/Infovis/vtkBiomTableReader.h                |     80 -
 VTK/IO/Infovis/vtkChacoGraphReader.cxx             |    232 -
 VTK/IO/Infovis/vtkChacoGraphReader.h               |     80 -
 VTK/IO/Infovis/vtkDIMACSGraphReader.cxx            |    563 -
 VTK/IO/Infovis/vtkDIMACSGraphReader.h              |    124 -
 VTK/IO/Infovis/vtkDIMACSGraphWriter.cxx            |    131 -
 VTK/IO/Infovis/vtkDIMACSGraphWriter.h              |     78 -
 VTK/IO/Infovis/vtkDelimitedTextReader.cxx          |    682 -
 VTK/IO/Infovis/vtkDelimitedTextReader.h            |    279 -
 VTK/IO/Infovis/vtkFixedWidthTextReader.cxx         |    311 -
 VTK/IO/Infovis/vtkFixedWidthTextReader.h           |    100 -
 VTK/IO/Infovis/vtkISIReader.cxx                    |    217 -
 VTK/IO/Infovis/vtkISIReader.h                      |     81 -
 VTK/IO/Infovis/vtkMultiNewickTreeReader.cxx        |    192 -
 VTK/IO/Infovis/vtkMultiNewickTreeReader.h          |     66 -
 VTK/IO/Infovis/vtkNewickTreeReader.cxx             |    551 -
 VTK/IO/Infovis/vtkNewickTreeReader.h               |     75 -
 VTK/IO/Infovis/vtkRISReader.cxx                    |    292 -
 VTK/IO/Infovis/vtkRISReader.h                      |     83 -
 VTK/IO/Infovis/vtkTulipReader.cxx                  |    644 -
 VTK/IO/Infovis/vtkTulipReader.h                    |    102 -
 VTK/IO/Infovis/vtkXGMLReader.cxx                   |    497 -
 VTK/IO/Infovis/vtkXGMLReader.h                     |     66 -
 VTK/IO/Infovis/vtkXMLTreeReader.cxx                |    305 -
 VTK/IO/Infovis/vtkXMLTreeReader.h                  |    181 -
 VTK/IO/LSDyna/CMakeLists.txt                       |     28 -
 VTK/IO/LSDyna/Testing/Cxx/CMakeLists.txt           |     26 -
 VTK/IO/LSDyna/Testing/Cxx/TestLSDynaReader.cxx     |     82 -
 VTK/IO/LSDyna/Testing/Cxx/TestLSDynaReaderSPH.cxx  |     82 -
 VTK/IO/LSDyna/module.cmake                         |     11 -
 VTK/IO/LSDyna/private/LSDynaExport.h.in            |     23 -
 VTK/IO/LSDyna/private/LSDynaFamily.cxx             |    826 -
 VTK/IO/LSDyna/private/LSDynaFamily.h               |    326 -
 VTK/IO/LSDyna/private/LSDynaMetaData.cxx           |    125 -
 VTK/IO/LSDyna/private/LSDynaMetaData.h             |    128 -
 VTK/IO/LSDyna/vtkLSDynaPart.cxx                    |   1033 -
 VTK/IO/LSDyna/vtkLSDynaPart.h                      |    197 -
 VTK/IO/LSDyna/vtkLSDynaPartCollection.cxx          |   1009 -
 VTK/IO/LSDyna/vtkLSDynaPartCollection.h            |    179 -
 VTK/IO/LSDyna/vtkLSDynaReader.cxx                  |   3717 -
 VTK/IO/LSDyna/vtkLSDynaReader.h                    |    975 -
 VTK/IO/LSDyna/vtkLSDynaSummaryParser.cxx           |    228 -
 VTK/IO/LSDyna/vtkLSDynaSummaryParser.h             |     62 -
 VTK/IO/Legacy/CMakeLists.txt                       |     32 -
 VTK/IO/Legacy/Testing/Cxx/CMakeLists.txt           |     23 -
 .../Cxx/TestLegacyCompositeDataReaderWriter.cxx    |     89 -
 VTK/IO/Legacy/module.cmake                         |     14 -
 VTK/IO/Legacy/vtkCompositeDataReader.cxx           |    645 -
 VTK/IO/Legacy/vtkCompositeDataReader.h             |     89 -
 VTK/IO/Legacy/vtkCompositeDataWriter.cxx           |    315 -
 VTK/IO/Legacy/vtkCompositeDataWriter.h             |     73 -
 VTK/IO/Legacy/vtkDataObjectReader.cxx              |    120 -
 VTK/IO/Legacy/vtkDataObjectReader.h                |     61 -
 VTK/IO/Legacy/vtkDataObjectWriter.cxx              |     96 -
 VTK/IO/Legacy/vtkDataObjectWriter.h                |     77 -
 VTK/IO/Legacy/vtkDataReader.cxx                    |   3311 -
 VTK/IO/Legacy/vtkDataReader.h                      |    439 -
 VTK/IO/Legacy/vtkDataSetReader.cxx                 |    468 -
 VTK/IO/Legacy/vtkDataSetReader.h                   |     92 -
 VTK/IO/Legacy/vtkDataSetWriter.cxx                 |    133 -
 VTK/IO/Legacy/vtkDataSetWriter.h                   |     52 -
 VTK/IO/Legacy/vtkDataWriter.cxx                    |   2069 -
 VTK/IO/Legacy/vtkDataWriter.h                      |    248 -
 VTK/IO/Legacy/vtkGenericDataObjectReader.cxx       |    528 -
 VTK/IO/Legacy/vtkGenericDataObjectReader.h         |    108 -
 VTK/IO/Legacy/vtkGenericDataObjectWriter.cxx       |    182 -
 VTK/IO/Legacy/vtkGenericDataObjectWriter.h         |     45 -
 VTK/IO/Legacy/vtkGraphReader.cxx                   |    383 -
 VTK/IO/Legacy/vtkGraphReader.h                     |     80 -
 VTK/IO/Legacy/vtkGraphWriter.cxx                   |    136 -
 VTK/IO/Legacy/vtkGraphWriter.h                     |     55 -
 VTK/IO/Legacy/vtkPolyDataReader.cxx                |    362 -
 VTK/IO/Legacy/vtkPolyDataReader.h                  |     69 -
 VTK/IO/Legacy/vtkPolyDataWriter.cxx                |    147 -
 VTK/IO/Legacy/vtkPolyDataWriter.h                  |     55 -
 VTK/IO/Legacy/vtkRectilinearGridReader.cxx         |    381 -
 VTK/IO/Legacy/vtkRectilinearGridReader.h           |     69 -
 VTK/IO/Legacy/vtkRectilinearGridWriter.cxx         |    126 -
 VTK/IO/Legacy/vtkRectilinearGridWriter.h           |     56 -
 VTK/IO/Legacy/vtkSimplePointsReader.cxx            |     87 -
 VTK/IO/Legacy/vtkSimplePointsReader.h              |     56 -
 VTK/IO/Legacy/vtkSimplePointsWriter.cxx            |     81 -
 VTK/IO/Legacy/vtkSimplePointsWriter.h              |     51 -
 VTK/IO/Legacy/vtkStructuredGridReader.cxx          |    370 -
 VTK/IO/Legacy/vtkStructuredGridReader.h            |     69 -
 VTK/IO/Legacy/vtkStructuredGridWriter.cxx          |    134 -
 VTK/IO/Legacy/vtkStructuredGridWriter.h            |     57 -
 VTK/IO/Legacy/vtkStructuredPointsReader.cxx        |    532 -
 VTK/IO/Legacy/vtkStructuredPointsReader.h          |     72 -
 VTK/IO/Legacy/vtkStructuredPointsWriter.cxx        |    118 -
 VTK/IO/Legacy/vtkStructuredPointsWriter.h          |     55 -
 VTK/IO/Legacy/vtkTableReader.cxx                   |    195 -
 VTK/IO/Legacy/vtkTableReader.h                     |     68 -
 VTK/IO/Legacy/vtkTableWriter.cxx                   |     77 -
 VTK/IO/Legacy/vtkTableWriter.h                     |     54 -
 VTK/IO/Legacy/vtkTreeReader.cxx                    |    268 -
 VTK/IO/Legacy/vtkTreeReader.h                      |     68 -
 VTK/IO/Legacy/vtkTreeWriter.cxx                    |    136 -
 VTK/IO/Legacy/vtkTreeWriter.h                      |     57 -
 VTK/IO/Legacy/vtkUnstructuredGridReader.cxx        |    406 -
 VTK/IO/Legacy/vtkUnstructuredGridReader.h          |     68 -
 VTK/IO/Legacy/vtkUnstructuredGridWriter.cxx        |    147 -
 VTK/IO/Legacy/vtkUnstructuredGridWriter.h          |     54 -
 VTK/IO/MINC/CMakeLists.txt                         |     17 -
 VTK/IO/MINC/Testing/Python/CMakeLists.txt          |      5 -
 VTK/IO/MINC/Testing/Python/TestMINCImageReader.py  |     17 -
 VTK/IO/MINC/Testing/Python/TestMINCImageWriter.py  |     76 -
 VTK/IO/MINC/Testing/Python/TestMNIObjects.py       |    141 -
 VTK/IO/MINC/Testing/Python/TestMNITagPoints.py     |    132 -
 VTK/IO/MINC/Testing/Python/TestMNITransforms.py    |    156 -
 VTK/IO/MINC/Testing/Tcl/CMakeLists.txt             |      7 -
 VTK/IO/MINC/Testing/Tcl/TestMINCImageReader.tcl    |     22 -
 VTK/IO/MINC/Testing/Tcl/TestMINCImageWriter.tcl    |     69 -
 VTK/IO/MINC/Testing/Tcl/TestMNIObjects.tcl         |    137 -
 VTK/IO/MINC/Testing/Tcl/TestMNITagPoints.tcl       |    124 -
 VTK/IO/MINC/Testing/Tcl/TestMNITransforms.tcl      |    138 -
 VTK/IO/MINC/module.cmake                           |     10 -
 VTK/IO/MINC/vtkMINC.h                              |    410 -
 VTK/IO/MINC/vtkMINCImageAttributes.cxx             |   1538 -
 VTK/IO/MINC/vtkMINCImageAttributes.h               |    302 -
 VTK/IO/MINC/vtkMINCImageReader.cxx                 |   1383 -
 VTK/IO/MINC/vtkMINCImageReader.h                   |    190 -
 VTK/IO/MINC/vtkMINCImageWriter.cxx                 |   2154 -
 VTK/IO/MINC/vtkMINCImageWriter.h                   |    221 -
 VTK/IO/MINC/vtkMNIObjectReader.cxx                 |    884 -
 VTK/IO/MINC/vtkMNIObjectReader.h                   |    149 -
 VTK/IO/MINC/vtkMNIObjectWriter.cxx                 |   1071 -
 VTK/IO/MINC/vtkMNIObjectWriter.h                   |    172 -
 VTK/IO/MINC/vtkMNITagPointReader.cxx               |    766 -
 VTK/IO/MINC/vtkMNITagPointReader.h                 |    185 -
 VTK/IO/MINC/vtkMNITagPointWriter.cxx               |    568 -
 VTK/IO/MINC/vtkMNITagPointWriter.h                 |    176 -
 VTK/IO/MINC/vtkMNITransformReader.cxx              |   1028 -
 VTK/IO/MINC/vtkMNITransformReader.h                |    159 -
 VTK/IO/MINC/vtkMNITransformWriter.cxx              |    611 -
 VTK/IO/MINC/vtkMNITransformWriter.h                |    152 -
 VTK/IO/MPIImage/CMakeLists.txt                     |     40 -
 VTK/IO/MPIImage/Testing/Cxx/CMakeLists.txt         |     14 -
 VTK/IO/MPIImage/Testing/Cxx/ParallelIso.cxx        |    266 -
 VTK/IO/MPIImage/module.cmake                       |     14 -
 VTK/IO/MPIImage/vtkMPIImageReader.cxx              |    518 -
 VTK/IO/MPIImage/vtkMPIImageReader.h                |    122 -
 VTK/IO/MPIImage/vtkPNrrdReader.cxx                 |    561 -
 VTK/IO/MPIImage/vtkPNrrdReader.h                   |    117 -
 VTK/IO/MPIParallel/CMakeLists.txt                  |     51 -
 VTK/IO/MPIParallel/Testing/Cxx/CMakeLists.txt      |     19 -
 .../Testing/Cxx/TestPWindBladeReader.cxx           |    182 -
 VTK/IO/MPIParallel/module.cmake                    |     13 -
 VTK/IO/MPIParallel/vtkPWindBladeReader.cxx         |    598 -
 VTK/IO/MPIParallel/vtkPWindBladeReader.h           |     69 -
 VTK/IO/Movie/CMakeLists.txt                        |     41 -
 VTK/IO/Movie/Testing/Cxx/CMakeLists.txt            |     36 -
 VTK/IO/Movie/Testing/Cxx/TestAVIWriter.cxx         |     98 -
 VTK/IO/Movie/Testing/Cxx/TestMovieWriter.cxx       |     98 -
 VTK/IO/Movie/Testing/Cxx/TestOggTheoraWriter.cxx   |    116 -
 VTK/IO/Movie/module.cmake                          |     17 -
 VTK/IO/Movie/vtkAVIWriter.cxx                      |    294 -
 VTK/IO/Movie/vtkAVIWriter.h                        |    105 -
 VTK/IO/Movie/vtkGenericMovieWriter.cxx             |     85 -
 VTK/IO/Movie/vtkGenericMovieWriter.h               |     85 -
 VTK/IO/Movie/vtkIOMovieConfigure.h.in              |     23 -
 VTK/IO/Movie/vtkMPEG2Writer.cxx                    |    917 -
 VTK/IO/Movie/vtkMPEG2Writer.h                      |     85 -
 VTK/IO/Movie/vtkOggTheoraWriter.cxx                |    600 -
 VTK/IO/Movie/vtkOggTheoraWriter.h                  |     85 -
 VTK/IO/MySQL/CMakeLists.txt                        |     17 -
 VTK/IO/MySQL/Testing/Cxx/CMakeLists.txt            |     33 -
 VTK/IO/MySQL/Testing/Cxx/TestMySQLDatabase.cxx     |    589 -
 .../MySQL/Testing/Cxx/TestMySQLTableReadWrite.cxx  |    104 -
 .../Testing/Cxx/vtkIOMySQLTestingCxxConfigure.h.in |     25 -
 VTK/IO/MySQL/module.cmake                          |      9 -
 VTK/IO/MySQL/vtkIOMySQL_AutoInit.cxx               |     55 -
 VTK/IO/MySQL/vtkMySQLDatabase.cxx                  |    661 -
 VTK/IO/MySQL/vtkMySQLDatabase.h                    |    213 -
 VTK/IO/MySQL/vtkMySQLDatabasePrivate.h             |     25 -
 VTK/IO/MySQL/vtkMySQLQuery.cxx                     |   1178 -
 VTK/IO/MySQL/vtkMySQLQuery.h                       |    161 -
 VTK/IO/MySQL/vtkMySQLToTableReader.cxx             |    171 -
 VTK/IO/MySQL/vtkMySQLToTableReader.h               |     47 -
 VTK/IO/MySQL/vtkTableToMySQLWriter.cxx             |    169 -
 VTK/IO/MySQL/vtkTableToMySQLWriter.h               |     54 -
 VTK/IO/NetCDF/CMakeLists.txt                       |     14 -
 VTK/IO/NetCDF/Testing/Cxx/CMakeLists.txt           |     36 -
 VTK/IO/NetCDF/Testing/Cxx/SLACMultipleModes.cxx    |    137 -
 VTK/IO/NetCDF/Testing/Cxx/SLACParticleReader.cxx   |    140 -
 VTK/IO/NetCDF/Testing/Cxx/SLACReaderLinear.cxx     |     99 -
 VTK/IO/NetCDF/Testing/Cxx/SLACReaderQuadratic.cxx  |    106 -
 VTK/IO/NetCDF/Testing/Cxx/TestMPASReader.cxx       |    143 -
 VTK/IO/NetCDF/Testing/Cxx/TestNetCDFCAMReader.cxx  |     94 -
 VTK/IO/NetCDF/Testing/Cxx/TestNetCDFPOPReader.cxx  |     94 -
 VTK/IO/NetCDF/Testing/Python/NetCDFCF2DBounds.py   |     64 -
 .../NetCDF/Testing/Python/NetCDFCFSetOutputType.py |    139 -
 .../Testing/Python/NetCDFCFSphericalCoords.py      |     54 -
 .../NetCDF/Testing/Python/NetCDFCFUnstructured.py  |     75 -
 VTK/IO/NetCDF/Testing/Python/NetCDFReader.py       |     54 -
 VTK/IO/NetCDF/Testing/Tcl/CMakeLists.txt           |      7 -
 VTK/IO/NetCDF/Testing/Tcl/NetCDFCF2DBounds.tcl     |     77 -
 .../NetCDF/Testing/Tcl/NetCDFCFSetOutputType.tcl   |    174 -
 .../NetCDF/Testing/Tcl/NetCDFCFSphericalCoords.tcl |     65 -
 VTK/IO/NetCDF/Testing/Tcl/NetCDFCFUnstructured.tcl |     89 -
 VTK/IO/NetCDF/Testing/Tcl/NetCDFReader.tcl         |     65 -
 VTK/IO/NetCDF/module.cmake                         |     15 -
 VTK/IO/NetCDF/vtkMPASReader.cxx                    |   2389 -
 VTK/IO/NetCDF/vtkMPASReader.h                      |    285 -
 VTK/IO/NetCDF/vtkNetCDFCAMReader.cxx               |    809 -
 VTK/IO/NetCDF/vtkNetCDFCAMReader.h                 |    126 -
 VTK/IO/NetCDF/vtkNetCDFCFReader.cxx                |   2049 -
 VTK/IO/NetCDF/vtkNetCDFCFReader.h                  |    296 -
 VTK/IO/NetCDF/vtkNetCDFPOPReader.cxx               |    372 -
 VTK/IO/NetCDF/vtkNetCDFPOPReader.h                 |    100 -
 VTK/IO/NetCDF/vtkNetCDFReader.cxx                  |    808 -
 VTK/IO/NetCDF/vtkNetCDFReader.h                    |    223 -
 VTK/IO/NetCDF/vtkSLACParticleReader.cxx            |    355 -
 VTK/IO/NetCDF/vtkSLACParticleReader.h              |     89 -
 VTK/IO/NetCDF/vtkSLACReader.cxx                    |   1809 -
 VTK/IO/NetCDF/vtkSLACReader.h                      |    388 -
 VTK/IO/ODBC/CMakeLists.txt                         |     15 -
 VTK/IO/ODBC/Testing/Cxx/CMakeLists.txt             |     30 -
 VTK/IO/ODBC/Testing/Cxx/TestODBCDatabase.cxx       |    203 -
 .../Testing/Cxx/vtkIOODBCTestingCxxConfigure.h.in  |     25 -
 VTK/IO/ODBC/module.cmake                           |      7 -
 VTK/IO/ODBC/vtkIOODBC_AutoInit.cxx                 |     55 -
 VTK/IO/ODBC/vtkODBCDatabase.cxx                    |    943 -
 VTK/IO/ODBC/vtkODBCDatabase.h                      |    210 -
 VTK/IO/ODBC/vtkODBCInternals.h                     |     49 -
 VTK/IO/ODBC/vtkODBCQuery.cxx                       |   1902 -
 VTK/IO/ODBC/vtkODBCQuery.h                         |    177 -
 VTK/IO/PLY/CMakeLists.txt                          |     12 -
 VTK/IO/PLY/Testing/Cxx/TestPLYReader.cxx           |     85 -
 VTK/IO/PLY/Testing/Python/CMakeLists.txt           |      1 -
 VTK/IO/PLY/Testing/Python/TestPLYReadWrite.py      |    133 -
 VTK/IO/PLY/Testing/Tcl/CMakeLists.txt              |      3 -
 VTK/IO/PLY/Testing/Tcl/TestPLYReadWrite.tcl        |     98 -
 VTK/IO/PLY/module.cmake                            |     13 -
 VTK/IO/PLY/vtkPLY.cxx                              |   2709 -
 VTK/IO/PLY/vtkPLY.h                                |    218 -
 VTK/IO/PLY/vtkPLYReader.cxx                        |    365 -
 VTK/IO/PLY/vtkPLYReader.h                          |     67 -
 VTK/IO/PLY/vtkPLYWriter.cxx                        |    379 -
 VTK/IO/PLY/vtkPLYWriter.h                          |    163 -
 VTK/IO/Parallel/CMakeLists.txt                     |     15 -
 VTK/IO/Parallel/Testing/Cxx/CMakeLists.txt         |      7 -
 VTK/IO/Parallel/Testing/Cxx/PSLACReaderLinear.cxx  |    162 -
 .../Parallel/Testing/Cxx/PSLACReaderQuadratic.cxx  |    175 -
 VTK/IO/Parallel/Testing/Python/CMakeLists.txt      |      2 -
 .../Testing/Python/TestPDataSetReaderGrid.py       |    122 -
 VTK/IO/Parallel/Testing/Python/TestPImageWriter.py |     32 -
 VTK/IO/Parallel/Testing/Tcl/CMakeLists.txt         |      4 -
 .../Testing/Tcl/TestPDataSetReaderGrid.tcl         |    160 -
 VTK/IO/Parallel/Testing/Tcl/TestPImageWriter.tcl   |     44 -
 VTK/IO/Parallel/module.cmake                       |     15 -
 VTK/IO/Parallel/vtkEnSightWriter.cxx               |   1187 -
 VTK/IO/Parallel/vtkEnSightWriter.h                 |    157 -
 VTK/IO/Parallel/vtkPChacoReader.cxx                |    580 -
 VTK/IO/Parallel/vtkPChacoReader.h                  |     78 -
 VTK/IO/Parallel/vtkPDataSetReader.cxx              |   1486 -
 VTK/IO/Parallel/vtkPDataSetReader.h                |    106 -
 VTK/IO/Parallel/vtkPDataSetWriter.cxx              |    527 -
 VTK/IO/Parallel/vtkPDataSetWriter.h                |    110 -
 VTK/IO/Parallel/vtkPImageWriter.cxx                |    221 -
 VTK/IO/Parallel/vtkPImageWriter.h                  |     62 -
 VTK/IO/Parallel/vtkPOpenFOAMReader.cxx             |    546 -
 VTK/IO/Parallel/vtkPOpenFOAMReader.h               |     83 -
 VTK/IO/Parallel/vtkPSLACReader.cxx                 |   1173 -
 VTK/IO/Parallel/vtkPSLACReader.h                   |    138 -
 .../Parallel/vtkXMLPHierarchicalBoxDataWriter.cxx  |     36 -
 VTK/IO/Parallel/vtkXMLPHierarchicalBoxDataWriter.h |     43 -
 VTK/IO/Parallel/vtkXMLPMultiBlockDataWriter.cxx    |    367 -
 VTK/IO/Parallel/vtkXMLPMultiBlockDataWriter.h      |    118 -
 VTK/IO/Parallel/vtkXMLPUniformGridAMRWriter.cxx    |    129 -
 VTK/IO/Parallel/vtkXMLPUniformGridAMRWriter.h      |     72 -
 VTK/IO/ParallelExodus/CMakeLists.txt               |     31 -
 VTK/IO/ParallelExodus/Testing/Cxx/CMakeLists.txt   |      1 -
 .../Testing/Cxx/TestExodusImplicitArrays.cxx       |     71 -
 VTK/IO/ParallelExodus/module.cmake                 |     10 -
 VTK/IO/ParallelExodus/vtkPExodusIIReader.cxx       |   1619 -
 VTK/IO/ParallelExodus/vtkPExodusIIReader.h         |    179 -
 VTK/IO/ParallelExodus/vtkPExodusIIWriter.cxx       |    125 -
 VTK/IO/ParallelExodus/vtkPExodusIIWriter.h         |     98 -
 VTK/IO/ParallelLSDyna/CMakeLists.txt               |     10 -
 VTK/IO/ParallelLSDyna/Testing/Cxx/CMakeLists.txt   |      3 -
 .../ParallelLSDyna/Testing/Cxx/PLSDynaReader.cxx   |    138 -
 VTK/IO/ParallelLSDyna/module.cmake                 |     12 -
 VTK/IO/ParallelLSDyna/vtkPLSDynaReader.cxx         |    257 -
 VTK/IO/ParallelLSDyna/vtkPLSDynaReader.h           |    162 -
 VTK/IO/ParallelNetCDF/CMakeLists.txt               |     11 -
 VTK/IO/ParallelNetCDF/Testing/Cxx/CMakeLists.txt   |     15 -
 .../Testing/Cxx/TestPNetCDFPOPReader.cxx           |    105 -
 VTK/IO/ParallelNetCDF/module.cmake                 |     14 -
 VTK/IO/ParallelNetCDF/vtkPNetCDFPOPReader.cxx      |    757 -
 VTK/IO/ParallelNetCDF/vtkPNetCDFPOPReader.h        |    117 -
 VTK/IO/PostgreSQL/CMakeLists.txt                   |     18 -
 VTK/IO/PostgreSQL/Testing/Cxx/CMakeLists.txt       |     34 -
 .../Testing/Cxx/TestPostgreSQLDatabase.cxx         |    536 -
 .../Testing/Cxx/TestPostgreSQLTableReadWrite.cxx   |    124 -
 .../Cxx/vtkIOPostgresSQLTestingCxxConfigure.h.in   |     25 -
 VTK/IO/PostgreSQL/module.cmake                     |      9 -
 VTK/IO/PostgreSQL/vtkIOPostgreSQL_AutoInit.cxx     |     61 -
 VTK/IO/PostgreSQL/vtkPostgreSQLDatabase.cxx        |    770 -
 VTK/IO/PostgreSQL/vtkPostgreSQLDatabase.h          |    267 -
 VTK/IO/PostgreSQL/vtkPostgreSQLDatabasePrivate.h   |     85 -
 VTK/IO/PostgreSQL/vtkPostgreSQLQuery.cxx           |   1069 -
 VTK/IO/PostgreSQL/vtkPostgreSQLQuery.h             |    130 -
 VTK/IO/PostgreSQL/vtkPostgreSQLToTableReader.cxx   |    173 -
 VTK/IO/PostgreSQL/vtkPostgreSQLToTableReader.h     |     46 -
 VTK/IO/PostgreSQL/vtkTableToPostgreSQLWriter.cxx   |    171 -
 VTK/IO/PostgreSQL/vtkTableToPostgreSQLWriter.h     |     54 -
 VTK/IO/SQL/CMakeLists.txt                          |     30 -
 VTK/IO/SQL/Testing/Cxx/CMakeLists.txt              |     40 -
 VTK/IO/SQL/Testing/Cxx/TestSQLDatabaseSchema.cxx   |    294 -
 VTK/IO/SQL/Testing/Cxx/TestSQLGraphReader.cxx      |    138 -
 VTK/IO/SQL/Testing/Cxx/TestSQLiteDatabase.cxx      |    401 -
 .../SQL/Testing/Cxx/TestSQLiteTableReadWrite.cxx   |    188 -
 VTK/IO/SQL/module.cmake                            |     11 -
 VTK/IO/SQL/vtkDatabaseToTableReader.cxx            |    106 -
 VTK/IO/SQL/vtkDatabaseToTableReader.h              |     65 -
 VTK/IO/SQL/vtkRowQuery.cxx                         |    101 -
 VTK/IO/SQL/vtkRowQuery.h                           |    137 -
 VTK/IO/SQL/vtkRowQueryToTable.cxx                  |    165 -
 VTK/IO/SQL/vtkRowQueryToTable.h                    |     76 -
 VTK/IO/SQL/vtkSQLDatabase.cxx                      |    665 -
 VTK/IO/SQL/vtkSQLDatabase.h                        |    241 -
 VTK/IO/SQL/vtkSQLDatabaseGraphSource.cxx           |    408 -
 VTK/IO/SQL/vtkSQLDatabaseGraphSource.h             |    116 -
 VTK/IO/SQL/vtkSQLDatabaseSchema.cxx                |    823 -
 VTK/IO/SQL/vtkSQLDatabaseSchema.h                  |    393 -
 VTK/IO/SQL/vtkSQLDatabaseTableSource.cxx           |    284 -
 VTK/IO/SQL/vtkSQLDatabaseTableSource.h             |     93 -
 VTK/IO/SQL/vtkSQLGraphReader.cxx                   |    233 -
 VTK/IO/SQL/vtkSQLGraphReader.h                     |    155 -
 VTK/IO/SQL/vtkSQLQuery.cxx                         |    281 -
 VTK/IO/SQL/vtkSQLQuery.h                           |    212 -
 VTK/IO/SQL/vtkSQLiteDatabase.cxx                   |    476 -
 VTK/IO/SQL/vtkSQLiteDatabase.h                     |    168 -
 VTK/IO/SQL/vtkSQLiteQuery.cxx                      |    821 -
 VTK/IO/SQL/vtkSQLiteQuery.h                        |    176 -
 VTK/IO/SQL/vtkSQLiteToTableReader.cxx              |    160 -
 VTK/IO/SQL/vtkSQLiteToTableReader.h                |     46 -
 VTK/IO/SQL/vtkTableToDatabaseWriter.cxx            |    124 -
 VTK/IO/SQL/vtkTableToDatabaseWriter.h              |     77 -
 VTK/IO/SQL/vtkTableToSQLiteWriter.cxx              |    170 -
 VTK/IO/SQL/vtkTableToSQLiteWriter.h                |     54 -
 VTK/IO/VPIC/CMakeLists.txt                         |     11 -
 VTK/IO/VPIC/module.cmake                           |      6 -
 VTK/IO/VPIC/vtkVPICReader.cxx                      |    657 -
 VTK/IO/VPIC/vtkVPICReader.h                        |    167 -
 VTK/IO/Video/CMakeLists.txt                        |     22 -
 VTK/IO/Video/module.cmake                          |      6 -
 VTK/IO/Video/vtkMILVideoSource.cxx                 |   1194 -
 VTK/IO/Video/vtkMILVideoSource.h                   |    277 -
 VTK/IO/Video/vtkVideoSource.cxx                    |   1212 -
 VTK/IO/Video/vtkVideoSource.h                      |    310 -
 VTK/IO/Video/vtkWin32VideoSource.cxx               |   1177 -
 VTK/IO/Video/vtkWin32VideoSource.h                 |    129 -
 VTK/IO/XML/CMakeLists.txt                          |     80 -
 VTK/IO/XML/Testing/Cxx/CMakeLists.txt              |     39 -
 VTK/IO/XML/Testing/Cxx/TestAMRXMLIO.cxx            |    164 -
 VTK/IO/XML/Testing/Cxx/TestDataObjectXMLIO.cxx     |    226 -
 VTK/IO/XML/Testing/Cxx/TestHyperOctreeIO.cxx       |    382 -
 VTK/IO/XML/Testing/Cxx/TestXML.cxx                 |     70 -
 VTK/IO/XML/Testing/Cxx/TestXMLCInterface.c         |     67 -
 .../TestXMLHierarchicalBoxDataFileConverter.cxx    |     74 -
 .../Testing/Cxx/TestXMLUnstructuredGridReader.cxx  |    100 -
 VTK/IO/XML/Testing/Python/TestEmptyXML.py          |    130 -
 VTK/IO/XML/Testing/Python/TestXMLImageDataIO.py    |    124 -
 VTK/IO/XML/Testing/Python/TestXMLPolyDataIO.py     |    103 -
 .../XML/Testing/Python/TestXMLRectilinearGridIO.py |    107 -
 .../XML/Testing/Python/TestXMLStructuredGridIO.py  |    123 -
 .../Testing/Python/TestXMLUnstructuredGridIO.py    |    115 -
 VTK/IO/XML/Testing/Tcl/CMakeLists.txt              |      9 -
 VTK/IO/XML/Testing/Tcl/TestEmptyXML.tcl            |    130 -
 VTK/IO/XML/Testing/Tcl/TestXMLImageDataIO.tcl      |    126 -
 VTK/IO/XML/Testing/Tcl/TestXMLPolyDataIO.tcl       |    103 -
 .../XML/Testing/Tcl/TestXMLRectilinearGridIO.tcl   |    109 -
 VTK/IO/XML/Testing/Tcl/TestXMLStructuredGridIO.tcl |    124 -
 .../XML/Testing/Tcl/TestXMLUnstructuredGridIO.tcl  |    115 -
 VTK/IO/XML/module.cmake                            |     18 -
 VTK/IO/XML/vtkRTXMLPolyDataReader.cxx              |    226 -
 VTK/IO/XML/vtkRTXMLPolyDataReader.h                |     88 -
 VTK/IO/XML/vtkXMLCompositeDataReader.cxx           |    403 -
 VTK/IO/XML/vtkXMLCompositeDataReader.h             |    119 -
 VTK/IO/XML/vtkXMLCompositeDataWriter.cxx           |    657 -
 VTK/IO/XML/vtkXMLCompositeDataWriter.h             |    183 -
 VTK/IO/XML/vtkXMLDataReader.cxx                    |    950 -
 VTK/IO/XML/vtkXMLDataReader.h                      |    138 -
 VTK/IO/XML/vtkXMLDataSetWriter.cxx                 |    186 -
 VTK/IO/XML/vtkXMLDataSetWriter.h                   |     75 -
 VTK/IO/XML/vtkXMLFileReadTester.cxx                |     99 -
 VTK/IO/XML/vtkXMLFileReadTester.h                  |     79 -
 VTK/IO/XML/vtkXMLGenericDataObjectReader.cxx       |    452 -
 VTK/IO/XML/vtkXMLGenericDataObjectReader.h         |    110 -
 .../XML/vtkXMLHierarchicalBoxDataFileConverter.cxx |    302 -
 .../XML/vtkXMLHierarchicalBoxDataFileConverter.h   |     73 -
 VTK/IO/XML/vtkXMLHierarchicalBoxDataReader.cxx     |     35 -
 VTK/IO/XML/vtkXMLHierarchicalBoxDataReader.h       |     50 -
 VTK/IO/XML/vtkXMLHierarchicalBoxDataWriter.cxx     |     34 -
 VTK/IO/XML/vtkXMLHierarchicalBoxDataWriter.h       |     50 -
 VTK/IO/XML/vtkXMLHierarchicalDataReader.cxx        |     35 -
 VTK/IO/XML/vtkXMLHierarchicalDataReader.h          |     56 -
 VTK/IO/XML/vtkXMLHyperOctreeReader.cxx             |    316 -
 VTK/IO/XML/vtkXMLHyperOctreeReader.h               |     90 -
 VTK/IO/XML/vtkXMLHyperOctreeWriter.cxx             |    371 -
 VTK/IO/XML/vtkXMLHyperOctreeWriter.h               |     95 -
 VTK/IO/XML/vtkXMLImageDataReader.cxx               |    163 -
 VTK/IO/XML/vtkXMLImageDataReader.h                 |     77 -
 VTK/IO/XML/vtkXMLImageDataWriter.cxx               |     77 -
 VTK/IO/XML/vtkXMLImageDataWriter.h                 |     67 -
 VTK/IO/XML/vtkXMLMultiBlockDataReader.cxx          |    347 -
 VTK/IO/XML/vtkXMLMultiBlockDataReader.h            |     74 -
 VTK/IO/XML/vtkXMLMultiBlockDataWriter.cxx          |    136 -
 VTK/IO/XML/vtkXMLMultiBlockDataWriter.h            |     57 -
 VTK/IO/XML/vtkXMLMultiGroupDataReader.cxx          |     35 -
 VTK/IO/XML/vtkXMLMultiGroupDataReader.h            |     48 -
 VTK/IO/XML/vtkXMLOffsetsManager.h                  |    192 -
 VTK/IO/XML/vtkXMLPDataReader.cxx                   |    524 -
 VTK/IO/XML/vtkXMLPDataReader.h                     |    115 -
 VTK/IO/XML/vtkXMLPDataSetWriter.cxx                |    167 -
 VTK/IO/XML/vtkXMLPDataSetWriter.h                  |     65 -
 VTK/IO/XML/vtkXMLPDataWriter.cxx                   |    371 -
 VTK/IO/XML/vtkXMLPDataWriter.h                     |    106 -
 VTK/IO/XML/vtkXMLPImageDataReader.cxx              |    156 -
 VTK/IO/XML/vtkXMLPImageDataReader.h                |     76 -
 VTK/IO/XML/vtkXMLPImageDataWriter.cxx              |     94 -
 VTK/IO/XML/vtkXMLPImageDataWriter.h                |     67 -
 VTK/IO/XML/vtkXMLPPolyDataReader.cxx               |    282 -
 VTK/IO/XML/vtkXMLPPolyDataReader.h                 |     82 -
 VTK/IO/XML/vtkXMLPPolyDataWriter.cxx               |     74 -
 VTK/IO/XML/vtkXMLPPolyDataWriter.h                 |     66 -
 VTK/IO/XML/vtkXMLPRectilinearGridReader.cxx        |    228 -
 VTK/IO/XML/vtkXMLPRectilinearGridReader.h          |     72 -
 VTK/IO/XML/vtkXMLPRectilinearGridWriter.cxx        |     88 -
 VTK/IO/XML/vtkXMLPRectilinearGridWriter.h          |     68 -
 VTK/IO/XML/vtkXMLPStructuredDataReader.cxx         |    488 -
 VTK/IO/XML/vtkXMLPStructuredDataReader.h           |    112 -
 VTK/IO/XML/vtkXMLPStructuredDataWriter.cxx         |    143 -
 VTK/IO/XML/vtkXMLPStructuredDataWriter.h           |     57 -
 VTK/IO/XML/vtkXMLPStructuredGridReader.cxx         |    179 -
 VTK/IO/XML/vtkXMLPStructuredGridReader.h           |     73 -
 VTK/IO/XML/vtkXMLPStructuredGridWriter.cxx         |     87 -
 VTK/IO/XML/vtkXMLPStructuredGridWriter.h           |     65 -
 VTK/IO/XML/vtkXMLPUnstructuredDataReader.cxx       |    414 -
 VTK/IO/XML/vtkXMLPUnstructuredDataReader.h         |     98 -
 VTK/IO/XML/vtkXMLPUnstructuredDataWriter.cxx       |     90 -
 VTK/IO/XML/vtkXMLPUnstructuredDataWriter.h         |     56 -
 VTK/IO/XML/vtkXMLPUnstructuredGridReader.cxx       |    205 -
 VTK/IO/XML/vtkXMLPUnstructuredGridReader.h         |     71 -
 VTK/IO/XML/vtkXMLPUnstructuredGridWriter.cxx       |     74 -
 VTK/IO/XML/vtkXMLPUnstructuredGridWriter.h         |     67 -
 VTK/IO/XML/vtkXMLPolyDataReader.cxx                |    519 -
 VTK/IO/XML/vtkXMLPolyDataReader.h                  |    113 -
 VTK/IO/XML/vtkXMLPolyDataWriter.cxx                |    412 -
 VTK/IO/XML/vtkXMLPolyDataWriter.h                  |     90 -
 VTK/IO/XML/vtkXMLReader.cxx                        |   1326 -
 VTK/IO/XML/vtkXMLReader.h                          |    304 -
 VTK/IO/XML/vtkXMLRectilinearGridReader.cxx         |    280 -
 VTK/IO/XML/vtkXMLRectilinearGridReader.h           |     70 -
 VTK/IO/XML/vtkXMLRectilinearGridWriter.cxx         |    241 -
 VTK/IO/XML/vtkXMLRectilinearGridWriter.h           |     78 -
 VTK/IO/XML/vtkXMLStructuredDataReader.cxx          |    559 -
 VTK/IO/XML/vtkXMLStructuredDataReader.h            |    115 -
 VTK/IO/XML/vtkXMLStructuredDataWriter.cxx          |    766 -
 VTK/IO/XML/vtkXMLStructuredDataWriter.h            |    118 -
 VTK/IO/XML/vtkXMLStructuredGridReader.cxx          |    217 -
 VTK/IO/XML/vtkXMLStructuredGridReader.h            |     69 -
 VTK/IO/XML/vtkXMLStructuredGridWriter.cxx          |    187 -
 VTK/IO/XML/vtkXMLStructuredGridWriter.h            |     77 -
 VTK/IO/XML/vtkXMLUniformGridAMRReader.cxx          |    479 -
 VTK/IO/XML/vtkXMLUniformGridAMRReader.h            |    124 -
 VTK/IO/XML/vtkXMLUniformGridAMRWriter.cxx          |    164 -
 VTK/IO/XML/vtkXMLUniformGridAMRWriter.h            |     64 -
 VTK/IO/XML/vtkXMLUnstructuredDataReader.cxx        |   1058 -
 VTK/IO/XML/vtkXMLUnstructuredDataReader.h          |    130 -
 VTK/IO/XML/vtkXMLUnstructuredDataWriter.cxx        |    927 -
 VTK/IO/XML/vtkXMLUnstructuredDataWriter.h          |    147 -
 VTK/IO/XML/vtkXMLUnstructuredGridReader.cxx        |    406 -
 VTK/IO/XML/vtkXMLUnstructuredGridReader.h          |     88 -
 VTK/IO/XML/vtkXMLUnstructuredGridWriter.cxx        |    251 -
 VTK/IO/XML/vtkXMLUnstructuredGridWriter.h          |     84 -
 VTK/IO/XML/vtkXMLWriter.cxx                        |   3039 -
 VTK/IO/XML/vtkXMLWriter.h                          |    456 -
 VTK/IO/XML/vtkXMLWriterC.cxx                       |    732 -
 VTK/IO/XML/vtkXMLWriterC.h                         |    270 -
 VTK/IO/XML/vtkXMLWriterF.h                         |    508 -
 VTK/IO/XMLParser/CMakeLists.txt                    |      6 -
 VTK/IO/XMLParser/module.cmake                      |     10 -
 VTK/IO/XMLParser/vtkXMLDataHeaderPrivate.h         |     75 -
 VTK/IO/XMLParser/vtkXMLDataParser.cxx              |   1116 -
 VTK/IO/XMLParser/vtkXMLDataParser.h                |    255 -
 VTK/IO/XMLParser/vtkXMLParser.cxx                  |    532 -
 VTK/IO/XMLParser/vtkXMLParser.h                    |    207 -
 VTK/IO/XMLParser/vtkXMLUtilities.cxx               |    728 -
 VTK/IO/XMLParser/vtkXMLUtilities.h                 |    147 -
 VTK/IO/Xdmf2/CMakeLists.txt                        |     18 -
 VTK/IO/Xdmf2/README-VTK.txt                        |     68 -
 VTK/IO/Xdmf2/Testing/CMakeLists.txt                |      5 -
 VTK/IO/Xdmf2/Testing/Cxx/CMakeLists.txt            |      6 -
 VTK/IO/Xdmf2/Testing/Cxx/XdmfTestVTKIO.cxx         |    297 -
 VTK/IO/Xdmf2/module.cmake                          |     14 -
 VTK/IO/Xdmf2/vtkSILBuilder.cxx                     |     85 -
 VTK/IO/Xdmf2/vtkSILBuilder.h                       |     77 -
 VTK/IO/Xdmf2/vtkXdmfDataArray.cxx                  |    444 -
 VTK/IO/Xdmf2/vtkXdmfDataArray.h                    |     68 -
 VTK/IO/Xdmf2/vtkXdmfHeavyData.cxx                  |   1648 -
 VTK/IO/Xdmf2/vtkXdmfHeavyData.h                    |    162 -
 VTK/IO/Xdmf2/vtkXdmfReader.cxx                     |    603 -
 VTK/IO/Xdmf2/vtkXdmfReader.h                       |    201 -
 VTK/IO/Xdmf2/vtkXdmfReaderInternal.cxx             |    810 -
 VTK/IO/Xdmf2/vtkXdmfReaderInternal.h               |    341 -
 VTK/IO/Xdmf2/vtkXdmfWriter.cxx                     |   1178 -
 VTK/IO/Xdmf2/vtkXdmfWriter.h                       |    165 -
 VTK/Imaging/Color/CMakeLists.txt                   |     12 -
 VTK/Imaging/Color/module.cmake                     |      7 -
 VTK/Imaging/Color/vtkImageHSIToRGB.cxx             |    183 -
 VTK/Imaging/Color/vtkImageHSIToRGB.h               |     62 -
 VTK/Imaging/Color/vtkImageHSVToRGB.cxx             |    142 -
 VTK/Imaging/Color/vtkImageHSVToRGB.h               |     63 -
 VTK/Imaging/Color/vtkImageLuminance.cxx            |    127 -
 VTK/Imaging/Color/vtkImageLuminance.h              |     58 -
 VTK/Imaging/Color/vtkImageMapToRGBA.cxx            |     18 -
 VTK/Imaging/Color/vtkImageMapToRGBA.h              |     52 -
 .../Color/vtkImageMapToWindowLevelColors.cxx       |    447 -
 VTK/Imaging/Color/vtkImageMapToWindowLevelColors.h |     85 -
 VTK/Imaging/Color/vtkImageQuantizeRGBToIndex.cxx   |    691 -
 VTK/Imaging/Color/vtkImageQuantizeRGBToIndex.h     |    102 -
 VTK/Imaging/Color/vtkImageRGBToHSI.cxx             |    164 -
 VTK/Imaging/Color/vtkImageRGBToHSI.h               |     58 -
 VTK/Imaging/Color/vtkImageRGBToHSV.cxx             |    142 -
 VTK/Imaging/Color/vtkImageRGBToHSV.h               |     60 -
 VTK/Imaging/Core/CMakeLists.txt                    |     62 -
 VTK/Imaging/Core/Testing/Cxx/CMakeLists.txt        |     57 -
 VTK/Imaging/Core/Testing/Cxx/FastSplatter.cxx      |    131 -
 VTK/Imaging/Core/Testing/Cxx/ImageAccumulate.cxx   |    104 -
 VTK/Imaging/Core/Testing/Cxx/ImageAutoRange.cxx    |    126 -
 .../Core/Testing/Cxx/ImageBSplineCoefficients.cxx  |    218 -
 VTK/Imaging/Core/Testing/Cxx/ImageHistogram.cxx    |    134 -
 .../Core/Testing/Cxx/ImageHistogramStatistics.cxx  |    113 -
 VTK/Imaging/Core/Testing/Cxx/ImageResize.cxx       |    131 -
 VTK/Imaging/Core/Testing/Cxx/ImageResize3D.cxx     |    142 -
 .../Core/Testing/Cxx/ImageResizeCropping.cxx       |    147 -
 VTK/Imaging/Core/Testing/Cxx/ImageWeightedSum.cxx  |    122 -
 VTK/Imaging/Core/Testing/Cxx/ImportExport.cxx      |    105 -
 .../Core/Testing/Cxx/TestImageStencilData.cxx      |    215 -
 .../Core/Testing/Cxx/TestUpdateExtentReset.cxx     |     92 -
 .../Core/Testing/Python/ContinuousClose2D.py       |     24 -
 VTK/Imaging/Core/Testing/Python/IdealHighPass.py   |     30 -
 .../Core/Testing/Python/LaplacianEdgeEnhance.py    |     31 -
 .../Core/Testing/Python/MultipleUpdateExtents.py   |     35 -
 VTK/Imaging/Core/Testing/Python/ResliceBSpline.py  |    105 -
 .../Core/Testing/Python/ResliceColorWrap.py        |     31 -
 .../Core/Testing/Python/ResliceInformationInput.py |     29 -
 .../Testing/Python/ResliceInterpolationModes.py    |     87 -
 .../Testing/Python/ResliceInterpolationOblique.py  |     97 -
 .../Core/Testing/Python/ResliceLanczosKaiser.py    |     99 -
 .../Core/Testing/Python/ResliceMirrorOblique.py    |    101 -
 .../Core/Testing/Python/ResliceMirrorPad.py        |    100 -
 .../Core/Testing/Python/ResliceOptimizationOff.py  |    101 -
 .../Core/Testing/Python/ReslicePermutations.py     |    128 -
 .../Core/Testing/Python/ReslicePermuteResample.py  |     30 -
 .../Core/Testing/Python/ReslicePermuteSlab.py      |    104 -
 .../Core/Testing/Python/ResliceSlabModes.py        |    108 -
 VTK/Imaging/Core/Testing/Python/ResliceToColors.py |    166 -
 .../Core/Testing/Python/ResliceWrapOblique.py      |    101 -
 VTK/Imaging/Core/Testing/Python/ResliceWrapPad.py  |     92 -
 VTK/Imaging/Core/Testing/Python/Spectrum.py        |     30 -
 VTK/Imaging/Core/Testing/Python/TestAccumulate.py  |     29 -
 VTK/Imaging/Core/Testing/Python/TestAllBlends.py   |    142 -
 .../Core/Testing/Python/TestAllBlendsFloat.py      |    147 -
 VTK/Imaging/Core/Testing/Python/TestAllFlips.py    |     36 -
 VTK/Imaging/Core/Testing/Python/TestAllLogic.py    |    109 -
 VTK/Imaging/Core/Testing/Python/TestAllMaskBits.py |    112 -
 .../Core/Testing/Python/TestAllMathematics.py      |    114 -
 VTK/Imaging/Core/Testing/Python/TestAllShrinks.py  |    104 -
 .../Testing/Python/TestAnisotropicDiffusion2D.py   |     22 -
 .../Testing/Python/TestAnisotropicDiffusion3D.py   |     29 -
 .../Core/Testing/Python/TestBlendStencil.py        |     49 -
 .../Core/Testing/Python/TestButterworthHighPass.py |     28 -
 .../Core/Testing/Python/TestButterworthLowPass.py  |     28 -
 VTK/Imaging/Core/Testing/Python/TestCache.py       |     34 -
 .../Core/Testing/Python/TestChangeInformation.py   |     31 -
 .../Core/Testing/Python/TestCheckerboard.py        |     38 -
 .../Core/Testing/Python/TestCityBlockDistance.py   |     30 -
 VTK/Imaging/Core/Testing/Python/TestConvolve.py    |     23 -
 VTK/Imaging/Core/Testing/Python/TestCorrelation.py |     33 -
 VTK/Imaging/Core/Testing/Python/TestDivergence.py  |     21 -
 VTK/Imaging/Core/Testing/Python/TestDotProduct.py  |     37 -
 .../Core/Testing/Python/TestEuclideanDistance.py   |     29 -
 .../Testing/Python/TestEuclideanDistanceCached.py  |     29 -
 .../Core/Testing/Python/TestEuclideanToPolar.py    |     29 -
 VTK/Imaging/Core/Testing/Python/TestExtractVOI.py  |     59 -
 .../Core/Testing/Python/TestFFTCorrelation.py      |     58 -
 .../Core/Testing/Python/TestGradientMagnitude.py   |     18 -
 .../Core/Testing/Python/TestGradientMagnitude2.py  |     27 -
 VTK/Imaging/Core/Testing/Python/TestHSIToRGB.py    |     69 -
 VTK/Imaging/Core/Testing/Python/TestHSVToRGB.py    |     69 -
 .../Core/Testing/Python/TestHybridMedian2D.py      |     82 -
 .../Core/Testing/Python/TestIdealLowPass.py        |     26 -
 VTK/Imaging/Core/Testing/Python/TestImageCanvas.py |     37 -
 .../Core/Testing/Python/TestImageProjection.py     |    139 -
 .../Python/TestImageThresholdConnectivity.py       |    119 -
 .../Core/Testing/Python/TestImageWeightedSum.py    |     49 -
 .../Core/Testing/Python/TestInPlaceFilter.py       |     57 -
 .../Core/Testing/Python/TestIslandRemoval2D.py     |     30 -
 .../Core/Testing/Python/TestLassoStencil.py        |    112 -
 .../Testing/Python/TestMapToRGBABlockStreaming.py  |     56 -
 .../Testing/Python/TestMapToWindowLevelColors.py   |     31 -
 .../Testing/Python/TestMapToWindowLevelColors2.py  |     15 -
 VTK/Imaging/Core/Testing/Python/TestMask2.py       |     58 -
 VTK/Imaging/Core/Testing/Python/TestMedian3D.py    |     21 -
 VTK/Imaging/Core/Testing/Python/TestNormalize.py   |     27 -
 VTK/Imaging/Core/Testing/Python/TestOpenClose3D.py |     36 -
 VTK/Imaging/Core/Testing/Python/TestPermute.py     |     27 -
 .../Core/Testing/Python/TestQuantizeTo16Colors.py  |     28 -
 VTK/Imaging/Core/Testing/Python/TestROIStencil.py  |     95 -
 VTK/Imaging/Core/Testing/Python/TestRange3D.py     |     24 -
 VTK/Imaging/Core/Testing/Python/TestResample.py    |     29 -
 .../Core/Testing/Python/TestSeparableFilter.py     |     43 -
 VTK/Imaging/Core/Testing/Python/TestShiftScale.py  |     38 -
 VTK/Imaging/Core/Testing/Python/TestShiftScale2.py |     36 -
 .../Core/Testing/Python/TestSimpleImageExample.py  |     18 -
 VTK/Imaging/Core/Testing/Python/TestSkeleton2D.py  |    101 -
 VTK/Imaging/Core/Testing/Python/TestSobel2D.py     |     20 -
 VTK/Imaging/Core/Testing/Python/TestSobel3D.py     |     27 -
 .../Core/Testing/Python/TestStencilToImage.py      |     26 -
 .../Core/Testing/Python/TestStencilWithFunction.py |     40 -
 .../Core/Testing/Python/TestStencilWithImage.py    |     34 -
 VTK/Imaging/Core/Testing/Python/TestThreshold.py   |    117 -
 VTK/Imaging/Core/Testing/Python/TestVariance3D.py  |     25 -
 VTK/Imaging/Core/Testing/Python/TestWipe.py        |    114 -
 VTK/Imaging/Core/Testing/Python/TestWrapPad.py     |     27 -
 .../Core/Testing/Python/WindowLevelInterface.py    |     83 -
 VTK/Imaging/Core/Testing/Python/imageMCAll.py      |    148 -
 .../Core/Testing/Python/reconstructSurface.py      |    109 -
 .../Core/Testing/Python/resampledTexture.py        |     51 -
 VTK/Imaging/Core/Testing/Python/voxelModel.py      |     83 -
 VTK/Imaging/Core/Testing/Tcl/CMakeLists.txt        |     93 -
 VTK/Imaging/Core/Testing/Tcl/ContinuousClose2D.tcl |     28 -
 VTK/Imaging/Core/Testing/Tcl/IdealHighPass.tcl     |     42 -
 .../Core/Testing/Tcl/LaplacianEdgeEnhance.tcl      |     40 -
 .../Core/Testing/Tcl/MultipleUpdateExtents.tcl     |     36 -
 VTK/Imaging/Core/Testing/Tcl/ResliceBSpline.tcl    |    124 -
 VTK/Imaging/Core/Testing/Tcl/ResliceColorWrap.tcl  |     34 -
 .../Core/Testing/Tcl/ResliceInformationInput.tcl   |     30 -
 .../Core/Testing/Tcl/ResliceInterpolationModes.tcl |    104 -
 .../Testing/Tcl/ResliceInterpolationOblique.tcl    |    115 -
 .../Core/Testing/Tcl/ResliceLanczosKaiser.tcl      |    116 -
 .../Core/Testing/Tcl/ResliceMirrorOblique.tcl      |    119 -
 VTK/Imaging/Core/Testing/Tcl/ResliceMirrorPad.tcl  |    117 -
 .../Core/Testing/Tcl/ResliceOptimizationOff.tcl    |    120 -
 .../Core/Testing/Tcl/ReslicePermutations.tcl       |    154 -
 .../Core/Testing/Tcl/ReslicePermuteResample.tcl    |     37 -
 .../Core/Testing/Tcl/ReslicePermuteSlab.tcl        |    121 -
 VTK/Imaging/Core/Testing/Tcl/ResliceSlabModes.tcl  |    127 -
 VTK/Imaging/Core/Testing/Tcl/ResliceToColors.tcl   |    194 -
 .../Core/Testing/Tcl/ResliceWrapOblique.tcl        |    119 -
 VTK/Imaging/Core/Testing/Tcl/ResliceWrapPad.tcl    |    109 -
 VTK/Imaging/Core/Testing/Tcl/Spectrum.tcl          |     43 -
 VTK/Imaging/Core/Testing/Tcl/TestAccumulate.tcl    |     46 -
 VTK/Imaging/Core/Testing/Tcl/TestAllBlends.tcl     |    111 -
 .../Core/Testing/Tcl/TestAllBlendsFloat.tcl        |    118 -
 VTK/Imaging/Core/Testing/Tcl/TestAllFlips.tcl      |     46 -
 VTK/Imaging/Core/Testing/Tcl/TestAllLogic.tcl      |     56 -
 VTK/Imaging/Core/Testing/Tcl/TestAllMaskBits.tcl   |     73 -
 .../Core/Testing/Tcl/TestAllMathematics.tcl        |     86 -
 VTK/Imaging/Core/Testing/Tcl/TestAllShrinks.tcl    |     73 -
 .../Testing/Tcl/TestAnisotropicDiffusion2D.tcl     |     27 -
 .../Testing/Tcl/TestAnisotropicDiffusion3D.tcl     |     39 -
 VTK/Imaging/Core/Testing/Tcl/TestBlendStencil.tcl  |     53 -
 .../Core/Testing/Tcl/TestButterworthHighPass.tcl   |     33 -
 .../Core/Testing/Tcl/TestButterworthLowPass.tcl    |     33 -
 VTK/Imaging/Core/Testing/Tcl/TestCache.tcl         |     38 -
 .../Core/Testing/Tcl/TestChangeInformation.tcl     |     33 -
 VTK/Imaging/Core/Testing/Tcl/TestCheckerboard.tcl  |     42 -
 .../Core/Testing/Tcl/TestCityBlockDistance.tcl     |     40 -
 VTK/Imaging/Core/Testing/Tcl/TestConvolve.tcl      |     27 -
 VTK/Imaging/Core/Testing/Tcl/TestCorrelation.tcl   |     41 -
 VTK/Imaging/Core/Testing/Tcl/TestDivergence.tcl    |     30 -
 VTK/Imaging/Core/Testing/Tcl/TestDotProduct.tcl    |     42 -
 .../Core/Testing/Tcl/TestEuclideanDistance.tcl     |     32 -
 .../Testing/Tcl/TestEuclideanDistanceCached.tcl    |     32 -
 .../Core/Testing/Tcl/TestEuclideanToPolar.tcl      |     40 -
 VTK/Imaging/Core/Testing/Tcl/TestExtractVOI.tcl    |     56 -
 .../Core/Testing/Tcl/TestFFTCorrelation.tcl        |     68 -
 .../Core/Testing/Tcl/TestGradientMagnitude.tcl     |     20 -
 .../Core/Testing/Tcl/TestGradientMagnitude2.tcl    |     31 -
 VTK/Imaging/Core/Testing/Tcl/TestHSIToRGB.tcl      |     80 -
 VTK/Imaging/Core/Testing/Tcl/TestHSVToRGB.tcl      |     80 -
 .../Core/Testing/Tcl/TestHybridMedian2D.tcl        |     93 -
 VTK/Imaging/Core/Testing/Tcl/TestIdealLowPass.tcl  |     36 -
 VTK/Imaging/Core/Testing/Tcl/TestImageCanvas.tcl   |     46 -
 .../Core/Testing/Tcl/TestImageProjection.tcl       |    165 -
 .../Testing/Tcl/TestImageThresholdConnectivity.tcl |     70 -
 .../Core/Testing/Tcl/TestImageWeightedSum.tcl      |     49 -
 VTK/Imaging/Core/Testing/Tcl/TestInPlaceFilter.tcl |     61 -
 .../Core/Testing/Tcl/TestIslandRemoval2D.tcl       |     39 -
 VTK/Imaging/Core/Testing/Tcl/TestLassoStencil.tcl  |    135 -
 .../Testing/Tcl/TestMapToRGBABlockStreaming.tcl    |     64 -
 .../Testing/Tcl/TestMapToWindowLevelColors.tcl     |     31 -
 .../Testing/Tcl/TestMapToWindowLevelColors2.tcl    |     12 -
 VTK/Imaging/Core/Testing/Tcl/TestMask2.tcl         |     71 -
 VTK/Imaging/Core/Testing/Tcl/TestMedian3D.tcl      |     35 -
 VTK/Imaging/Core/Testing/Tcl/TestNormalize.tcl     |     27 -
 VTK/Imaging/Core/Testing/Tcl/TestOpenClose3D.tcl   |     46 -
 VTK/Imaging/Core/Testing/Tcl/TestPermute.tcl       |     35 -
 .../Core/Testing/Tcl/TestQuantizeTo16Colors.tcl    |     37 -
 VTK/Imaging/Core/Testing/Tcl/TestROIStencil.tcl    |    116 -
 VTK/Imaging/Core/Testing/Tcl/TestRange3D.tcl       |     26 -
 VTK/Imaging/Core/Testing/Tcl/TestResample.tcl      |     36 -
 .../Core/Testing/Tcl/TestSeparableFilter.tcl       |     42 -
 VTK/Imaging/Core/Testing/Tcl/TestShiftScale.tcl    |     41 -
 VTK/Imaging/Core/Testing/Tcl/TestShiftScale2.tcl   |     37 -
 .../Core/Testing/Tcl/TestSimpleImageExample.tcl    |     20 -
 VTK/Imaging/Core/Testing/Tcl/TestSkeleton2D.tcl    |    125 -
 VTK/Imaging/Core/Testing/Tcl/TestSobel2D.tcl       |     29 -
 VTK/Imaging/Core/Testing/Tcl/TestSobel3D.tcl       |     38 -
 .../Core/Testing/Tcl/TestStencilToImage.tcl        |     27 -
 .../Core/Testing/Tcl/TestStencilWithFunction.tcl   |     52 -
 .../Core/Testing/Tcl/TestStencilWithImage.tcl      |     45 -
 VTK/Imaging/Core/Testing/Tcl/TestThreshold.tcl     |     77 -
 VTK/Imaging/Core/Testing/Tcl/TestVariance3D.tcl    |     27 -
 VTK/Imaging/Core/Testing/Tcl/TestWipe.tcl          |     68 -
 VTK/Imaging/Core/Testing/Tcl/TestWrapPad.tcl       |     33 -
 .../Core/Testing/Tcl/WindowLevelInterface.tcl      |    101 -
 VTK/Imaging/Core/Testing/Tcl/imageMCAll.tcl        |     79 -
 .../Core/Testing/Tcl/reconstructSurface.tcl        |     81 -
 VTK/Imaging/Core/Testing/Tcl/resampledTexture.tcl  |     60 -
 VTK/Imaging/Core/Testing/Tcl/voxelModel.tcl        |     75 -
 VTK/Imaging/Core/module.cmake                      |     23 -
 VTK/Imaging/Core/vtkAbstractImageInterpolator.cxx  |    514 -
 VTK/Imaging/Core/vtkAbstractImageInterpolator.h    |    324 -
 VTK/Imaging/Core/vtkExtractVOI.cxx                 |    422 -
 VTK/Imaging/Core/vtkExtractVOI.h                   |     90 -
 VTK/Imaging/Core/vtkImageAppendComponents.cxx      |    190 -
 VTK/Imaging/Core/vtkImageAppendComponents.h        |     90 -
 VTK/Imaging/Core/vtkImageBSplineCoefficients.cxx   |    599 -
 VTK/Imaging/Core/vtkImageBSplineCoefficients.h     |    159 -
 VTK/Imaging/Core/vtkImageBSplineInternals.cxx      |    735 -
 VTK/Imaging/Core/vtkImageBSplineInternals.h        |     90 -
 VTK/Imaging/Core/vtkImageBSplineInterpolator.cxx   |    869 -
 VTK/Imaging/Core/vtkImageBSplineInterpolator.h     |    140 -
 VTK/Imaging/Core/vtkImageBlend.cxx                 |   1060 -
 VTK/Imaging/Core/vtkImageBlend.h                   |    207 -
 VTK/Imaging/Core/vtkImageCacheFilter.cxx           |     81 -
 VTK/Imaging/Core/vtkImageCacheFilter.h             |     62 -
 VTK/Imaging/Core/vtkImageCast.cxx                  |    169 -
 VTK/Imaging/Core/vtkImageCast.h                    |     93 -
 VTK/Imaging/Core/vtkImageChangeInformation.cxx     |    271 -
 VTK/Imaging/Core/vtkImageChangeInformation.h       |    135 -
 VTK/Imaging/Core/vtkImageClip.cxx                  |    247 -
 VTK/Imaging/Core/vtkImageClip.h                    |     93 -
 VTK/Imaging/Core/vtkImageConstantPad.cxx           |    193 -
 VTK/Imaging/Core/vtkImageConstantPad.h             |     64 -
 VTK/Imaging/Core/vtkImageDataStreamer.cxx          |    141 -
 VTK/Imaging/Core/vtkImageDataStreamer.h            |     74 -
 VTK/Imaging/Core/vtkImageDecomposeFilter.cxx       |    125 -
 VTK/Imaging/Core/vtkImageDecomposeFilter.h         |     74 -
 VTK/Imaging/Core/vtkImageDifference.cxx            |    475 -
 VTK/Imaging/Core/vtkImageDifference.h              |    124 -
 VTK/Imaging/Core/vtkImageExtractComponents.cxx     |    269 -
 VTK/Imaging/Core/vtkImageExtractComponents.h       |     76 -
 VTK/Imaging/Core/vtkImageFlip.cxx                  |    124 -
 VTK/Imaging/Core/vtkImageFlip.h                    |     89 -
 VTK/Imaging/Core/vtkImageInterpolator.cxx          |   1108 -
 VTK/Imaging/Core/vtkImageInterpolator.h            |    121 -
 VTK/Imaging/Core/vtkImageInterpolatorInternals.h   |    202 -
 VTK/Imaging/Core/vtkImageIterateFilter.cxx         |    274 -
 VTK/Imaging/Core/vtkImageIterateFilter.h           |     92 -
 VTK/Imaging/Core/vtkImageMagnify.cxx               |    340 -
 VTK/Imaging/Core/vtkImageMagnify.h                 |     81 -
 VTK/Imaging/Core/vtkImageMapToColors.cxx           |    296 -
 VTK/Imaging/Core/vtkImageMapToColors.h             |    107 -
 VTK/Imaging/Core/vtkImageMask.cxx                  |    329 -
 VTK/Imaging/Core/vtkImageMask.h                    |    112 -
 VTK/Imaging/Core/vtkImageMirrorPad.cxx             |    256 -
 VTK/Imaging/Core/vtkImageMirrorPad.h               |     53 -
 VTK/Imaging/Core/vtkImagePadFilter.cxx             |    188 -
 VTK/Imaging/Core/vtkImagePadFilter.h               |     74 -
 VTK/Imaging/Core/vtkImagePermute.cxx               |     47 -
 VTK/Imaging/Core/vtkImagePermute.h                 |     59 -
 VTK/Imaging/Core/vtkImageResample.cxx              |    174 -
 VTK/Imaging/Core/vtkImageResample.h                |     71 -
 VTK/Imaging/Core/vtkImageResize.cxx                |    997 -
 VTK/Imaging/Core/vtkImageResize.h                  |    165 -
 VTK/Imaging/Core/vtkImageReslice.cxx               |   3128 -
 VTK/Imaging/Core/vtkImageReslice.h                 |    440 -
 VTK/Imaging/Core/vtkImageResliceToColors.cxx       |    172 -
 VTK/Imaging/Core/vtkImageResliceToColors.h         |    102 -
 VTK/Imaging/Core/vtkImageShiftScale.cxx            |    177 -
 VTK/Imaging/Core/vtkImageShiftScale.h              |    106 -
 VTK/Imaging/Core/vtkImageShrink3D.cxx              |    614 -
 VTK/Imaging/Core/vtkImageShrink3D.h                |    100 -
 VTK/Imaging/Core/vtkImageSincInterpolator.cxx      |   1464 -
 VTK/Imaging/Core/vtkImageSincInterpolator.h        |    245 -
 VTK/Imaging/Core/vtkImageStencilAlgorithm.cxx      |    154 -
 VTK/Imaging/Core/vtkImageStencilAlgorithm.h        |     71 -
 VTK/Imaging/Core/vtkImageStencilData.cxx           |   1489 -
 VTK/Imaging/Core/vtkImageStencilData.h             |    257 -
 VTK/Imaging/Core/vtkImageStencilIterator.cxx       |     40 -
 VTK/Imaging/Core/vtkImageStencilIterator.h         |    144 -
 VTK/Imaging/Core/vtkImageStencilIterator.txx       |    403 -
 VTK/Imaging/Core/vtkImageStencilSource.cxx         |    118 -
 VTK/Imaging/Core/vtkImageStencilSource.h           |    101 -
 VTK/Imaging/Core/vtkImageThreshold.cxx             |    316 -
 VTK/Imaging/Core/vtkImageThreshold.h               |    131 -
 VTK/Imaging/Core/vtkImageTranslateExtent.cxx       |    132 -
 VTK/Imaging/Core/vtkImageTranslateExtent.h         |     54 -
 VTK/Imaging/Core/vtkImageWrapPad.cxx               |    260 -
 VTK/Imaging/Core/vtkImageWrapPad.h                 |     58 -
 VTK/Imaging/Core/vtkRTAnalyticSource.cxx           |    257 -
 VTK/Imaging/Core/vtkRTAnalyticSource.h             |    127 -
 VTK/Imaging/Fourier/CMakeLists.txt                 |     18 -
 VTK/Imaging/Fourier/module.cmake                   |      7 -
 .../Fourier/vtkImageButterworthHighPass.cxx        |    239 -
 VTK/Imaging/Fourier/vtkImageButterworthHighPass.h  |     78 -
 VTK/Imaging/Fourier/vtkImageButterworthLowPass.cxx |    230 -
 VTK/Imaging/Fourier/vtkImageButterworthLowPass.h   |     79 -
 VTK/Imaging/Fourier/vtkImageFFT.cxx                |    308 -
 VTK/Imaging/Fourier/vtkImageFFT.h                  |     85 -
 VTK/Imaging/Fourier/vtkImageFourierCenter.cxx      |    187 -
 VTK/Imaging/Fourier/vtkImageFourierCenter.h        |     67 -
 VTK/Imaging/Fourier/vtkImageFourierFilter.cxx      |    231 -
 VTK/Imaging/Fourier/vtkImageFourierFilter.h        |    133 -
 VTK/Imaging/Fourier/vtkImageIdealHighPass.cxx      |    228 -
 VTK/Imaging/Fourier/vtkImageIdealHighPass.h        |     73 -
 VTK/Imaging/Fourier/vtkImageIdealLowPass.cxx       |    228 -
 VTK/Imaging/Fourier/vtkImageIdealLowPass.h         |     74 -
 VTK/Imaging/Fourier/vtkImageRFFT.cxx               |    309 -
 VTK/Imaging/Fourier/vtkImageRFFT.h                 |     91 -
 VTK/Imaging/Fourier/vtkTableFFT.cxx                |    115 -
 VTK/Imaging/Fourier/vtkTableFFT.h                  |     70 -
 VTK/Imaging/General/CMakeLists.txt                 |     28 -
 VTK/Imaging/General/module.cmake                   |      7 -
 .../General/vtkImageAnisotropicDiffusion2D.cxx     |    388 -
 .../General/vtkImageAnisotropicDiffusion2D.h       |    124 -
 .../General/vtkImageAnisotropicDiffusion3D.cxx     |    592 -
 .../General/vtkImageAnisotropicDiffusion3D.h       |    125 -
 VTK/Imaging/General/vtkImageCheckerboard.cxx       |    234 -
 VTK/Imaging/General/vtkImageCheckerboard.h         |     76 -
 VTK/Imaging/General/vtkImageCityBlockDistance.cxx  |    229 -
 VTK/Imaging/General/vtkImageCityBlockDistance.h    |     66 -
 VTK/Imaging/General/vtkImageConvolve.cxx           |    478 -
 VTK/Imaging/General/vtkImageConvolve.h             |    104 -
 VTK/Imaging/General/vtkImageCorrelation.cxx        |    264 -
 VTK/Imaging/General/vtkImageCorrelation.h          |     80 -
 VTK/Imaging/General/vtkImageEuclideanDistance.cxx  |    771 -
 VTK/Imaging/General/vtkImageEuclideanDistance.h    |    142 -
 VTK/Imaging/General/vtkImageEuclideanToPolar.cxx   |    129 -
 VTK/Imaging/General/vtkImageEuclideanToPolar.h     |     58 -
 VTK/Imaging/General/vtkImageGaussianSmooth.cxx     |    463 -
 VTK/Imaging/General/vtkImageGaussianSmooth.h       |    109 -
 VTK/Imaging/General/vtkImageGradient.cxx           |    320 -
 VTK/Imaging/General/vtkImageGradient.h             |     82 -
 VTK/Imaging/General/vtkImageGradientMagnitude.cxx  |    285 -
 VTK/Imaging/General/vtkImageGradientMagnitude.h    |     75 -
 VTK/Imaging/General/vtkImageHybridMedian2D.cxx     |    285 -
 VTK/Imaging/General/vtkImageHybridMedian2D.h       |     54 -
 VTK/Imaging/General/vtkImageLaplacian.cxx          |    225 -
 VTK/Imaging/General/vtkImageLaplacian.h            |     67 -
 VTK/Imaging/General/vtkImageMedian3D.cxx           |    414 -
 VTK/Imaging/General/vtkImageMedian3D.h             |     64 -
 VTK/Imaging/General/vtkImageNormalize.cxx          |    135 -
 VTK/Imaging/General/vtkImageNormalize.h            |     59 -
 VTK/Imaging/General/vtkImageRange3D.cxx            |    339 -
 VTK/Imaging/General/vtkImageRange3D.h              |     66 -
 .../General/vtkImageSeparableConvolution.cxx       |    424 -
 VTK/Imaging/General/vtkImageSeparableConvolution.h |     96 -
 VTK/Imaging/General/vtkImageSlab.cxx               |    581 -
 VTK/Imaging/General/vtkImageSlab.h                 |    131 -
 VTK/Imaging/General/vtkImageSlabReslice.cxx        |     80 -
 VTK/Imaging/General/vtkImageSlabReslice.h          |    111 -
 VTK/Imaging/General/vtkImageSobel2D.cxx            |    220 -
 VTK/Imaging/General/vtkImageSobel2D.h              |     57 -
 VTK/Imaging/General/vtkImageSobel3D.cxx            |    250 -
 VTK/Imaging/General/vtkImageSobel3D.h              |     57 -
 VTK/Imaging/General/vtkImageSpatialAlgorithm.cxx   |    167 -
 VTK/Imaging/General/vtkImageSpatialAlgorithm.h     |     76 -
 VTK/Imaging/General/vtkImageVariance3D.cxx         |    338 -
 VTK/Imaging/General/vtkImageVariance3D.h           |     70 -
 .../General/vtkSimpleImageFilterExample.cxx        |     67 -
 VTK/Imaging/General/vtkSimpleImageFilterExample.h  |     54 -
 VTK/Imaging/Hybrid/CMakeLists.txt                  |     17 -
 VTK/Imaging/Hybrid/Testing/Cxx/CMakeLists.txt      |     16 -
 .../Hybrid/Testing/Cxx/TestSampleFunction.cxx      |    127 -
 VTK/Imaging/Hybrid/Testing/Python/genHead.py       |     94 -
 VTK/Imaging/Hybrid/Testing/Python/iceCream.py      |    111 -
 VTK/Imaging/Hybrid/Testing/Python/shepards.py      |     63 -
 .../Hybrid/Testing/Python/triangularTexture.py     |     66 -
 VTK/Imaging/Hybrid/Testing/Tcl/CMakeLists.txt      |      8 -
 VTK/Imaging/Hybrid/Testing/Tcl/genHead.tcl         |     70 -
 VTK/Imaging/Hybrid/Testing/Tcl/iceCream.tcl        |     89 -
 VTK/Imaging/Hybrid/Testing/Tcl/shepards.tcl        |     71 -
 .../Hybrid/Testing/Tcl/triangularTexture.tcl       |     77 -
 VTK/Imaging/Hybrid/module.cmake                    |     12 -
 VTK/Imaging/Hybrid/vtkBooleanTexture.cxx           |    180 -
 VTK/Imaging/Hybrid/vtkBooleanTexture.h             |    143 -
 VTK/Imaging/Hybrid/vtkFastSplatter.cxx             |    555 -
 VTK/Imaging/Hybrid/vtkFastSplatter.h               |    264 -
 VTK/Imaging/Hybrid/vtkGaussianSplatter.cxx         |    605 -
 VTK/Imaging/Hybrid/vtkGaussianSplatter.h           |    245 -
 VTK/Imaging/Hybrid/vtkImageCursor3D.cxx            |    141 -
 VTK/Imaging/Hybrid/vtkImageCursor3D.h              |     72 -
 VTK/Imaging/Hybrid/vtkImageRectilinearWipe.cxx     |    414 -
 VTK/Imaging/Hybrid/vtkImageRectilinearWipe.h       |    136 -
 VTK/Imaging/Hybrid/vtkPointLoad.cxx                |    259 -
 VTK/Imaging/Hybrid/vtkPointLoad.h                  |    100 -
 VTK/Imaging/Hybrid/vtkSampleFunction.cxx           |    438 -
 VTK/Imaging/Hybrid/vtkSampleFunction.h             |    172 -
 VTK/Imaging/Hybrid/vtkShepardMethod.cxx            |    396 -
 VTK/Imaging/Hybrid/vtkShepardMethod.h              |    116 -
 VTK/Imaging/Hybrid/vtkSliceCubes.cxx               |    645 -
 VTK/Imaging/Hybrid/vtkSliceCubes.h                 |    100 -
 .../Hybrid/vtkSurfaceReconstructionFilter.cxx      |    588 -
 .../Hybrid/vtkSurfaceReconstructionFilter.h        |     79 -
 VTK/Imaging/Hybrid/vtkTriangularTexture.cxx        |    204 -
 VTK/Imaging/Hybrid/vtkTriangularTexture.h          |     87 -
 VTK/Imaging/Hybrid/vtkVoxelModeller.cxx            |    362 -
 VTK/Imaging/Hybrid/vtkVoxelModeller.h              |    135 -
 VTK/Imaging/Math/CMakeLists.txt                    |     12 -
 VTK/Imaging/Math/module.cmake                      |      8 -
 VTK/Imaging/Math/vtkImageDivergence.cxx            |    234 -
 VTK/Imaging/Math/vtkImageDivergence.h              |     58 -
 VTK/Imaging/Math/vtkImageDotProduct.cxx            |    158 -
 VTK/Imaging/Math/vtkImageDotProduct.h              |     63 -
 VTK/Imaging/Math/vtkImageLogarithmicScale.cxx      |    112 -
 VTK/Imaging/Math/vtkImageLogarithmicScale.h        |     58 -
 VTK/Imaging/Math/vtkImageLogic.cxx                 |    313 -
 VTK/Imaging/Math/vtkImageLogic.h                   |    103 -
 VTK/Imaging/Math/vtkImageMagnitude.cxx             |    133 -
 VTK/Imaging/Math/vtkImageMagnitude.h               |     59 -
 VTK/Imaging/Math/vtkImageMaskBits.cxx              |    192 -
 VTK/Imaging/Math/vtkImageMaskBits.h                |     71 -
 VTK/Imaging/Math/vtkImageMathematics.cxx           |    525 -
 VTK/Imaging/Math/vtkImageMathematics.h             |    212 -
 VTK/Imaging/Math/vtkImageWeightedSum.cxx           |    248 -
 VTK/Imaging/Math/vtkImageWeightedSum.h             |     90 -
 VTK/Imaging/Morphological/CMakeLists.txt           |     14 -
 VTK/Imaging/Morphological/module.cmake             |      8 -
 VTK/Imaging/Morphological/vtkImageConnector.cxx    |    186 -
 VTK/Imaging/Morphological/vtkImageConnector.h      |    102 -
 .../Morphological/vtkImageContinuousDilate3D.cxx   |    347 -
 .../Morphological/vtkImageContinuousDilate3D.h     |     67 -
 .../Morphological/vtkImageContinuousErode3D.cxx    |    345 -
 .../Morphological/vtkImageContinuousErode3D.h      |     66 -
 .../Morphological/vtkImageDilateErode3D.cxx        |    329 -
 VTK/Imaging/Morphological/vtkImageDilateErode3D.h  |     78 -
 .../Morphological/vtkImageIslandRemoval2D.cxx      |    539 -
 .../Morphological/vtkImageIslandRemoval2D.h        |     90 -
 .../vtkImageNonMaximumSuppression.cxx              |    347 -
 .../Morphological/vtkImageNonMaximumSuppression.h  |     89 -
 VTK/Imaging/Morphological/vtkImageOpenClose3D.cxx  |    310 -
 VTK/Imaging/Morphological/vtkImageOpenClose3D.h    |    117 -
 .../Morphological/vtkImageSeedConnectivity.cxx     |    307 -
 .../Morphological/vtkImageSeedConnectivity.h       |     99 -
 VTK/Imaging/Morphological/vtkImageSkeleton2D.cxx   |    382 -
 VTK/Imaging/Morphological/vtkImageSkeleton2D.h     |     76 -
 .../vtkImageThresholdConnectivity.cxx              |    807 -
 .../Morphological/vtkImageThresholdConnectivity.h  |    177 -
 VTK/Imaging/Sources/CMakeLists.txt                 |     11 -
 VTK/Imaging/Sources/module.cmake                   |      7 -
 VTK/Imaging/Sources/vtkImageCanvasSource2D.cxx     |   1612 -
 VTK/Imaging/Sources/vtkImageCanvasSource2D.h       |    168 -
 VTK/Imaging/Sources/vtkImageEllipsoidSource.cxx    |    261 -
 VTK/Imaging/Sources/vtkImageEllipsoidSource.h      |    115 -
 VTK/Imaging/Sources/vtkImageGaussianSource.cxx     |    192 -
 VTK/Imaging/Sources/vtkImageGaussianSource.h       |     71 -
 VTK/Imaging/Sources/vtkImageGridSource.cxx         |    196 -
 VTK/Imaging/Sources/vtkImageGridSource.h           |    112 -
 VTK/Imaging/Sources/vtkImageMandelbrotSource.cxx   |    473 -
 VTK/Imaging/Sources/vtkImageMandelbrotSource.h     |    150 -
 VTK/Imaging/Sources/vtkImageNoiseSource.cxx        |    133 -
 VTK/Imaging/Sources/vtkImageNoiseSource.h          |     74 -
 VTK/Imaging/Sources/vtkImageSinusoidSource.cxx     |    219 -
 VTK/Imaging/Sources/vtkImageSinusoidSource.h       |     82 -
 VTK/Imaging/Statistics/CMakeLists.txt              |      7 -
 VTK/Imaging/Statistics/module.cmake                |      7 -
 VTK/Imaging/Statistics/vtkImageAccumulate.cxx      |    438 -
 VTK/Imaging/Statistics/vtkImageAccumulate.h        |    153 -
 VTK/Imaging/Statistics/vtkImageHistogram.cxx       |    919 -
 VTK/Imaging/Statistics/vtkImageHistogram.h         |    203 -
 .../Statistics/vtkImageHistogramStatistics.cxx     |    170 -
 .../Statistics/vtkImageHistogramStatistics.h       |    122 -
 VTK/Imaging/Stencil/CMakeLists.txt                 |     11 -
 VTK/Imaging/Stencil/module.cmake                   |      8 -
 VTK/Imaging/Stencil/vtkImageStencil.cxx            |    375 -
 VTK/Imaging/Stencil/vtkImageStencil.h              |     96 -
 VTK/Imaging/Stencil/vtkImageStencilToImage.cxx     |    182 -
 VTK/Imaging/Stencil/vtkImageStencilToImage.h       |     91 -
 VTK/Imaging/Stencil/vtkImageToImageStencil.cxx     |    256 -
 VTK/Imaging/Stencil/vtkImageToImageStencil.h       |     80 -
 .../Stencil/vtkImplicitFunctionToImageStencil.cxx  |    150 -
 .../Stencil/vtkImplicitFunctionToImageStencil.h    |     69 -
 VTK/Imaging/Stencil/vtkLassoStencilSource.cxx      |    607 -
 VTK/Imaging/Stencil/vtkLassoStencilSource.h        |    107 -
 VTK/Imaging/Stencil/vtkPolyDataToImageStencil.cxx  |    542 -
 VTK/Imaging/Stencil/vtkPolyDataToImageStencil.h    |    117 -
 VTK/Imaging/Stencil/vtkROIStencilSource.cxx        |    460 -
 VTK/Imaging/Stencil/vtkROIStencilSource.h          |     83 -
 VTK/Infovis/Boost/CMakeLists.txt                   |     10 -
 VTK/Infovis/Boost/Testing/Cxx/CMakeLists.txt       |     11 -
 .../Boost/Testing/Cxx/TestVariantSerialization.cxx |    125 -
 VTK/Infovis/Boost/module.cmake                     |      6 -
 VTK/Infovis/Boost/vtkTryDowncast.h                 |    183 -
 VTK/Infovis/Boost/vtkVariantBoostSerialization.h   |    244 -
 VTK/Infovis/BoostGraphAlgorithms/CMakeLists.txt    |     24 -
 .../Testing/Cxx/BoostArrayLogWeighting.cxx         |    115 -
 .../Cxx/BoostArrayRandomSparseArraySource.cxx      |     81 -
 .../Testing/Cxx/CMakeLists.txt                     |     36 -
 .../Testing/Cxx/TestBoostAdapter.cxx               |    300 -
 .../Testing/Cxx/TestBoostAlgorithms.cxx            |    214 -
 .../Testing/Cxx/TestBoostBetweennessClustering.cxx |    151 -
 .../Testing/Cxx/TestBoostBrandesCentrality.cxx     |    142 -
 .../Testing/Cxx/TestBoostDividedEdgeBundling.cxx   |    209 -
 .../Cxx/TestBoostExtractLargestComponent.cxx       |     97 -
 .../Testing/Cxx/TestBoostSplitTableField.cxx       |     80 -
 VTK/Infovis/BoostGraphAlgorithms/module.cmake      |     14 -
 .../vtkBoostBetweennessClustering.cxx              |    399 -
 .../vtkBoostBetweennessClustering.h                |     92 -
 .../vtkBoostBiconnectedComponents.cxx              |    172 -
 .../vtkBoostBiconnectedComponents.h                |     74 -
 .../vtkBoostBrandesCentrality.cxx                  |    192 -
 .../vtkBoostBrandesCentrality.h                    |     80 -
 .../vtkBoostBreadthFirstSearch.cxx                 |    373 -
 .../vtkBoostBreadthFirstSearch.h                   |    145 -
 .../vtkBoostBreadthFirstSearchTree.cxx             |    337 -
 .../vtkBoostBreadthFirstSearchTree.h               |    106 -
 .../vtkBoostConnectedComponents.cxx                |     98 -
 .../vtkBoostConnectedComponents.h                  |     56 -
 .../vtkBoostDividedEdgeBundling.cxx                |    589 -
 .../vtkBoostDividedEdgeBundling.h                  |     64 -
 .../vtkBoostExtractLargestComponent.cxx            |    163 -
 .../vtkBoostExtractLargestComponent.h              |     62 -
 .../BoostGraphAlgorithms/vtkBoostGraphAdapter.h    |   1142 -
 .../vtkBoostKruskalMinimumSpanningTree.cxx         |    191 -
 .../vtkBoostKruskalMinimumSpanningTree.h           |     97 -
 .../BoostGraphAlgorithms/vtkBoostLogWeighting.cxx  |    148 -
 .../BoostGraphAlgorithms/vtkBoostLogWeighting.h    |     83 -
 .../vtkBoostPrimMinimumSpanningTree.cxx            |    308 -
 .../vtkBoostPrimMinimumSpanningTree.h              |    133 -
 .../vtkBoostRandomSparseArraySource.cxx            |    121 -
 .../vtkBoostRandomSparseArraySource.h              |    105 -
 .../vtkBoostSplitTableField.cxx                    |    176 -
 .../BoostGraphAlgorithms/vtkBoostSplitTableField.h |     89 -
 VTK/Infovis/Core/CMakeLists.txt                    |     44 -
 .../Core/Testing/Cxx/ArrayDotProductSimilarity.cxx |    164 -
 .../Core/Testing/Cxx/ArraySparseArrayToTable.cxx   |     91 -
 .../Core/Testing/Cxx/ArrayTableToSparseArray.cxx   |    136 -
 VTK/Infovis/Core/Testing/Cxx/ArrayToTable.cxx      |     90 -
 .../Core/Testing/Cxx/ArrayTransposeMatrix.cxx      |     83 -
 VTK/Infovis/Core/Testing/Cxx/CMakeLists.txt        |     49 -
 VTK/Infovis/Core/Testing/Cxx/TestArrayNorm.cxx     |    129 -
 .../Testing/Cxx/TestCollapseVerticesByArray.cxx    |    217 -
 VTK/Infovis/Core/Testing/Cxx/TestConvexHull2D.cxx  |    183 -
 .../Core/Testing/Cxx/TestDataObjectToTable.cxx     |    128 -
 .../Core/Testing/Cxx/TestExtractSelectedGraph.cxx  |    155 -
 .../Core/Testing/Cxx/TestExtractSelectedTree.cxx   |    174 -
 .../Core/Testing/Cxx/TestGraphAlgorithms.cxx       |    132 -
 .../Core/Testing/Cxx/TestKCoreDecomposition.cxx    |    253 -
 VTK/Infovis/Core/Testing/Cxx/TestMergeGraphs.cxx   |    180 -
 VTK/Infovis/Core/Testing/Cxx/TestMergeTables.cxx   |     89 -
 .../Core/Testing/Cxx/TestPruneTreeFilter.cxx       |     50 -
 .../Core/Testing/Cxx/TestRandomGraphSource.cxx     |    113 -
 .../Testing/Cxx/TestRemoveIsolatedVertices.cxx     |     49 -
 VTK/Infovis/Core/Testing/Cxx/TestStreamGraph.cxx   |     64 -
 .../Core/Testing/Cxx/TestStringToCategory.cxx      |    117 -
 .../Core/Testing/Cxx/TestStringToNumeric.cxx       |    219 -
 VTK/Infovis/Core/Testing/Cxx/TestTableToArray.cxx  |    104 -
 VTK/Infovis/Core/Testing/Cxx/TestTableToGraph.cxx  |    377 -
 .../Core/Testing/Cxx/TestThresholdTable.cxx        |    175 -
 VTK/Infovis/Core/Testing/Cxx/TestTimePoint.cxx     |    237 -
 .../Core/Testing/Cxx/TestTreeDifferenceFilter.cxx  |    126 -
 VTK/Infovis/Core/module.cmake                      |     15 -
 VTK/Infovis/Core/vtkAddMembershipArray.cxx         |    280 -
 VTK/Infovis/Core/vtkAddMembershipArray.h           |     96 -
 VTK/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.cxx |    177 -
 VTK/Infovis/Core/vtkAdjacencyMatrixToEdgeTable.h   |     91 -
 VTK/Infovis/Core/vtkArrayNorm.cxx                  |    167 -
 VTK/Infovis/Core/vtkArrayNorm.h                    |     93 -
 VTK/Infovis/Core/vtkArrayToTable.cxx               |    229 -
 VTK/Infovis/Core/vtkArrayToTable.h                 |     58 -
 VTK/Infovis/Core/vtkCollapseGraph.cxx              |    212 -
 VTK/Infovis/Core/vtkCollapseGraph.h                |     75 -
 VTK/Infovis/Core/vtkCollapseVerticesByArray.cxx    |    560 -
 VTK/Infovis/Core/vtkCollapseVerticesByArray.h      |    135 -
 VTK/Infovis/Core/vtkConvexHull2D.cxx               |    360 -
 VTK/Infovis/Core/vtkConvexHull2D.h                 |    147 -
 VTK/Infovis/Core/vtkDataObjectToTable.cxx          |    137 -
 VTK/Infovis/Core/vtkDataObjectToTable.h            |     75 -
 VTK/Infovis/Core/vtkDotProductSimilarity.cxx       |    336 -
 VTK/Infovis/Core/vtkDotProductSimilarity.h         |    148 -
 VTK/Infovis/Core/vtkEdgeCenters.cxx                |    195 -
 VTK/Infovis/Core/vtkEdgeCenters.h                  |     67 -
 VTK/Infovis/Core/vtkExpandSelectedGraph.cxx        |    203 -
 VTK/Infovis/Core/vtkExpandSelectedGraph.h          |    111 -
 VTK/Infovis/Core/vtkExtractSelectedGraph.cxx       |    477 -
 VTK/Infovis/Core/vtkExtractSelectedGraph.h         |     92 -
 VTK/Infovis/Core/vtkExtractSelectedTree.cxx        |    243 -
 VTK/Infovis/Core/vtkExtractSelectedTree.h          |     64 -
 VTK/Infovis/Core/vtkGenerateIndexArray.cxx         |    220 -
 VTK/Infovis/Core/vtkGenerateIndexArray.h           |    119 -
 .../Core/vtkGraphAnnotationLayersFilter.cxx        |    304 -
 VTK/Infovis/Core/vtkGraphAnnotationLayersFilter.h  |    123 -
 .../Core/vtkGraphHierarchicalBundleEdges.cxx       |    327 -
 VTK/Infovis/Core/vtkGraphHierarchicalBundleEdges.h |    102 -
 VTK/Infovis/Core/vtkGroupLeafVertices.cxx          |    462 -
 VTK/Infovis/Core/vtkGroupLeafVertices.h            |     66 -
 VTK/Infovis/Core/vtkKCoreDecomposition.cxx         |    482 -
 VTK/Infovis/Core/vtkKCoreDecomposition.h           |    107 -
 VTK/Infovis/Core/vtkMergeColumns.cxx               |    149 -
 VTK/Infovis/Core/vtkMergeColumns.h                 |     74 -
 VTK/Infovis/Core/vtkMergeGraphs.cxx                |    284 -
 VTK/Infovis/Core/vtkMergeGraphs.h                  |    108 -
 VTK/Infovis/Core/vtkMergeTables.cxx                |    247 -
 VTK/Infovis/Core/vtkMergeTables.h                  |     98 -
 VTK/Infovis/Core/vtkMutableGraphHelper.cxx         |    197 -
 VTK/Infovis/Core/vtkMutableGraphHelper.h           |    103 -
 VTK/Infovis/Core/vtkNetworkHierarchy.cxx           |    321 -
 VTK/Infovis/Core/vtkNetworkHierarchy.h             |     76 -
 VTK/Infovis/Core/vtkPipelineGraphSource.cxx        |    347 -
 VTK/Infovis/Core/vtkPipelineGraphSource.h          |     67 -
 VTK/Infovis/Core/vtkPruneTreeFilter.cxx            |    139 -
 VTK/Infovis/Core/vtkPruneTreeFilter.h              |     71 -
 VTK/Infovis/Core/vtkRandomGraphSource.cxx          |    333 -
 VTK/Infovis/Core/vtkRandomGraphSource.h            |    167 -
 VTK/Infovis/Core/vtkRemoveHiddenData.cxx           |    169 -
 VTK/Infovis/Core/vtkRemoveHiddenData.h             |     72 -
 VTK/Infovis/Core/vtkRemoveIsolatedVertices.cxx     |    131 -
 VTK/Infovis/Core/vtkRemoveIsolatedVertices.h       |     55 -
 VTK/Infovis/Core/vtkSparseArrayToTable.cxx         |    143 -
 VTK/Infovis/Core/vtkSparseArrayToTable.h           |     76 -
 VTK/Infovis/Core/vtkStreamGraph.cxx                |    132 -
 VTK/Infovis/Core/vtkStreamGraph.h                  |     94 -
 VTK/Infovis/Core/vtkStringToCategory.cxx           |    212 -
 VTK/Infovis/Core/vtkStringToCategory.h             |     85 -
 VTK/Infovis/Core/vtkStringToNumeric.cxx            |    352 -
 VTK/Infovis/Core/vtkStringToNumeric.h              |    164 -
 VTK/Infovis/Core/vtkTableToArray.cxx               |    178 -
 VTK/Infovis/Core/vtkTableToArray.h                 |     89 -
 VTK/Infovis/Core/vtkTableToGraph.cxx               |    958 -
 VTK/Infovis/Core/vtkTableToGraph.h                 |    157 -
 VTK/Infovis/Core/vtkTableToSparseArray.cxx         |    215 -
 VTK/Infovis/Core/vtkTableToSparseArray.h           |     97 -
 VTK/Infovis/Core/vtkTableToTreeFilter.cxx          |    138 -
 VTK/Infovis/Core/vtkTableToTreeFilter.h            |     62 -
 VTK/Infovis/Core/vtkThresholdGraph.cxx             |    170 -
 VTK/Infovis/Core/vtkThresholdGraph.h               |     70 -
 VTK/Infovis/Core/vtkThresholdTable.cxx             |    150 -
 VTK/Infovis/Core/vtkThresholdTable.h               |    131 -
 VTK/Infovis/Core/vtkTransferAttributes.cxx         |    328 -
 VTK/Infovis/Core/vtkTransferAttributes.h           |    117 -
 VTK/Infovis/Core/vtkTransposeMatrix.cxx            |    134 -
 VTK/Infovis/Core/vtkTransposeMatrix.h              |     55 -
 VTK/Infovis/Core/vtkTreeDifferenceFilter.cxx       |    330 -
 VTK/Infovis/Core/vtkTreeDifferenceFilter.h         |    115 -
 VTK/Infovis/Core/vtkTreeFieldAggregator.cxx        |    241 -
 VTK/Infovis/Core/vtkTreeFieldAggregator.h          |     88 -
 VTK/Infovis/Core/vtkTreeLevelsFilter.cxx           |     97 -
 VTK/Infovis/Core/vtkTreeLevelsFilter.h             |     56 -
 VTK/Infovis/Core/vtkVertexDegree.cxx               |     98 -
 VTK/Infovis/Core/vtkVertexDegree.h                 |     61 -
 VTK/Infovis/Layout/CMakeLists.txt                  |     57 -
 VTK/Infovis/Layout/Testing/Cxx/CMakeLists.txt      |     31 -
 VTK/Infovis/Layout/Testing/Cxx/TestArcEdges.cxx    |    104 -
 .../Layout/Testing/Cxx/TestAssignCoordinates.cxx   |     91 -
 .../Layout/Testing/Cxx/TestChacoGraphReader.cxx    |     72 -
 .../Testing/Cxx/TestCirclePackLayoutStrategy.cxx   |    672 -
 .../Testing/Cxx/TestCosmicTreeLayoutStrategy.cxx   |    184 -
 .../Layout/Testing/Cxx/TestGraphLayoutStrategy.cxx |    207 -
 .../Layout/Testing/Cxx/TestGroupLeafVertices.cxx   |    223 -
 .../Testing/Cxx/TestIncrementalForceLayout.cxx     |     65 -
 VTK/Infovis/Layout/Testing/Cxx/TestKCoreLayout.cxx |     53 -
 .../Layout/Testing/Cxx/TestKdTreeBoxSelection.cxx  |    303 -
 .../Layout/Testing/Cxx/TestPruneTreeFilter.cxx     |    108 -
 .../Testing/Cxx/TestSimple3DCirclesStrategy.cxx    |    139 -
 .../Testing/Cxx/TestTreeMapLayoutStrategy.cxx      |    129 -
 VTK/Infovis/Layout/module.cmake                    |     15 -
 VTK/Infovis/Layout/vtkArcParallelEdgeStrategy.cxx  |    276 -
 VTK/Infovis/Layout/vtkArcParallelEdgeStrategy.h    |     62 -
 VTK/Infovis/Layout/vtkAreaLayout.cxx               |    203 -
 VTK/Infovis/Layout/vtkAreaLayout.h                 |    106 -
 VTK/Infovis/Layout/vtkAreaLayoutStrategy.cxx       |     50 -
 VTK/Infovis/Layout/vtkAreaLayoutStrategy.h         |     95 -
 VTK/Infovis/Layout/vtkAssignCoordinates.cxx        |    211 -
 VTK/Infovis/Layout/vtkAssignCoordinates.h          |     80 -
 .../Layout/vtkAssignCoordinatesLayoutStrategy.cxx  |     87 -
 .../Layout/vtkAssignCoordinatesLayoutStrategy.h    |     74 -
 .../vtkAttributeClustering2DLayoutStrategy.cxx     |    661 -
 .../vtkAttributeClustering2DLayoutStrategy.h       |    168 -
 VTK/Infovis/Layout/vtkBoxLayoutStrategy.cxx        |    149 -
 VTK/Infovis/Layout/vtkBoxLayoutStrategy.h          |     67 -
 .../vtkCirclePackFrontChainLayoutStrategy.cxx      |    818 -
 .../Layout/vtkCirclePackFrontChainLayoutStrategy.h |     90 -
 VTK/Infovis/Layout/vtkCirclePackLayout.cxx         |    280 -
 VTK/Infovis/Layout/vtkCirclePackLayout.h           |    113 -
 VTK/Infovis/Layout/vtkCirclePackLayoutStrategy.cxx |     39 -
 VTK/Infovis/Layout/vtkCirclePackLayoutStrategy.h   |     71 -
 VTK/Infovis/Layout/vtkCirclePackToPolyData.cxx     |    154 -
 VTK/Infovis/Layout/vtkCirclePackToPolyData.h       |     76 -
 VTK/Infovis/Layout/vtkCircularLayoutStrategy.cxx   |     57 -
 VTK/Infovis/Layout/vtkCircularLayoutStrategy.h     |     53 -
 .../Layout/vtkClustering2DLayoutStrategy.cxx       |    631 -
 VTK/Infovis/Layout/vtkClustering2DLayoutStrategy.h |    171 -
 .../Layout/vtkCommunity2DLayoutStrategy.cxx        |    627 -
 VTK/Infovis/Layout/vtkCommunity2DLayoutStrategy.h  |    186 -
 VTK/Infovis/Layout/vtkConeLayoutStrategy.cxx       |    294 -
 VTK/Infovis/Layout/vtkConeLayoutStrategy.h         |    129 -
 .../Layout/vtkConstrained2DLayoutStrategy.cxx      |    586 -
 .../Layout/vtkConstrained2DLayoutStrategy.h        |    180 -
 VTK/Infovis/Layout/vtkCosmicTreeLayoutStrategy.cxx |    555 -
 VTK/Infovis/Layout/vtkCosmicTreeLayoutStrategy.h   |    147 -
 VTK/Infovis/Layout/vtkEdgeLayout.cxx               |    180 -
 VTK/Infovis/Layout/vtkEdgeLayout.h                 |     76 -
 VTK/Infovis/Layout/vtkEdgeLayoutStrategy.cxx       |     68 -
 VTK/Infovis/Layout/vtkEdgeLayoutStrategy.h         |     73 -
 VTK/Infovis/Layout/vtkFast2DLayoutStrategy.cxx     |    586 -
 VTK/Infovis/Layout/vtkFast2DLayoutStrategy.h       |    167 -
 .../Layout/vtkForceDirectedLayoutStrategy.cxx      |    347 -
 .../Layout/vtkForceDirectedLayoutStrategy.h        |    173 -
 VTK/Infovis/Layout/vtkGeoEdgeStrategy.cxx          |    192 -
 VTK/Infovis/Layout/vtkGeoEdgeStrategy.h            |     79 -
 VTK/Infovis/Layout/vtkGeoMath.cxx                  |     74 -
 VTK/Infovis/Layout/vtkGeoMath.h                    |     62 -
 VTK/Infovis/Layout/vtkGraphLayout.cxx              |    302 -
 VTK/Infovis/Layout/vtkGraphLayout.h                |    107 -
 VTK/Infovis/Layout/vtkGraphLayoutStrategy.cxx      |    113 -
 VTK/Infovis/Layout/vtkGraphLayoutStrategy.h        |     96 -
 VTK/Infovis/Layout/vtkIncrementalForceLayout.cxx   |    404 -
 VTK/Infovis/Layout/vtkIncrementalForceLayout.h     |    131 -
 VTK/Infovis/Layout/vtkKCoreLayout.cxx              |    362 -
 VTK/Infovis/Layout/vtkKCoreLayout.h                |    156 -
 VTK/Infovis/Layout/vtkPassThroughEdgeStrategy.cxx  |     51 -
 VTK/Infovis/Layout/vtkPassThroughEdgeStrategy.h    |     53 -
 .../Layout/vtkPassThroughLayoutStrategy.cxx        |     55 -
 VTK/Infovis/Layout/vtkPassThroughLayoutStrategy.h  |     71 -
 .../Layout/vtkPerturbCoincidentVertices.cxx        |    336 -
 VTK/Infovis/Layout/vtkPerturbCoincidentVertices.h  |     72 -
 VTK/Infovis/Layout/vtkRandomLayoutStrategy.cxx     |    126 -
 VTK/Infovis/Layout/vtkRandomLayoutStrategy.h       |     96 -
 VTK/Infovis/Layout/vtkSimple2DLayoutStrategy.cxx   |    363 -
 VTK/Infovis/Layout/vtkSimple2DLayoutStrategy.h     |    164 -
 VTK/Infovis/Layout/vtkSimple3DCirclesStrategy.cxx  |    651 -
 VTK/Infovis/Layout/vtkSimple3DCirclesStrategy.h    |    174 -
 .../Layout/vtkSliceAndDiceLayoutStrategy.cxx       |    158 -
 VTK/Infovis/Layout/vtkSliceAndDiceLayoutStrategy.h |     63 -
 VTK/Infovis/Layout/vtkSpanTreeLayoutStrategy.cxx   |    343 -
 VTK/Infovis/Layout/vtkSpanTreeLayoutStrategy.h     |    102 -
 VTK/Infovis/Layout/vtkSplineGraphEdges.cxx         |    445 -
 VTK/Infovis/Layout/vtkSplineGraphEdges.h           |     99 -
 VTK/Infovis/Layout/vtkSquarifyLayoutStrategy.cxx   |    256 -
 VTK/Infovis/Layout/vtkSquarifyLayoutStrategy.h     |     78 -
 .../Layout/vtkStackedTreeLayoutStrategy.cxx        |    604 -
 VTK/Infovis/Layout/vtkStackedTreeLayoutStrategy.h  |    142 -
 VTK/Infovis/Layout/vtkTreeLayoutStrategy.cxx       |    404 -
 VTK/Infovis/Layout/vtkTreeLayoutStrategy.h         |    127 -
 VTK/Infovis/Layout/vtkTreeMapLayout.cxx            |    220 -
 VTK/Infovis/Layout/vtkTreeMapLayout.h              |    100 -
 VTK/Infovis/Layout/vtkTreeMapLayoutStrategy.cxx    |    102 -
 VTK/Infovis/Layout/vtkTreeMapLayoutStrategy.h      |     66 -
 VTK/Infovis/Layout/vtkTreeMapToPolyData.cxx        |    163 -
 VTK/Infovis/Layout/vtkTreeMapToPolyData.h          |     81 -
 VTK/Infovis/Layout/vtkTreeOrbitLayoutStrategy.cxx  |    196 -
 VTK/Infovis/Layout/vtkTreeOrbitLayoutStrategy.h    |     81 -
 VTK/Infovis/Layout/vtkTreeRingToPolyData.cxx       |    209 -
 VTK/Infovis/Layout/vtkTreeRingToPolyData.h         |     71 -
 VTK/Infovis/Parallel/CMakeLists.txt                |     21 -
 VTK/Infovis/Parallel/Testing/Cxx/CMakeLists.txt    |     12 -
 .../Parallel/Testing/Cxx/PBGLNamedVertexGraph.cxx  |    238 -
 .../Parallel/Testing/Cxx/PBGLRandomGraph.cxx       |   1397 -
 .../Parallel/Testing/Cxx/TestPBGLAlgorithms.cxx    |    323 -
 .../Parallel/Testing/Cxx/TestPBGLCollapseGraph.cxx |    158 -
 .../Parallel/Testing/Cxx/TestPBGLCollectGraph.cxx  |    209 -
 .../Testing/Cxx/TestPBGLEdgesPedigrees.cxx         |    145 -
 .../Testing/Cxx/TestPBGLGraphSQLReader.cxx         |    151 -
 .../Testing/Cxx/TestPBGLGraphSQLReaderFile.cxx     |    485 -
 .../Parallel/Testing/Cxx/TestPBGLPedigrees.cxx     |    882 -
 .../Parallel/Testing/Cxx/TestPBGLPipeline.cxx      |    330 -
 .../Parallel/Testing/Cxx/TestPRMATGraphSource.cxx  |    324 -
 .../Testing/Cxx/TestPRandomGraphSource.cxx         |    429 -
 VTK/Infovis/Parallel/module.cmake                  |     15 -
 VTK/Infovis/Parallel/vtkPBGLBreadthFirstSearch.cxx |    470 -
 VTK/Infovis/Parallel/vtkPBGLBreadthFirstSearch.h   |    146 -
 VTK/Infovis/Parallel/vtkPBGLCollapseGraph.cxx      |    201 -
 VTK/Infovis/Parallel/vtkPBGLCollapseGraph.h        |     54 -
 .../Parallel/vtkPBGLCollapseParallelEdges.cxx      |    194 -
 .../Parallel/vtkPBGLCollapseParallelEdges.h        |     54 -
 VTK/Infovis/Parallel/vtkPBGLCollectGraph.cxx       |    639 -
 VTK/Infovis/Parallel/vtkPBGLCollectGraph.h         |    145 -
 .../Parallel/vtkPBGLConnectedComponents.cxx        |    195 -
 VTK/Infovis/Parallel/vtkPBGLConnectedComponents.h  |     75 -
 .../Parallel/vtkPBGLDistributedGraphHelper.cxx     |   1099 -
 .../Parallel/vtkPBGLDistributedGraphHelper.h       |    220 -
 VTK/Infovis/Parallel/vtkPBGLGraphAdapter.h         |    474 -
 VTK/Infovis/Parallel/vtkPBGLGraphSQLReader.cxx     |    372 -
 VTK/Infovis/Parallel/vtkPBGLGraphSQLReader.h       |    133 -
 .../Parallel/vtkPBGLMinimumSpanningTree.cxx        |    271 -
 VTK/Infovis/Parallel/vtkPBGLMinimumSpanningTree.h  |     86 -
 VTK/Infovis/Parallel/vtkPBGLRMATGraphSource.cxx    |    373 -
 VTK/Infovis/Parallel/vtkPBGLRMATGraphSource.h      |    179 -
 VTK/Infovis/Parallel/vtkPBGLRandomGraphSource.cxx  |    409 -
 VTK/Infovis/Parallel/vtkPBGLRandomGraphSource.h    |    178 -
 VTK/Infovis/Parallel/vtkPBGLShortestPaths.cxx      |    559 -
 VTK/Infovis/Parallel/vtkPBGLShortestPaths.h        |    194 -
 VTK/Infovis/Parallel/vtkPBGLVertexColoring.cxx     |    183 -
 VTK/Infovis/Parallel/vtkPBGLVertexColoring.h       |     86 -
 VTK/Interaction/Image/CMakeLists.txt               |      8 -
 VTK/Interaction/Image/module.cmake                 |     11 -
 VTK/Interaction/Image/vtkImageViewer.cxx           |    286 -
 VTK/Interaction/Image/vtkImageViewer.h             |    135 -
 VTK/Interaction/Image/vtkImageViewer2.cxx          |    775 -
 VTK/Interaction/Image/vtkImageViewer2.h            |    222 -
 VTK/Interaction/Image/vtkResliceImageViewer.cxx    |    622 -
 VTK/Interaction/Image/vtkResliceImageViewer.h      |    162 -
 .../Image/vtkResliceImageViewerMeasurements.cxx    |    383 -
 .../Image/vtkResliceImageViewerMeasurements.h      |    126 -
 VTK/Interaction/Style/CMakeLists.txt               |     54 -
 VTK/Interaction/Style/Testing/Python/TestFlyTo.py  |     76 -
 .../Testing/Python/TestInteractorStyleTerrain.py   |     94 -
 .../Style/Testing/Python/TestStyleBase.py          |    118 -
 .../Style/Testing/Python/TestStyleBaseSpike.py     |    144 -
 .../Style/Testing/Python/TestStyleJoystickActor.py |     73 -
 .../Testing/Python/TestStyleJoystickCamera.py      |     77 -
 .../Testing/Python/TestStyleRubberBandZoom.py      |     36 -
 .../Style/Testing/Python/TestStyleTerrain.py       |     68 -
 .../Testing/Python/TestStyleTrackballActor.py      |     77 -
 .../Testing/Python/TestStyleTrackballCamera.py     |     77 -
 VTK/Interaction/Style/Testing/Tcl/CMakeLists.txt   |     16 -
 VTK/Interaction/Style/Testing/Tcl/TestFlyTo.tcl    |     61 -
 .../Testing/Tcl/TestInteractorStyleTerrain.tcl     |     93 -
 .../Style/Testing/Tcl/TestStyleBase.tcl            |    131 -
 .../Style/Testing/Tcl/TestStyleBaseSpike.tcl       |     73 -
 .../Style/Testing/Tcl/TestStyleJoystickActor.tcl   |     26 -
 .../Style/Testing/Tcl/TestStyleJoystickCamera.tcl  |     26 -
 .../Style/Testing/Tcl/TestStyleRubberBandZoom.tcl  |     44 -
 .../Style/Testing/Tcl/TestStyleTerrain.tcl         |     18 -
 .../Style/Testing/Tcl/TestStyleTrackballActor.tcl  |     26 -
 .../Style/Testing/Tcl/TestStyleTrackballCamera.tcl |     26 -
 VTK/Interaction/Style/module.cmake                 |      6 -
 .../Style/vtkInteractorStyleDrawPolygon.cxx        |    242 -
 .../Style/vtkInteractorStyleDrawPolygon.h          |     77 -
 VTK/Interaction/Style/vtkInteractorStyleFlight.cxx |    810 -
 VTK/Interaction/Style/vtkInteractorStyleFlight.h   |    163 -
 VTK/Interaction/Style/vtkInteractorStyleImage.cxx  |    754 -
 VTK/Interaction/Style/vtkInteractorStyleImage.h    |    192 -
 .../Style/vtkInteractorStyleJoystickActor.cxx      |    620 -
 .../Style/vtkInteractorStyleJoystickActor.h        |     92 -
 .../Style/vtkInteractorStyleJoystickCamera.cxx     |    395 -
 .../Style/vtkInteractorStyleJoystickCamera.h       |     79 -
 .../Style/vtkInteractorStyleRubberBand2D.cxx       |    342 -
 .../Style/vtkInteractorStyleRubberBand2D.h         |    126 -
 .../Style/vtkInteractorStyleRubberBand3D.cxx       |    302 -
 .../Style/vtkInteractorStyleRubberBand3D.h         |    125 -
 .../Style/vtkInteractorStyleRubberBandPick.cxx     |    321 -
 .../Style/vtkInteractorStyleRubberBandPick.h       |     74 -
 .../Style/vtkInteractorStyleRubberBandZoom.cxx     |    254 -
 .../Style/vtkInteractorStyleRubberBandZoom.h       |     61 -
 VTK/Interaction/Style/vtkInteractorStyleSwitch.cxx |    268 -
 VTK/Interaction/Style/vtkInteractorStyleSwitch.h   |     99 -
 .../Style/vtkInteractorStyleTerrain.cxx            |    431 -
 VTK/Interaction/Style/vtkInteractorStyleTerrain.h  |    117 -
 .../Style/vtkInteractorStyleTrackball.cxx          |     41 -
 .../Style/vtkInteractorStyleTrackball.h            |     47 -
 .../Style/vtkInteractorStyleTrackballActor.cxx     |    613 -
 .../Style/vtkInteractorStyleTrackballActor.h       |     92 -
 .../Style/vtkInteractorStyleTrackballCamera.cxx    |    405 -
 .../Style/vtkInteractorStyleTrackballCamera.h      |     85 -
 VTK/Interaction/Style/vtkInteractorStyleUnicam.cxx |    679 -
 VTK/Interaction/Style/vtkInteractorStyleUnicam.h   |    185 -
 VTK/Interaction/Style/vtkInteractorStyleUser.cxx   |    348 -
 VTK/Interaction/Style/vtkInteractorStyleUser.h     |    123 -
 .../vtkParallelCoordinatesInteractorStyle.cxx      |    415 -
 .../Style/vtkParallelCoordinatesInteractorStyle.h  |    119 -
 VTK/Interaction/Widgets/CMakeLists.txt             |    157 -
 VTK/Interaction/Widgets/Testing/Cxx/BoxWidget.cxx  |    537 -
 VTK/Interaction/Widgets/Testing/Cxx/BoxWidget2.cxx |    551 -
 .../Widgets/Testing/Cxx/ImagePlaneWidget.cxx       |    557 -
 .../Widgets/Testing/Cxx/ScaledBoxWidget2.cxx       |    193 -
 .../Widgets/Testing/Cxx/TerrainPolylineEditor.cxx  |    864 -
 .../Widgets/Testing/Cxx/TestAffineWidget.cxx       |    174 -
 .../Widgets/Testing/Cxx/TestAngleWidget2D.cxx      |    459 -
 .../Widgets/Testing/Cxx/TestAngleWidget3D.cxx      |    737 -
 .../Testing/Cxx/TestAxesTransformWidget.cxx        |    111 -
 .../Widgets/Testing/Cxx/TestBalloonWidget.cxx      |    166 -
 .../Testing/Cxx/TestBiDimensionalWidget.cxx        |   1201 -
 .../Widgets/Testing/Cxx/TestBorderWidget.cxx       |    716 -
 .../Widgets/Testing/Cxx/TestBrokenLineWidget.cxx   |    199 -
 .../Widgets/Testing/Cxx/TestButtonWidget.cxx       |    826 -
 .../Widgets/Testing/Cxx/TestCameraWidget.cxx       |    100 -
 .../Widgets/Testing/Cxx/TestCaptionWidget.cxx      |    999 -
 .../Testing/Cxx/TestCellCentersPointPlacer.cxx     |   1459 -
 .../Testing/Cxx/TestCenteredSliderWidget2D.cxx     |    158 -
 .../Widgets/Testing/Cxx/TestCheckerboardWidget.cxx |    345 -
 .../Testing/Cxx/TestConstrainedHandleWidget.cxx    |    150 -
 .../Widgets/Testing/Cxx/TestContourWidget2.cxx     |    114 -
 .../Testing/Cxx/TestDijkstraGraphGeodesicPath.cxx  |    304 -
 .../Testing/Cxx/TestDijkstraImageGeodesicPath.cxx  |    237 -
 .../Widgets/Testing/Cxx/TestDistanceWidget.cxx     |   1056 -
 .../Widgets/Testing/Cxx/TestDistanceWidget3D.cxx   |   1027 -
 .../Cxx/TestFixedSizeHandleRepresentation3D.cxx    |    648 -
 .../Widgets/Testing/Cxx/TestFocalPlaneContour.cxx  |    110 -
 .../Widgets/Testing/Cxx/TestHandleWidget.cxx       |    767 -
 .../Widgets/Testing/Cxx/TestHandleWidget2D.cxx     |    171 -
 .../Testing/Cxx/TestImageActorContourWidget.cxx    |    955 -
 .../Widgets/Testing/Cxx/TestImageTracerWidget.cxx  |    574 -
 .../Testing/Cxx/TestImplicitPlaneWidget.cxx        |    548 -
 .../Testing/Cxx/TestImplicitPlaneWidget2.cxx       |    554 -
 .../TestImplicitPlaneWidget2LockNormalToCamera.cxx |    587 -
 .../Testing/Cxx/TestImplicitPlaneWidget2b.cxx      |    216 -
 .../Widgets/Testing/Cxx/TestLineWidget.cxx         |    379 -
 .../Widgets/Testing/Cxx/TestLineWidget2.cxx        |    390 -
 .../Widgets/Testing/Cxx/TestLogoWidget.cxx         |    137 -
 .../Testing/Cxx/TestLogoWidgetAlphaBlending.cxx    |    164 -
 .../Testing/Cxx/TestLogoWidgetDepthPeeling.cxx     |    160 -
 .../Testing/Cxx/TestOrientationMarkerWidget.cxx    |    581 -
 .../Testing/Cxx/TestOrientedGlyphContour.cxx       |    164 -
 .../Widgets/Testing/Cxx/TestOrthoPlanes.cxx        |    570 -
 .../Testing/Cxx/TestParallelopipedWidget.cxx       |    158 -
 .../Testing/Cxx/TestPickingManagerSeedWidget.cxx   |    731 -
 .../Testing/Cxx/TestPickingManagerWidgets.cxx      |    377 -
 .../Widgets/Testing/Cxx/TestPlaneWidget.cxx        |    525 -
 .../Widgets/Testing/Cxx/TestPlaybackWidget.cxx     |    109 -
 .../Cxx/TestPointHandleRepresentation3D.cxx        |     91 -
 .../Widgets/Testing/Cxx/TestPointWidget.cxx        |    668 -
 .../Widgets/Testing/Cxx/TestPolyPlane.cxx          |    314 -
 .../Cxx/TestPolygonalHandleRepresentations.cxx     |    289 -
 .../TestPolygonalRepresentationHandleWidget.cxx    |    211 -
 ...stPolygonalSurfaceConstrainedDistanceWidget.cxx |    343 -
 .../Testing/Cxx/TestProgrammaticPlacement.cxx      |    139 -
 .../Testing/Cxx/TestProp3DButtonRepresentation.cxx |     78 -
 .../Testing/Cxx/TestRectilinearWipeWidget.cxx      |    537 -
 .../Testing/Cxx/TestResliceCursorWidget2.cxx       |    315 -
 .../Testing/Cxx/TestResliceCursorWidget3.cxx       |    315 -
 .../Widgets/Testing/Cxx/TestScalarBarWidget.cxx    |    455 -
 .../Widgets/Testing/Cxx/TestSeedWidget.cxx         |    573 -
 .../Widgets/Testing/Cxx/TestSeedWidget2.cxx        |    154 -
 .../TestSeedWidgetNonUniformRepresentations.cxx    |    177 -
 .../Widgets/Testing/Cxx/TestSliderWidget.cxx       |    625 -
 .../Widgets/Testing/Cxx/TestSliderWidget2D.cxx     |    620 -
 .../Widgets/Testing/Cxx/TestSphereHandleWidget.cxx |    369 -
 .../Widgets/Testing/Cxx/TestSplineWidget.cxx       |    389 -
 .../Cxx/TestSurfaceConstrainedHandleWidget.cxx     |    201 -
 .../Widgets/Testing/Cxx/TestTensorProbeWidget.cxx  |    658 -
 .../Widgets/Testing/Cxx/TestTextWidget.cxx         |    113 -
 .../Widgets/Testing/Cxx/WidgetTestingMacros.h      |    913 -
 .../Testing/Cxx/vtkAngleRepresentation2DTest1.cxx  |     30 -
 .../Testing/Cxx/vtkAngleRepresentation3DTest1.cxx  |     51 -
 .../Widgets/Testing/Cxx/vtkAngleWidgetTest1.cxx    |     31 -
 .../Testing/Cxx/vtkBalloonRepresentationTest1.cxx  |     68 -
 .../Widgets/Testing/Cxx/vtkBalloonWidgetTest1.cxx  |    107 -
 .../Cxx/vtkBiDimensionalRepresentation2DTest1.cxx  |    161 -
 .../Testing/Cxx/vtkBiDimensionalWidgetTest1.cxx    |     24 -
 .../Widgets/Testing/Cxx/vtkBorderWidgetTest1.cxx   |     19 -
 .../Testing/Cxx/vtkCaptionRepresentationTest1.cxx  |     51 -
 .../Widgets/Testing/Cxx/vtkCaptionWidgetTest1.cxx  |     37 -
 ...tkConstrainedPointHandleRepresentationTest1.cxx |    203 -
 .../Widgets/Testing/Cxx/vtkHoverWidgetTest1.cxx    |     15 -
 .../Cxx/vtkImplicitPlaneRepresentationTest1.cxx    |     86 -
 .../Testing/Cxx/vtkImplicitPlaneWidget2Test1.cxx   |     19 -
 .../Testing/Cxx/vtkLineRepresentationTest1.cxx     |    200 -
 .../Widgets/Testing/Cxx/vtkLineWidget2Test1.cxx    |     22 -
 ...rientedPolygonalHandleRepresentation3DTest1.cxx |     18 -
 .../Cxx/vtkPointHandleRepresentation2DTest1.cxx    |     84 -
 .../Cxx/vtkPointHandleRepresentation3DTest1.cxx    |     99 -
 .../vtkPolygonalHandleRepresentation3DTest1.cxx    |     18 -
 .../Testing/Cxx/vtkSeedRepresentationTest1.cxx     |     90 -
 .../Widgets/Testing/Cxx/vtkSeedWidgetTest1.cxx     |     51 -
 .../Cxx/vtkSphereHandleRepresentationTest1.cxx     |     78 -
 .../Testing/Cxx/vtkSplineRepresentationTest1.cxx   |    218 -
 .../Widgets/Testing/Cxx/vtkSplineWidget2Test1.cxx  |     19 -
 .../Testing/Cxx/vtkTextRepresentationTest1.cxx     |     65 -
 .../Widgets/Testing/Cxx/vtkTextWidgetTest1.cxx     |     37 -
 .../Widgets/Testing/Python/TestBoxWidget.py        |    114 -
 .../Widgets/Testing/Python/TestImagePlaneWidget.py |    149 -
 .../Testing/Python/TestInteractorEventRecorder.py  |    144 -
 .../Widgets/Testing/Python/TestSphereWidget.py     |    357 -
 .../Widgets/Testing/Python/TestTextWidget.py       |     84 -
 VTK/Interaction/Widgets/Testing/Tcl/CMakeLists.txt |      9 -
 .../Widgets/Testing/Tcl/TestBoxWidget.tcl          |     75 -
 .../Testing/Tcl/TestInteractorEventRecorder.tcl    |    103 -
 .../Widgets/Testing/Tcl/TestSphereWidget.tcl       |    324 -
 .../Widgets/Testing/Tcl/TestTextWidget.tcl         |     51 -
 VTK/Interaction/Widgets/module.cmake               |     24 -
 VTK/Interaction/Widgets/vtk3DWidget.cxx            |    219 -
 VTK/Interaction/Widgets/vtk3DWidget.h              |    148 -
 .../vtkAbstractPolygonalHandleRepresentation3D.cxx |    821 -
 .../vtkAbstractPolygonalHandleRepresentation3D.h   |    220 -
 VTK/Interaction/Widgets/vtkAbstractWidget.cxx      |    342 -
 VTK/Interaction/Widgets/vtkAbstractWidget.h        |    181 -
 .../Widgets/vtkAffineRepresentation.cxx            |     53 -
 VTK/Interaction/Widgets/vtkAffineRepresentation.h  |     99 -
 .../Widgets/vtkAffineRepresentation2D.cxx          |   1113 -
 .../Widgets/vtkAffineRepresentation2D.h            |    229 -
 VTK/Interaction/Widgets/vtkAffineWidget.cxx        |    247 -
 VTK/Interaction/Widgets/vtkAffineWidget.h          |    126 -
 VTK/Interaction/Widgets/vtkAngleRepresentation.cxx |    229 -
 VTK/Interaction/Widgets/vtkAngleRepresentation.h   |    147 -
 .../Widgets/vtkAngleRepresentation2D.cxx           |    385 -
 VTK/Interaction/Widgets/vtkAngleRepresentation2D.h |    101 -
 .../Widgets/vtkAngleRepresentation3D.cxx           |    497 -
 VTK/Interaction/Widgets/vtkAngleRepresentation3D.h |    130 -
 VTK/Interaction/Widgets/vtkAngleWidget.cxx         |    576 -
 VTK/Interaction/Widgets/vtkAngleWidget.h           |    184 -
 .../Widgets/vtkAxesTransformRepresentation.cxx     |    355 -
 .../Widgets/vtkAxesTransformRepresentation.h       |    186 -
 VTK/Interaction/Widgets/vtkAxesTransformWidget.cxx |    240 -
 VTK/Interaction/Widgets/vtkAxesTransformWidget.h   |    145 -
 .../Widgets/vtkBalloonRepresentation.cxx           |    530 -
 VTK/Interaction/Widgets/vtkBalloonRepresentation.h |    220 -
 VTK/Interaction/Widgets/vtkBalloonWidget.cxx       |    352 -
 VTK/Interaction/Widgets/vtkBalloonWidget.h         |    176 -
 .../Widgets/vtkBezierContourLineInterpolator.cxx   |    230 -
 .../Widgets/vtkBezierContourLineInterpolator.h     |     96 -
 .../Widgets/vtkBiDimensionalRepresentation.cxx     |    350 -
 .../Widgets/vtkBiDimensionalRepresentation.h       |    218 -
 .../Widgets/vtkBiDimensionalRepresentation2D.cxx   |    859 -
 .../Widgets/vtkBiDimensionalRepresentation2D.h     |    151 -
 VTK/Interaction/Widgets/vtkBiDimensionalWidget.cxx |    782 -
 VTK/Interaction/Widgets/vtkBiDimensionalWidget.h   |    224 -
 .../Widgets/vtkBorderRepresentation.cxx            |    497 -
 VTK/Interaction/Widgets/vtkBorderRepresentation.h  |    214 -
 VTK/Interaction/Widgets/vtkBorderWidget.cxx        |    305 -
 VTK/Interaction/Widgets/vtkBorderWidget.h          |    166 -
 .../Widgets/vtkBoundedPlanePointPlacer.cxx         |    428 -
 .../Widgets/vtkBoundedPlanePointPlacer.h           |    201 -
 VTK/Interaction/Widgets/vtkBoxRepresentation.cxx   |   1394 -
 VTK/Interaction/Widgets/vtkBoxRepresentation.h     |    286 -
 VTK/Interaction/Widgets/vtkBoxWidget.cxx           |   1451 -
 VTK/Interaction/Widgets/vtkBoxWidget.h             |    326 -
 VTK/Interaction/Widgets/vtkBoxWidget2.cxx          |    332 -
 VTK/Interaction/Widgets/vtkBoxWidget2.h            |    167 -
 VTK/Interaction/Widgets/vtkBrokenLineWidget.cxx    |   1369 -
 VTK/Interaction/Widgets/vtkBrokenLineWidget.h      |    318 -
 .../Widgets/vtkButtonRepresentation.cxx            |    120 -
 VTK/Interaction/Widgets/vtkButtonRepresentation.h  |    104 -
 VTK/Interaction/Widgets/vtkButtonWidget.cxx        |    188 -
 VTK/Interaction/Widgets/vtkButtonWidget.h          |    111 -
 .../Widgets/vtkCameraRepresentation.cxx            |    269 -
 VTK/Interaction/Widgets/vtkCameraRepresentation.h  |    131 -
 VTK/Interaction/Widgets/vtkCameraWidget.cxx        |     73 -
 VTK/Interaction/Widgets/vtkCameraWidget.h          |     77 -
 .../Widgets/vtkCaptionRepresentation.cxx           |    289 -
 VTK/Interaction/Widgets/vtkCaptionRepresentation.h |    122 -
 VTK/Interaction/Widgets/vtkCaptionWidget.cxx       |    184 -
 VTK/Interaction/Widgets/vtkCaptionWidget.h         |    108 -
 .../Widgets/vtkCellCentersPointPlacer.cxx          |    216 -
 .../Widgets/vtkCellCentersPointPlacer.h            |    139 -
 .../Widgets/vtkCenteredSliderRepresentation.cxx    |    573 -
 .../Widgets/vtkCenteredSliderRepresentation.h      |    180 -
 .../Widgets/vtkCenteredSliderWidget.cxx            |    214 -
 VTK/Interaction/Widgets/vtkCenteredSliderWidget.h  |    136 -
 .../Widgets/vtkCheckerboardRepresentation.cxx      |    380 -
 .../Widgets/vtkCheckerboardRepresentation.h        |    132 -
 VTK/Interaction/Widgets/vtkCheckerboardWidget.cxx  |    277 -
 VTK/Interaction/Widgets/vtkCheckerboardWidget.h    |    112 -
 .../Widgets/vtkClosedSurfacePointPlacer.cxx        |    378 -
 .../Widgets/vtkClosedSurfacePointPlacer.h          |    139 -
 .../vtkConstrainedPointHandleRepresentation.cxx    |    743 -
 .../vtkConstrainedPointHandleRepresentation.h      |    248 -
 .../Widgets/vtkContinuousValueWidget.cxx           |    216 -
 VTK/Interaction/Widgets/vtkContinuousValueWidget.h |    120 -
 .../vtkContinuousValueWidgetRepresentation.cxx     |     65 -
 .../vtkContinuousValueWidgetRepresentation.h       |     80 -
 .../Widgets/vtkContourLineInterpolator.cxx         |     90 -
 .../Widgets/vtkContourLineInterpolator.h           |     93 -
 .../Widgets/vtkContourRepresentation.cxx           |   1467 -
 VTK/Interaction/Widgets/vtkContourRepresentation.h |    504 -
 VTK/Interaction/Widgets/vtkContourWidget.cxx       |    689 -
 VTK/Interaction/Widgets/vtkContourWidget.h         |    247 -
 .../vtkDijkstraImageContourLineInterpolator.cxx    |    150 -
 .../vtkDijkstraImageContourLineInterpolator.h      |     90 -
 .../Widgets/vtkDistanceRepresentation.cxx          |    208 -
 .../Widgets/vtkDistanceRepresentation.h            |    154 -
 .../Widgets/vtkDistanceRepresentation2D.cxx        |    238 -
 .../Widgets/vtkDistanceRepresentation2D.h          |    105 -
 .../Widgets/vtkDistanceRepresentation3D.cxx        |    447 -
 .../Widgets/vtkDistanceRepresentation3D.h          |    192 -
 VTK/Interaction/Widgets/vtkDistanceWidget.cxx      |    446 -
 VTK/Interaction/Widgets/vtkDistanceWidget.h        |    177 -
 .../vtkEllipsoidTensorProbeRepresentation.cxx      |    218 -
 .../vtkEllipsoidTensorProbeRepresentation.h        |     85 -
 VTK/Interaction/Widgets/vtkEvent.cxx               |    150 -
 VTK/Interaction/Widgets/vtkEvent.h                 |    107 -
 .../Widgets/vtkFixedSizeHandleRepresentation3D.cxx |    151 -
 .../Widgets/vtkFixedSizeHandleRepresentation3D.h   |     99 -
 .../Widgets/vtkFocalPlaneContourRepresentation.cxx |    249 -
 .../Widgets/vtkFocalPlaneContourRepresentation.h   |     96 -
 .../Widgets/vtkFocalPlanePointPlacer.cxx           |    236 -
 VTK/Interaction/Widgets/vtkFocalPlanePointPlacer.h |    103 -
 .../Widgets/vtkHandleRepresentation.cxx            |    220 -
 VTK/Interaction/Widgets/vtkHandleRepresentation.h  |    172 -
 VTK/Interaction/Widgets/vtkHandleWidget.cxx        |    278 -
 VTK/Interaction/Widgets/vtkHandleWidget.h          |    146 -
 VTK/Interaction/Widgets/vtkHoverWidget.cxx         |    168 -
 VTK/Interaction/Widgets/vtkHoverWidget.h           |    135 -
 .../Widgets/vtkImageActorPointPlacer.cxx           |    288 -
 VTK/Interaction/Widgets/vtkImageActorPointPlacer.h |    145 -
 .../Widgets/vtkImageCroppingRegionsWidget.cxx      |   1319 -
 .../Widgets/vtkImageCroppingRegionsWidget.h        |    215 -
 VTK/Interaction/Widgets/vtkImageOrthoPlanes.cxx    |    806 -
 VTK/Interaction/Widgets/vtkImageOrthoPlanes.h      |    103 -
 VTK/Interaction/Widgets/vtkImagePlaneWidget.cxx    |   3071 -
 VTK/Interaction/Widgets/vtkImagePlaneWidget.h      |    624 -
 VTK/Interaction/Widgets/vtkImageTracerWidget.cxx   |   1566 -
 VTK/Interaction/Widgets/vtkImageTracerWidget.h     |    362 -
 .../Widgets/vtkImplicitPlaneRepresentation.cxx     |   1320 -
 .../Widgets/vtkImplicitPlaneRepresentation.h       |    378 -
 VTK/Interaction/Widgets/vtkImplicitPlaneWidget.cxx |   1315 -
 VTK/Interaction/Widgets/vtkImplicitPlaneWidget.h   |    359 -
 .../Widgets/vtkImplicitPlaneWidget2.cxx            |    424 -
 VTK/Interaction/Widgets/vtkImplicitPlaneWidget2.h  |    166 -
 VTK/Interaction/Widgets/vtkLineRepresentation.cxx  |   1056 -
 VTK/Interaction/Widgets/vtkLineRepresentation.h    |    311 -
 VTK/Interaction/Widgets/vtkLineWidget.cxx          |   1110 -
 VTK/Interaction/Widgets/vtkLineWidget.h            |    282 -
 VTK/Interaction/Widgets/vtkLineWidget2.cxx         |    333 -
 VTK/Interaction/Widgets/vtkLineWidget2.h           |    151 -
 .../Widgets/vtkLinearContourLineInterpolator.cxx   |     43 -
 .../Widgets/vtkLinearContourLineInterpolator.h     |     57 -
 VTK/Interaction/Widgets/vtkLogoRepresentation.cxx  |    233 -
 VTK/Interaction/Widgets/vtkLogoRepresentation.h    |     99 -
 VTK/Interaction/Widgets/vtkLogoWidget.cxx          |     47 -
 VTK/Interaction/Widgets/vtkLogoWidget.h            |     68 -
 .../Widgets/vtkOrientationMarkerWidget.cxx         |    905 -
 .../Widgets/vtkOrientationMarkerWidget.h           |    192 -
 .../vtkOrientedGlyphContourRepresentation.cxx      |   1043 -
 .../vtkOrientedGlyphContourRepresentation.h        |    187 -
 ...rientedGlyphFocalPlaneContourRepresentation.cxx |    958 -
 ...kOrientedGlyphFocalPlaneContourRepresentation.h |    177 -
 .../vtkOrientedPolygonalHandleRepresentation3D.cxx |     70 -
 .../vtkOrientedPolygonalHandleRepresentation3D.h   |     63 -
 .../Widgets/vtkParallelopipedRepresentation.cxx    |   1682 -
 .../Widgets/vtkParallelopipedRepresentation.h      |    268 -
 .../Widgets/vtkParallelopipedWidget.cxx            |    509 -
 VTK/Interaction/Widgets/vtkParallelopipedWidget.h  |    145 -
 VTK/Interaction/Widgets/vtkPlaneWidget.cxx         |   1588 -
 VTK/Interaction/Widgets/vtkPlaneWidget.h           |    354 -
 .../Widgets/vtkPlaybackRepresentation.cxx          |    258 -
 .../Widgets/vtkPlaybackRepresentation.h            |     99 -
 VTK/Interaction/Widgets/vtkPlaybackWidget.cxx      |     81 -
 VTK/Interaction/Widgets/vtkPlaybackWidget.h        |     72 -
 .../Widgets/vtkPointHandleRepresentation2D.cxx     |    424 -
 .../Widgets/vtkPointHandleRepresentation2D.h       |    139 -
 .../Widgets/vtkPointHandleRepresentation3D.cxx     |    807 -
 .../Widgets/vtkPointHandleRepresentation3D.h       |    250 -
 VTK/Interaction/Widgets/vtkPointPlacer.cxx         |    108 -
 VTK/Interaction/Widgets/vtkPointPlacer.h           |    154 -
 VTK/Interaction/Widgets/vtkPointWidget.cxx         |    672 -
 VTK/Interaction/Widgets/vtkPointWidget.h           |    270 -
 .../Widgets/vtkPolyDataContourLineInterpolator.cxx |     44 -
 .../Widgets/vtkPolyDataContourLineInterpolator.h   |     77 -
 VTK/Interaction/Widgets/vtkPolyDataPointPlacer.cxx |    191 -
 VTK/Interaction/Widgets/vtkPolyDataPointPlacer.h   |    120 -
 .../Widgets/vtkPolyDataSourceWidget.cxx            |     62 -
 VTK/Interaction/Widgets/vtkPolyDataSourceWidget.h  |     95 -
 .../Widgets/vtkPolygonalHandleRepresentation3D.cxx |     68 -
 .../Widgets/vtkPolygonalHandleRepresentation3D.h   |     67 -
 .../vtkPolygonalSurfaceContourLineInterpolator.cxx |    236 -
 .../vtkPolygonalSurfaceContourLineInterpolator.h   |    107 -
 .../Widgets/vtkPolygonalSurfacePointPlacer.cxx     |    410 -
 .../Widgets/vtkPolygonalSurfacePointPlacer.h       |    168 -
 .../Widgets/vtkProp3DButtonRepresentation.cxx      |    407 -
 .../Widgets/vtkProp3DButtonRepresentation.h        |    125 -
 .../Widgets/vtkRectilinearWipeRepresentation.cxx   |    474 -
 .../Widgets/vtkRectilinearWipeRepresentation.h     |    161 -
 .../Widgets/vtkRectilinearWipeWidget.cxx           |    175 -
 VTK/Interaction/Widgets/vtkRectilinearWipeWidget.h |    138 -
 VTK/Interaction/Widgets/vtkResliceCursor.cxx       |    655 -
 VTK/Interaction/Widgets/vtkResliceCursor.h         |    164 -
 VTK/Interaction/Widgets/vtkResliceCursorActor.cxx  |    347 -
 VTK/Interaction/Widgets/vtkResliceCursorActor.h    |    107 -
 .../Widgets/vtkResliceCursorLineRepresentation.cxx |    638 -
 .../Widgets/vtkResliceCursorLineRepresentation.h   |    124 -
 VTK/Interaction/Widgets/vtkResliceCursorPicker.cxx |    562 -
 VTK/Interaction/Widgets/vtkResliceCursorPicker.h   |    106 -
 .../Widgets/vtkResliceCursorPolyDataAlgorithm.cxx  |    366 -
 .../Widgets/vtkResliceCursorPolyDataAlgorithm.h    |    139 -
 .../Widgets/vtkResliceCursorRepresentation.cxx     |    919 -
 .../Widgets/vtkResliceCursorRepresentation.h       |    272 -
 .../vtkResliceCursorThickLineRepresentation.cxx    |     99 -
 .../vtkResliceCursorThickLineRepresentation.h      |     68 -
 VTK/Interaction/Widgets/vtkResliceCursorWidget.cxx |    442 -
 VTK/Interaction/Widgets/vtkResliceCursorWidget.h   |    139 -
 .../Widgets/vtkScalarBarRepresentation.cxx         |    240 -
 .../Widgets/vtkScalarBarRepresentation.h           |     94 -
 VTK/Interaction/Widgets/vtkScalarBarWidget.cxx     |    133 -
 VTK/Interaction/Widgets/vtkScalarBarWidget.h       |     95 -
 VTK/Interaction/Widgets/vtkSeedRepresentation.cxx  |    264 -
 VTK/Interaction/Widgets/vtkSeedRepresentation.h    |    137 -
 VTK/Interaction/Widgets/vtkSeedWidget.cxx          |    413 -
 VTK/Interaction/Widgets/vtkSeedWidget.h            |    200 -
 .../Widgets/vtkSliderRepresentation.cxx            |    175 -
 VTK/Interaction/Widgets/vtkSliderRepresentation.h  |    175 -
 .../Widgets/vtkSliderRepresentation2D.cxx          |    617 -
 .../Widgets/vtkSliderRepresentation2D.h            |    179 -
 .../Widgets/vtkSliderRepresentation3D.cxx          |    761 -
 .../Widgets/vtkSliderRepresentation3D.h            |    221 -
 VTK/Interaction/Widgets/vtkSliderWidget.cxx        |    261 -
 VTK/Interaction/Widgets/vtkSliderWidget.h          |    151 -
 .../Widgets/vtkSphereHandleRepresentation.cxx      |    576 -
 .../Widgets/vtkSphereHandleRepresentation.h        |    162 -
 .../Widgets/vtkSphereRepresentation.cxx            |    875 -
 VTK/Interaction/Widgets/vtkSphereRepresentation.h  |    308 -
 VTK/Interaction/Widgets/vtkSphereWidget.cxx        |    739 -
 VTK/Interaction/Widgets/vtkSphereWidget.h          |    282 -
 VTK/Interaction/Widgets/vtkSphereWidget2.cxx       |    276 -
 VTK/Interaction/Widgets/vtkSphereWidget2.h         |    150 -
 .../Widgets/vtkSplineRepresentation.cxx            |   1242 -
 VTK/Interaction/Widgets/vtkSplineRepresentation.h  |    287 -
 VTK/Interaction/Widgets/vtkSplineWidget.cxx        |   1483 -
 VTK/Interaction/Widgets/vtkSplineWidget.h          |    348 -
 VTK/Interaction/Widgets/vtkSplineWidget2.cxx       |    249 -
 VTK/Interaction/Widgets/vtkSplineWidget2.h         |     75 -
 .../Widgets/vtkTensorProbeRepresentation.cxx       |    243 -
 .../Widgets/vtkTensorProbeRepresentation.h         |    103 -
 VTK/Interaction/Widgets/vtkTensorProbeWidget.cxx   |    145 -
 VTK/Interaction/Widgets/vtkTensorProbeWidget.h     |     90 -
 .../Widgets/vtkTerrainContourLineInterpolator.cxx  |    166 -
 .../Widgets/vtkTerrainContourLineInterpolator.h    |    104 -
 .../Widgets/vtkTerrainDataPointPlacer.cxx          |    162 -
 .../Widgets/vtkTerrainDataPointPlacer.h            |    127 -
 VTK/Interaction/Widgets/vtkTextRepresentation.cxx  |    388 -
 VTK/Interaction/Widgets/vtkTextRepresentation.h    |    139 -
 VTK/Interaction/Widgets/vtkTextWidget.cxx          |     78 -
 VTK/Interaction/Widgets/vtkTextWidget.h            |     79 -
 .../Widgets/vtkTexturedButtonRepresentation.cxx    |    500 -
 .../Widgets/vtkTexturedButtonRepresentation.h      |    169 -
 .../Widgets/vtkTexturedButtonRepresentation2D.cxx  |    389 -
 .../Widgets/vtkTexturedButtonRepresentation2D.h    |    155 -
 .../Widgets/vtkWidgetCallbackMapper.cxx            |    141 -
 VTK/Interaction/Widgets/vtkWidgetCallbackMapper.h  |    110 -
 VTK/Interaction/Widgets/vtkWidgetEvent.cxx         |     90 -
 VTK/Interaction/Widgets/vtkWidgetEvent.h           |     84 -
 .../Widgets/vtkWidgetEventTranslator.cxx           |    340 -
 VTK/Interaction/Widgets/vtkWidgetEventTranslator.h |    117 -
 .../Widgets/vtkWidgetRepresentation.cxx            |    263 -
 VTK/Interaction/Widgets/vtkWidgetRepresentation.h  |    246 -
 VTK/Interaction/Widgets/vtkWidgetSet.cxx           |     99 -
 VTK/Interaction/Widgets/vtkWidgetSet.h             |    189 -
 .../Widgets/vtkXYPlotRepresentation.cxx            |    682 -
 VTK/Interaction/Widgets/vtkXYPlotRepresentation.h  |    153 -
 VTK/Interaction/Widgets/vtkXYPlotWidget.cxx        |    454 -
 VTK/Interaction/Widgets/vtkXYPlotWidget.h          |    105 -
 VTK/Parallel/Core/CMakeLists.txt                   |     43 -
 VTK/Parallel/Core/Testing/Cxx/CMakeLists.txt       |      1 -
 .../Testing/Cxx/TestFieldDataSerialization.cxx     |    408 -
 .../Core/Testing/Python/DummyController.cxx        |     35 -
 VTK/Parallel/Core/Testing/Python/SocketClient.cxx  |    335 -
 VTK/Parallel/Core/Testing/Python/SocketServer.cxx  |    316 -
 .../Core/Testing/Python/TestPolyDataPieces.py      |    113 -
 VTK/Parallel/Core/Testing/Python/TestSockets.py    |     29 -
 .../Core/Testing/Python/TestUnstructuredPieces.py  |     58 -
 VTK/Parallel/Core/Testing/Tcl/CMakeLists.txt       |      4 -
 .../Core/Testing/Tcl/TestPolyDataPieces.tcl        |    113 -
 .../Core/Testing/Tcl/TestUnstructuredPieces.tcl    |     56 -
 VTK/Parallel/Core/module.cmake                     |     14 -
 VTK/Parallel/Core/vtkCommunicator.cxx              |   1606 -
 VTK/Parallel/Core/vtkCommunicator.h                |    872 -
 VTK/Parallel/Core/vtkDummyCommunicator.cxx         |     34 -
 VTK/Parallel/Core/vtkDummyCommunicator.h           |     59 -
 VTK/Parallel/Core/vtkDummyController.cxx           |     82 -
 VTK/Parallel/Core/vtkDummyController.h             |     78 -
 VTK/Parallel/Core/vtkFieldDataSerializer.cxx       |    451 -
 VTK/Parallel/Core/vtkFieldDataSerializer.h         |    127 -
 VTK/Parallel/Core/vtkMultiProcessController.cxx    |    681 -
 VTK/Parallel/Core/vtkMultiProcessController.h      |   1352 -
 VTK/Parallel/Core/vtkMultiProcessStream.cxx        |    774 -
 VTK/Parallel/Core/vtkMultiProcessStream.h          |    126 -
 VTK/Parallel/Core/vtkProcess.cxx                   |     60 -
 VTK/Parallel/Core/vtkProcess.h                     |     79 -
 VTK/Parallel/Core/vtkProcessGroup.cxx              |    174 -
 VTK/Parallel/Core/vtkProcessGroup.h                |    134 -
 VTK/Parallel/Core/vtkSocketCommunicator.cxx        |   1189 -
 VTK/Parallel/Core/vtkSocketCommunicator.h          |    276 -
 VTK/Parallel/Core/vtkSocketController.cxx          |    145 -
 VTK/Parallel/Core/vtkSocketController.h            |    134 -
 VTK/Parallel/Core/vtkSubCommunicator.cxx           |     94 -
 VTK/Parallel/Core/vtkSubCommunicator.h             |     81 -
 VTK/Parallel/Core/vtkSubGroup.cxx                  |    652 -
 VTK/Parallel/Core/vtkSubGroup.h                    |    141 -
 VTK/Parallel/MPI/CMakeLists.txt                    |     35 -
 VTK/Parallel/MPI/Testing/Cxx/CMakeLists.txt        |      9 -
 .../Testing/Cxx/ExerciseMultiProcessController.cxx |   1202 -
 .../Testing/Cxx/ExerciseMultiProcessController.h   |     21 -
 .../MPI/Testing/Cxx/GenericCommunicator.cxx        |    326 -
 VTK/Parallel/MPI/Testing/Cxx/MPIController.cxx     |    185 -
 .../Cxx/TestDistributedDataShadowMapPass.cxx       |    507 -
 .../Testing/Cxx/TestNonBlockingCommunication.cxx   |    113 -
 VTK/Parallel/MPI/Testing/Cxx/TestPProbe.cxx        |    181 -
 VTK/Parallel/MPI/Testing/Cxx/TestProcess.cxx       |    140 -
 VTK/Parallel/MPI/Testing/Tcl/CMakeLists.txt        |     22 -
 VTK/Parallel/MPI/Testing/Tcl/TestPProbe.tcl        |     95 -
 VTK/Parallel/MPI/module.cmake                      |     12 -
 VTK/Parallel/MPI/vtkMPI.h                          |     72 -
 VTK/Parallel/MPI/vtkMPICommunicator.cxx            |   1673 -
 VTK/Parallel/MPI/vtkMPICommunicator.h              |    322 -
 VTK/Parallel/MPI/vtkMPIController.cxx              |    439 -
 VTK/Parallel/MPI/vtkMPIController.h                |    326 -
 VTK/Parallel/MPI/vtkMPIEventLog.cxx                |     98 -
 VTK/Parallel/MPI/vtkMPIEventLog.h                  |     90 -
 VTK/README.html                                    |    565 -
 VTK/Rendering/Annotation/CMakeLists.txt            |     33 -
 .../Annotation/Testing/Cxx/CMakeLists.txt          |     50 -
 .../Annotation/Testing/Cxx/TestAxisActor3D.cxx     |     73 -
 .../Annotation/Testing/Cxx/TestBarChartActor.cxx   |    103 -
 .../Annotation/Testing/Cxx/TestCaptionActor2D.cxx  |     55 -
 .../Annotation/Testing/Cxx/TestCubeAxes2DMode.cxx  |    127 -
 .../Annotation/Testing/Cxx/TestCubeAxes3.cxx       |    122 -
 .../Testing/Cxx/TestCubeAxesInnerGridAll.cxx       |    110 -
 .../Testing/Cxx/TestCubeAxesInnerGridClosest.cxx   |    110 -
 .../Testing/Cxx/TestCubeAxesInnerGridFurthest.cxx  |    110 -
 .../Testing/Cxx/TestCubeAxesIntersectionPoint.cxx  |    108 -
 .../Cxx/TestCubeAxesOrientedBoundingBox.cxx        |    109 -
 .../Testing/Cxx/TestCubeAxesWithGridLines.cxx      |    142 -
 .../Testing/Cxx/TestCubeAxesWithXInnerGrids.cxx    |    116 -
 .../Testing/Cxx/TestCubeAxesWithXInnerPolys.cxx    |    116 -
 .../Testing/Cxx/TestCubeAxesWithXLines.cxx         |    126 -
 .../Testing/Cxx/TestCubeAxesWithYInnerGrids.cxx    |    116 -
 .../Testing/Cxx/TestCubeAxesWithYInnerPolys.cxx    |    116 -
 .../Testing/Cxx/TestCubeAxesWithYLines.cxx         |    126 -
 .../Testing/Cxx/TestCubeAxesWithZInnerGrids.cxx    |    116 -
 .../Testing/Cxx/TestCubeAxesWithZInnerPolys.cxx    |    118 -
 .../Testing/Cxx/TestCubeAxesWithZLines.cxx         |    126 -
 .../Annotation/Testing/Cxx/TestLegendBoxActor.cxx  |    102 -
 .../Testing/Cxx/TestLegendScaleActor.cxx           |     83 -
 .../Annotation/Testing/Cxx/TestPieChartActor.cxx   |    103 -
 .../Annotation/Testing/Cxx/TestPolarAxes.cxx       |    122 -
 .../Annotation/Testing/Cxx/TestSpiderPlotActor.cxx |    133 -
 .../Annotation/Testing/Cxx/TestXYPlotActor.cxx     |    179 -
 .../Annotation/Testing/Python/TestCaptionActor.py  |     67 -
 VTK/Rendering/Annotation/Testing/Python/bore.py    |     91 -
 .../Annotation/Testing/Python/cubeAxes.py          |    115 -
 .../Annotation/Testing/Python/cubeAxes2.py         |    180 -
 .../Annotation/Testing/Python/cubeAxes3.py         |    102 -
 VTK/Rendering/Annotation/Testing/Python/xyPlot.py  |    171 -
 VTK/Rendering/Annotation/Testing/Python/xyPlot2.py |    224 -
 VTK/Rendering/Annotation/Testing/Python/xyPlot3.py |    193 -
 VTK/Rendering/Annotation/Testing/Python/xyPlot4.py |    214 -
 .../Annotation/Testing/Tcl/CMakeLists.txt          |     12 -
 .../Annotation/Testing/Tcl/TestCaptionActor.tcl    |     78 -
 VTK/Rendering/Annotation/Testing/Tcl/bore.tcl      |    105 -
 VTK/Rendering/Annotation/Testing/Tcl/cubeAxes.tcl  |    102 -
 VTK/Rendering/Annotation/Testing/Tcl/cubeAxes2.tcl |    159 -
 VTK/Rendering/Annotation/Testing/Tcl/cubeAxes3.tcl |     90 -
 VTK/Rendering/Annotation/Testing/Tcl/xyPlot.tcl    |    183 -
 VTK/Rendering/Annotation/Testing/Tcl/xyPlot2.tcl   |    234 -
 VTK/Rendering/Annotation/Testing/Tcl/xyPlot3.tcl   |    219 -
 VTK/Rendering/Annotation/Testing/Tcl/xyPlot4.tcl   |    225 -
 VTK/Rendering/Annotation/module.cmake              |     13 -
 VTK/Rendering/Annotation/vtkAnnotatedCubeActor.cxx |    574 -
 VTK/Rendering/Annotation/vtkAnnotatedCubeActor.h   |    213 -
 VTK/Rendering/Annotation/vtkArcPlotter.cxx         |    459 -
 VTK/Rendering/Annotation/vtkArcPlotter.h           |    169 -
 VTK/Rendering/Annotation/vtkAxesActor.cxx          |    881 -
 VTK/Rendering/Annotation/vtkAxesActor.h            |    300 -
 VTK/Rendering/Annotation/vtkAxisActor.cxx          |   2084 -
 VTK/Rendering/Annotation/vtkAxisActor.h            |    601 -
 VTK/Rendering/Annotation/vtkAxisActor2D.cxx        |    953 -
 VTK/Rendering/Annotation/vtkAxisActor2D.h          |    365 -
 VTK/Rendering/Annotation/vtkAxisFollower.cxx       |    620 -
 VTK/Rendering/Annotation/vtkAxisFollower.h         |    170 -
 VTK/Rendering/Annotation/vtkBarChartActor.cxx      |    703 -
 VTK/Rendering/Annotation/vtkBarChartActor.h        |    201 -
 VTK/Rendering/Annotation/vtkCaptionActor2D.cxx     |    585 -
 VTK/Rendering/Annotation/vtkCaptionActor2D.h       |    236 -
 VTK/Rendering/Annotation/vtkCornerAnnotation.cxx   |    703 -
 VTK/Rendering/Annotation/vtkCornerAnnotation.h     |    187 -
 VTK/Rendering/Annotation/vtkCubeAxesActor.cxx      |   2756 -
 VTK/Rendering/Annotation/vtkCubeAxesActor.h        |    698 -
 VTK/Rendering/Annotation/vtkCubeAxesActor2D.cxx    |   1108 -
 VTK/Rendering/Annotation/vtkCubeAxesActor2D.h      |    330 -
 VTK/Rendering/Annotation/vtkLeaderActor2D.cxx      |    753 -
 VTK/Rendering/Annotation/vtkLeaderActor2D.h        |    226 -
 VTK/Rendering/Annotation/vtkLegendBoxActor.cxx     |   1054 -
 VTK/Rendering/Annotation/vtkLegendBoxActor.h       |    255 -
 VTK/Rendering/Annotation/vtkLegendScaleActor.cxx   |    586 -
 VTK/Rendering/Annotation/vtkLegendScaleActor.h     |    211 -
 .../Annotation/vtkParallelCoordinatesActor.cxx     |    654 -
 .../Annotation/vtkParallelCoordinatesActor.h       |    199 -
 VTK/Rendering/Annotation/vtkPieChartActor.cxx      |    754 -
 VTK/Rendering/Annotation/vtkPieChartActor.h        |    204 -
 VTK/Rendering/Annotation/vtkPolarAxesActor.cxx     |   1080 -
 VTK/Rendering/Annotation/vtkPolarAxesActor.h       |    447 -
 VTK/Rendering/Annotation/vtkScalarBarActor.cxx     |   2183 -
 VTK/Rendering/Annotation/vtkScalarBarActor.h       |    537 -
 .../Annotation/vtkScalarBarActorInternal.h         |    142 -
 VTK/Rendering/Annotation/vtkSpiderPlotActor.cxx    |    972 -
 VTK/Rendering/Annotation/vtkSpiderPlotActor.h      |    251 -
 VTK/Rendering/Annotation/vtkXYPlotActor.cxx        |   3257 -
 VTK/Rendering/Annotation/vtkXYPlotActor.h          |    821 -
 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/CMakeLists.txt             |     52 -
 VTK/Rendering/Context2D/module.cmake               |     12 -
 .../Context2D/vtkAbstractContextBufferId.cxx       |     40 -
 .../Context2D/vtkAbstractContextBufferId.h         |    106 -
 VTK/Rendering/Context2D/vtkAbstractContextItem.cxx |    247 -
 VTK/Rendering/Context2D/vtkAbstractContextItem.h   |    244 -
 VTK/Rendering/Context2D/vtkBlockItem.cxx           |    196 -
 VTK/Rendering/Context2D/vtkBlockItem.h             |    115 -
 VTK/Rendering/Context2D/vtkBrush.cxx               |    176 -
 VTK/Rendering/Context2D/vtkBrush.h                 |    161 -
 VTK/Rendering/Context2D/vtkContext2D.cxx           |    977 -
 VTK/Rendering/Context2D/vtkContext2D.h             |    451 -
 VTK/Rendering/Context2D/vtkContext3D.cxx           |    170 -
 VTK/Rendering/Context2D/vtkContext3D.h             |    147 -
 VTK/Rendering/Context2D/vtkContextActor.cxx        |    286 -
 VTK/Rendering/Context2D/vtkContextActor.h          |     81 -
 VTK/Rendering/Context2D/vtkContextBufferId.cxx     |    169 -
 VTK/Rendering/Context2D/vtkContextBufferId.h       |     91 -
 VTK/Rendering/Context2D/vtkContextClip.cxx         |     77 -
 VTK/Rendering/Context2D/vtkContextClip.h           |     68 -
 VTK/Rendering/Context2D/vtkContextDevice2D.cxx     |    114 -
 VTK/Rendering/Context2D/vtkContextDevice2D.h       |    338 -
 VTK/Rendering/Context2D/vtkContextDevice3D.cxx     |     30 -
 VTK/Rendering/Context2D/vtkContextDevice3D.h       |    119 -
 VTK/Rendering/Context2D/vtkContextItem.cxx         |     33 -
 VTK/Rendering/Context2D/vtkContextItem.h           |     56 -
 VTK/Rendering/Context2D/vtkContextKeyEvent.cxx     |     51 -
 VTK/Rendering/Context2D/vtkContextKeyEvent.h       |     62 -
 VTK/Rendering/Context2D/vtkContextMapper2D.cxx     |     62 -
 VTK/Rendering/Context2D/vtkContextMapper2D.h       |     75 -
 VTK/Rendering/Context2D/vtkContextMouseEvent.cxx   |     38 -
 VTK/Rendering/Context2D/vtkContextMouseEvent.h     |    154 -
 VTK/Rendering/Context2D/vtkContextScene.cxx        |    647 -
 VTK/Rendering/Context2D/vtkContextScene.h          |    297 -
 VTK/Rendering/Context2D/vtkContextScenePrivate.h   |    165 -
 VTK/Rendering/Context2D/vtkContextTransform.cxx    |    255 -
 VTK/Rendering/Context2D/vtkContextTransform.h      |    184 -
 VTK/Rendering/Context2D/vtkImageItem.cxx           |     56 -
 VTK/Rendering/Context2D/vtkImageItem.h             |     74 -
 VTK/Rendering/Context2D/vtkMarkerUtilities.cxx     |    189 -
 VTK/Rendering/Context2D/vtkMarkerUtilities.h       |     68 -
 .../Context2D/vtkOpenGL2ContextDevice2D.cxx        |    228 -
 .../Context2D/vtkOpenGL2ContextDevice2D.h          |     90 -
 .../Context2D/vtkOpenGLContextBufferId.cxx         |    230 -
 VTK/Rendering/Context2D/vtkOpenGLContextBufferId.h |     94 -
 .../Context2D/vtkOpenGLContextDevice2D.cxx         |   1534 -
 VTK/Rendering/Context2D/vtkOpenGLContextDevice2D.h |    355 -
 .../Context2D/vtkOpenGLContextDevice2DPrivate.h    |    510 -
 .../Context2D/vtkOpenGLContextDevice3D.cxx         |    351 -
 VTK/Rendering/Context2D/vtkOpenGLContextDevice3D.h |    129 -
 VTK/Rendering/Context2D/vtkPen.cxx                 |    167 -
 VTK/Rendering/Context2D/vtkPen.h                   |    157 -
 VTK/Rendering/Context2D/vtkTooltipItem.cxx         |    139 -
 VTK/Rendering/Context2D/vtkTooltipItem.h           |    100 -
 VTK/Rendering/Core/CMakeLists.txt                  |    196 -
 VTK/Rendering/Core/Testing/Cxx/CMakeLists.txt      |     28 -
 VTK/Rendering/Core/Testing/Cxx/FrustumClip.cxx     |    108 -
 VTK/Rendering/Core/Testing/Cxx/Mace.cxx            |     86 -
 VTK/Rendering/Core/Testing/Cxx/RGrid.cxx           |    121 -
 .../Core/Testing/Cxx/TestActor2DTextures.cxx       |    126 -
 .../Core/Testing/Cxx/TestBareScalarsToColors.cxx   |    187 -
 .../Testing/Cxx/TestHierarchicalBoxPipeline.cxx    |    152 -
 .../Core/Testing/Cxx/TestMapVectorsAsRGBColors.cxx |    174 -
 .../Core/Testing/Cxx/TestMapVectorsToColors.cxx    |    161 -
 .../Core/Testing/Cxx/TestPickingManager.cxx        |    398 -
 .../Cxx/TestSplitViewportStereoHorizontal.cxx      |    104 -
 VTK/Rendering/Core/Testing/Cxx/TestTDxGeo.cxx      |    138 -
 .../Testing/Cxx/TestViewDependentErrorMetric.cxx   |    315 -
 .../Core/Testing/Cxx/otherLookupTable.cxx          |    177 -
 .../Testing/Cxx/otherLookupTableWithEnabling.cxx   |    186 -
 VTK/Rendering/Core/Testing/Python/CamBlur.py       |     62 -
 VTK/Rendering/Core/Testing/Python/ImageActor.py    |     42 -
 .../Core/Testing/Python/ImageActorStressed.py      |    125 -
 .../Core/Testing/Python/NoLightGeneration.py       |     63 -
 .../Core/Testing/Python/PickerWithLocator.py       |    185 -
 .../Testing/Python/PolyDataMapperAllPolygons.py    |    152 -
 .../Testing/Python/PolyDataMapperAllWireframe.py   |    157 -
 VTK/Rendering/Core/Testing/Python/ScalarBar.py     |     72 -
 .../Testing/Python/SurfacePickerWithTexture.py     |    137 -
 .../Core/Testing/Python/TestCameraInterpolator.py  |    125 -
 VTK/Rendering/Core/Testing/Python/TestCgShader.py  |     29 -
 .../Core/Testing/Python/TestGLSLShader.py          |     29 -
 .../Python/TestGenericVertexAttributesCg.py        |     84 -
 .../Python/TestGenericVertexAttributesGLSL.py      |     81 -
 .../Core/Testing/Python/TestLeaderActor2D.py       |     63 -
 VTK/Rendering/Core/Testing/Python/TestMapperLUT.py |    171 -
 VTK/Rendering/Core/Testing/Python/TestOnePoint.py  |     29 -
 VTK/Rendering/Core/Testing/Python/TestOpacity2.py  |    100 -
 .../Core/Testing/Python/TestParallelCoordinates.py |     41 -
 VTK/Rendering/Core/Testing/Python/TestRotate.py    |     32 -
 .../Python/TestTransformCoordinateSystems.py       |     58 -
 .../Testing/Python/TestTransformInterpolator.py    |    190 -
 .../Testing/Python/TestTriangleStripCellColor.py   |     36 -
 .../Python/TestWindowToImageTransparency.py        |     72 -
 .../Core/Testing/Python/TexturedSphere.py          |     66 -
 .../Core/Testing/Python/TransformConcatenation.py  |     86 -
 .../Core/Testing/Python/TransformCoverage.py       |    248 -
 .../Core/Testing/Python/TransformImageData.py      |     38 -
 .../Core/Testing/Python/TransformPolyData.py       |    202 -
 VTK/Rendering/Core/Testing/Python/assembly.py      |     72 -
 .../Core/Testing/Python/cameraWarpedCone.py        |     47 -
 VTK/Rendering/Core/Testing/Python/cells.py         |    752 -
 VTK/Rendering/Core/Testing/Python/cowHair.py       |     89 -
 VTK/Rendering/Core/Testing/Python/cowHair2.py      |     96 -
 VTK/Rendering/Core/Testing/Python/pickCells.py     |    469 -
 VTK/Rendering/Core/Testing/Python/propAssembly.py  |     70 -
 .../Core/Testing/Python/rendererSource.py          |    130 -
 VTK/Rendering/Core/Testing/Python/rotations.py     |    113 -
 .../Core/Testing/Python/stereoDresdenMace.py       |     64 -
 VTK/Rendering/Core/Testing/Tcl/CMakeLists.txt      |     36 -
 VTK/Rendering/Core/Testing/Tcl/CamBlur.tcl         |     73 -
 VTK/Rendering/Core/Testing/Tcl/ImageActor.tcl      |     53 -
 .../Core/Testing/Tcl/ImageActorStressed.tcl        |    154 -
 .../Core/Testing/Tcl/NoLightGeneration.tcl         |     72 -
 .../Core/Testing/Tcl/PickerWithLocator.tcl         |    189 -
 .../Core/Testing/Tcl/PolyDataMapperAllPolygons.tcl |    133 -
 .../Testing/Tcl/PolyDataMapperAllWireframe.tcl     |    135 -
 VTK/Rendering/Core/Testing/Tcl/ScalarBar.tcl       |     82 -
 .../Core/Testing/Tcl/SurfacePickerWithTexture.tcl  |    140 -
 .../Core/Testing/Tcl/TestCameraInterpolator.tcl    |    121 -
 VTK/Rendering/Core/Testing/Tcl/TestCgShader.tcl    |     38 -
 VTK/Rendering/Core/Testing/Tcl/TestGLSLShader.tcl  |     38 -
 .../Testing/Tcl/TestGenericVertexAttributesCg.tcl  |     96 -
 .../Tcl/TestGenericVertexAttributesGLSL.tcl        |     78 -
 .../Core/Testing/Tcl/TestLeaderActor2D.tcl         |     60 -
 VTK/Rendering/Core/Testing/Tcl/TestOnePoint.tcl    |     39 -
 VTK/Rendering/Core/Testing/Tcl/TestOpacity2.tcl    |    105 -
 .../Core/Testing/Tcl/TestParallelCoordinates.tcl   |     46 -
 VTK/Rendering/Core/Testing/Tcl/TestRotate.tcl      |     38 -
 .../Testing/Tcl/TestTransformCoordinateSystems.tcl |     62 -
 .../Core/Testing/Tcl/TestTransformInterpolator.tcl |    204 -
 .../Testing/Tcl/TestTriangleStripCellColor.tcl     |     43 -
 .../Testing/Tcl/TestWindowToImageTransparency.tcl  |     74 -
 VTK/Rendering/Core/Testing/Tcl/TexturedSphere.tcl  |     72 -
 .../Core/Testing/Tcl/TransformConcatenation.tcl    |    114 -
 .../Core/Testing/Tcl/TransformCoverage.tcl         |    302 -
 .../Core/Testing/Tcl/TransformImageData.tcl        |     39 -
 .../Core/Testing/Tcl/TransformPolyData.tcl         |    249 -
 VTK/Rendering/Core/Testing/Tcl/assembly.tcl        |     79 -
 VTK/Rendering/Core/Testing/Tcl/cells.tcl           |    748 -
 VTK/Rendering/Core/Testing/Tcl/cowHair.tcl         |     79 -
 VTK/Rendering/Core/Testing/Tcl/cowHair2.tcl        |     81 -
 VTK/Rendering/Core/Testing/Tcl/pickCells.tcl       |    559 -
 VTK/Rendering/Core/Testing/Tcl/propAssembly.tcl    |     77 -
 VTK/Rendering/Core/Testing/Tcl/rendererSource.tcl  |    116 -
 VTK/Rendering/Core/Testing/Tcl/rotations.tcl       |    116 -
 .../Core/Testing/Tcl/stereoDresdenMace.tcl         |     71 -
 VTK/Rendering/Core/module.cmake                    |     20 -
 VTK/Rendering/Core/vtkAbstractMapper.cxx           |    222 -
 VTK/Rendering/Core/vtkAbstractMapper.h             |    116 -
 VTK/Rendering/Core/vtkAbstractMapper3D.cxx         |    114 -
 VTK/Rendering/Core/vtkAbstractMapper3D.h           |    102 -
 VTK/Rendering/Core/vtkAbstractPicker.cxx           |    101 -
 VTK/Rendering/Core/vtkAbstractPicker.h             |    142 -
 VTK/Rendering/Core/vtkAbstractPropPicker.cxx       |    166 -
 VTK/Rendering/Core/vtkAbstractPropPicker.h         |    161 -
 VTK/Rendering/Core/vtkAbstractVolumeMapper.cxx     |    158 -
 VTK/Rendering/Core/vtkAbstractVolumeMapper.h       |    138 -
 VTK/Rendering/Core/vtkActor.cxx                    |    486 -
 VTK/Rendering/Core/vtkActor.h                      |    182 -
 VTK/Rendering/Core/vtkActor2D.cxx                  |    317 -
 VTK/Rendering/Core/vtkActor2D.h                    |    155 -
 VTK/Rendering/Core/vtkActor2DCollection.cxx        |    194 -
 VTK/Rendering/Core/vtkActor2DCollection.h          |    136 -
 VTK/Rendering/Core/vtkActorCollection.cxx          |     42 -
 VTK/Rendering/Core/vtkActorCollection.h            |    123 -
 VTK/Rendering/Core/vtkAreaPicker.cxx               |    425 -
 VTK/Rendering/Core/vtkAreaPicker.h                 |    144 -
 VTK/Rendering/Core/vtkAssembly.cxx                 |    436 -
 VTK/Rendering/Core/vtkAssembly.h                   |    169 -
 VTK/Rendering/Core/vtkAssemblyNode.cxx             |    107 -
 VTK/Rendering/Core/vtkAssemblyNode.h               |     93 -
 VTK/Rendering/Core/vtkAssemblyPath.cxx             |    118 -
 VTK/Rendering/Core/vtkAssemblyPath.h               |    116 -
 VTK/Rendering/Core/vtkAssemblyPaths.cxx            |     34 -
 VTK/Rendering/Core/vtkAssemblyPaths.h              |    110 -
 VTK/Rendering/Core/vtkCamera.cxx                   |   1811 -
 VTK/Rendering/Core/vtkCamera.h                     |    595 -
 VTK/Rendering/Core/vtkCameraActor.cxx              |    220 -
 VTK/Rendering/Core/vtkCameraActor.h                |    101 -
 VTK/Rendering/Core/vtkCameraInterpolator.cxx       |    569 -
 VTK/Rendering/Core/vtkCameraInterpolator.h         |    209 -
 VTK/Rendering/Core/vtkCellCenterDepthSort.cxx      |    251 -
 VTK/Rendering/Core/vtkCellCenterDepthSort.h        |     78 -
 VTK/Rendering/Core/vtkCellPicker.cxx               |   1496 -
 VTK/Rendering/Core/vtkCellPicker.h                 |    298 -
 VTK/Rendering/Core/vtkChooserPainter.cxx           |    381 -
 VTK/Rendering/Core/vtkChooserPainter.h             |    121 -
 VTK/Rendering/Core/vtkClipPlanesPainter.cxx        |     96 -
 VTK/Rendering/Core/vtkClipPlanesPainter.h          |     59 -
 .../vtkCoincidentTopologyResolutionPainter.cxx     |     82 -
 .../Core/vtkCoincidentTopologyResolutionPainter.h  |    107 -
 VTK/Rendering/Core/vtkColorTransferFunction.cxx    |   1847 -
 VTK/Rendering/Core/vtkColorTransferFunction.h      |    268 -
 .../Core/vtkCompositeDataDisplayAttributes.cxx     |    161 -
 .../Core/vtkCompositeDataDisplayAttributes.h       |    117 -
 VTK/Rendering/Core/vtkCompositePainter.cxx         |    285 -
 VTK/Rendering/Core/vtkCompositePainter.h           |    120 -
 VTK/Rendering/Core/vtkCompositePolyDataMapper.cxx  |    312 -
 VTK/Rendering/Core/vtkCompositePolyDataMapper.h    |    106 -
 VTK/Rendering/Core/vtkCompositePolyDataMapper2.cxx |    302 -
 VTK/Rendering/Core/vtkCompositePolyDataMapper2.h   |    122 -
 VTK/Rendering/Core/vtkCoordinate.cxx               |    457 -
 VTK/Rendering/Core/vtkCoordinate.h                 |    168 -
 VTK/Rendering/Core/vtkCuller.cxx                   |     30 -
 VTK/Rendering/Core/vtkCuller.h                     |     54 -
 VTK/Rendering/Core/vtkCullerCollection.cxx         |     24 -
 VTK/Rendering/Core/vtkCullerCollection.h           |    100 -
 VTK/Rendering/Core/vtkDataSetMapper.cxx            |    212 -
 VTK/Rendering/Core/vtkDataSetMapper.h              |     77 -
 VTK/Rendering/Core/vtkDefaultPainter.cxx           |    361 -
 VTK/Rendering/Core/vtkDefaultPainter.h             |    148 -
 .../Core/vtkDiscretizableColorTransferFunction.cxx |    346 -
 .../Core/vtkDiscretizableColorTransferFunction.h   |    190 -
 VTK/Rendering/Core/vtkDisplayListPainter.cxx       |     65 -
 VTK/Rendering/Core/vtkDisplayListPainter.h         |     69 -
 VTK/Rendering/Core/vtkDistanceToCamera.cxx         |    231 -
 VTK/Rendering/Core/vtkDistanceToCamera.h           |     88 -
 VTK/Rendering/Core/vtkFollower.cxx                 |    293 -
 VTK/Rendering/Core/vtkFollower.h                   |     96 -
 VTK/Rendering/Core/vtkFrustumCoverageCuller.cxx    |    363 -
 VTK/Rendering/Core/vtkFrustumCoverageCuller.h      |    103 -
 VTK/Rendering/Core/vtkGPUInfo.cxx                  |     45 -
 VTK/Rendering/Core/vtkGPUInfo.h                    |     72 -
 VTK/Rendering/Core/vtkGPUInfoList.cxx              |    119 -
 VTK/Rendering/Core/vtkGPUInfoList.h                |     77 -
 VTK/Rendering/Core/vtkGPUInfoListArray.h           |     32 -
 .../Core/vtkGenericRenderWindowInteractor.cxx      |     84 -
 .../Core/vtkGenericRenderWindowInteractor.h        |     76 -
 .../Core/vtkGenericVertexAttributeMapping.cxx      |    200 -
 .../Core/vtkGenericVertexAttributeMapping.h        |    102 -
 VTK/Rendering/Core/vtkGlyph3DMapper.cxx            |    698 -
 VTK/Rendering/Core/vtkGlyph3DMapper.h              |    373 -
 VTK/Rendering/Core/vtkGraphMapper.cxx              |    768 -
 VTK/Rendering/Core/vtkGraphMapper.h                |    265 -
 VTK/Rendering/Core/vtkGraphToGlyphs.cxx            |    176 -
 VTK/Rendering/Core/vtkGraphToGlyphs.h              |    130 -
 VTK/Rendering/Core/vtkGraphicsFactory.cxx          |    133 -
 VTK/Rendering/Core/vtkGraphicsFactory.h            |     64 -
 .../Core/vtkHardwareSelectionPolyDataPainter.cxx   |    253 -
 .../Core/vtkHardwareSelectionPolyDataPainter.h     |    101 -
 VTK/Rendering/Core/vtkHardwareSelector.cxx         |    825 -
 VTK/Rendering/Core/vtkHardwareSelector.h           |    346 -
 .../Core/vtkHierarchicalPolyDataMapper.cxx         |     33 -
 VTK/Rendering/Core/vtkHierarchicalPolyDataMapper.h |     45 -
 VTK/Rendering/Core/vtkImageActor.cxx               |    493 -
 VTK/Rendering/Core/vtkImageActor.h                 |    145 -
 VTK/Rendering/Core/vtkImageMapper.cxx              |    268 -
 VTK/Rendering/Core/vtkImageMapper.h                |    137 -
 VTK/Rendering/Core/vtkImageMapper3D.cxx            |   1200 -
 VTK/Rendering/Core/vtkImageMapper3D.h              |    223 -
 VTK/Rendering/Core/vtkImageProperty.cxx            |    150 -
 VTK/Rendering/Core/vtkImageProperty.h              |    170 -
 VTK/Rendering/Core/vtkImageSlice.cxx               |    486 -
 VTK/Rendering/Core/vtkImageSlice.h                 |    140 -
 VTK/Rendering/Core/vtkImageSliceMapper.cxx         |    463 -
 VTK/Rendering/Core/vtkImageSliceMapper.h           |    182 -
 VTK/Rendering/Core/vtkInteractorEventRecorder.cxx  |    437 -
 VTK/Rendering/Core/vtkInteractorEventRecorder.h    |    130 -
 VTK/Rendering/Core/vtkInteractorObserver.cxx       |    406 -
 VTK/Rendering/Core/vtkInteractorObserver.h         |    261 -
 VTK/Rendering/Core/vtkInteractorStyle.cxx          |   1156 -
 VTK/Rendering/Core/vtkInteractorStyle.h            |    354 -
 .../Core/vtkInteractorStyleSwitchBase.cxx          |     53 -
 VTK/Rendering/Core/vtkInteractorStyleSwitchBase.h  |     50 -
 VTK/Rendering/Core/vtkLODProp3D.cxx                |   1307 -
 VTK/Rendering/Core/vtkLODProp3D.h                  |    284 -
 VTK/Rendering/Core/vtkLight.cxx                    |    337 -
 VTK/Rendering/Core/vtkLight.h                      |    248 -
 VTK/Rendering/Core/vtkLightActor.cxx               |    303 -
 VTK/Rendering/Core/vtkLightActor.h                 |    113 -
 VTK/Rendering/Core/vtkLightCollection.cxx          |     47 -
 VTK/Rendering/Core/vtkLightCollection.h            |     69 -
 VTK/Rendering/Core/vtkLightKit.cxx                 |    491 -
 VTK/Rendering/Core/vtkLightKit.h                   |    345 -
 VTK/Rendering/Core/vtkLightingPainter.cxx          |     37 -
 VTK/Rendering/Core/vtkLightingPainter.h            |     40 -
 VTK/Rendering/Core/vtkLinesPainter.cxx             |    217 -
 VTK/Rendering/Core/vtkLinesPainter.h               |     63 -
 VTK/Rendering/Core/vtkLogLookupTable.cxx           |     36 -
 VTK/Rendering/Core/vtkLogLookupTable.h             |     45 -
 VTK/Rendering/Core/vtkLookupTableWithEnabling.cxx  |    608 -
 VTK/Rendering/Core/vtkLookupTableWithEnabling.h    |     80 -
 VTK/Rendering/Core/vtkMapArrayValues.cxx           |    304 -
 VTK/Rendering/Core/vtkMapArrayValues.h             |    145 -
 VTK/Rendering/Core/vtkMapper.cxx                   |    734 -
 VTK/Rendering/Core/vtkMapper.h                     |    426 -
 VTK/Rendering/Core/vtkMapper2D.cxx                 |     23 -
 VTK/Rendering/Core/vtkMapper2D.h                   |     52 -
 VTK/Rendering/Core/vtkMapperCollection.cxx         |     23 -
 VTK/Rendering/Core/vtkMapperCollection.h           |     76 -
 VTK/Rendering/Core/vtkMaterialLibrary.cxx          |     74 -
 VTK/Rendering/Core/vtkMaterialLibrary.h            |     61 -
 VTK/Rendering/Core/vtkNoise200x200.h               |   1565 -
 VTK/Rendering/Core/vtkObserverMediator.cxx         |    179 -
 VTK/Rendering/Core/vtkObserverMediator.h           |     89 -
 VTK/Rendering/Core/vtkPainter.cxx                  |    369 -
 VTK/Rendering/Core/vtkPainter.h                    |    252 -
 VTK/Rendering/Core/vtkPainterDeviceAdapter.cxx     |     45 -
 VTK/Rendering/Core/vtkPainterDeviceAdapter.h       |    212 -
 VTK/Rendering/Core/vtkPainterPolyDataMapper.cxx    |    440 -
 VTK/Rendering/Core/vtkPainterPolyDataMapper.h      |    138 -
 VTK/Rendering/Core/vtkPicker.cxx                   |    539 -
 VTK/Rendering/Core/vtkPicker.h                     |    141 -
 VTK/Rendering/Core/vtkPickingManager.cxx           |    568 -
 VTK/Rendering/Core/vtkPickingManager.h             |    188 -
 VTK/Rendering/Core/vtkPointPicker.cxx              |    172 -
 VTK/Rendering/Core/vtkPointPicker.h                |     65 -
 VTK/Rendering/Core/vtkPointsPainter.cxx            |    173 -
 VTK/Rendering/Core/vtkPointsPainter.h              |     50 -
 VTK/Rendering/Core/vtkPolyDataMapper.cxx           |    230 -
 VTK/Rendering/Core/vtkPolyDataMapper.h             |    131 -
 VTK/Rendering/Core/vtkPolyDataMapper2D.cxx         |    346 -
 VTK/Rendering/Core/vtkPolyDataMapper2D.h           |    203 -
 VTK/Rendering/Core/vtkPolyDataPainter.cxx          |     91 -
 VTK/Rendering/Core/vtkPolyDataPainter.h            |    110 -
 VTK/Rendering/Core/vtkPolygonsPainter.cxx          |    689 -
 VTK/Rendering/Core/vtkPolygonsPainter.h            |     51 -
 VTK/Rendering/Core/vtkPrimitivePainter.cxx         |    351 -
 VTK/Rendering/Core/vtkPrimitivePainter.h           |    126 -
 VTK/Rendering/Core/vtkProp.cxx                     |    352 -
 VTK/Rendering/Core/vtkProp.h                       |    379 -
 VTK/Rendering/Core/vtkProp3D.cxx                   |    669 -
 VTK/Rendering/Core/vtkProp3D.h                     |    311 -
 VTK/Rendering/Core/vtkProp3DCollection.cxx         |     24 -
 VTK/Rendering/Core/vtkProp3DCollection.h           |    108 -
 VTK/Rendering/Core/vtkProp3DFollower.cxx           |    320 -
 VTK/Rendering/Core/vtkProp3DFollower.h             |    114 -
 VTK/Rendering/Core/vtkPropAssembly.cxx             |    445 -
 VTK/Rendering/Core/vtkPropAssembly.h               |    142 -
 VTK/Rendering/Core/vtkPropCollection.cxx           |     31 -
 VTK/Rendering/Core/vtkPropCollection.h             |    107 -
 VTK/Rendering/Core/vtkPropPicker.cxx               |    125 -
 VTK/Rendering/Core/vtkPropPicker.h                 |     80 -
 VTK/Rendering/Core/vtkProperty.cxx                 |   1045 -
 VTK/Rendering/Core/vtkProperty.h                   |    487 -
 VTK/Rendering/Core/vtkProperty2D.cxx               |     83 -
 VTK/Rendering/Core/vtkProperty2D.h                 |    124 -
 VTK/Rendering/Core/vtkPythagoreanQuadruples.h      |  12357 --
 VTK/Rendering/Core/vtkRayCastStructures.h          |     80 -
 VTK/Rendering/Core/vtkRenderWindow.cxx             |   1490 -
 VTK/Rendering/Core/vtkRenderWindow.h               |    646 -
 VTK/Rendering/Core/vtkRenderWindowCollection.cxx   |     23 -
 VTK/Rendering/Core/vtkRenderWindowCollection.h     |     78 -
 VTK/Rendering/Core/vtkRenderWindowInteractor.cxx   |    872 -
 VTK/Rendering/Core/vtkRenderWindowInteractor.h     |    600 -
 VTK/Rendering/Core/vtkRenderedAreaPicker.cxx       |    149 -
 VTK/Rendering/Core/vtkRenderedAreaPicker.h         |     58 -
 VTK/Rendering/Core/vtkRenderer.cxx                 |   1853 -
 VTK/Rendering/Core/vtkRenderer.h                   |    683 -
 VTK/Rendering/Core/vtkRendererCollection.cxx       |     82 -
 VTK/Rendering/Core/vtkRendererCollection.h         |     80 -
 VTK/Rendering/Core/vtkRendererDelegate.cxx         |     42 -
 VTK/Rendering/Core/vtkRendererDelegate.h           |     62 -
 VTK/Rendering/Core/vtkRendererSource.cxx           |    360 -
 VTK/Rendering/Core/vtkRendererSource.h             |    124 -
 VTK/Rendering/Core/vtkRenderingCoreEnums.h         |     33 -
 VTK/Rendering/Core/vtkRepresentationPainter.cxx    |     35 -
 VTK/Rendering/Core/vtkRepresentationPainter.h      |     43 -
 VTK/Rendering/Core/vtkScalarsToColorsPainter.cxx   |    867 -
 VTK/Rendering/Core/vtkScalarsToColorsPainter.h     |    229 -
 VTK/Rendering/Core/vtkScenePicker.cxx              |    275 -
 VTK/Rendering/Core/vtkScenePicker.h                |    130 -
 VTK/Rendering/Core/vtkSelectVisiblePoints.cxx      |    285 -
 VTK/Rendering/Core/vtkSelectVisiblePoints.h        |    138 -
 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     |     37 -
 VTK/Rendering/Core/vtkShaderDeviceAdapter2.h       |     79 -
 VTK/Rendering/Core/vtkShaderProgram.cxx            |    260 -
 VTK/Rendering/Core/vtkShaderProgram.h              |    168 -
 VTK/Rendering/Core/vtkStandardPolyDataPainter.cxx  |    610 -
 VTK/Rendering/Core/vtkStandardPolyDataPainter.h    |     95 -
 VTK/Rendering/Core/vtkStringToImage.cxx            |     47 -
 VTK/Rendering/Core/vtkStringToImage.h              |     89 -
 VTK/Rendering/Core/vtkTDxInteractorStyle.cxx       |    107 -
 VTK/Rendering/Core/vtkTDxInteractorStyle.h         |     90 -
 VTK/Rendering/Core/vtkTDxInteractorStyleCamera.cxx |    161 -
 VTK/Rendering/Core/vtkTDxInteractorStyleCamera.h   |     57 -
 .../Core/vtkTDxInteractorStyleSettings.cxx         |     55 -
 VTK/Rendering/Core/vtkTDxInteractorStyleSettings.h |    112 -
 VTK/Rendering/Core/vtkTDxMotionEventInfo.h         |     55 -
 VTK/Rendering/Core/vtkTStripsPainter.cxx           |    335 -
 VTK/Rendering/Core/vtkTStripsPainter.h             |     47 -
 VTK/Rendering/Core/vtkTextMapper.cxx               |    485 -
 VTK/Rendering/Core/vtkTextMapper.h                 |    136 -
 VTK/Rendering/Core/vtkTextProperty.cxx             |    126 -
 VTK/Rendering/Core/vtkTextProperty.h               |    260 -
 VTK/Rendering/Core/vtkTextRenderer.cxx             |    224 -
 VTK/Rendering/Core/vtkTextRenderer.h               |    278 -
 VTK/Rendering/Core/vtkTexture.cxx                  |    334 -
 VTK/Rendering/Core/vtkTexture.h                    |    235 -
 VTK/Rendering/Core/vtkTexturedActor2D.cxx          |    137 -
 VTK/Rendering/Core/vtkTexturedActor2D.h            |     80 -
 .../Core/vtkTransformCoordinateSystems.cxx         |    211 -
 VTK/Rendering/Core/vtkTransformCoordinateSystems.h |    101 -
 VTK/Rendering/Core/vtkTransformInterpolator.cxx    |    446 -
 VTK/Rendering/Core/vtkTransformInterpolator.h      |    191 -
 VTK/Rendering/Core/vtkTupleInterpolator.cxx        |    316 -
 VTK/Rendering/Core/vtkTupleInterpolator.h          |    162 -
 VTK/Rendering/Core/vtkViewDependentErrorMetric.cxx |    220 -
 VTK/Rendering/Core/vtkViewDependentErrorMetric.h   |    131 -
 VTK/Rendering/Core/vtkViewport.cxx                 |    810 -
 VTK/Rendering/Core/vtkViewport.h                   |    304 -
 VTK/Rendering/Core/vtkVisibilitySort.cxx           |    134 -
 VTK/Rendering/Core/vtkVisibilitySort.h             |    138 -
 VTK/Rendering/Core/vtkVolume.cxx                   |    829 -
 VTK/Rendering/Core/vtkVolume.h                     |    236 -
 VTK/Rendering/Core/vtkVolumeCollection.cxx         |     24 -
 VTK/Rendering/Core/vtkVolumeCollection.h           |     82 -
 VTK/Rendering/Core/vtkVolumeProperty.cxx           |    661 -
 VTK/Rendering/Core/vtkVolumeProperty.h             |    361 -
 VTK/Rendering/Core/vtkWindowLevelLookupTable.cxx   |    143 -
 VTK/Rendering/Core/vtkWindowLevelLookupTable.h     |    105 -
 VTK/Rendering/Core/vtkWindowToImageFilter.cxx      |    695 -
 VTK/Rendering/Core/vtkWindowToImageFilter.h        |    170 -
 VTK/Rendering/Core/vtkWorldPointPicker.cxx         |     99 -
 VTK/Rendering/Core/vtkWorldPointPicker.h           |     60 -
 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/CMakeLists.txt              |     72 -
 .../Testing/Cxx/BenchmarkFreeTypeRendering.cxx     |    140 -
 VTK/Rendering/FreeType/Testing/Cxx/CMakeLists.txt  |     70 -
 .../FreeType/Testing/Cxx/TestFTStringToPath.cxx    |    120 -
 .../Cxx/TestMathTextFreeTypeTextRenderer.cxx       |    206 -
 .../Cxx/TestMathTextFreeTypeTextRendererNoMath.cxx |    162 -
 .../FreeType/Testing/Python/CMakeLists.txt         |      3 -
 .../FreeType/Testing/Python/OverlayTextOnImage.py  |     35 -
 .../FreeType/Testing/Python/multiLineText.py       |    180 -
 VTK/Rendering/FreeType/Testing/Python/text.py      |     61 -
 VTK/Rendering/FreeType/Testing/Tcl/CMakeLists.txt  |      3 -
 .../FreeType/Testing/Tcl/OverlayTextOnImage.tcl    |     45 -
 .../FreeType/Testing/Tcl/multiLineText.tcl         |    204 -
 VTK/Rendering/FreeType/Testing/Tcl/text.tcl        |     77 -
 VTK/Rendering/FreeType/fonts/bin2c.tcl             |     94 -
 VTK/Rendering/FreeType/fonts/c0419bt_.pfb          |    Bin 40766 -> 0 bytes
 VTK/Rendering/FreeType/fonts/c0582bt_.pfb          |    Bin 39511 -> 0 bytes
 VTK/Rendering/FreeType/fonts/c0583bt_.pfb          |    Bin 40008 -> 0 bytes
 VTK/Rendering/FreeType/fonts/c0611bt_.pfb          |    Bin 39871 -> 0 bytes
 VTK/Rendering/FreeType/fonts/c0632bt_.pfb          |    Bin 33799 -> 0 bytes
 VTK/Rendering/FreeType/fonts/c0633bt_.pfb          |    Bin 35229 -> 0 bytes
 VTK/Rendering/FreeType/fonts/c0648bt_.pfb          |    Bin 34869 -> 0 bytes
 VTK/Rendering/FreeType/fonts/c0649bt_.pfb          |    Bin 35118 -> 0 bytes
 VTK/Rendering/FreeType/fonts/face_arial.cxx        |   2501 -
 VTK/Rendering/FreeType/fonts/face_arial_bold.cxx   |   2607 -
 .../FreeType/fonts/face_arial_bold_italic.cxx      |   2591 -
 VTK/Rendering/FreeType/fonts/face_arial_italic.cxx |   2522 -
 VTK/Rendering/FreeType/fonts/face_courier.cxx      |   2922 -
 VTK/Rendering/FreeType/fonts/face_courier_bold.cxx |   2868 -
 .../FreeType/fonts/face_courier_bold_italic.cxx    |   2858 -
 .../FreeType/fonts/face_courier_italic.cxx         |   2833 -
 VTK/Rendering/FreeType/fonts/face_times.cxx        |   2501 -
 VTK/Rendering/FreeType/fonts/face_times_bold.cxx   |   2425 -
 .../FreeType/fonts/face_times_bold_italic.cxx      |   2527 -
 VTK/Rendering/FreeType/fonts/face_times_italic.cxx |   2519 -
 VTK/Rendering/FreeType/fonts/uagd8a.pfb            |    Bin 36354 -> 0 bytes
 VTK/Rendering/FreeType/fonts/uagdo8a.pfb           |    Bin 36128 -> 0 bytes
 VTK/Rendering/FreeType/fonts/uagk8a.pfb            |    Bin 34871 -> 0 bytes
 VTK/Rendering/FreeType/fonts/uagko8a.pfb           |    Bin 35156 -> 0 bytes
 VTK/Rendering/FreeType/fonts/vtkEmbeddedFonts.h    |    108 -
 VTK/Rendering/FreeType/module.cmake                |     14 -
 .../FreeType/vtkFreeTypeStringToImage.cxx          |    140 -
 VTK/Rendering/FreeType/vtkFreeTypeStringToImage.h  |     89 -
 VTK/Rendering/FreeType/vtkFreeTypeTools.cxx        |   1955 -
 VTK/Rendering/FreeType/vtkFreeTypeTools.h          |    369 -
 VTK/Rendering/FreeType/vtkFreeTypeUtilities.cxx    |   2027 -
 VTK/Rendering/FreeType/vtkFreeTypeUtilities.h      |    320 -
 .../FreeType/vtkMathTextFreeTypeTextRenderer.cxx   |    495 -
 .../FreeType/vtkMathTextFreeTypeTextRenderer.h     |     85 -
 VTK/Rendering/FreeType/vtkMathTextUtilities.cxx    |    186 -
 VTK/Rendering/FreeType/vtkMathTextUtilities.h      |    120 -
 VTK/Rendering/FreeType/vtkScaledTextActor.cxx      |     31 -
 VTK/Rendering/FreeType/vtkScaledTextActor.h        |     49 -
 VTK/Rendering/FreeType/vtkTextActor.cxx            |   1093 -
 VTK/Rendering/FreeType/vtkTextActor.h              |    320 -
 VTK/Rendering/FreeType/vtkTextActor3D.cxx          |    301 -
 VTK/Rendering/FreeType/vtkTextActor3D.h            |    119 -
 .../FreeType/vtkTextRendererStringToImage.cxx      |    137 -
 .../FreeType/vtkTextRendererStringToImage.h        |     87 -
 VTK/Rendering/FreeType/vtkVectorText.cxx           |   1810 -
 VTK/Rendering/FreeType/vtkVectorText.h             |     62 -
 VTK/Rendering/FreeTypeFontConfig/CMakeLists.txt    |     43 -
 .../FreeTypeFontConfig/Testing/Cxx/CMakeLists.txt  |     32 -
 .../Testing/Cxx/TestSystemFontRendering.cxx        |    140 -
 VTK/Rendering/FreeTypeFontConfig/module.cmake      |      9 -
 .../vtkFontConfigFreeTypeTools.cxx                 |    186 -
 .../vtkFontConfigFreeTypeTools.h                   |     71 -
 VTK/Rendering/FreeTypeOpenGL/CMakeLists.txt        |     35 -
 VTK/Rendering/FreeTypeOpenGL/module.cmake          |     13 -
 .../FreeTypeOpenGL/vtkOpenGLFreeTypeTextMapper.cxx |    415 -
 .../FreeTypeOpenGL/vtkOpenGLFreeTypeTextMapper.h   |     66 -
 VTK/Rendering/GL2PS/CMakeLists.txt                 |      8 -
 VTK/Rendering/GL2PS/Testing/Cxx/CMakeLists.txt     |      8 -
 VTK/Rendering/GL2PS/Testing/Cxx/PNGCompare.cxx     |     73 -
 VTK/Rendering/GL2PS/module.cmake                   |     10 -
 VTK/Rendering/GL2PS/vtkGL2PSContextDevice2D.cxx    |    669 -
 VTK/Rendering/GL2PS/vtkGL2PSContextDevice2D.h      |    170 -
 VTK/Rendering/GL2PS/vtkGL2PSUtilities.cxx          |    849 -
 VTK/Rendering/GL2PS/vtkGL2PSUtilities.h            |    153 -
 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/CMakeLists.txt                 |      7 -
 VTK/Rendering/Image/module.cmake                   |      8 -
 VTK/Rendering/Image/vtkImageResliceMapper.cxx      |   1552 -
 VTK/Rendering/Image/vtkImageResliceMapper.h        |    227 -
 VTK/Rendering/Image/vtkImageSliceCollection.cxx    |    160 -
 VTK/Rendering/Image/vtkImageSliceCollection.h      |     94 -
 VTK/Rendering/Image/vtkImageStack.cxx              |    609 -
 VTK/Rendering/Image/vtkImageStack.h                |    158 -
 VTK/Rendering/LOD/CMakeLists.txt                   |      5 -
 VTK/Rendering/LOD/Testing/Python/CMakeLists.txt    |      1 -
 .../LOD/Testing/Python/TestQuadricLODActor.py      |     55 -
 VTK/Rendering/LOD/Testing/Tcl/CMakeLists.txt       |      1 -
 .../LOD/Testing/Tcl/TestQuadricLODActor.tcl        |     51 -
 VTK/Rendering/LOD/module.cmake                     |      7 -
 VTK/Rendering/LOD/vtkLODActor.cxx                  |    404 -
 VTK/Rendering/LOD/vtkLODActor.h                    |    152 -
 VTK/Rendering/LOD/vtkQuadricLODActor.cxx           |    426 -
 VTK/Rendering/LOD/vtkQuadricLODActor.h             |    240 -
 VTK/Rendering/Label/CMakeLists.txt                 |     24 -
 VTK/Rendering/Label/Testing/Python/CMakeLists.txt  |      2 -
 .../Label/Testing/Python/labeledContours.py        |     78 -
 VTK/Rendering/Label/Testing/Python/labeledMesh.py  |    146 -
 VTK/Rendering/Label/Testing/Tcl/CMakeLists.txt     |      5 -
 .../Label/Testing/Tcl/labeledContours.tcl          |     73 -
 VTK/Rendering/Label/Testing/Tcl/labeledMesh.tcl    |    142 -
 VTK/Rendering/Label/module.cmake                   |      6 -
 VTK/Rendering/Label/vtkDynamic2DLabelMapper.cxx    |    758 -
 VTK/Rendering/Label/vtkDynamic2DLabelMapper.h      |    120 -
 .../Label/vtkFreeTypeLabelRenderStrategy.cxx       |    164 -
 .../Label/vtkFreeTypeLabelRenderStrategy.h         |     85 -
 VTK/Rendering/Label/vtkLabelHierarchy.cxx          |   2554 -
 VTK/Rendering/Label/vtkLabelHierarchy.h            |    240 -
 VTK/Rendering/Label/vtkLabelHierarchyAlgorithm.cxx |    214 -
 VTK/Rendering/Label/vtkLabelHierarchyAlgorithm.h   |    121 -
 .../Label/vtkLabelHierarchyCompositeIterator.cxx   |    164 -
 .../Label/vtkLabelHierarchyCompositeIterator.h     |    116 -
 VTK/Rendering/Label/vtkLabelHierarchyIterator.cxx  |    311 -
 VTK/Rendering/Label/vtkLabelHierarchyIterator.h    |    148 -
 VTK/Rendering/Label/vtkLabelHierarchyPrivate.h     |    258 -
 VTK/Rendering/Label/vtkLabelPlacementMapper.cxx    |    919 -
 VTK/Rendering/Label/vtkLabelPlacementMapper.h      |    213 -
 VTK/Rendering/Label/vtkLabelPlacer.cxx             |    853 -
 VTK/Rendering/Label/vtkLabelPlacer.h               |    200 -
 VTK/Rendering/Label/vtkLabelRenderStrategy.cxx     |     43 -
 VTK/Rendering/Label/vtkLabelRenderStrategy.h       |    121 -
 VTK/Rendering/Label/vtkLabelSizeCalculator.cxx     |    256 -
 VTK/Rendering/Label/vtkLabelSizeCalculator.h       |     95 -
 VTK/Rendering/Label/vtkLabeledDataMapper.cxx       |    815 -
 VTK/Rendering/Label/vtkLabeledDataMapper.h         |    221 -
 .../Label/vtkLabeledTreeMapDataMapper.cxx          |   1012 -
 VTK/Rendering/Label/vtkLabeledTreeMapDataMapper.h  |    155 -
 .../Label/vtkPointSetToLabelHierarchy.cxx          |    313 -
 VTK/Rendering/Label/vtkPointSetToLabelHierarchy.h  |    117 -
 VTK/Rendering/Matplotlib/CMakeLists.txt            |     36 -
 .../Matplotlib/Testing/Cxx/CMakeLists.txt          |    107 -
 .../Testing/Cxx/TestContextMathTextImage.cxx       |     68 -
 .../Testing/Cxx/TestGL2PSMathTextActor.cxx         |    104 -
 .../Testing/Cxx/TestGL2PSMathTextActor3D.cxx       |    108 -
 .../Testing/Cxx/TestGL2PSMathTextOutput.cxx        |     92 -
 .../Testing/Cxx/TestGL2PSMathTextScaling.cxx       |     96 -
 .../Testing/Cxx/TestIndexedLookupScalarBar.cxx     |    631 -
 .../Matplotlib/Testing/Cxx/TestMathTextActor.cxx   |     88 -
 .../Matplotlib/Testing/Cxx/TestMathTextActor3D.cxx |     92 -
 .../Matplotlib/Testing/Cxx/TestRenderString.cxx    |     59 -
 .../Testing/Cxx/TestScalarBarCombinatorics.cxx     |    157 -
 .../Matplotlib/Testing/Cxx/TestStringToPath.cxx    |    120 -
 VTK/Rendering/Matplotlib/module.cmake              |     20 -
 .../Matplotlib/vtkMatplotlibMathTextUtilities.cxx  |   1023 -
 .../Matplotlib/vtkMatplotlibMathTextUtilities.h    |    129 -
 VTK/Rendering/OpenGL/CMakeLists.txt                |    441 -
 VTK/Rendering/OpenGL/CheckglXGetProcAddressARB.cxx |     39 -
 .../OpenGL/Testing/Cxx/LoadOpenGLExtension.cxx     |    287 -
 .../OpenGL/Testing/Cxx/RenderNonFinite.cxx         |    238 -
 .../OpenGL/Testing/Cxx/SurfacePlusEdges.cxx        |     71 -
 .../OpenGL/Testing/Cxx/TestActorLightingFlag.cxx   |    109 -
 .../OpenGL/Testing/Cxx/TestAnimationScene.cxx      |    222 -
 .../OpenGL/Testing/Cxx/TestAreaSelections.cxx      |    225 -
 .../OpenGL/Testing/Cxx/TestBackfaceCulling.cxx     |     71 -
 .../OpenGL/Testing/Cxx/TestBlurAndSobelPasses.cxx  |    193 -
 .../Testing/Cxx/TestDynamic2DLabelMapper.cxx       |     99 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestFBO.cxx       |     66 -
 .../OpenGL/Testing/Cxx/TestFBOImplementation.cxx   |   2302 -
 .../OpenGL/Testing/Cxx/TestFBOInclude.h.in         |     16 -
 .../OpenGL/Testing/Cxx/TestFollowerPicking.cxx     |    345 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestGPUInfo.cxx   |     43 -
 .../OpenGL/Testing/Cxx/TestGaussianBlurPass.cxx    |    211 -
 ...estGenericVertexAttributesGLSLAlphaBlending.cxx |    128 -
 .../Cxx/TestGenericVertexAttributesGLSLCxx.cxx     |    109 -
 ...GenericVertexAttributesGLSLDepthPeelingPass.cxx |    191 -
 .../OpenGL/Testing/Cxx/TestGlyph3DMapper.cxx       |    113 -
 .../OpenGL/Testing/Cxx/TestGlyph3DMapperArrow.cxx  |    144 -
 .../Testing/Cxx/TestGlyph3DMapperMasking.cxx       |    145 -
 .../Cxx/TestGlyph3DMapperOrientationArray.cxx      |    142 -
 .../Testing/Cxx/TestGlyph3DMapperPicking.cxx       |    283 -
 .../OpenGL/Testing/Cxx/TestGradientBackground.cxx  |     42 -
 .../Cxx/TestHomogeneousTransformOfActor.cxx        |     79 -
 .../Testing/Cxx/TestImageResliceMapperAlpha.cxx    |    172 -
 .../Cxx/TestImageResliceMapperBackground.cxx       |    118 -
 .../Testing/Cxx/TestImageResliceMapperBorder.cxx   |    116 -
 .../Cxx/TestImageResliceMapperInterpolation.cxx    |    111 -
 .../Testing/Cxx/TestImageResliceMapperOffAxis.cxx  |    149 -
 .../Testing/Cxx/TestImageResliceMapperOrient3D.cxx |    119 -
 .../Testing/Cxx/TestImageResliceMapperSlab.cxx     |    128 -
 .../Testing/Cxx/TestImageSliceMapperAlpha.cxx      |    160 -
 .../Testing/Cxx/TestImageSliceMapperBackground.cxx |    112 -
 .../Testing/Cxx/TestImageSliceMapperBorder.cxx     |    112 -
 .../Cxx/TestImageSliceMapperInterpolation.cxx      |    105 -
 .../Testing/Cxx/TestImageSliceMapperOrient2D.cxx   |    131 -
 .../Testing/Cxx/TestImageSliceMapperOrient3D.cxx   |    123 -
 .../OpenGL/Testing/Cxx/TestImageStack.cxx          |    216 -
 .../Cxx/TestInteractorStyleImageProperty.cxx       |    131 -
 .../OpenGL/Testing/Cxx/TestInteractorTimers.cxx    |    217 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestLODActor.cxx  |    418 -
 .../Testing/Cxx/TestLabelPlacementMapper.cxx       |    135 -
 .../Testing/Cxx/TestLabelPlacementMapper2D.cxx     |   2748 -
 .../TestLabelPlacementMapperCoincidentPoints.cxx   |    229 -
 .../OpenGL/Testing/Cxx/TestLabelPlacer.cxx         |    156 -
 .../OpenGL/Testing/Cxx/TestLabelPlacer2D.cxx       |   2760 -
 .../Cxx/TestLabelPlacerCoincidentPoints.cxx        |    241 -
 .../OpenGL/Testing/Cxx/TestLightActor.cxx          |    281 -
 .../OpenGL/Testing/Cxx/TestManyActors.cxx          |    131 -
 .../OpenGL/Testing/Cxx/TestMultiTexturing.cxx      |    197 -
 .../OpenGL/Testing/Cxx/TestMultiTexturingGLSL.cxx  |    199 -
 .../Testing/Cxx/TestMultiTexturingTransform.cxx    |    206 -
 .../Cxx/TestMultiblockDisplayProperties.cxx        |    103 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestOSConeCxx.cxx |     73 -
 .../OpenGL/Testing/Cxx/TestOffAxisStereo.cxx       |    106 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestOpacity.cxx   |    189 -
 .../Testing/Cxx/TestOpenGLPolyDataMapper.cxx       |     75 -
 .../OpenGL/Testing/Cxx/TestOrderedTriangulator.cxx |    262 -
 .../OpenGL/Testing/Cxx/TestPOVExporter.cxx         |    132 -
 .../OpenGL/Testing/Cxx/TestPolygonSelection.cxx    |    167 -
 .../OpenGL/Testing/Cxx/TestPriorityStreaming.cxx   |    351 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestQtImages.cxx  |    112 -
 .../Testing/Cxx/TestQtLabelSizeCalculator.cxx      |    195 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestQtLabeler.cxx |    241 -
 .../Cxx/TestResetCameraVerticalAspectRatio.cxx     |     78 -
 .../TestResetCameraVerticalAspectRatioParallel.cxx |     75 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestScalarBar.cxx |    185 -
 .../OpenGL/Testing/Cxx/TestScenePicker.cxx         |    212 -
 .../OpenGL/Testing/Cxx/TestSetImageOrientation.cxx |    139 -
 .../OpenGL/Testing/Cxx/TestShadowMapPass.cxx       |    314 -
 .../Testing/Cxx/TestSobelGradientMagnitudePass.cxx |    186 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestTDx.cxx       |    162 -
 .../Testing/Cxx/TestTStripsColorsTCoords.cxx       |    124 -
 .../Cxx/TestTStripsNormalsColorsTCoords.cxx        |    123 -
 .../Testing/Cxx/TestTStripsNormalsTCoords.cxx      |    106 -
 .../OpenGL/Testing/Cxx/TestTStripsTCoords.cxx      |    107 -
 .../Testing/Cxx/TestTextActor3DAlphaBlending.cxx   |     77 -
 .../Testing/Cxx/TestTextActor3DDepthPeeling.cxx    |     92 -
 .../Testing/Cxx/TestTextActorAlphaBlending.cxx     |     63 -
 .../Testing/Cxx/TestTextActorDepthPeeling.cxx      |     79 -
 .../OpenGL/Testing/Cxx/TestTextureRGBA.cxx         |     91 -
 .../Testing/Cxx/TestTextureRGBADepthPeeling.cxx    |    103 -
 .../OpenGL/Testing/Cxx/TestTextureSize.cxx         |    144 -
 .../OpenGL/Testing/Cxx/TestTexturedBackground.cxx  |     61 -
 VTK/Rendering/OpenGL/Testing/Cxx/TestTilingCxx.cxx |    165 -
 .../Cxx/TestTransformCoordinateUseDouble.cxx       |    120 -
 .../Cxx/TestTranslucentImageActorAlphaBlending.cxx |     70 -
 .../Cxx/TestTranslucentImageActorDepthPeeling.cxx  |     86 -
 .../Cxx/TestTranslucentLUTAlphaBlending.cxx        |    102 -
 .../Testing/Cxx/TestTranslucentLUTDepthPeeling.cxx |    115 -
 .../Cxx/TestTranslucentLUTDepthPeelingPass.cxx     |    206 -
 .../Cxx/TestTranslucentLUTTextureAlphaBlending.cxx |    104 -
 .../Cxx/TestTranslucentLUTTextureDepthPeeling.cxx  |    116 -
 .../Testing/Cxx/TestWin32OpenGLRenderWindow.cxx    |     67 -
 VTK/Rendering/OpenGL/Testing/Cxx/TimeRenderer.cxx  |    242 -
 VTK/Rendering/OpenGL/Testing/Cxx/TimeRenderer2.cxx |    100 -
 VTK/Rendering/OpenGL/Testing/Cxx/VTKBenchMark.cxx  |    237 -
 .../OpenGL/Testing/Cxx/otherCoordinate.cxx         |    176 -
 .../Testing/Python/TestFreetypeTextMapper.py       |    108 -
 .../Testing/Python/TestFreetypeTextMapperBigger.py |    100 -
 .../Testing/Python/TestFreetypeTextOverlay.py      |     77 -
 VTK/Rendering/OpenGL/Testing/Tcl/CMakeLists.txt    |      3 -
 .../OpenGL/Testing/Tcl/TestFreetypeTextMapper.tcl  |     76 -
 .../Testing/Tcl/TestFreetypeTextMapperBigger.tcl   |     70 -
 .../OpenGL/Testing/Tcl/TestFreetypeTextOverlay.tcl |     89 -
 VTK/Rendering/OpenGL/module.cmake                  |     26 -
 VTK/Rendering/OpenGL/vtkCameraPass.cxx             |    301 -
 VTK/Rendering/OpenGL/vtkCameraPass.h               |     90 -
 VTK/Rendering/OpenGL/vtkCarbonRenderWindow.cxx     |   1229 -
 VTK/Rendering/OpenGL/vtkCarbonRenderWindow.h       |    276 -
 .../OpenGL/vtkCarbonRenderWindowInteractor.cxx     |    737 -
 .../OpenGL/vtkCarbonRenderWindowInteractor.h       |    159 -
 VTK/Rendering/OpenGL/vtkClearZPass.cxx             |     57 -
 VTK/Rendering/OpenGL/vtkClearZPass.h               |     65 -
 VTK/Rendering/OpenGL/vtkCocoaGLView.h              |     73 -
 VTK/Rendering/OpenGL/vtkCocoaGLView.mm             |    792 -
 .../OpenGL/vtkCocoaMacOSXSDKCompatibility.h        |     33 -
 VTK/Rendering/OpenGL/vtkCocoaRenderWindow.h        |    331 -
 VTK/Rendering/OpenGL/vtkCocoaRenderWindow.mm       |   1292 -
 .../OpenGL/vtkCocoaRenderWindowInteractor.h        |    152 -
 .../OpenGL/vtkCocoaRenderWindowInteractor.mm       |    644 -
 VTK/Rendering/OpenGL/vtkColorMaterialHelper.cxx    |    114 -
 VTK/Rendering/OpenGL/vtkColorMaterialHelper.h      |     81 -
 .../OpenGL/vtkColorMaterialHelper_vs.glsl          |     57 -
 .../OpenGL/vtkCoreGraphicsGPUInfoList.cxx          |    112 -
 VTK/Rendering/OpenGL/vtkCoreGraphicsGPUInfoList.h  |     54 -
 VTK/Rendering/OpenGL/vtkDataTransferHelper.cxx     |    600 -
 VTK/Rendering/OpenGL/vtkDataTransferHelper.h       |    221 -
 VTK/Rendering/OpenGL/vtkDefaultPass.cxx            |    222 -
 VTK/Rendering/OpenGL/vtkDefaultPass.h              |    111 -
 VTK/Rendering/OpenGL/vtkDepthPeelingPass.cxx       |    924 -
 VTK/Rendering/OpenGL/vtkDepthPeelingPass.h         |    192 -
 VTK/Rendering/OpenGL/vtkDepthPeeling_fs.glsl       |     48 -
 VTK/Rendering/OpenGL/vtkDirectXGPUInfoList.cxx     |    410 -
 VTK/Rendering/OpenGL/vtkDirectXGPUInfoList.h       |     82 -
 VTK/Rendering/OpenGL/vtkDummyGPUInfoList.cxx       |     54 -
 VTK/Rendering/OpenGL/vtkDummyGPUInfoList.h         |     52 -
 VTK/Rendering/OpenGL/vtkFrameBufferObject.cxx      |    999 -
 VTK/Rendering/OpenGL/vtkFrameBufferObject.h        |    228 -
 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         |    286 -
 VTK/Rendering/OpenGL/vtkGLSLShaderDeviceAdapter2.h |     80 -
 VTK/Rendering/OpenGL/vtkGLSLShaderProgram.cxx      |    403 -
 VTK/Rendering/OpenGL/vtkGLSLShaderProgram.h        |    101 -
 VTK/Rendering/OpenGL/vtkGaussianBlurPass.cxx       |    493 -
 VTK/Rendering/OpenGL/vtkGaussianBlurPass.h         |    103 -
 .../OpenGL/vtkGaussianBlurPassShader_fs.glsl       |     33 -
 .../OpenGL/vtkGenericOpenGLRenderWindow.cxx        |    238 -
 .../OpenGL/vtkGenericOpenGLRenderWindow.h          |    115 -
 VTK/Rendering/OpenGL/vtkImageProcessingPass.cxx    |    239 -
 VTK/Rendering/OpenGL/vtkImageProcessingPass.h      |     91 -
 VTK/Rendering/OpenGL/vtkLightingHelper.cxx         |     93 -
 VTK/Rendering/OpenGL/vtkLightingHelper.h           |     70 -
 VTK/Rendering/OpenGL/vtkLightingHelper_s.glsl      |    191 -
 VTK/Rendering/OpenGL/vtkLighting_s.glsl            |    228 -
 VTK/Rendering/OpenGL/vtkLightsPass.cxx             |     54 -
 VTK/Rendering/OpenGL/vtkLightsPass.h               |     62 -
 .../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   |    565 -
 VTK/Rendering/OpenGL/vtkOSOpenGLRenderWindow.h     |    214 -
 VTK/Rendering/OpenGL/vtkOpaquePass.cxx             |     48 -
 VTK/Rendering/OpenGL/vtkOpaquePass.h               |     62 -
 VTK/Rendering/OpenGL/vtkOpenGL.h                   |     31 -
 VTK/Rendering/OpenGL/vtkOpenGLActor.cxx            |     96 -
 VTK/Rendering/OpenGL/vtkOpenGLActor.h              |     48 -
 VTK/Rendering/OpenGL/vtkOpenGLCamera.cxx           |    181 -
 VTK/Rendering/OpenGL/vtkOpenGLCamera.h             |     49 -
 .../OpenGL/vtkOpenGLClipPlanesPainter.cxx          |    110 -
 VTK/Rendering/OpenGL/vtkOpenGLClipPlanesPainter.h  |     51 -
 ...tkOpenGLCoincidentTopologyResolutionPainter.cxx |    176 -
 .../vtkOpenGLCoincidentTopologyResolutionPainter.h |     58 -
 VTK/Rendering/OpenGL/vtkOpenGLCompositePainter.cxx |    117 -
 VTK/Rendering/OpenGL/vtkOpenGLCompositePainter.h   |     47 -
 .../OpenGL/vtkOpenGLDisplayListPainter.cxx         |    187 -
 VTK/Rendering/OpenGL/vtkOpenGLDisplayListPainter.h |     63 -
 VTK/Rendering/OpenGL/vtkOpenGLExtensionManager.cxx |   1404 -
 VTK/Rendering/OpenGL/vtkOpenGLExtensionManager.h   |    292 -
 .../OpenGL/vtkOpenGLExtensionManagerConfigure.h.in |     38 -
 VTK/Rendering/OpenGL/vtkOpenGLGL2PSHelper.cxx      |     24 -
 VTK/Rendering/OpenGL/vtkOpenGLGL2PSHelper.h        |    109 -
 VTK/Rendering/OpenGL/vtkOpenGLGlyph3DMapper.cxx    |    667 -
 VTK/Rendering/OpenGL/vtkOpenGLGlyph3DMapper.h      |     98 -
 VTK/Rendering/OpenGL/vtkOpenGLHardwareSupport.cxx  |    180 -
 VTK/Rendering/OpenGL/vtkOpenGLHardwareSupport.h    |     72 -
 VTK/Rendering/OpenGL/vtkOpenGLImageMapper.cxx      |    694 -
 VTK/Rendering/OpenGL/vtkOpenGLImageMapper.h        |     62 -
 VTK/Rendering/OpenGL/vtkOpenGLImageSliceMapper.cxx |   1176 -
 VTK/Rendering/OpenGL/vtkOpenGLImageSliceMapper.h   |    139 -
 VTK/Rendering/OpenGL/vtkOpenGLLight.cxx            |    121 -
 VTK/Rendering/OpenGL/vtkOpenGLLight.h              |     48 -
 VTK/Rendering/OpenGL/vtkOpenGLLightingPainter.cxx  |    154 -
 VTK/Rendering/OpenGL/vtkOpenGLLightingPainter.h    |     63 -
 .../OpenGL/vtkOpenGLPainterDeviceAdapter.cxx       |   1000 -
 .../OpenGL/vtkOpenGLPainterDeviceAdapter.h         |    161 -
 VTK/Rendering/OpenGL/vtkOpenGLPolyDataMapper.cxx   |   2093 -
 VTK/Rendering/OpenGL/vtkOpenGLPolyDataMapper.h     |    112 -
 VTK/Rendering/OpenGL/vtkOpenGLPolyDataMapper2D.cxx |    431 -
 VTK/Rendering/OpenGL/vtkOpenGLPolyDataMapper2D.h   |     50 -
 .../OpenGL/vtkOpenGLProjectedPolyDataRayBounder.h  |     81 -
 VTK/Rendering/OpenGL/vtkOpenGLProperty.cxx         |    894 -
 VTK/Rendering/OpenGL/vtkOpenGLProperty.h           |    148 -
 .../OpenGL/vtkOpenGLPropertyDefaultMain_fs.glsl    |     28 -
 .../OpenGL/vtkOpenGLPropertyDefaultMain_vs.glsl    |     27 -
 .../vtkOpenGLPropertyDefaultPropFunc_fs.glsl       |     33 -
 .../vtkOpenGLPropertyDefaultPropFunc_vs.glsl       |     23 -
 VTK/Rendering/OpenGL/vtkOpenGLRenderWindow.cxx     |   2001 -
 VTK/Rendering/OpenGL/vtkOpenGLRenderWindow.h       |    282 -
 VTK/Rendering/OpenGL/vtkOpenGLRenderer.cxx         |   1339 -
 VTK/Rendering/OpenGL/vtkOpenGLRenderer.h           |    178 -
 .../OpenGL/vtkOpenGLRenderer_PeelingFS.glsl        |     54 -
 .../OpenGL/vtkOpenGLRepresentationPainter.cxx      |    130 -
 .../OpenGL/vtkOpenGLRepresentationPainter.h        |     60 -
 .../OpenGL/vtkOpenGLScalarsToColorsPainter.cxx     |    246 -
 .../OpenGL/vtkOpenGLScalarsToColorsPainter.h       |     72 -
 VTK/Rendering/OpenGL/vtkOpenGLState.cxx            |   1484 -
 VTK/Rendering/OpenGL/vtkOpenGLState.h              |    929 -
 VTK/Rendering/OpenGL/vtkOpenGLTexture.cxx          |    608 -
 VTK/Rendering/OpenGL/vtkOpenGLTexture.h            |     88 -
 VTK/Rendering/OpenGL/vtkOverlayPass.cxx            |     48 -
 VTK/Rendering/OpenGL/vtkOverlayPass.h              |     62 -
 VTK/Rendering/OpenGL/vtkPixelBufferObject.cxx      |    743 -
 VTK/Rendering/OpenGL/vtkPixelBufferObject.h        |    279 -
 VTK/Rendering/OpenGL/vtkRenderPass.cxx             |    121 -
 VTK/Rendering/OpenGL/vtkRenderPass.h               |    125 -
 VTK/Rendering/OpenGL/vtkRenderPassCollection.cxx   |     71 -
 VTK/Rendering/OpenGL/vtkRenderPassCollection.h     |     71 -
 VTK/Rendering/OpenGL/vtkRenderState.cxx            |    151 -
 VTK/Rendering/OpenGL/vtkRenderState.h              |    144 -
 .../OpenGL/vtkRenderingOpenGLConfigure.h.in        |     66 -
 VTK/Rendering/OpenGL/vtkSequencePass.cxx           |     96 -
 VTK/Rendering/OpenGL/vtkSequencePass.h             |     74 -
 VTK/Rendering/OpenGL/vtkShader2.cxx                |    348 -
 VTK/Rendering/OpenGL/vtkShader2.h                  |    166 -
 VTK/Rendering/OpenGL/vtkShader2Collection.cxx      |    232 -
 VTK/Rendering/OpenGL/vtkShader2Collection.h        |    121 -
 VTK/Rendering/OpenGL/vtkShaderProgram2.cxx         |   1070 -
 VTK/Rendering/OpenGL/vtkShaderProgram2.h           |    318 -
 VTK/Rendering/OpenGL/vtkShadowMapBakerPass.cxx     |    787 -
 VTK/Rendering/OpenGL/vtkShadowMapBakerPass.h       |    260 -
 VTK/Rendering/OpenGL/vtkShadowMapPass.cxx          |    728 -
 VTK/Rendering/OpenGL/vtkShadowMapPass.h            |    141 -
 VTK/Rendering/OpenGL/vtkShadowMapPassInternal.h    |     38 -
 .../OpenGL/vtkShadowMapPassShader_fs.glsl          |     62 -
 .../OpenGL/vtkShadowMapPassShader_vs.glsl          |     95 -
 .../OpenGL/vtkSobelGradientMagnitudePass.cxx       |    561 -
 .../OpenGL/vtkSobelGradientMagnitudePass.h         |    112 -
 .../OpenGL/vtkSobelGradientMagnitudePassFigure.eps |    774 -
 .../OpenGL/vtkSobelGradientMagnitudePassFigure.ipe |     49 -
 .../OpenGL/vtkSobelGradientMagnitudePassFigure.png |    Bin 12175 -> 0 bytes
 .../vtkSobelGradientMagnitudePassShader1_fs.glsl   |     47 -
 .../vtkSobelGradientMagnitudePassShader2_fs.glsl   |     54 -
 VTK/Rendering/OpenGL/vtkTDxConfigure.h.in          |     22 -
 VTK/Rendering/OpenGL/vtkTDxDevice.cxx              |     71 -
 VTK/Rendering/OpenGL/vtkTDxDevice.h                |     84 -
 VTK/Rendering/OpenGL/vtkTDxInteractorStyleGeo.cxx  |    183 -
 VTK/Rendering/OpenGL/vtkTDxInteractorStyleGeo.h    |     57 -
 VTK/Rendering/OpenGL/vtkTDxMacDevice.cxx           |    335 -
 VTK/Rendering/OpenGL/vtkTDxMacDevice.h             |    103 -
 VTK/Rendering/OpenGL/vtkTDxUnixDevice.cxx          |    270 -
 VTK/Rendering/OpenGL/vtkTDxUnixDevice.h            |    138 -
 VTK/Rendering/OpenGL/vtkTDxWinDevice.cxx           |    519 -
 VTK/Rendering/OpenGL/vtkTDxWinDevice.h             |    109 -
 VTK/Rendering/OpenGL/vtkTextureObject.cxx          |   1656 -
 VTK/Rendering/OpenGL/vtkTextureObject.h            |    510 -
 VTK/Rendering/OpenGL/vtkTextureUnitManager.cxx     |    176 -
 VTK/Rendering/OpenGL/vtkTextureUnitManager.h       |     99 -
 VTK/Rendering/OpenGL/vtkTranslucentPass.cxx        |     48 -
 VTK/Rendering/OpenGL/vtkTranslucentPass.h          |     62 -
 VTK/Rendering/OpenGL/vtkUniformVariables.cxx       |   1173 -
 VTK/Rendering/OpenGL/vtkUniformVariables.h         |    152 -
 VTK/Rendering/OpenGL/vtkVolumetricPass.cxx         |     48 -
 VTK/Rendering/OpenGL/vtkVolumetricPass.h           |     62 -
 .../OpenGL/vtkWin32OpenGLRenderWindow.cxx          |   1721 -
 VTK/Rendering/OpenGL/vtkWin32OpenGLRenderWindow.h  |    286 -
 .../OpenGL/vtkWin32RenderWindowInteractor.cxx      |    917 -
 .../OpenGL/vtkWin32RenderWindowInteractor.h        |    159 -
 VTK/Rendering/OpenGL/vtkXGPUInfoList.cxx           |    115 -
 VTK/Rendering/OpenGL/vtkXGPUInfoList.h             |     54 -
 VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx    |   2040 -
 VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.h      |    282 -
 .../OpenGL/vtkXRenderWindowInteractor.cxx          |    976 -
 VTK/Rendering/OpenGL/vtkXRenderWindowInteractor.h  |    201 -
 .../OpenGL/vtkXRenderWindowTclInteractor.cxx       |    329 -
 .../OpenGL/vtkXRenderWindowTclInteractor.h         |     84 -
 VTK/Rendering/OpenGL/vtkgluPickMatrix.h            |     50 -
 VTK/Rendering/Parallel/CMakeLists.txt              |     49 -
 VTK/Rendering/Parallel/Testing/Cxx/CMakeLists.txt  |      6 -
 VTK/Rendering/Parallel/Testing/Cxx/PrmMagnify.cxx  |    278 -
 .../Testing/Cxx/TestClientServerRendering.cxx      |    279 -
 .../Cxx/TestDistributedDataCompositeZPass.cxx      |    521 -
 .../Parallel/Testing/Cxx/TestPCompositeZPass.cxx   |    522 -
 .../Parallel/Testing/Cxx/TestPShadowMapPass.cxx    |    497 -
 .../Parallel/Testing/Cxx/TestParallelRendering.cxx |    196 -
 VTK/Rendering/Parallel/module.cmake                |     13 -
 .../Parallel/vtkClientServerCompositePass.cxx      |    156 -
 .../Parallel/vtkClientServerCompositePass.h        |    110 -
 .../vtkClientServerSynchronizedRenderers.cxx       |     79 -
 .../vtkClientServerSynchronizedRenderers.h         |     48 -
 VTK/Rendering/Parallel/vtkCompositeRGBAPass.cxx    |    590 -
 VTK/Rendering/Parallel/vtkCompositeRGBAPass.h      |     98 -
 .../Parallel/vtkCompositeRenderManager.cxx         |    130 -
 VTK/Rendering/Parallel/vtkCompositeRenderManager.h |     69 -
 VTK/Rendering/Parallel/vtkCompositeZPass.cxx       |    788 -
 VTK/Rendering/Parallel/vtkCompositeZPass.h         |     99 -
 .../Parallel/vtkCompositeZPassShader_fs.glsl       |     26 -
 .../vtkCompositedSynchronizedRenderers.cxx         |    123 -
 .../Parallel/vtkCompositedSynchronizedRenderers.h  |     57 -
 VTK/Rendering/Parallel/vtkCompositer.cxx           |    152 -
 VTK/Rendering/Parallel/vtkCompositer.h             |     81 -
 VTK/Rendering/Parallel/vtkCompressCompositer.cxx   |    705 -
 VTK/Rendering/Parallel/vtkCompressCompositer.h     |     75 -
 VTK/Rendering/Parallel/vtkImageRenderManager.cxx   |     68 -
 VTK/Rendering/Parallel/vtkImageRenderManager.h     |     52 -
 VTK/Rendering/Parallel/vtkPHardwareSelector.cxx    |    119 -
 VTK/Rendering/Parallel/vtkPHardwareSelector.h      |     75 -
 .../Parallel/vtkParallelRenderManager.cxx          |   2151 -
 VTK/Rendering/Parallel/vtkParallelRenderManager.h  |    587 -
 .../Parallel/vtkSynchronizedRenderWindows.cxx      |    333 -
 .../Parallel/vtkSynchronizedRenderWindows.h        |    144 -
 .../Parallel/vtkSynchronizedRenderers.cxx          |    790 -
 VTK/Rendering/Parallel/vtkSynchronizedRenderers.h  |    252 -
 VTK/Rendering/Parallel/vtkTreeCompositer.cxx       |    261 -
 VTK/Rendering/Parallel/vtkTreeCompositer.h         |     80 -
 VTK/Rendering/Qt/CMakeLists.txt                    |     14 -
 .../Qt/Testing/Cxx/TestQtInitialization.cxx        |     53 -
 VTK/Rendering/Qt/module.cmake                      |     10 -
 VTK/Rendering/Qt/vtkQImageToImageSource.cxx        |    151 -
 VTK/Rendering/Qt/vtkQImageToImageSource.h          |     59 -
 VTK/Rendering/Qt/vtkQtInitialization.cxx           |     50 -
 VTK/Rendering/Qt/vtkQtInitialization.h             |     59 -
 VTK/Rendering/Qt/vtkQtLabelRenderStrategy.cxx      |    591 -
 VTK/Rendering/Qt/vtkQtLabelRenderStrategy.h        |    101 -
 VTK/Rendering/Qt/vtkQtStringToImage.cxx            |    245 -
 VTK/Rendering/Qt/vtkQtStringToImage.h              |     86 -
 VTK/Rendering/Qt/vtkQtTreeRingLabelMapper.cxx      |    668 -
 VTK/Rendering/Qt/vtkQtTreeRingLabelMapper.h        |    149 -
 VTK/Rendering/Tk/CMakeLists.txt                    |    142 -
 VTK/Rendering/Tk/Testing/Python/CMakeLists.txt     |     16 -
 .../Tk/Testing/Python/TestTkRenderWidget.py        |     65 -
 .../Testing/Python/TestTkRenderWindowInteractor.py |     65 -
 VTK/Rendering/Tk/Testing/Tcl/CMakeLists.txt        |      3 -
 VTK/Rendering/Tk/Testing/Tcl/TestTextActor3D.tcl   |    206 -
 VTK/Rendering/Tk/Testing/Tcl/cursor3D.tcl          |    256 -
 VTK/Rendering/Tk/module.cmake                      |     13 -
 VTK/Rendering/Tk/vtkCocoaTkUtilities.h             |     59 -
 VTK/Rendering/Tk/vtkCocoaTkUtilities.mm            |     60 -
 VTK/Rendering/Tk/vtkPythonTkWidgetsInit.cxx        |     51 -
 VTK/Rendering/Tk/vtkTclTkWidgetsInit.cxx           |     51 -
 VTK/Rendering/Tk/vtkTkImageViewerWidget.cxx        |    964 -
 VTK/Rendering/Tk/vtkTkImageViewerWidget.h          |     53 -
 VTK/Rendering/Tk/vtkTkImageViewerWidgetPython.cxx  |     18 -
 VTK/Rendering/Tk/vtkTkInternals.h.in               |     52 -
 VTK/Rendering/Tk/vtkTkRenderWidget.cxx             |   1422 -
 VTK/Rendering/Tk/vtkTkRenderWidget.h               |     59 -
 VTK/Rendering/Tk/vtkTkRenderWidgetPython.cxx       |     17 -
 VTK/Rendering/Tk/vtkXRenderWindowTclInteractor.cxx |    329 -
 VTK/Rendering/Tk/vtkXRenderWindowTclInteractor.h   |     83 -
 VTK/Rendering/Volume/CMakeLists.txt                |     60 -
 .../Cxx/ExerciseUnstructuredGridRayCastMapper.cxx  |    491 -
 .../Cxx/ExerciseUnstructuredGridRayCastMapper.h    |     36 -
 .../Testing/Cxx/HomogeneousRayIntegration.cxx      |     30 -
 .../Volume/Testing/Cxx/LinearRayIntegration.cxx    |     29 -
 .../Volume/Testing/Cxx/PartialPreIntegration.cxx   |     29 -
 .../Testing/Cxx/PreIntegrationIncremental.cxx      |     32 -
 .../Testing/Cxx/PreIntegrationNonIncremental.cxx   |     39 -
 .../Testing/Cxx/ProjectedTetrahedraZoomIn.cxx      |    190 -
 .../Testing/Cxx/TestFinalColorWindowLevel.cxx      |    117 -
 .../Cxx/TestFixedPointRayCastLightComponents.cxx   |    161 -
 .../Volume/Testing/Cxx/TestGPURayCastAdditive.cxx  |    165 -
 .../Cxx/TestGPURayCastCompositeBinaryMask.cxx      |    175 -
 .../Testing/Cxx/TestGPURayCastCompositeMask.cxx    |    207 -
 .../Cxx/TestGPURayCastCompositeMaskBlend.cxx       |    207 -
 .../Cxx/TestGPURayCastCompositeShadeMask.cxx       |    216 -
 .../Testing/Cxx/TestGPURayCastCompositeToMIP.cxx   |    163 -
 .../Volume/Testing/Cxx/TestGPURayCastCropping.cxx  |    203 -
 .../Testing/Cxx/TestGPURayCastDataTypesMIP.cxx     |    275 -
 .../Testing/Cxx/TestGPURayCastDataTypesMinIP.cxx   |    284 -
 .../Cxx/TestGPURayCastFourComponentsComposite.cxx  |    116 -
 ...tGPURayCastFourComponentsCompositeStreaming.cxx |    135 -
 .../Cxx/TestGPURayCastFourComponentsMIP.cxx        |    116 -
 .../Cxx/TestGPURayCastFourComponentsMinIP.cxx      |    122 -
 .../Testing/Cxx/TestGPURayCastMIPBinaryMask.cxx    |    174 -
 .../Testing/Cxx/TestGPURayCastMIPToComposite.cxx   |    165 -
 .../Cxx/TestGPURayCastNearestDataTypesMIP.cxx      |    277 -
 .../Cxx/TestGPURayCastPerspectiveParallel.cxx      |    158 -
 .../Volume/Testing/Cxx/TestHAVSVolumeMapper.cxx    |    241 -
 .../Testing/Cxx/TestMinIntensityRendering.cxx      |    108 -
 .../Volume/Testing/Cxx/TestProjectedHexahedra.cxx  |    159 -
 .../Volume/Testing/Cxx/TestProjectedTetrahedra.cxx |    192 -
 .../Volume/Testing/Cxx/TestProp3DFollower.cxx      |    407 -
 .../Volume/Testing/Cxx/TestSmartVolumeMapper.cxx   |    153 -
 .../Cxx/TestSmartVolumeMapperWindowLevel.cxx       |    207 -
 .../Volume/Testing/Cxx/TestTM3DLightComponents.cxx |    171 -
 .../Volume/Testing/Cxx/ZsweepConcavities.cxx       |    108 -
 VTK/Rendering/Volume/Testing/Cxx/volProt.cxx       |    316 -
 .../Testing/Python/TestBunykRayCastFunction.py     |     85 -
 .../Python/TestFixedPointRayCasterLinear.py        |     64 -
 .../Python/TestFixedPointRayCasterLinearCropped.py |     69 -
 .../Python/TestFixedPointRayCasterNearest.py       |    418 -
 .../TestFixedPointRayCasterNearestCropped.py       |     66 -
 .../Volume/Testing/Python/TestLODProp3D.py         |     76 -
 .../Volume/Testing/Python/TestPTZSweep.py          |     70 -
 .../Volume/Testing/Python/VolumeOutlineSource.py   |    145 -
 .../Testing/Python/VolumeOutlineSourceClipped.py   |    139 -
 .../Volume/Testing/Python/VolumePicker.py          |    269 -
 .../Volume/Testing/Python/VolumePickerCrop.py      |    266 -
 VTK/Rendering/Volume/Testing/Python/cursor3D.py    |    111 -
 VTK/Rendering/Volume/Testing/Python/gaussian.py    |    183 -
 .../Volume/Testing/Python/volRCClipPlanes.py       |    101 -
 .../Volume/Testing/Python/volRCCropRegions.py      |    107 -
 .../Volume/Testing/Python/volRCRotateClip.py       |    122 -
 .../Volume/Testing/Python/volTM2DCropRegions.py    |    102 -
 .../Volume/Testing/Python/volTM2DRotateClip.py     |    122 -
 .../Testing/Python/volTM3DCompressedCropRegions.py |    109 -
 .../Volume/Testing/Python/volTM3DCropRegions.py    |    114 -
 .../Volume/Testing/Python/volTM3DRotateClip.py     |    152 -
 VTK/Rendering/Volume/Testing/Tcl/CMakeLists.txt    |     23 -
 .../Testing/Tcl/TestBunykRayCastFunction.tcl       |    104 -
 .../Testing/Tcl/TestFixedPointRayCasterLinear.tcl  |     10 -
 .../Tcl/TestFixedPointRayCasterLinearCropped.tcl   |     14 -
 .../Testing/Tcl/TestFixedPointRayCasterNearest.tcl |    351 -
 .../Tcl/TestFixedPointRayCasterNearestCropped.tcl  |     12 -
 VTK/Rendering/Volume/Testing/Tcl/TestLODProp3D.tcl |     96 -
 VTK/Rendering/Volume/Testing/Tcl/TestPTZSweep.tcl  |     81 -
 .../Volume/Testing/Tcl/VolumeOutlineSource.tcl     |    134 -
 .../Testing/Tcl/VolumeOutlineSourceClipped.tcl     |    139 -
 VTK/Rendering/Volume/Testing/Tcl/VolumePicker.tcl  |    249 -
 .../Volume/Testing/Tcl/VolumePickerCrop.tcl        |    241 -
 VTK/Rendering/Volume/Testing/Tcl/gaussian.tcl      |    179 -
 .../Volume/Testing/Tcl/volRCClipPlanes.tcl         |    123 -
 .../Volume/Testing/Tcl/volRCCropRegions.tcl        |    106 -
 .../Volume/Testing/Tcl/volRCRotateClip.tcl         |    145 -
 .../Volume/Testing/Tcl/volTM2DCropRegions.tcl      |    103 -
 .../Volume/Testing/Tcl/volTM2DRotateClip.tcl       |    143 -
 .../Testing/Tcl/volTM3DCompressedCropRegions.tcl   |    113 -
 .../Volume/Testing/Tcl/volTM3DCropRegions.tcl      |    115 -
 .../Volume/Testing/Tcl/volTM3DRotateClip.tcl       |    150 -
 VTK/Rendering/Volume/module.cmake                  |     18 -
 VTK/Rendering/Volume/vtkDirectionEncoder.cxx       |     22 -
 VTK/Rendering/Volume/vtkDirectionEncoder.h         |     79 -
 .../Volume/vtkEncodedGradientEstimator.cxx         |    376 -
 VTK/Rendering/Volume/vtkEncodedGradientEstimator.h |    219 -
 VTK/Rendering/Volume/vtkEncodedGradientShader.cxx  |    599 -
 VTK/Rendering/Volume/vtkEncodedGradientShader.h    |    131 -
 .../vtkFiniteDifferenceGradientEstimator.cxx       |    378 -
 .../Volume/vtkFiniteDifferenceGradientEstimator.h  |     76 -
 VTK/Rendering/Volume/vtkFixedPointRayCastImage.cxx |    173 -
 VTK/Rendering/Volume/vtkFixedPointRayCastImage.h   |    205 -
 ...vtkFixedPointVolumeRayCastCompositeGOHelper.cxx |    920 -
 .../vtkFixedPointVolumeRayCastCompositeGOHelper.h  |     61 -
 ...xedPointVolumeRayCastCompositeGOShadeHelper.cxx |   1014 -
 ...FixedPointVolumeRayCastCompositeGOShadeHelper.h |     61 -
 .../vtkFixedPointVolumeRayCastCompositeHelper.cxx  |    793 -
 .../vtkFixedPointVolumeRayCastCompositeHelper.h    |     61 -
 ...FixedPointVolumeRayCastCompositeShadeHelper.cxx |    869 -
 ...tkFixedPointVolumeRayCastCompositeShadeHelper.h |     61 -
 .../Volume/vtkFixedPointVolumeRayCastHelper.cxx    |     35 -
 .../Volume/vtkFixedPointVolumeRayCastHelper.h      |   1344 -
 .../Volume/vtkFixedPointVolumeRayCastMIPHelper.cxx |    751 -
 .../Volume/vtkFixedPointVolumeRayCastMIPHelper.h   |     58 -
 .../Volume/vtkFixedPointVolumeRayCastMapper.cxx    |   3460 -
 .../Volume/vtkFixedPointVolumeRayCastMapper.h      |    754 -
 VTK/Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx |    657 -
 VTK/Rendering/Volume/vtkGPUVolumeRayCastMapper.h   |    318 -
 VTK/Rendering/Volume/vtkHAVSVolumeMapper.cxx       |    856 -
 VTK/Rendering/Volume/vtkHAVSVolumeMapper.h         |    258 -
 .../Volume/vtkProjectedAAHexahedraMapper.cxx       |     67 -
 .../Volume/vtkProjectedAAHexahedraMapper.h         |     76 -
 .../Volume/vtkProjectedTetrahedraMapper.cxx        |    383 -
 .../Volume/vtkProjectedTetrahedraMapper.h          |     86 -
 .../Volume/vtkRayCastImageDisplayHelper.cxx        |     43 -
 .../Volume/vtkRayCastImageDisplayHelper.h          |     91 -
 .../Volume/vtkRecursiveSphereDirectionEncoder.cxx  |    381 -
 .../Volume/vtkRecursiveSphereDirectionEncoder.h    |    115 -
 VTK/Rendering/Volume/vtkSmartVolumeMapper.cxx      |    704 -
 VTK/Rendering/Volume/vtkSmartVolumeMapper.h        |    341 -
 .../Volume/vtkSphericalDirectionEncoder.cxx        |    152 -
 .../Volume/vtkSphericalDirectionEncoder.h          |     84 -
 .../vtkUnstructuredGridBunykRayCastFunction.cxx    |   1187 -
 .../vtkUnstructuredGridBunykRayCastFunction.h      |    271 -
 ...vtkUnstructuredGridHomogeneousRayIntegrator.cxx |    305 -
 .../vtkUnstructuredGridHomogeneousRayIntegrator.h  |     88 -
 .../vtkUnstructuredGridLinearRayIntegrator.cxx     |    705 -
 .../vtkUnstructuredGridLinearRayIntegrator.h       |     99 -
 .../vtkUnstructuredGridPartialPreIntegration.cxx   |    582 -
 .../vtkUnstructuredGridPartialPreIntegration.h     |    167 -
 .../Volume/vtkUnstructuredGridPreIntegration.cxx   |    452 -
 .../Volume/vtkUnstructuredGridPreIntegration.h     |    184 -
 .../Volume/vtkUnstructuredGridVolumeMapper.cxx     |     80 -
 .../Volume/vtkUnstructuredGridVolumeMapper.h       |     96 -
 .../vtkUnstructuredGridVolumeRayCastFunction.cxx   |     22 -
 .../vtkUnstructuredGridVolumeRayCastFunction.h     |     70 -
 .../vtkUnstructuredGridVolumeRayCastIterator.cxx   |     42 -
 .../vtkUnstructuredGridVolumeRayCastIterator.h     |     94 -
 .../vtkUnstructuredGridVolumeRayCastMapper.cxx     |    777 -
 .../vtkUnstructuredGridVolumeRayCastMapper.h       |    201 -
 .../vtkUnstructuredGridVolumeRayIntegrator.cxx     |     30 -
 .../vtkUnstructuredGridVolumeRayIntegrator.h       |     72 -
 .../vtkUnstructuredGridVolumeZSweepMapper.cxx      |   4482 -
 .../Volume/vtkUnstructuredGridVolumeZSweepMapper.h |    349 -
 VTK/Rendering/Volume/vtkVolumeMapper.cxx           |    135 -
 VTK/Rendering/Volume/vtkVolumeMapper.h             |    164 -
 VTK/Rendering/Volume/vtkVolumeOutlineSource.cxx    |    762 -
 VTK/Rendering/Volume/vtkVolumeOutlineSource.h      |    160 -
 VTK/Rendering/Volume/vtkVolumePicker.cxx           |    410 -
 VTK/Rendering/Volume/vtkVolumePicker.h             |     91 -
 .../Volume/vtkVolumeRayCastCompositeFunction.cxx   |   2534 -
 .../Volume/vtkVolumeRayCastCompositeFunction.h     |     78 -
 VTK/Rendering/Volume/vtkVolumeRayCastFunction.cxx  |    135 -
 VTK/Rendering/Volume/vtkVolumeRayCastFunction.h    |    175 -
 .../Volume/vtkVolumeRayCastIsosurfaceFunction.cxx  |   1140 -
 .../Volume/vtkVolumeRayCastIsosurfaceFunction.h    |     83 -
 .../Volume/vtkVolumeRayCastMIPFunction.cxx         |    537 -
 VTK/Rendering/Volume/vtkVolumeRayCastMIPFunction.h |     90 -
 VTK/Rendering/Volume/vtkVolumeRayCastMapper.cxx    |   2027 -
 VTK/Rendering/Volume/vtkVolumeRayCastMapper.h      |    267 -
 .../vtkVolumeRayCastSpaceLeapingImageFilter.cxx    |   1254 -
 .../vtkVolumeRayCastSpaceLeapingImageFilter.h      |    240 -
 VTK/Rendering/Volume/vtkVolumeTextureMapper.cxx    |    327 -
 VTK/Rendering/Volume/vtkVolumeTextureMapper.h      |    137 -
 VTK/Rendering/Volume/vtkVolumeTextureMapper2D.cxx  |   1159 -
 VTK/Rendering/Volume/vtkVolumeTextureMapper2D.h    |    128 -
 VTK/Rendering/Volume/vtkVolumeTextureMapper3D.cxx  |   1536 -
 VTK/Rendering/Volume/vtkVolumeTextureMapper3D.h    |    257 -
 VTK/Rendering/VolumeAMR/CMakeLists.txt             |      5 -
 VTK/Rendering/VolumeAMR/module.cmake               |      8 -
 VTK/Rendering/VolumeAMR/vtkAMRVolumeMapper.cxx     |    653 -
 VTK/Rendering/VolumeAMR/vtkAMRVolumeMapper.h       |    311 -
 VTK/Rendering/VolumeOpenGL/CMakeLists.txt          |    120 -
 VTK/Rendering/VolumeOpenGL/module.cmake            |     15 -
 ...kGPUVolumeRayCastMapper_AdditiveCroppingFS.glsl |     51 -
 .../vtkGPUVolumeRayCastMapper_AdditiveFS.glsl      |     79 -
 ...PUVolumeRayCastMapper_AdditiveNoCroppingFS.glsl |     31 -
 ...UVolumeRayCastMapper_CompositeBinaryMaskFS.glsl |     96 -
 ...GPUVolumeRayCastMapper_CompositeCroppingFS.glsl |     32 -
 .../vtkGPUVolumeRayCastMapper_CompositeFS.glsl     |     86 -
 .../vtkGPUVolumeRayCastMapper_CompositeMaskFS.glsl |    123 -
 ...UVolumeRayCastMapper_CompositeNoCroppingFS.glsl |     25 -
 ...vtkGPUVolumeRayCastMapper_FourComponentsFS.glsl |     33 -
 .../vtkGPUVolumeRayCastMapper_HeaderFS.glsl        |    107 -
 .../vtkGPUVolumeRayCastMapper_MIPBinaryMaskFS.glsl |     87 -
 .../vtkGPUVolumeRayCastMapper_MIPCroppingFS.glsl   |     55 -
 .../vtkGPUVolumeRayCastMapper_MIPFS.glsl           |     78 -
 ...meRayCastMapper_MIPFourDependentCroppingFS.glsl |     64 -
 ...kGPUVolumeRayCastMapper_MIPFourDependentFS.glsl |     88 -
 ...RayCastMapper_MIPFourDependentNoCroppingFS.glsl |     42 -
 .../vtkGPUVolumeRayCastMapper_MIPNoCroppingFS.glsl |     36 -
 ...tkGPUVolumeRayCastMapper_MinIPBinaryMaskFS.glsl |     93 -
 .../vtkGPUVolumeRayCastMapper_MinIPCroppingFS.glsl |     55 -
 .../vtkGPUVolumeRayCastMapper_MinIPFS.glsl         |     82 -
 ...RayCastMapper_MinIPFourDependentCroppingFS.glsl |     64 -
 ...PUVolumeRayCastMapper_MinIPFourDependentFS.glsl |     88 -
 ...yCastMapper_MinIPFourDependentNoCroppingFS.glsl |     42 -
 ...tkGPUVolumeRayCastMapper_MinIPNoCroppingFS.glsl |     36 -
 .../vtkGPUVolumeRayCastMapper_NoShadeFS.glsl       |     38 -
 .../vtkGPUVolumeRayCastMapper_OneComponentFS.glsl  |     35 -
 ...PUVolumeRayCastMapper_ParallelProjectionFS.glsl |     29 -
 ...olumeRayCastMapper_PerspectiveProjectionFS.glsl |     60 -
 .../vtkGPUVolumeRayCastMapper_ScaleBiasFS.glsl     |     42 -
 .../vtkGPUVolumeRayCastMapper_ShadeFS.glsl         |    207 -
 .../VolumeOpenGL/vtkHAVSVolumeMapper_k2BeginFP.asm |     25 -
 .../VolumeOpenGL/vtkHAVSVolumeMapper_k2EndFP.asm   |    133 -
 .../VolumeOpenGL/vtkHAVSVolumeMapper_k2FP.asm      |    152 -
 .../VolumeOpenGL/vtkHAVSVolumeMapper_k6BeginFP.asm |     28 -
 .../VolumeOpenGL/vtkHAVSVolumeMapper_k6EndFP.asm   |    182 -
 .../VolumeOpenGL/vtkHAVSVolumeMapper_k6FP.asm      |    201 -
 .../VolumeOpenGL/vtkHAVSVolumeMapper_kbufferVP.asm |     33 -
 .../vtkOpenGLGPUVolumeRayCastMapper.cxx            |   6971 --
 .../VolumeOpenGL/vtkOpenGLGPUVolumeRayCastMapper.h |    475 -
 .../VolumeOpenGL/vtkOpenGLHAVSVolumeMapper.cxx     |   1210 -
 .../VolumeOpenGL/vtkOpenGLHAVSVolumeMapper.h       |    195 -
 .../vtkOpenGLProjectedAAHexahedraMapper.cxx        |    749 -
 .../vtkOpenGLProjectedAAHexahedraMapper.h          |    143 -
 .../vtkOpenGLProjectedTetrahedraMapper.cxx         |    943 -
 .../vtkOpenGLProjectedTetrahedraMapper.h           |    108 -
 .../vtkOpenGLRayCastImageDisplayHelper.cxx         |    552 -
 .../vtkOpenGLRayCastImageDisplayHelper.h           |     80 -
 .../vtkOpenGLVolumeTextureMapper2D.cxx             |    177 -
 .../VolumeOpenGL/vtkOpenGLVolumeTextureMapper2D.h  |     61 -
 .../vtkOpenGLVolumeTextureMapper3D.cxx             |   2063 -
 .../VolumeOpenGL/vtkOpenGLVolumeTextureMapper3D.h  |    160 -
 .../vtkProjectedAAHexahedraMapper_FS.glsl          |    300 -
 .../vtkProjectedAAHexahedraMapper_GS.glsl          |    175 -
 .../vtkProjectedAAHexahedraMapper_VS.glsl          |     39 -
 ...olumeTextureMapper3D_FourDependentNoShadeFP.asm |     37 -
 ...kVolumeTextureMapper3D_FourDependentShadeFP.asm |     92 -
 ...VolumeTextureMapper3D_OneComponentNoShadeFP.asm |     31 -
 ...tkVolumeTextureMapper3D_OneComponentShadeFP.asm |     90 -
 ...VolumeTextureMapper3D_TwoDependentNoShadeFP.asm |     40 -
 ...tkVolumeTextureMapper3D_TwoDependentShadeFP.asm |     94 -
 VTK/Testing/Core/CMakeLists.txt                    |     42 -
 VTK/Testing/Core/ConfigSummary.txt.in              |    151 -
 VTK/Testing/Core/FindString.tcl                    |     87 -
 VTK/Testing/Core/HeaderTesting.py                  |    466 -
 VTK/Testing/Core/PrintSelfCheck.tcl                |    732 -
 VTK/Testing/Core/WindowsMangleList.py              |   1086 -
 VTK/Testing/Core/module.cmake                      |      2 -
 VTK/Testing/Core/parse_valgrind.py                 |     98 -
 VTK/Testing/Core/vtkTestDriver.h                   |     25 -
 VTK/Testing/Core/vtkTestErrorObserver.h            |     81 -
 VTK/Testing/Core/vtkTestUtilities.h                |    179 -
 VTK/Testing/Core/vtkTestingColors.h                |    218 -
 VTK/Testing/Core/vtk_fail_summary.py               |     98 -
 VTK/Testing/Core/vtk_submitter_summary.py          |    281 -
 VTK/Testing/External/CMakeLists.txt                |     74 -
 VTK/Testing/External/CTestConfig.cmake             |      3 -
 VTK/Testing/GenericBridge/CMakeLists.txt           |     19 -
 VTK/Testing/GenericBridge/module.cmake             |      4 -
 VTK/Testing/GenericBridge/vtkBridgeAttribute.cxx   |    504 -
 VTK/Testing/GenericBridge/vtkBridgeAttribute.h     |    225 -
 VTK/Testing/GenericBridge/vtkBridgeCell.cxx        |   1068 -
 VTK/Testing/GenericBridge/vtkBridgeCell.h          |    497 -
 .../GenericBridge/vtkBridgeCellIterator.cxx        |    254 -
 VTK/Testing/GenericBridge/vtkBridgeCellIterator.h  |    160 -
 .../vtkBridgeCellIteratorOnCellBoundaries.cxx      |    272 -
 .../vtkBridgeCellIteratorOnCellBoundaries.h        |     91 -
 .../vtkBridgeCellIteratorOnCellList.cxx            |    141 -
 .../vtkBridgeCellIteratorOnCellList.h              |     87 -
 .../vtkBridgeCellIteratorOnDataSet.cxx             |    154 -
 .../GenericBridge/vtkBridgeCellIteratorOnDataSet.h |     88 -
 .../GenericBridge/vtkBridgeCellIteratorOne.cxx     |    278 -
 .../GenericBridge/vtkBridgeCellIteratorOne.h       |    108 -
 .../vtkBridgeCellIteratorStrategy.cxx              |     45 -
 .../GenericBridge/vtkBridgeCellIteratorStrategy.h  |     56 -
 VTK/Testing/GenericBridge/vtkBridgeDataSet.cxx     |    525 -
 VTK/Testing/GenericBridge/vtkBridgeDataSet.h       |    172 -
 VTK/Testing/GenericBridge/vtkBridgeExport.h        |     44 -
 .../GenericBridge/vtkBridgePointIterator.cxx       |    175 -
 VTK/Testing/GenericBridge/vtkBridgePointIterator.h |    110 -
 .../GenericBridge/vtkBridgePointIteratorOnCell.cxx |    136 -
 .../GenericBridge/vtkBridgePointIteratorOnCell.h   |     92 -
 .../vtkBridgePointIteratorOnDataSet.cxx            |    130 -
 .../vtkBridgePointIteratorOnDataSet.h              |     91 -
 .../GenericBridge/vtkBridgePointIteratorOne.cxx    |    133 -
 .../GenericBridge/vtkBridgePointIteratorOne.h      |     90 -
 VTK/Testing/IOSQL/CMakeLists.txt                   |      5 -
 VTK/Testing/IOSQL/DatabaseSchemaWith2Tables.cxx    |    106 -
 VTK/Testing/IOSQL/DatabaseSchemaWith2Tables.h      |     37 -
 VTK/Testing/IOSQL/module.cmake                     |      5 -
 VTK/Testing/Install/CMakeLists.txt                 |      8 -
 VTK/Testing/Install/InstallTest.cmake              |     20 -
 VTK/Testing/Install/VIT/CMakeLists.txt             |     36 -
 VTK/Testing/Install/VIT/vit-forward.c.in           |     17 -
 VTK/Testing/Install/VIT/vit.cxx                    |      9 -
 VTK/Testing/Rendering/CMakeLists.txt               |     10 -
 VTK/Testing/Rendering/module.cmake                 |      6 -
 VTK/Testing/Rendering/prtImageTest.tcl             |    135 -
 VTK/Testing/Rendering/rtImageTest.tcl              |     99 -
 VTK/Testing/Rendering/vtkRegressionTestImage.h     |     41 -
 VTK/Testing/Rendering/vtkTesting.cxx               |    938 -
 VTK/Testing/Rendering/vtkTesting.h                 |    263 -
 VTK/Testing/Rendering/vtkTestingInteractor.cxx     |     66 -
 VTK/Testing/Rendering/vtkTestingInteractor.h       |     64 -
 VTK/Testing/Rendering/vtkTestingObjectFactory.cxx  |     42 -
 VTK/Testing/Rendering/vtkTestingObjectFactory.h    |     61 -
 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 -
 VTK/ThirdParty/TclTk/CMakeLists.txt                |     46 -
 VTK/ThirdParty/TclTk/internals/CMakeLists.txt      |      9 -
 .../TclTk/internals/tk8.2/CMakeLists.txt           |     10 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tclInt.h      |   2163 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tclIntDecls.h |   1363 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tkInt.h       |   1009 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tkIntDecls.h  |   1460 -
 .../TclTk/internals/tk8.2/tkIntPlatDecls.h         |    837 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tkPlatDecls.h |    208 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tkPort.h      |     36 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tkWin.h       |     55 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tkWinInt.h    |    160 -
 VTK/ThirdParty/TclTk/internals/tk8.2/tkWinPort.h   |    127 -
 .../TclTk/internals/tk8.3/CMakeLists.txt           |     10 -
 VTK/ThirdParty/TclTk/internals/tk8.3/default.h     |     29 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tclInt.h      |   2188 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tclIntDecls.h |   1393 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkInt.h       |   1097 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkIntDecls.h  |   1483 -
 .../TclTk/internals/tk8.3/tkIntPlatDecls.h         |    844 -
 .../TclTk/internals/tk8.3/tkMacDefault.h           |    465 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkPlatDecls.h |    208 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkPort.h      |     36 -
 .../TclTk/internals/tk8.3/tkUnixDefault.h          |    454 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkUnixPort.h  |    225 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkWin.h       |     55 -
 .../TclTk/internals/tk8.3/tkWinDefault.h           |    460 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkWinInt.h    |    171 -
 VTK/ThirdParty/TclTk/internals/tk8.3/tkWinPort.h   |    129 -
 .../TclTk/internals/tk8.4/CMakeLists.txt           |     10 -
 VTK/ThirdParty/TclTk/internals/tk8.4/default.h     |     32 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tclInt.h      |   2341 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tclIntDecls.h |   1414 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkInt.h       |   1229 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkIntDecls.h  |   1578 -
 .../TclTk/internals/tk8.4/tkIntPlatDecls.h         |   1233 -
 .../TclTk/internals/tk8.4/tkMacDefault.h           |    529 -
 .../TclTk/internals/tk8.4/tkMacOSXDefault.h        |    546 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkMacOSXInt.h |    174 -
 .../TclTk/internals/tk8.4/tkMacOSXPort.h           |    204 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkPlatDecls.h |    300 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkPort.h      |     38 -
 .../TclTk/internals/tk8.4/tkUnixDefault.h          |    519 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkUnixPort.h  |    220 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkWin.h       |     55 -
 .../TclTk/internals/tk8.4/tkWinDefault.h           |    524 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkWinInt.h    |    225 -
 VTK/ThirdParty/TclTk/internals/tk8.4/tkWinPort.h   |    135 -
 .../TclTk/internals/tk8.5/CMakeLists.txt           |     10 -
 VTK/ThirdParty/TclTk/internals/tk8.5/default.h     |     30 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tclInt.h      |   3804 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tclIntDecls.h |   2110 -
 .../TclTk/internals/tk8.5/tclIntPlatDecls.h        |    709 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tclPort.h     |     48 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tclUnixPort.h |    682 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tclWinPort.h  |    527 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkInt.h       |   1237 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkIntDecls.h  |   1908 -
 .../TclTk/internals/tk8.5/tkIntPlatDecls.h         |   1090 -
 .../TclTk/internals/tk8.5/tkMacOSXDefault.h        |    550 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkMacOSXInt.h |    180 -
 .../TclTk/internals/tk8.5/tkMacOSXPort.h           |    206 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkPlatDecls.h |    253 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkPort.h      |     36 -
 .../TclTk/internals/tk8.5/tkUnixDefault.h          |    526 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkUnixPort.h  |    218 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkWin.h       |     91 -
 .../TclTk/internals/tk8.5/tkWinDefault.h           |    529 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkWinInt.h    |    298 -
 VTK/ThirdParty/TclTk/internals/tk8.5/tkWinPort.h   |    140 -
 .../TclTk/internals/tk8.6/CMakeLists.txt           |     10 -
 VTK/ThirdParty/TclTk/internals/tk8.6/default.h     |     28 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tclInt.h      |   4837 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tclIntDecls.h |   1292 -
 .../TclTk/internals/tk8.6/tclIntPlatDecls.h        |    557 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tclPort.h     |     44 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tclUnixPort.h |    758 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tclWinPort.h  |    568 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkInt.h       |   1256 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkIntDecls.h  |   1177 -
 .../TclTk/internals/tk8.6/tkIntPlatDecls.h         |    659 -
 .../TclTk/internals/tk8.6/tkMacOSXDefault.h        |    573 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkMacOSXInt.h |    206 -
 .../TclTk/internals/tk8.6/tkMacOSXPort.h           |    186 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkPlatDecls.h |    174 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkPort.h      |     31 -
 .../TclTk/internals/tk8.6/tkUnixDefault.h          |    531 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkUnixPort.h  |    198 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkWin.h       |     81 -
 .../TclTk/internals/tk8.6/tkWinDefault.h           |    534 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkWinInt.h    |    250 -
 VTK/ThirdParty/TclTk/internals/tk8.6/tkWinPort.h   |    116 -
 VTK/ThirdParty/TclTk/lib/CMakeLists.txt            |     93 -
 VTK/ThirdParty/TclTk/module.cmake                  |      3 -
 VTK/ThirdParty/TclTk/resources/CMakeLists.txt      |      9 -
 .../TclTk/resources/tk8.3/CMakeLists.txt           |      3 -
 .../TclTk/resources/tk8.3/win/CMakeLists.txt       |      1 -
 .../TclTk/resources/tk8.3/win/rc/CMakeLists.txt    |     14 -
 .../TclTk/resources/tk8.3/win/rc/buttons.bmp       |    Bin 846 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor00.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor02.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor04.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor06.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor08.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor0a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor0c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor0e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor10.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor12.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor14.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor16.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor18.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor1a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor1c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor1e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor20.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor22.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor24.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor26.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor28.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor2a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor2c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor2e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor30.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor32.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor34.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor36.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor38.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor3a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor3c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor3e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor40.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor42.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor44.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor46.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor48.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor4a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor4c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor4e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor50.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor52.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor54.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor56.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor58.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor5a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor5c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor5e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor60.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor62.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor64.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor66.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor68.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor6a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor6c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor6e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor70.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor72.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor74.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor76.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor78.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor7a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor7c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor7e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor80.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor82.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor84.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor86.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor88.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor8a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor8c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor8e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor90.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor92.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor94.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor96.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/cursor98.cur      |    Bin 326 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.3/win/rc/tk.ico |    Bin 1398 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.3/win/rc/tk.rc  |     69 -
 .../TclTk/resources/tk8.3/win/rc/tk_base.rc        |    130 -
 .../TclTk/resources/tk8.3/win/rc/wish.exe.manifest |     23 -
 .../TclTk/resources/tk8.3/win/rc/wish.ico          |    Bin 3630 -> 0 bytes
 .../TclTk/resources/tk8.3/win/rc/wish.rc           |     81 -
 .../TclTk/resources/tk8.4/CMakeLists.txt           |      3 -
 .../TclTk/resources/tk8.4/win/CMakeLists.txt       |      1 -
 .../TclTk/resources/tk8.4/win/rc/CMakeLists.txt    |     14 -
 .../TclTk/resources/tk8.4/win/rc/buttons.bmp       |    Bin 846 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor00.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor02.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor04.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor06.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor08.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor0a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor0c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor0e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor10.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor12.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor14.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor16.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor18.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor1a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor1c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor1e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor20.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor22.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor24.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor26.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor28.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor2a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor2c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor2e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor30.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor32.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor34.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor36.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor38.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor3a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor3c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor3e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor40.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor42.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor44.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor46.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor48.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor4a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor4c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor4e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor50.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor52.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor54.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor56.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor58.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor5a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor5c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor5e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor60.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor62.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor64.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor66.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor68.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor6a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor6c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor6e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor70.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor72.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor74.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor76.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor78.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor7a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor7c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor7e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor80.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor82.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor84.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor86.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor88.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor8a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor8c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor8e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor90.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor92.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor94.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor96.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/cursor98.cur      |    Bin 326 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.4/win/rc/tk.ico |    Bin 1398 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.4/win/rc/tk.rc  |     76 -
 .../TclTk/resources/tk8.4/win/rc/tk_base.rc        |    131 -
 .../TclTk/resources/tk8.4/win/rc/wish.exe.manifest |     23 -
 .../TclTk/resources/tk8.4/win/rc/wish.ico          |    Bin 3630 -> 0 bytes
 .../TclTk/resources/tk8.4/win/rc/wish.rc           |     89 -
 .../TclTk/resources/tk8.5/CMakeLists.txt           |      3 -
 .../TclTk/resources/tk8.5/win/CMakeLists.txt       |      1 -
 .../TclTk/resources/tk8.5/win/rc/CMakeLists.txt    |     14 -
 .../TclTk/resources/tk8.5/win/rc/buttons.bmp       |    Bin 846 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor00.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor02.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor04.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor06.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor08.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor0a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor0c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor0e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor10.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor12.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor14.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor16.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor18.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor1a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor1c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor1e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor20.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor22.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor24.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor26.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor28.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor2a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor2c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor2e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor30.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor32.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor34.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor36.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor38.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor3a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor3c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor3e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor40.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor42.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor44.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor46.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor48.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor4a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor4c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor4e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor50.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor52.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor54.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor56.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor58.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor5a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor5c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor5e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor60.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor62.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor64.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor66.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor68.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor6a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor6c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor6e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor70.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor72.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor74.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor76.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor78.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor7a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor7c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor7e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor80.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor82.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor84.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor86.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor88.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor8a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor8c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor8e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor90.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor92.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor94.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor96.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor98.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/cursor9a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/lamp.bmp          |    Bin 2102 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.5/win/rc/tk.ico |    Bin 1398 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.5/win/rc/tk.rc  |     76 -
 .../TclTk/resources/tk8.5/win/rc/tk_base.rc        |    143 -
 .../TclTk/resources/tk8.5/win/rc/wish.exe.manifest |     23 -
 .../TclTk/resources/tk8.5/win/rc/wish.ico          |    Bin 3630 -> 0 bytes
 .../TclTk/resources/tk8.5/win/rc/wish.rc           |     89 -
 .../TclTk/resources/tk8.6/CMakeLists.txt           |      3 -
 .../TclTk/resources/tk8.6/win/CMakeLists.txt       |      1 -
 .../TclTk/resources/tk8.6/win/rc/CMakeLists.txt    |     14 -
 .../TclTk/resources/tk8.6/win/rc/buttons.bmp       |    Bin 846 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor00.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor02.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor04.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor06.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor08.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor0a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor0c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor0e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor10.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor12.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor14.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor16.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor18.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor1a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor1c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor1e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor20.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor22.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor24.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor26.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor28.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor2a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor2c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor2e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor30.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor32.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor34.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor36.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor38.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor3a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor3c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor3e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor40.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor42.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor44.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor46.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor48.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor4a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor4c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor4e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor50.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor52.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor54.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor56.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor58.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor5a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor5c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor5e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor60.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor62.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor64.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor66.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor68.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor6a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor6c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor6e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor70.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor72.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor74.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor76.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor78.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor7a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor7c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor7e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor80.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor82.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor84.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor86.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor88.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor8a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor8c.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor8e.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor90.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor92.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor94.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor96.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor98.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/cursor9a.cur      |    Bin 326 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/lamp.bmp          |    Bin 2102 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.6/win/rc/tk.ico |    Bin 1398 -> 0 bytes
 VTK/ThirdParty/TclTk/resources/tk8.6/win/rc/tk.rc  |     76 -
 .../TclTk/resources/tk8.6/win/rc/tk_base.rc        |    142 -
 .../TclTk/resources/tk8.6/win/rc/wish.exe.manifest |     23 -
 .../TclTk/resources/tk8.6/win/rc/wish.ico          |    Bin 3630 -> 0 bytes
 .../TclTk/resources/tk8.6/win/rc/wish.rc           |     89 -
 VTK/ThirdParty/VPIC/CMakeLists.txt                 |     55 -
 VTK/ThirdParty/VPIC/GridExchange.cxx               |    699 -
 VTK/ThirdParty/VPIC/GridExchange.h                 |    129 -
 VTK/ThirdParty/VPIC/VPICDataSet.cxx                |    220 -
 VTK/ThirdParty/VPIC/VPICDataSet.h                  |    110 -
 VTK/ThirdParty/VPIC/VPICDefinition.cxx             |    181 -
 VTK/ThirdParty/VPIC/VPICDefinition.h.in            |    163 -
 VTK/ThirdParty/VPIC/VPICGlobal.cxx                 |    651 -
 VTK/ThirdParty/VPIC/VPICGlobal.h                   |    136 -
 VTK/ThirdParty/VPIC/VPICHeader.cxx                 |    202 -
 VTK/ThirdParty/VPIC/VPICHeader.h                   |     66 -
 VTK/ThirdParty/VPIC/VPICPart.cxx                   |    137 -
 VTK/ThirdParty/VPIC/VPICPart.h                     |    168 -
 VTK/ThirdParty/VPIC/VPICView.cxx                   |    634 -
 VTK/ThirdParty/VPIC/VPICView.h                     |    126 -
 VTK/ThirdParty/VPIC/module.cmake                   |      6 -
 VTK/ThirdParty/alglib/CMakeLists.txt               |     62 -
 VTK/ThirdParty/alglib/alglib/ap.h.in               |    633 -
 VTK/ThirdParty/alglib/alglib/apvt.h                |    754 -
 VTK/ThirdParty/alglib/alglib/bdsvd.h               |    165 -
 VTK/ThirdParty/alglib/alglib/bidiagonal.h          |    361 -
 VTK/ThirdParty/alglib/alglib/blas.h                |    142 -
 VTK/ThirdParty/alglib/alglib/lq.h                  |    165 -
 VTK/ThirdParty/alglib/alglib/qr.h                  |    173 -
 VTK/ThirdParty/alglib/alglib/reflections.h         |    167 -
 VTK/ThirdParty/alglib/alglib/rotations.h           |    130 -
 VTK/ThirdParty/alglib/alglib/svd.h                 |    127 -
 VTK/ThirdParty/alglib/ap.cpp                       |    458 -
 VTK/ThirdParty/alglib/ap.english.html              |    364 -
 VTK/ThirdParty/alglib/ap.russian.html              |    442 -
 VTK/ThirdParty/alglib/bdsvd.cpp                    |   1329 -
 VTK/ThirdParty/alglib/bidiagonal.cpp               |   1324 -
 VTK/ThirdParty/alglib/blas.cpp                     |    567 -
 VTK/ThirdParty/alglib/faq.english.html             |    210 -
 VTK/ThirdParty/alglib/faq.russian.html             |    224 -
 VTK/ThirdParty/alglib/license                      |      9 -
 VTK/ThirdParty/alglib/lq.cpp                       |    394 -
 VTK/ThirdParty/alglib/module.cmake                 |      1 -
 VTK/ThirdParty/alglib/qr.cpp                       |    413 -
 VTK/ThirdParty/alglib/reflections.cpp              |    279 -
 VTK/ThirdParty/alglib/rotations.cpp                |    354 -
 VTK/ThirdParty/alglib/svd.cpp                      |    611 -
 VTK/ThirdParty/exodusII/CMakeLists.txt             |      4 -
 VTK/ThirdParty/exodusII/module.cmake               |      5 -
 VTK/ThirdParty/exodusII/vtk_exodusII.h             |     21 -
 VTK/ThirdParty/exodusII/vtkexodusII/CMakeLists.txt |    253 -
 VTK/ThirdParty/exodusII/vtkexodusII/COPYRIGHT      |     32 -
 VTK/ThirdParty/exodusII/vtkexodusII/ex_conv.c      |    270 -
 VTK/ThirdParty/exodusII/vtkexodusII/ex_utils.c     |   1477 -
 VTK/ThirdParty/exodusII/vtkexodusII/exclos.c       |    123 -
 VTK/ThirdParty/exodusII/vtkexodusII/excn2s.c       |   1025 -
 VTK/ThirdParty/exodusII/vtkexodusII/excopy.c       |    811 -
 VTK/ThirdParty/exodusII/vtkexodusII/excre.c        |    366 -
 VTK/ThirdParty/exodusII/vtkexodusII/exerr.c        |    244 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgatm.c       |    115 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgatn.c       |    181 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgatt.c       |    160 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgattp.c      |    146 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgblk.c       |    306 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgcns.c       |    143 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgcon.c       |    118 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgconn.c      |    269 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgcor.c       |    256 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgcset.c      |    219 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgcss.c       |     90 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgcssc.c      |    601 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgean.c       |     62 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgeat.c       |     73 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgebi.c       |     79 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgecpp.c      |    121 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgelb.c       |    105 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgelc.c       |     67 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgem.c        |     63 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgenm.c       |     89 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgev.c        |    115 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgevid.c      |     62 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgevt.c       |    141 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgfrm.c       |    190 -
 VTK/ThirdParty/exodusII/vtkexodusII/exggv.c        |    145 -
 VTK/ThirdParty/exodusII/vtkexodusII/exggvt.c       |    158 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgidm.c       |    135 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgids.c       |    135 -
 VTK/ThirdParty/exodusII/vtkexodusII/exginf.c       |    132 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgini.c       |    128 -
 VTK/ThirdParty/exodusII/vtkexodusII/exginix.c      |    164 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgmap.c       |    122 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgmp.c        |    100 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnam.c       |    137 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnams.c      |    151 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnconn.c     |    293 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgncor.c      |    255 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnm.c        |     66 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnmap.c      |    145 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnnm.c       |     92 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnnv.c       |    139 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnoatt.c     |    227 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnp.c        |     97 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgns.c        |     67 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnsd.c       |     70 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnsi.c       |     75 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnstt.c      |     66 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnsv.c       |     76 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnsvid.c     |     64 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnv.c        |    159 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnvar.c      |    161 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnvid.c      |    122 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnvt.c       |    191 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgnvv.c       |    111 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgoatt.c      |    205 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgoea.c       |     66 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgotv.c       |    196 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgp.c         |    215 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgpa.c        |    225 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgpem.c       |    160 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgpn.c        |    204 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgqa.c        |    143 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgset.c       |    182 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgsetd.c      |    155 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgsetp.c      |    185 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgsnl.c       |    512 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgsp.c        |     74 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgss.c        |     69 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgssc.c       |    607 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgssd.c       |     66 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgssi.c       |     63 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgssn.c       |   1113 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgsstt.c      |     65 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgssv.c       |     76 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgssvid.c     |     64 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgtim.c       |    114 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgtt.c        |     71 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvan.c       |     71 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvar.c       |    145 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvarnam.c    |    127 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvarnams.c   |    159 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvarparam.c  |    176 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvart.c      |    331 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvartab.c    |    200 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvid.c       |    155 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvnm.c       |     69 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvp.c        |     70 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvtt.c       |    107 -
 VTK/ThirdParty/exodusII/vtkexodusII/exgvv.c        |    102 -
 VTK/ThirdParty/exodusII/vtkexodusII/exinq.c        |   1066 -
 VTK/ThirdParty/exodusII/vtkexodusII/exopen.c       |    265 -
 VTK/ThirdParty/exodusII/vtkexodusII/exopts.c       |     86 -
 VTK/ThirdParty/exodusII/vtkexodusII/expatn.c       |    204 -
 VTK/ThirdParty/exodusII/vtkexodusII/expatt.c       |    157 -
 VTK/ThirdParty/exodusII/vtkexodusII/expattp.c      |    249 -
 VTK/ThirdParty/exodusII/vtkexodusII/expblk.c       |    561 -
 VTK/ThirdParty/exodusII/vtkexodusII/expcab.c       |    563 -
 VTK/ThirdParty/exodusII/vtkexodusII/expclb.c       |    391 -
 VTK/ThirdParty/exodusII/vtkexodusII/expcns.c       |    147 -
 VTK/ThirdParty/exodusII/vtkexodusII/expcon.c       |    116 -
 VTK/ThirdParty/exodusII/vtkexodusII/expconn.c      |    240 -
 VTK/ThirdParty/exodusII/vtkexodusII/expcor.c       |    282 -
 VTK/ThirdParty/exodusII/vtkexodusII/expcset.c      |    496 -
 VTK/ThirdParty/exodusII/vtkexodusII/expcss.c       |    101 -
 VTK/ThirdParty/exodusII/vtkexodusII/expean.c       |     69 -
 VTK/ThirdParty/exodusII/vtkexodusII/expeat.c       |     77 -
 VTK/ThirdParty/exodusII/vtkexodusII/expecpp.c      |    122 -
 VTK/ThirdParty/exodusII/vtkexodusII/expelb.c       |    137 -
 VTK/ThirdParty/exodusII/vtkexodusII/expelc.c       |     70 -
 VTK/ThirdParty/exodusII/vtkexodusII/expem.c        |     69 -
 VTK/ThirdParty/exodusII/vtkexodusII/expenm.c       |     82 -
 VTK/ThirdParty/exodusII/vtkexodusII/expev.c        |    144 -
 VTK/ThirdParty/exodusII/vtkexodusII/expfrm.c       |    176 -
 VTK/ThirdParty/exodusII/vtkexodusII/expgv.c        |    114 -
 VTK/ThirdParty/exodusII/vtkexodusII/expidm.c       |    182 -
 VTK/ThirdParty/exodusII/vtkexodusII/expinf.c       |    181 -
 VTK/ThirdParty/exodusII/vtkexodusII/expini.c       |    109 -
 VTK/ThirdParty/exodusII/vtkexodusII/expinix.c      |    584 -
 VTK/ThirdParty/exodusII/vtkexodusII/expmap.c       |    182 -
 VTK/ThirdParty/exodusII/vtkexodusII/expmp.c        |    313 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnam.c       |    145 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnams.c      |    148 -
 VTK/ThirdParty/exodusII/vtkexodusII/expncor.c      |    255 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnm.c        |     65 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnmap.c      |    278 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnnm.c       |     80 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnnv.c       |    136 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnoatt.c     |    221 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnp.c        |    101 -
 VTK/ThirdParty/exodusII/vtkexodusII/expns.c        |     68 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnsd.c       |     73 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnstt.c      |     77 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnsv.c       |     84 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnv.c        |    159 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnvar.c      |    330 -
 VTK/ThirdParty/exodusII/vtkexodusII/expnvv.c       |    115 -
 VTK/ThirdParty/exodusII/vtkexodusII/expoatt.c      |    208 -
 VTK/ThirdParty/exodusII/vtkexodusII/expoea.c       |     73 -
 VTK/ThirdParty/exodusII/vtkexodusII/expp.c         |    404 -
 VTK/ThirdParty/exodusII/vtkexodusII/exppa.c        |    313 -
 VTK/ThirdParty/exodusII/vtkexodusII/exppem.c       |    234 -
 VTK/ThirdParty/exodusII/vtkexodusII/exppn.c        |    283 -
 VTK/ThirdParty/exodusII/vtkexodusII/exppsetd.c     |    171 -
 VTK/ThirdParty/exodusII/vtkexodusII/expqa.c        |    203 -
 VTK/ThirdParty/exodusII/vtkexodusII/expset.c       |    200 -
 VTK/ThirdParty/exodusII/vtkexodusII/expsetd.c      |    164 -
 VTK/ThirdParty/exodusII/vtkexodusII/expsetp.c      |    410 -
 VTK/ThirdParty/exodusII/vtkexodusII/expsp.c        |     74 -
 VTK/ThirdParty/exodusII/vtkexodusII/expss.c        |     72 -
 VTK/ThirdParty/exodusII/vtkexodusII/expssd.c       |     69 -
 VTK/ThirdParty/exodusII/vtkexodusII/expsstt.c      |     79 -
 VTK/ThirdParty/exodusII/vtkexodusII/expssv.c       |     82 -
 VTK/ThirdParty/exodusII/vtkexodusII/exptim.c       |    114 -
 VTK/ThirdParty/exodusII/vtkexodusII/exptt.c        |     84 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvan.c       |     75 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvar.c       |    328 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvarnam.c    |    131 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvarnams.c   |    203 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvarparam.c  |    359 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvartab.c    |    393 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvnm.c       |     75 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvp.c        |     73 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvpa.c       |    105 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvpax.c      |    561 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvpc.c       |     79 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvtt.c       |    127 -
 VTK/ThirdParty/exodusII/vtkexodusII/expvv.c        |    103 -
 VTK/ThirdParty/exodusII/vtkexodusII/exupda.c       |     72 -
 .../exodusII/vtkexodusII/include/exodusII.h        |    868 -
 .../exodusII/vtkexodusII/include/exodusII_cfg.h.in |     25 -
 .../exodusII/vtkexodusII/include/exodusII_ext.h    |    238 -
 .../exodusII/vtkexodusII/include/exodusII_int.h    |    608 -
 .../exodusII/vtkexodusII/include/exodusII_test.h   |     20 -
 .../vtkexodusII/include/vtk_exodus2_mangle.h       |    259 -
 .../exodusII/vtkexodusII/test/CMakeLists.txt       |     37 -
 .../exodusII/vtkexodusII/test/CreateEdgeFace.c     |    612 -
 .../exodusII/vtkexodusII/test/ReadEdgeFace.c       |    450 -
 VTK/ThirdParty/expat/CMakeLists.txt                |      1 -
 VTK/ThirdParty/expat/module.cmake                  |      1 -
 VTK/ThirdParty/expat/vtk_expat.h.in                |     26 -
 VTK/ThirdParty/expat/vtkexpat/CMakeLists.txt       |     32 -
 VTK/ThirdParty/expat/vtkexpat/COPYING              |     21 -
 VTK/ThirdParty/expat/vtkexpat/ascii.h              |     86 -
 VTK/ThirdParty/expat/vtkexpat/asciitab.h           |     37 -
 VTK/ThirdParty/expat/vtkexpat/expat.h              |    740 -
 VTK/ThirdParty/expat/vtkexpat/expatConfig.h.in     |     54 -
 VTK/ThirdParty/expat/vtkexpat/expatDllConfig.h.in  |      6 -
 VTK/ThirdParty/expat/vtkexpat/iasciitab.h          |     38 -
 VTK/ThirdParty/expat/vtkexpat/latin1tab.h          |     37 -
 VTK/ThirdParty/expat/vtkexpat/nametab.h            |    150 -
 VTK/ThirdParty/expat/vtkexpat/utf8tab.h            |     38 -
 VTK/ThirdParty/expat/vtkexpat/vtk_expat_mangle.h   |     88 -
 VTK/ThirdParty/expat/vtkexpat/xmlparse.c           |   4622 -
 VTK/ThirdParty/expat/vtkexpat/xmlrole.c            |   1401 -
 VTK/ThirdParty/expat/vtkexpat/xmlrole.h            |    100 -
 VTK/ThirdParty/expat/vtkexpat/xmltok.c             |   1584 -
 VTK/ThirdParty/expat/vtkexpat/xmltok.h             |    299 -
 VTK/ThirdParty/expat/vtkexpat/xmltok_impl.c        |   1775 -
 VTK/ThirdParty/expat/vtkexpat/xmltok_impl.h        |     46 -
 VTK/ThirdParty/expat/vtkexpat/xmltok_ns.c          |     98 -
 VTK/ThirdParty/freerange/CMakeLists.txt            |     23 -
 VTK/ThirdParty/freerange/freerange                 |    350 -
 VTK/ThirdParty/freerange/freerangeTestDriver.h     |     25 -
 VTK/ThirdParty/freerange/testInsertionDeletion.cxx |     93 -
 VTK/ThirdParty/freerange/testIteration.cxx         |     75 -
 VTK/ThirdParty/freetype/CMakeLists.txt             |      1 -
 VTK/ThirdParty/freetype/module.cmake               |      2 -
 VTK/ThirdParty/freetype/vtk_freetype.h.in          |     27 -
 VTK/ThirdParty/freetype/vtkfreetype/CMakeLists.txt |    150 -
 VTK/ThirdParty/freetype/vtkfreetype/README         |     53 -
 VTK/ThirdParty/freetype/vtkfreetype/README.VTK.txt |    128 -
 .../freetype/vtkfreetype/builds/unix/ftconfig.in   |    511 -
 .../freetype/vtkfreetype/builds/unix/ftsystem.c    |    419 -
 .../freetype/vtkfreetype/builds/win32/ftdebug.c    |    214 -
 VTK/ThirdParty/freetype/vtkfreetype/docs/FTL.TXT   |    169 -
 .../freetype/vtkfreetype/docs/LICENSE.TXT          |     34 -
 .../vtkfreetype/include/freetype/config/ftconfig.h |    566 -
 .../vtkfreetype/include/freetype/config/ftheader.h |    793 -
 .../vtkfreetype/include/freetype/config/ftmodule.h |     32 -
 .../vtkfreetype/include/freetype/config/ftoption.h |    837 -
 .../vtkfreetype/include/freetype/config/ftstdlib.h |    174 -
 .../vtkfreetype/include/freetype/freetype.h        |   3921 -
 .../vtkfreetype/include/freetype/ftadvanc.h        |    179 -
 .../freetype/vtkfreetype/include/freetype/ftbbox.h |    102 -
 .../freetype/vtkfreetype/include/freetype/ftbdf.h  |    209 -
 .../vtkfreetype/include/freetype/ftbitmap.h        |    227 -
 .../vtkfreetype/include/freetype/ftbzip2.h         |    102 -
 .../vtkfreetype/include/freetype/ftcache.h         |   1140 -
 .../vtkfreetype/include/freetype/ftchapters.h      |    104 -
 .../freetype/vtkfreetype/include/freetype/ftcid.h  |    166 -
 .../vtkfreetype/include/freetype/fterrdef.h        |    243 -
 .../vtkfreetype/include/freetype/fterrors.h        |    206 -
 .../freetype/vtkfreetype/include/freetype/ftgasp.h |    128 -
 .../vtkfreetype/include/freetype/ftglyph.h         |    620 -
 .../vtkfreetype/include/freetype/ftgxval.h         |    358 -
 .../freetype/vtkfreetype/include/freetype/ftgzip.h |    102 -
 .../vtkfreetype/include/freetype/ftimage.h         |   1313 -
 .../vtkfreetype/include/freetype/ftincrem.h        |    353 -
 .../vtkfreetype/include/freetype/ftlcdfil.h        |    213 -
 .../freetype/vtkfreetype/include/freetype/ftlist.h |    277 -
 .../freetype/vtkfreetype/include/freetype/ftlzw.h  |     99 -
 .../freetype/vtkfreetype/include/freetype/ftmac.h  |    274 -
 .../freetype/vtkfreetype/include/freetype/ftmm.h   |    378 -
 .../vtkfreetype/include/freetype/ftmodapi.h        |    483 -
 .../vtkfreetype/include/freetype/ftmoderr.h        |    156 -
 .../vtkfreetype/include/freetype/ftotval.h         |    203 -
 .../vtkfreetype/include/freetype/ftoutln.h         |    540 -
 .../freetype/vtkfreetype/include/freetype/ftpfr.h  |    172 -
 .../vtkfreetype/include/freetype/ftrender.h        |    238 -
 .../vtkfreetype/include/freetype/ftsizes.h         |    159 -
 .../vtkfreetype/include/freetype/ftsnames.h        |    200 -
 .../vtkfreetype/include/freetype/ftstroke.h        |    741 -
 .../vtkfreetype/include/freetype/ftsynth.h         |     80 -
 .../vtkfreetype/include/freetype/ftsystem.h        |    347 -
 .../vtkfreetype/include/freetype/fttrigon.h        |    350 -
 .../vtkfreetype/include/freetype/fttypes.h         |    588 -
 .../vtkfreetype/include/freetype/ftwinfnt.h        |    274 -
 .../freetype/vtkfreetype/include/freetype/ftxf86.h |     83 -
 .../include/freetype/internal/autohint.h           |    231 -
 .../vtkfreetype/include/freetype/internal/ftcalc.h |    179 -
 .../include/freetype/internal/ftdebug.h            |    250 -
 .../include/freetype/internal/ftdriver.h           |    422 -
 .../include/freetype/internal/ftgloadr.h           |    168 -
 .../include/freetype/internal/ftmemory.h           |    380 -
 .../vtkfreetype/include/freetype/internal/ftobjs.h |   1428 -
 .../vtkfreetype/include/freetype/internal/ftpic.h  |     67 -
 .../include/freetype/internal/ftrfork.h            |    196 -
 .../vtkfreetype/include/freetype/internal/ftserv.h |    620 -
 .../include/freetype/internal/ftstream.h           |    539 -
 .../include/freetype/internal/fttrace.h            |    144 -
 .../include/freetype/internal/ftvalid.h            |    150 -
 .../include/freetype/internal/internal.h           |     51 -
 .../vtkfreetype/include/freetype/internal/psaux.h  |    873 -
 .../include/freetype/internal/pshints.h            |    712 -
 .../include/freetype/internal/services/svbdf.h     |     77 -
 .../include/freetype/internal/services/svcid.h     |     83 -
 .../include/freetype/internal/services/svgldict.h  |     82 -
 .../include/freetype/internal/services/svgxval.h   |     72 -
 .../include/freetype/internal/services/svkern.h    |     51 -
 .../include/freetype/internal/services/svmm.h      |    104 -
 .../include/freetype/internal/services/svotval.h   |     55 -
 .../include/freetype/internal/services/svpfr.h     |     66 -
 .../include/freetype/internal/services/svpostnm.h  |     79 -
 .../include/freetype/internal/services/svpscmap.h  |    164 -
 .../include/freetype/internal/services/svpsinfo.h  |     92 -
 .../include/freetype/internal/services/svsfnt.h    |    102 -
 .../include/freetype/internal/services/svttcmap.h  |    106 -
 .../include/freetype/internal/services/svtteng.h   |     53 -
 .../include/freetype/internal/services/svttglyf.h  |     67 -
 .../include/freetype/internal/services/svwinfnt.h  |     50 -
 .../include/freetype/internal/services/svxf86nm.h  |     55 -
 .../vtkfreetype/include/freetype/internal/sfnt.h   |    897 -
 .../include/freetype/internal/t1types.h            |    270 -
 .../include/freetype/internal/tttypes.h            |   1543 -
 .../vtkfreetype/include/freetype/t1tables.h        |    504 -
 .../vtkfreetype/include/freetype/ttnameid.h        |   1247 -
 .../vtkfreetype/include/freetype/tttables.h        |    763 -
 .../freetype/vtkfreetype/include/freetype/tttags.h |    107 -
 .../vtkfreetype/include/freetype/ttunpat.h         |     59 -
 .../freetype/vtkfreetype/include/ft2build.h        |     25 -
 .../vtkfreetype/include/vtkFreeTypeConfig.h.in     |     35 -
 .../vtkfreetype/include/vtk_freetype_mangle.h      |    309 -
 .../freetype/vtkfreetype/include/vtk_ftmodule.h    |     41 -
 .../freetype/vtkfreetype/src/autofit/afangles.c    |    292 -
 .../freetype/vtkfreetype/src/autofit/afangles.h    |      7 -
 .../freetype/vtkfreetype/src/autofit/afcjk.c       |   2267 -
 .../freetype/vtkfreetype/src/autofit/afcjk.h       |    141 -
 .../freetype/vtkfreetype/src/autofit/afdummy.c     |     61 -
 .../freetype/vtkfreetype/src/autofit/afdummy.h     |     42 -
 .../freetype/vtkfreetype/src/autofit/aferrors.h    |     40 -
 .../freetype/vtkfreetype/src/autofit/afglobal.c    |    319 -
 .../freetype/vtkfreetype/src/autofit/afglobal.h    |     71 -
 .../freetype/vtkfreetype/src/autofit/afhints.c     |   1299 -
 .../freetype/vtkfreetype/src/autofit/afhints.h     |    467 -
 .../freetype/vtkfreetype/src/autofit/afindic.c     |    155 -
 .../freetype/vtkfreetype/src/autofit/afindic.h     |     40 -
 .../freetype/vtkfreetype/src/autofit/aflatin.c     |   2359 -
 .../freetype/vtkfreetype/src/autofit/aflatin.h     |    211 -
 .../freetype/vtkfreetype/src/autofit/aflatin2.c    |   2374 -
 .../freetype/vtkfreetype/src/autofit/aflatin2.h    |     39 -
 .../freetype/vtkfreetype/src/autofit/afloader.c    |    547 -
 .../freetype/vtkfreetype/src/autofit/afloader.h    |     73 -
 .../freetype/vtkfreetype/src/autofit/afmodule.c    |     93 -
 .../freetype/vtkfreetype/src/autofit/afmodule.h    |     37 -
 .../freetype/vtkfreetype/src/autofit/afpic.c       |    106 -
 .../freetype/vtkfreetype/src/autofit/afpic.h       |     69 -
 .../freetype/vtkfreetype/src/autofit/aftypes.h     |    370 -
 .../freetype/vtkfreetype/src/autofit/afwarp.c      |    374 -
 .../freetype/vtkfreetype/src/autofit/afwarp.h      |     64 -
 .../freetype/vtkfreetype/src/autofit/autofit.c     |     41 -
 .../freetype/vtkfreetype/src/base/basepic.c        |     83 -
 .../freetype/vtkfreetype/src/base/basepic.h        |     62 -
 .../freetype/vtkfreetype/src/base/ftadvanc.c       |    163 -
 .../freetype/vtkfreetype/src/base/ftapi.c          |    121 -
 .../freetype/vtkfreetype/src/base/ftbase.c         |     41 -
 .../freetype/vtkfreetype/src/base/ftbase.h         |     68 -
 .../freetype/vtkfreetype/src/base/ftbbox.c         |    662 -
 .../freetype/vtkfreetype/src/base/ftbdf.c          |     88 -
 .../freetype/vtkfreetype/src/base/ftbitmap.c       |    667 -
 .../freetype/vtkfreetype/src/base/ftcalc.c         |    957 -
 .../freetype/vtkfreetype/src/base/ftcid.c          |    117 -
 .../freetype/vtkfreetype/src/base/ftdbgmem.c       |    997 -
 .../freetype/vtkfreetype/src/base/ftdebug.c        |    246 -
 .../freetype/vtkfreetype/src/base/ftfstype.c       |     62 -
 .../freetype/vtkfreetype/src/base/ftgasp.c         |     61 -
 .../freetype/vtkfreetype/src/base/ftgloadr.c       |    401 -
 .../freetype/vtkfreetype/src/base/ftglyph.c        |    627 -
 .../freetype/vtkfreetype/src/base/ftgxval.c        |    140 -
 .../freetype/vtkfreetype/src/base/ftinit.c         |    253 -
 .../freetype/vtkfreetype/src/base/ftlcdfil.c       |    376 -
 .../freetype/vtkfreetype/src/base/ftmac.c          |   1057 -
 .../freetype/vtkfreetype/src/base/ftmm.c           |    202 -
 .../freetype/vtkfreetype/src/base/ftobjs.c         |   4754 -
 .../freetype/vtkfreetype/src/base/ftotval.c        |     89 -
 .../freetype/vtkfreetype/src/base/ftoutln.c        |   1129 -
 .../freetype/vtkfreetype/src/base/ftpatent.c       |    286 -
 .../freetype/vtkfreetype/src/base/ftpfr.c          |    144 -
 .../freetype/vtkfreetype/src/base/ftpic.c          |     54 -
 .../freetype/vtkfreetype/src/base/ftrfork.c        |    871 -
 .../freetype/vtkfreetype/src/base/ftsnames.c       |     94 -
 .../freetype/vtkfreetype/src/base/ftstream.c       |    864 -
 .../freetype/vtkfreetype/src/base/ftstroke.c       |   2419 -
 .../freetype/vtkfreetype/src/base/ftsynth.c        |    160 -
 .../freetype/vtkfreetype/src/base/ftsystem.c       |    320 -
 .../freetype/vtkfreetype/src/base/fttrigon.c       |    546 -
 .../freetype/vtkfreetype/src/base/fttype1.c        |     94 -
 .../freetype/vtkfreetype/src/base/ftutil.c         |    501 -
 .../freetype/vtkfreetype/src/base/ftwinfnt.c       |     51 -
 .../freetype/vtkfreetype/src/base/ftxf86.c         |     40 -
 VTK/ThirdParty/freetype/vtkfreetype/src/bdf/README |    148 -
 VTK/ThirdParty/freetype/vtkfreetype/src/bdf/bdf.c  |     34 -
 VTK/ThirdParty/freetype/vtkfreetype/src/bdf/bdf.h  |    295 -
 .../freetype/vtkfreetype/src/bdf/bdfdrivr.c        |    881 -
 .../freetype/vtkfreetype/src/bdf/bdfdrivr.h        |     80 -
 .../freetype/vtkfreetype/src/bdf/bdferror.h        |     44 -
 .../freetype/vtkfreetype/src/bdf/bdflib.c          |   2543 -
 .../freetype/vtkfreetype/src/bzip2/ftbzip2.c       |    510 -
 .../freetype/vtkfreetype/src/cache/ftcache.c       |     31 -
 .../freetype/vtkfreetype/src/cache/ftcbasic.c      |    855 -
 .../freetype/vtkfreetype/src/cache/ftccache.c      |    626 -
 .../freetype/vtkfreetype/src/cache/ftccache.h      |    359 -
 .../freetype/vtkfreetype/src/cache/ftccback.h      |     92 -
 .../freetype/vtkfreetype/src/cache/ftccmap.c       |    438 -
 .../freetype/vtkfreetype/src/cache/ftcerror.h      |     40 -
 .../freetype/vtkfreetype/src/cache/ftcglyph.c      |    219 -
 .../freetype/vtkfreetype/src/cache/ftcglyph.h      |    329 -
 .../freetype/vtkfreetype/src/cache/ftcimage.c      |    163 -
 .../freetype/vtkfreetype/src/cache/ftcimage.h      |    107 -
 .../freetype/vtkfreetype/src/cache/ftcmanag.c      |    743 -
 .../freetype/vtkfreetype/src/cache/ftcmanag.h      |    175 -
 .../freetype/vtkfreetype/src/cache/ftcmru.c        |    357 -
 .../freetype/vtkfreetype/src/cache/ftcmru.h        |    246 -
 .../freetype/vtkfreetype/src/cache/ftcsbits.c      |    421 -
 .../freetype/vtkfreetype/src/cache/ftcsbits.h      |    103 -
 VTK/ThirdParty/freetype/vtkfreetype/src/cff/cff.c  |     30 -
 .../freetype/vtkfreetype/src/cff/cffcmap.c         |    208 -
 .../freetype/vtkfreetype/src/cff/cffcmap.h         |     67 -
 .../freetype/vtkfreetype/src/cff/cffdrivr.c        |    671 -
 .../freetype/vtkfreetype/src/cff/cffdrivr.h        |     38 -
 .../freetype/vtkfreetype/src/cff/cfferrs.h         |     41 -
 .../freetype/vtkfreetype/src/cff/cffgload.c        |   2977 -
 .../freetype/vtkfreetype/src/cff/cffgload.h        |    201 -
 .../freetype/vtkfreetype/src/cff/cffload.c         |   1666 -
 .../freetype/vtkfreetype/src/cff/cffload.h         |     83 -
 .../freetype/vtkfreetype/src/cff/cffobjs.c         |   1070 -
 .../freetype/vtkfreetype/src/cff/cffobjs.h         |    181 -
 .../freetype/vtkfreetype/src/cff/cffparse.c        |   1112 -
 .../freetype/vtkfreetype/src/cff/cffparse.h        |    106 -
 .../freetype/vtkfreetype/src/cff/cffpic.c          |    101 -
 .../freetype/vtkfreetype/src/cff/cffpic.h          |     80 -
 .../freetype/vtkfreetype/src/cff/cfftoken.h        |     97 -
 .../freetype/vtkfreetype/src/cff/cfftypes.h        |    281 -
 .../freetype/vtkfreetype/src/cid/ciderrs.h         |     40 -
 .../freetype/vtkfreetype/src/cid/cidgload.c        |    442 -
 .../freetype/vtkfreetype/src/cid/cidgload.h        |     51 -
 .../freetype/vtkfreetype/src/cid/cidload.c         |    672 -
 .../freetype/vtkfreetype/src/cid/cidload.h         |     53 -
 .../freetype/vtkfreetype/src/cid/cidobjs.c         |    482 -
 .../freetype/vtkfreetype/src/cid/cidobjs.h         |    154 -
 .../freetype/vtkfreetype/src/cid/cidparse.c        |    225 -
 .../freetype/vtkfreetype/src/cid/cidparse.h        |    123 -
 .../freetype/vtkfreetype/src/cid/cidriver.c        |    240 -
 .../freetype/vtkfreetype/src/cid/cidriver.h        |     43 -
 .../freetype/vtkfreetype/src/cid/cidtoken.h        |    112 -
 .../freetype/vtkfreetype/src/cid/type1cid.c        |     29 -
 .../freetype/vtkfreetype/src/gxvalid/README        |    532 -
 .../freetype/vtkfreetype/src/gxvalid/gxvalid.c     |     46 -
 .../freetype/vtkfreetype/src/gxvalid/gxvalid.h     |    107 -
 .../freetype/vtkfreetype/src/gxvalid/gxvbsln.c     |    333 -
 .../freetype/vtkfreetype/src/gxvalid/gxvcommn.c    |   1744 -
 .../freetype/vtkfreetype/src/gxvalid/gxvcommn.h    |    581 -
 .../freetype/vtkfreetype/src/gxvalid/gxverror.h    |     51 -
 .../freetype/vtkfreetype/src/gxvalid/gxvfeat.c     |    339 -
 .../freetype/vtkfreetype/src/gxvalid/gxvfeat.h     |    172 -
 .../freetype/vtkfreetype/src/gxvalid/gxvfgen.c     |    482 -
 .../freetype/vtkfreetype/src/gxvalid/gxvjust.c     |    717 -
 .../freetype/vtkfreetype/src/gxvalid/gxvkern.c     |    922 -
 .../freetype/vtkfreetype/src/gxvalid/gxvlcar.c     |    223 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmod.c      |    285 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmod.h      |     50 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmort.c     |    296 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmort.h     |     93 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmort0.c    |    151 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmort1.c    |    259 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmort2.c    |    311 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmort4.c    |    125 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmort5.c    |    233 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmorx.c     |    199 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmorx.h     |     67 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmorx0.c    |    111 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmorx1.c    |    277 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmorx2.c    |    327 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmorx4.c    |     55 -
 .../freetype/vtkfreetype/src/gxvalid/gxvmorx5.c    |    225 -
 .../freetype/vtkfreetype/src/gxvalid/gxvopbd.c     |    217 -
 .../freetype/vtkfreetype/src/gxvalid/gxvprop.c     |    329 -
 .../freetype/vtkfreetype/src/gxvalid/gxvtrak.c     |    286 -
 .../freetype/vtkfreetype/src/gzip/adler32.c        |     48 -
 .../freetype/vtkfreetype/src/gzip/ftgzip.c         |    689 -
 .../freetype/vtkfreetype/src/gzip/infblock.c       |    387 -
 .../freetype/vtkfreetype/src/gzip/infblock.h       |     36 -
 .../freetype/vtkfreetype/src/gzip/infcodes.c       |    250 -
 .../freetype/vtkfreetype/src/gzip/infcodes.h       |     31 -
 .../freetype/vtkfreetype/src/gzip/inffixed.h       |    151 -
 .../freetype/vtkfreetype/src/gzip/inflate.c        |    273 -
 .../freetype/vtkfreetype/src/gzip/inftrees.c       |    468 -
 .../freetype/vtkfreetype/src/gzip/inftrees.h       |     63 -
 .../freetype/vtkfreetype/src/gzip/infutil.c        |     86 -
 .../freetype/vtkfreetype/src/gzip/infutil.h        |     98 -
 .../freetype/vtkfreetype/src/gzip/zconf.h          |    284 -
 .../freetype/vtkfreetype/src/gzip/zlib.h           |    830 -
 .../freetype/vtkfreetype/src/gzip/zutil.c          |    181 -
 .../freetype/vtkfreetype/src/gzip/zutil.h          |    215 -
 .../freetype/vtkfreetype/src/lzw/ftlzw.c           |    412 -
 .../freetype/vtkfreetype/src/lzw/ftzopen.c         |    415 -
 .../freetype/vtkfreetype/src/lzw/ftzopen.h         |    171 -
 .../freetype/vtkfreetype/src/otvalid/otvalid.c     |     31 -
 .../freetype/vtkfreetype/src/otvalid/otvalid.h     |     78 -
 .../freetype/vtkfreetype/src/otvalid/otvbase.c     |    318 -
 .../freetype/vtkfreetype/src/otvalid/otvcommn.c    |   1086 -
 .../freetype/vtkfreetype/src/otvalid/otvcommn.h    |    437 -
 .../freetype/vtkfreetype/src/otvalid/otverror.h    |     43 -
 .../freetype/vtkfreetype/src/otvalid/otvgdef.c     |    224 -
 .../freetype/vtkfreetype/src/otvalid/otvgpos.c     |   1017 -
 .../freetype/vtkfreetype/src/otvalid/otvgpos.h     |     36 -
 .../freetype/vtkfreetype/src/otvalid/otvgsub.c     |    585 -
 .../freetype/vtkfreetype/src/otvalid/otvjstf.c     |    258 -
 .../freetype/vtkfreetype/src/otvalid/otvmath.c     |    453 -
 .../freetype/vtkfreetype/src/otvalid/otvmod.c      |    282 -
 .../freetype/vtkfreetype/src/otvalid/otvmod.h      |     43 -
 VTK/ThirdParty/freetype/vtkfreetype/src/pcf/README |     96 -
 VTK/ThirdParty/freetype/vtkfreetype/src/pcf/pcf.c  |     36 -
 VTK/ThirdParty/freetype/vtkfreetype/src/pcf/pcf.h  |    237 -
 .../freetype/vtkfreetype/src/pcf/pcfdrivr.c        |    718 -
 .../freetype/vtkfreetype/src/pcf/pcfdrivr.h        |     48 -
 .../freetype/vtkfreetype/src/pcf/pcferror.h        |     40 -
 .../freetype/vtkfreetype/src/pcf/pcfread.c         |   1278 -
 .../freetype/vtkfreetype/src/pcf/pcfread.h         |     45 -
 .../freetype/vtkfreetype/src/pcf/pcfutil.c         |    104 -
 .../freetype/vtkfreetype/src/pcf/pcfutil.h         |     55 -
 VTK/ThirdParty/freetype/vtkfreetype/src/pfr/pfr.c  |     29 -
 .../freetype/vtkfreetype/src/pfr/pfrcmap.c         |    166 -
 .../freetype/vtkfreetype/src/pfr/pfrcmap.h         |     46 -
 .../freetype/vtkfreetype/src/pfr/pfrdrivr.c        |    214 -
 .../freetype/vtkfreetype/src/pfr/pfrdrivr.h        |     43 -
 .../freetype/vtkfreetype/src/pfr/pfrerror.h        |     40 -
 .../freetype/vtkfreetype/src/pfr/pfrgload.c        |    844 -
 .../freetype/vtkfreetype/src/pfr/pfrgload.h        |     49 -
 .../freetype/vtkfreetype/src/pfr/pfrload.c         |    941 -
 .../freetype/vtkfreetype/src/pfr/pfrload.h         |    118 -
 .../freetype/vtkfreetype/src/pfr/pfrobjs.c         |    591 -
 .../freetype/vtkfreetype/src/pfr/pfrobjs.h         |     96 -
 .../freetype/vtkfreetype/src/pfr/pfrsbit.c         |    698 -
 .../freetype/vtkfreetype/src/pfr/pfrsbit.h         |     36 -
 .../freetype/vtkfreetype/src/pfr/pfrtypes.h        |    362 -
 .../freetype/vtkfreetype/src/psaux/afmparse.c      |    964 -
 .../freetype/vtkfreetype/src/psaux/afmparse.h      |     88 -
 .../freetype/vtkfreetype/src/psaux/psaux.c         |     34 -
 .../freetype/vtkfreetype/src/psaux/psauxerr.h      |     41 -
 .../freetype/vtkfreetype/src/psaux/psauxmod.c      |    139 -
 .../freetype/vtkfreetype/src/psaux/psauxmod.h      |     42 -
 .../freetype/vtkfreetype/src/psaux/psconv.c        |    472 -
 .../freetype/vtkfreetype/src/psaux/psconv.h        |     71 -
 .../freetype/vtkfreetype/src/psaux/psobjs.c        |   1710 -
 .../freetype/vtkfreetype/src/psaux/psobjs.h        |    212 -
 .../freetype/vtkfreetype/src/psaux/t1cmap.c        |    341 -
 .../freetype/vtkfreetype/src/psaux/t1cmap.h        |    105 -
 .../freetype/vtkfreetype/src/psaux/t1decode.c      |   1614 -
 .../freetype/vtkfreetype/src/psaux/t1decode.h      |     64 -
 .../freetype/vtkfreetype/src/pshinter/pshalgo.c    |   2314 -
 .../freetype/vtkfreetype/src/pshinter/pshalgo.h    |    255 -
 .../freetype/vtkfreetype/src/pshinter/pshglob.c    |    750 -
 .../freetype/vtkfreetype/src/pshinter/pshglob.h    |    196 -
 .../freetype/vtkfreetype/src/pshinter/pshinter.c   |     29 -
 .../freetype/vtkfreetype/src/pshinter/pshmod.c     |    118 -
 .../freetype/vtkfreetype/src/pshinter/pshmod.h     |     39 -
 .../freetype/vtkfreetype/src/pshinter/pshnterr.h   |     40 -
 .../freetype/vtkfreetype/src/pshinter/pshpic.c     |     69 -
 .../freetype/vtkfreetype/src/pshinter/pshpic.h     |     53 -
 .../freetype/vtkfreetype/src/pshinter/pshrec.c     |   1224 -
 .../freetype/vtkfreetype/src/pshinter/pshrec.h     |    176 -
 .../freetype/vtkfreetype/src/psnames/psmodule.c    |    597 -
 .../freetype/vtkfreetype/src/psnames/psmodule.h    |     38 -
 .../freetype/vtkfreetype/src/psnames/psnamerr.h    |     41 -
 .../freetype/vtkfreetype/src/psnames/psnames.c     |     26 -
 .../freetype/vtkfreetype/src/psnames/pspic.c       |     79 -
 .../freetype/vtkfreetype/src/psnames/pspic.h       |     54 -
 .../freetype/vtkfreetype/src/psnames/pstables.h    |   4170 -
 .../freetype/vtkfreetype/src/raster/ftmisc.h       |    121 -
 .../freetype/vtkfreetype/src/raster/ftraster.c     |   3601 -
 .../freetype/vtkfreetype/src/raster/ftraster.h     |     46 -
 .../freetype/vtkfreetype/src/raster/ftrend1.c      |    306 -
 .../freetype/vtkfreetype/src/raster/ftrend1.h      |     44 -
 .../freetype/vtkfreetype/src/raster/raster.c       |     27 -
 .../freetype/vtkfreetype/src/raster/rasterrs.h     |     41 -
 .../freetype/vtkfreetype/src/raster/rastpic.c      |     90 -
 .../freetype/vtkfreetype/src/raster/rastpic.h      |     50 -
 .../freetype/vtkfreetype/src/sfnt/sfdriver.c       |    656 -
 .../freetype/vtkfreetype/src/sfnt/sfdriver.h       |     38 -
 .../freetype/vtkfreetype/src/sfnt/sferrors.h       |     41 -
 .../freetype/vtkfreetype/src/sfnt/sfnt.c           |     42 -
 .../freetype/vtkfreetype/src/sfnt/sfntpic.c        |    102 -
 .../freetype/vtkfreetype/src/sfnt/sfntpic.h        |     88 -
 .../freetype/vtkfreetype/src/sfnt/sfobjs.c         |   1155 -
 .../freetype/vtkfreetype/src/sfnt/sfobjs.h         |     54 -
 .../freetype/vtkfreetype/src/sfnt/ttbdf.c          |    250 -
 .../freetype/vtkfreetype/src/sfnt/ttbdf.h          |     46 -
 .../freetype/vtkfreetype/src/sfnt/ttcmap.c         |   3512 -
 .../freetype/vtkfreetype/src/sfnt/ttcmap.h         |    125 -
 .../freetype/vtkfreetype/src/sfnt/ttcmapc.h        |     55 -
 .../freetype/vtkfreetype/src/sfnt/ttkern.c         |    306 -
 .../freetype/vtkfreetype/src/sfnt/ttkern.h         |     52 -
 .../freetype/vtkfreetype/src/sfnt/ttload.c         |   1267 -
 .../freetype/vtkfreetype/src/sfnt/ttload.h         |    112 -
 .../freetype/vtkfreetype/src/sfnt/ttmtx.c          |    468 -
 .../freetype/vtkfreetype/src/sfnt/ttmtx.h          |     55 -
 .../freetype/vtkfreetype/src/sfnt/ttpost.c         |    563 -
 .../freetype/vtkfreetype/src/sfnt/ttpost.h         |     46 -
 .../freetype/vtkfreetype/src/sfnt/ttsbit.c         |   1508 -
 .../freetype/vtkfreetype/src/sfnt/ttsbit.h         |     79 -
 .../freetype/vtkfreetype/src/sfnt/ttsbit0.c        |   1011 -
 .../freetype/vtkfreetype/src/smooth/ftgrays.c      |   2054 -
 .../freetype/vtkfreetype/src/smooth/ftgrays.h      |     58 -
 .../freetype/vtkfreetype/src/smooth/ftsmerrs.h     |     41 -
 .../freetype/vtkfreetype/src/smooth/ftsmooth.c     |    504 -
 .../freetype/vtkfreetype/src/smooth/ftsmooth.h     |     49 -
 .../freetype/vtkfreetype/src/smooth/ftspic.c       |     98 -
 .../freetype/vtkfreetype/src/smooth/ftspic.h       |     50 -
 .../freetype/vtkfreetype/src/smooth/smooth.c       |     27 -
 .../freetype/vtkfreetype/src/truetype/truetype.c   |     37 -
 .../freetype/vtkfreetype/src/truetype/ttdriver.c   |    487 -
 .../freetype/vtkfreetype/src/truetype/ttdriver.h   |     38 -
 .../freetype/vtkfreetype/src/truetype/tterrors.h   |     40 -
 .../freetype/vtkfreetype/src/truetype/ttgload.c    |   2114 -
 .../freetype/vtkfreetype/src/truetype/ttgload.h    |     61 -
 .../freetype/vtkfreetype/src/truetype/ttgxvar.c    |   1551 -
 .../freetype/vtkfreetype/src/truetype/ttgxvar.h    |    182 -
 .../freetype/vtkfreetype/src/truetype/ttinterp.c   |   8230 --
 .../freetype/vtkfreetype/src/truetype/ttinterp.h   |    319 -
 .../freetype/vtkfreetype/src/truetype/ttobjs.c     |   1279 -
 .../freetype/vtkfreetype/src/truetype/ttobjs.h     |    434 -
 .../freetype/vtkfreetype/src/truetype/ttpic.c      |     81 -
 .../freetype/vtkfreetype/src/truetype/ttpic.h      |     59 -
 .../freetype/vtkfreetype/src/truetype/ttpload.c    |    599 -
 .../freetype/vtkfreetype/src/truetype/ttpload.h    |     75 -
 .../freetype/vtkfreetype/src/type1/t1afm.c         |    397 -
 .../freetype/vtkfreetype/src/type1/t1afm.h         |     54 -
 .../freetype/vtkfreetype/src/type1/t1driver.c      |    331 -
 .../freetype/vtkfreetype/src/type1/t1driver.h      |     42 -
 .../freetype/vtkfreetype/src/type1/t1errors.h      |     40 -
 .../freetype/vtkfreetype/src/type1/t1gload.c       |    515 -
 .../freetype/vtkfreetype/src/type1/t1gload.h       |     53 -
 .../freetype/vtkfreetype/src/type1/t1load.c        |   2241 -
 .../freetype/vtkfreetype/src/type1/t1load.h        |    102 -
 .../freetype/vtkfreetype/src/type1/t1objs.c        |    597 -
 .../freetype/vtkfreetype/src/type1/t1objs.h        |    171 -
 .../freetype/vtkfreetype/src/type1/t1parse.c       |    486 -
 .../freetype/vtkfreetype/src/type1/t1parse.h       |    135 -
 .../freetype/vtkfreetype/src/type1/t1tokens.h      |    143 -
 .../freetype/vtkfreetype/src/type1/type1.c         |     33 -
 .../freetype/vtkfreetype/src/type42/t42drivr.c     |    246 -
 .../freetype/vtkfreetype/src/type42/t42drivr.h     |     42 -
 .../freetype/vtkfreetype/src/type42/t42error.h     |     40 -
 .../freetype/vtkfreetype/src/type42/t42objs.c      |    652 -
 .../freetype/vtkfreetype/src/type42/t42objs.h      |    124 -
 .../freetype/vtkfreetype/src/type42/t42parse.c     |   1187 -
 .../freetype/vtkfreetype/src/type42/t42parse.h     |     90 -
 .../freetype/vtkfreetype/src/type42/t42types.h     |     56 -
 .../freetype/vtkfreetype/src/type42/type42.c       |     25 -
 .../freetype/vtkfreetype/src/winfonts/fnterrs.h    |     41 -
 .../freetype/vtkfreetype/src/winfonts/winfnt.c     |   1145 -
 .../freetype/vtkfreetype/src/winfonts/winfnt.h     |    171 -
 VTK/ThirdParty/ftgl/CMakeLists.txt                 |    227 -
 VTK/ThirdParty/ftgl/README.VTK.txt                 |     10 -
 VTK/ThirdParty/ftgl/README.txt                     |    133 -
 VTK/ThirdParty/ftgl/demo/FTGLDemo.cpp              |    557 -
 VTK/ThirdParty/ftgl/demo/README.txt                |     15 -
 VTK/ThirdParty/ftgl/demo/demo.cpp                  |    372 -
 VTK/ThirdParty/ftgl/demo/tb.c                      |    127 -
 VTK/ThirdParty/ftgl/demo/tb.h                      |    103 -
 VTK/ThirdParty/ftgl/demo/trackball.c               |    324 -
 VTK/ThirdParty/ftgl/demo/trackball.h               |     85 -
 VTK/ThirdParty/ftgl/license.txt                    |     27 -
 VTK/ThirdParty/ftgl/module.cmake                   |      5 -
 VTK/ThirdParty/ftgl/src/FTBitmapGlyph.cpp          |    120 -
 VTK/ThirdParty/ftgl/src/FTBitmapGlyph.h            |     84 -
 .../ftgl/src/FTBitmapGlyphRenderMesa.cpp           |      6 -
 .../ftgl/src/FTBitmapGlyphRenderOpenGL.cpp         |     30 -
 VTK/ThirdParty/ftgl/src/FTCharmap.cpp              |    125 -
 VTK/ThirdParty/ftgl/src/FTCharmap.h                |    146 -
 VTK/ThirdParty/ftgl/src/FTExtrdGlyph.cpp           |    244 -
 VTK/ThirdParty/ftgl/src/FTExtrdGlyph.h             |     83 -
 VTK/ThirdParty/ftgl/src/FTFace.cpp                 |    149 -
 VTK/ThirdParty/ftgl/src/FTFace.h                   |    170 -
 VTK/ThirdParty/ftgl/src/FTFont.cpp                 |    296 -
 VTK/ThirdParty/ftgl/src/FTFont.h                   |    286 -
 VTK/ThirdParty/ftgl/src/FTGL.h                     |     91 -
 VTK/ThirdParty/ftgl/src/FTGLBitmapFont.cpp         |     72 -
 VTK/ThirdParty/ftgl/src/FTGLBitmapFont.h           |     79 -
 .../ftgl/src/FTGLBitmapFontRenderMesa.cpp          |      6 -
 .../ftgl/src/FTGLBitmapFontRenderOpenGL.cpp        |     55 -
 VTK/ThirdParty/ftgl/src/FTGLExtrdFont.cpp          |     37 -
 VTK/ThirdParty/ftgl/src/FTGLExtrdFont.h            |     55 -
 VTK/ThirdParty/ftgl/src/FTGLOutlineFont.cpp        |     72 -
 VTK/ThirdParty/ftgl/src/FTGLOutlineFont.h          |     66 -
 VTK/ThirdParty/ftgl/src/FTGLPixmapFont.cpp         |     70 -
 VTK/ThirdParty/ftgl/src/FTGLPixmapFont.h           |     81 -
 .../ftgl/src/FTGLPixmapFontRenderMesa.cpp          |      6 -
 .../ftgl/src/FTGLPixmapFontRenderOpenGL.cpp        |     55 -
 VTK/ThirdParty/ftgl/src/FTGLPolygonFont.cpp        |     36 -
 VTK/ThirdParty/ftgl/src/FTGLPolygonFont.h          |     51 -
 VTK/ThirdParty/ftgl/src/FTGLTextureFont.cpp        |    182 -
 VTK/ThirdParty/ftgl/src/FTGLTextureFont.h          |    155 -
 VTK/ThirdParty/ftgl/src/FTGLgl.h                   |     49 -
 VTK/ThirdParty/ftgl/src/FTGlyph.cpp                |     32 -
 VTK/ThirdParty/ftgl/src/FTGlyph.h                  |    154 -
 VTK/ThirdParty/ftgl/src/FTGlyphContainer.cpp       |     75 -
 VTK/ThirdParty/ftgl/src/FTGlyphContainer.h         |    154 -
 VTK/ThirdParty/ftgl/src/FTLibrary.cpp              |    163 -
 VTK/ThirdParty/ftgl/src/FTLibrary.h                |    125 -
 VTK/ThirdParty/ftgl/src/FTOutlineGlyph.cpp         |     98 -
 VTK/ThirdParty/ftgl/src/FTOutlineGlyph.h           |     89 -
 VTK/ThirdParty/ftgl/src/FTPixmapGlyph.cpp          |    167 -
 VTK/ThirdParty/ftgl/src/FTPixmapGlyph.h            |     88 -
 .../ftgl/src/FTPixmapGlyphRenderMesa.cpp           |      7 -
 .../ftgl/src/FTPixmapGlyphRenderOpenGL.cpp         |     40 -
 VTK/ThirdParty/ftgl/src/FTPolyGlyph.cpp            |     94 -
 VTK/ThirdParty/ftgl/src/FTPolyGlyph.h              |     88 -
 VTK/ThirdParty/ftgl/src/FTSize.cpp                 |    101 -
 VTK/ThirdParty/ftgl/src/FTSize.h                   |    130 -
 VTK/ThirdParty/ftgl/src/FTTextureGlyph.cpp         |    118 -
 VTK/ThirdParty/ftgl/src/FTTextureGlyph.h           |    112 -
 VTK/ThirdParty/ftgl/src/FTVectoriser.cpp           |    430 -
 VTK/ThirdParty/ftgl/src/FTVectoriser.h             |    435 -
 VTK/ThirdParty/ftgl/src/NoSTL/FTCallbackVector.h   |     21 -
 .../ftgl/src/NoSTL/FTCharToGlyphIndexMap.h         |    162 -
 VTK/ThirdParty/ftgl/src/NoSTL/FTContourVector.h    |     21 -
 VTK/ThirdParty/ftgl/src/NoSTL/FTGlyphVector.h      |     21 -
 VTK/ThirdParty/ftgl/src/NoSTL/FTPointVector.h      |     21 -
 .../ftgl/src/NoSTL/FTTesselationVector.h           |     21 -
 VTK/ThirdParty/ftgl/src/NoSTL/FTVector.h           |    296 -
 VTK/ThirdParty/ftgl/vtkftglConfig.h.in             |     66 -
 VTK/ThirdParty/gl2ps/CMakeLists.txt                |      1 -
 VTK/ThirdParty/gl2ps/module.cmake                  |      6 -
 VTK/ThirdParty/gl2ps/vtk_gl2ps.h.in                |     26 -
 VTK/ThirdParty/gl2ps/vtkgl2ps/CMakeLists.txt       |     66 -
 VTK/ThirdParty/gl2ps/vtkgl2ps/COPYING.GL2PS        |     25 -
 VTK/ThirdParty/gl2ps/vtkgl2ps/COPYING.LGPL         |    482 -
 VTK/ThirdParty/gl2ps/vtkgl2ps/README.VTK.txt       |     16 -
 VTK/ThirdParty/gl2ps/vtkgl2ps/gl2ps.c              |   6141 -
 VTK/ThirdParty/gl2ps/vtkgl2ps/gl2ps.h              |    207 -
 VTK/ThirdParty/hdf5/CMakeLists.txt                 |     79 -
 VTK/ThirdParty/hdf5/module.cmake                   |      5 -
 VTK/ThirdParty/hdf5/vtk_hdf5.h.in                  |     26 -
 VTK/ThirdParty/hdf5/vtkhdf5/.NoDartCoverage        |      1 -
 VTK/ThirdParty/hdf5/vtkhdf5/ACKNOWLEDGMENTS        |     15 -
 VTK/ThirdParty/hdf5/vtkhdf5/CMakeLists.txt         |    603 -
 VTK/ThirdParty/hdf5/vtkhdf5/COPYING                |     92 -
 VTK/ThirdParty/hdf5/vtkhdf5/CTestConfig.cmake      |     15 -
 VTK/ThirdParty/hdf5/vtkhdf5/ConfigureChecks.cmake  |    789 -
 VTK/ThirdParty/hdf5/vtkhdf5/README-VTK.txt         |     66 -
 VTK/ThirdParty/hdf5/vtkhdf5/README.txt             |     41 -
 .../hdf5/vtkhdf5/Resources/CMake/FindSZIP.cmake    |    179 -
 .../hdf5/vtkhdf5/Resources/CheckTypeSize.cmake     |     48 -
 .../hdf5/vtkhdf5/Resources/ConversionTests.c       |    422 -
 .../hdf5/vtkhdf5/Resources/GetTimeOfDayTest.cpp    |     15 -
 .../hdf5/vtkhdf5/Resources/H5cxx_config.h.in       |      5 -
 .../hdf5/vtkhdf5/Resources/H5pubconf.h.in          |    752 -
 .../hdf5/vtkhdf5/Resources/HDF5Config.cmake.in     |     32 -
 .../hdf5/vtkhdf5/Resources/HDF5Macros.cmake        |    116 -
 VTK/ThirdParty/hdf5/vtkhdf5/Resources/HDF5Tests.c  |    366 -
 .../hdf5/vtkhdf5/Resources/hdf5_zlib.h.in          |      1 -
 .../vtkhdf5/Resources/libhdf5.settings.cmake.in    |     68 -
 .../hdf5/vtkhdf5/Resources/runTest.cmake           |     82 -
 VTK/ThirdParty/hdf5/vtkhdf5/Resources/xlatefile.c  |     56 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/CMakeLists.txt     |     46 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/COPYING            |     16 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/CMakeLists.txt |    115 -
 .../hdf5/vtkhdf5/c++/src/H5AbstractDs.cpp          |    323 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5AbstractDs.h |     91 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Alltypes.h   |     29 -
 .../hdf5/vtkhdf5/c++/src/H5ArrayType.cpp           |    167 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5ArrayType.h  |     62 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5AtomType.cpp |    297 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5AtomType.h   |     81 -
 .../hdf5/vtkhdf5/c++/src/H5Attribute.cpp           |    540 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Attribute.h  |     98 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Classes.h    |     51 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5CommonFG.cpp |   1187 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5CommonFG.h   |    172 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5CompType.cpp |    462 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5CompType.h   |    114 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Cpp.h        |     58 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5CppDoc.h     |     91 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5DataSet.cpp  |    832 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5DataSet.h    |    132 -
 .../hdf5/vtkhdf5/c++/src/H5DataSpace.cpp           |    643 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5DataSpace.h  |    131 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5DataType.cpp |    811 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5DataType.h   |    139 -
 .../hdf5/vtkhdf5/c++/src/H5DcreatProp.cpp          |    673 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5DcreatProp.h |    126 -
 .../hdf5/vtkhdf5/c++/src/H5DxferProp.cpp           |    441 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5DxferProp.h  |    111 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5EnumType.cpp |    278 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5EnumType.h   |     77 -
 .../hdf5/vtkhdf5/c++/src/H5Exception.cpp           |    548 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Exception.h  |    164 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5FaccProp.cpp |    681 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5FaccProp.h   |    142 -
 .../hdf5/vtkhdf5/c++/src/H5FcreatProp.cpp          |    255 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5FcreatProp.h |     79 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5File.cpp     |    824 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5File.h       |    148 -
 .../hdf5/vtkhdf5/c++/src/H5FloatType.cpp           |    289 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5FloatType.h  |     74 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Group.cpp    |    304 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Group.h      |     76 -
 .../hdf5/vtkhdf5/c++/src/H5IdComponent.cpp         |    326 -
 .../hdf5/vtkhdf5/c++/src/H5IdComponent.h           |     99 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Include.h    |     30 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5IntType.cpp  |    140 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5IntType.h    |     56 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Library.cpp  |    179 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Library.h    |     70 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Object.cpp   |    583 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5Object.h     |    133 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5PredType.cpp |    305 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5PredType.h   |    250 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5PropList.cpp |    697 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5PropList.h   |    122 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5StrType.cpp  |    234 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5StrType.h    |     68 -
 .../hdf5/vtkhdf5/c++/src/H5VarLenType.cpp          |     85 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/H5VarLenType.h |     52 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/Makefile.am    |     73 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/Makefile.in    |   1071 -
 .../hdf5/vtkhdf5/c++/src/RM_stylesheet.css         |    450 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/cpp_doc_config |    234 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/h5c++.in       |    329 -
 VTK/ThirdParty/hdf5/vtkhdf5/c++/src/header.html    |    376 -
 .../hdf5/vtkhdf5/c++/src/header_files/filelist.xml |      6 -
 .../hdf5/vtkhdf5/c++/src/header_files/image001.jpg |    Bin 3034 -> 0 bytes
 .../hdf5/vtkhdf5/c++/src/header_files/image002.jpg |    Bin 2010 -> 0 bytes
 VTK/ThirdParty/hdf5/vtkhdf5/hl/CMakeLists.txt      |     42 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/COPYING             |     16 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/c++/CMakeLists.txt  |     22 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/c++/COPYING         |     16 -
 .../hdf5/vtkhdf5/hl/c++/src/CMakeLists.txt         |     44 -
 .../hdf5/vtkhdf5/hl/c++/src/H5PacketTable.cpp      |    333 -
 .../hdf5/vtkhdf5/hl/c++/src/H5PacketTable.h        |    244 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/c++/src/Makefile.am |     46 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/c++/src/Makefile.in |    969 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/CMakeLists.txt  |     67 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/COPYING         |     16 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5DS.c          |   2267 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5DSprivate.h   |     44 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5DSpublic.h    |     79 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5HLprivate2.h  |     65 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5IM.c          |   1222 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5IMprivate.h   |     41 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5IMpublic.h    |     88 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LT.c          |   2920 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LTanalyze.c   |   2342 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LTanalyze.l   |    192 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LTparse.c     |   1151 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LTparse.h     |     65 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LTparse.y     |    381 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LTprivate.h   |     52 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5LTpublic.h    |    353 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5PT.c          |    839 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5PTprivate.h   |     26 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5PTpublic.h    |    128 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5TB.c          |   3672 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5TBprivate.h   |     62 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/H5TBpublic.h    |    234 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/Makefile.am     |     38 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/Makefile.in     |    969 -
 VTK/ThirdParty/hdf5/vtkhdf5/hl/src/hdf5_hl.h       |     32 -
 .../hdf5/vtkhdf5/hl/src/vtk_libhdf5_hl_mangle.h    |    199 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/.indent.pro        |    150 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/CMakeLists.txt     |    674 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/COPYING            |     16 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5.c               |    780 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5A.c              |   2620 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5AC.c             |   4363 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5ACpkg.h          |    326 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5ACprivate.h      |    358 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5ACpublic.h       |    450 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Abtree2.c        |    555 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Adense.c         |   1908 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Adeprec.c        |    432 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Aint.c           |   1306 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Apkg.h           |    299 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Aprivate.h       |     56 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Apublic.h        |    120 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Atest.c          |    150 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B.c              |   2158 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2.c             |   1279 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2cache.c        |   1132 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2dbg.c          |    431 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2hdr.c          |    607 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2int.c          |   3200 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2pkg.h          |    365 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2private.h      |    158 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2public.h       |     54 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2stat.c         |    150 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5B2test.c         |    535 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Bcache.c         |    406 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Bdbg.c           |    288 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Bpkg.h           |     98 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Bprivate.h       |    181 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Bpublic.h        |     41 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5C.c              |   8829 --
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5CS.c             |    323 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5CSprivate.h      |     44 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Cpkg.h           |   3623 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Cprivate.h       |   1121 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Cpublic.h        |     61 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5D.c              |   1087 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dbtree.c         |   1482 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dchunk.c         |   5039 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dcompact.c       |    571 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dcontig.c        |   1473 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ddbg.c           |    123 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ddeprec.c        |    376 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Defl.c           |    594 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dfill.c          |    717 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dint.c           |   2390 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dio.c            |   1003 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dlayout.c        |    472 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dmpio.c          |   2054 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Doh.c            |    437 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dpkg.h           |    707 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dprivate.h       |    184 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dpublic.h        |    154 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dscatgath.c      |    901 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dselect.c        |    311 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Dtest.c          |    189 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5E.c              |   1662 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Edefin.h         |    211 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Edeprec.c        |    447 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Einit.h          |    793 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Eint.c           |   1031 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Epkg.h           |    145 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Eprivate.h       |    152 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Epubgen.h        |    360 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Epublic.h        |    228 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Eterm.h          |    213 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5F.c              |   2874 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FD.c             |   2129 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDcore.c         |   1123 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDcore.h         |     42 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDdirect.c       |   1380 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDdirect.h       |     57 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDfamily.c       |   1451 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDfamily.h       |     44 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDint.c          |    312 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDlog.c          |   1341 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDlog.h          |     69 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmpi.c          |    532 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmpi.h          |    123 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmpio.c         |   2094 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmpio.h         |     65 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmpiposix.c     |   1547 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmpiposix.h     |     56 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmulti.c        |   2123 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDmulti.h        |     52 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDpkg.h          |     67 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDprivate.h      |     83 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDpublic.h       |    279 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDsec2.c         |    948 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDsec2.h         |     42 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDspace.c        |    462 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDstdio.c        |   1070 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDstdio.h        |     41 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDwindows.c      |   1083 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FDwindows.h      |     42 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FL.c             |   2565 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FLprivate.h      |    430 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FO.c             |    604 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FOprivate.h      |     53 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FS.c             |    957 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FScache.c        |   1033 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FSdbg.c          |    311 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FSpkg.h          |    249 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FSprivate.h      |    211 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FSpublic.h       |     54 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FSsection.c      |   2311 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FSstat.c         |    105 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5FStest.c         |    154 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Faccum.c         |    730 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fdbg.c           |    148 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ffake.c          |    129 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fio.c            |    173 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fmount.c         |    707 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fmpi.c           |    181 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fpkg.h           |    333 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fprivate.h       |    545 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fpublic.h        |    178 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fquery.c         |    838 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fsfile.c         |    227 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper.c         |    805 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Fsuper_cache.c   |    881 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ftest.c          |    188 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5G.c              |   1880 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gbtree2.c        |    547 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gcache.c         |    417 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gcompact.c       |    648 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gdense.c         |   1890 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gdeprec.c        |   1175 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gent.c           |    490 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gint.c           |    207 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Glink.c          |    695 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gloc.c           |    989 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gname.c          |   1191 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gnode.c          |   1551 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gobj.c           |   1214 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Goh.c            |    416 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gpkg.h           |    581 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gprivate.h       |    226 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gpublic.h        |    178 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Groot.c          |    270 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gstab.c          |   1173 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gtest.c          |    637 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Gtraverse.c      |    969 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HF.c             |    926 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFbtree2.c       |   1165 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFcache.c        |   1765 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFdbg.c          |    758 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFdblock.c       |    712 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFdtable.c       |    371 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFhdr.c          |   1518 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFhuge.c         |   1114 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFiblock.c       |   1639 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFiter.c         |    664 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFman.c          |    599 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFpkg.h          |    780 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFprivate.h      |    140 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFpublic.h       |     54 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFsection.c      |   4190 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFspace.c        |    460 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFstat.c         |    180 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFtest.c         |    552 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HFtiny.c         |    421 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HG.c             |    947 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HGcache.c        |    437 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HGdbg.c          |    142 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HGpkg.h          |    156 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HGprivate.h      |     48 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HGpublic.h       |     33 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HL.c             |   1225 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HLcache.c        |    845 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HLdbg.c          |    134 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HLint.c          |    417 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HLpkg.h          |    162 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HLprivate.h      |     79 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HLpublic.h       |     41 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HP.c             |    920 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5HPprivate.h      |     71 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5I.c              |   2398 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ipkg.h           |     70 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Iprivate.h       |     74 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ipublic.h        |    104 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5L.c              |   2947 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Lexternal.c      |    712 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Lpkg.h           |     61 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Lprivate.h       |     98 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Lpublic.h        |    202 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MF.c             |   1040 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MFaggr.c         |    727 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MFdbg.c          |    246 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MFpkg.h          |    175 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MFprivate.h      |     92 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MFsection.c      |    533 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MM.c             |    250 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MMprivate.h      |     54 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MMpublic.h       |     47 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MP.c             |    473 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MPpkg.h          |    106 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MPprivate.h      |     62 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5MPtest.c         |    237 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5O.c              |   3448 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oainfo.c         |    534 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oalloc.c         |   2284 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oattr.c          |    875 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oattribute.c     |   1992 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Obogus.c         |    217 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Obtreek.c        |    258 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ocache.c         |   1375 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ochunk.c         |    367 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ocont.c          |    289 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ocopy.c          |   1214 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Odbg.c           |    566 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Odrvinfo.c       |    314 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Odtype.c         |   2101 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oefl.c           |    586 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ofill.c          |   1019 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oginfo.c         |    352 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Olayout.c        |    747 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Olinfo.c         |    583 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Olink.c          |    860 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Omessage.c       |   2416 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Omtime.c         |    551 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oname.c          |    308 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Onull.c          |     56 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Opkg.h           |    616 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Opline.c         |    694 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oprivate.h       |    715 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Opublic.h        |    203 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Orefcount.c      |    325 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Osdspace.c       |    540 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.c        |    751 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oshared.h        |    474 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Oshmesg.c        |    248 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ostab.c          |    435 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Otest.c          |    520 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ounknown.c       |     89 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5P.c              |   1534 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pacpl.c          |     84 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pdapl.c          |    273 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pdcpl.c          |   1969 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pdeprec.c        |    460 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pdxpl.c          |   1394 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pfapl.c          |   2026 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pfcpl.c          |    951 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pfmpl.c          |    122 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pgcpl.c          |    507 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pint.c           |   4679 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Plapl.c          |    817 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Plcpl.c          |    200 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pocpl.c          |   1580 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pocpypl.c        |    209 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ppkg.h           |    202 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pprivate.h       |    107 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ppublic.h        |    432 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Pstrcpl.c        |    200 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ptest.c          |    173 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5R.c              |    956 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5RC.c             |    127 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5RCprivate.h      |     63 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5RS.c             |    497 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5RSprivate.h      |     61 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Rdeprec.c        |    162 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Rpkg.h           |     63 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Rprivate.h       |     31 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Rpublic.h        |     92 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5S.c              |   2145 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SL.c             |   2179 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SLprivate.h      |     89 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SM.c             |   2636 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SMbtree2.c       |    300 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SMcache.c        |    759 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SMmessage.c      |    358 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SMpkg.h          |    272 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SMprivate.h      |     70 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5SMtest.c         |    119 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5ST.c             |    793 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5STprivate.h      |     64 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Sall.c           |    921 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Sdbg.c           |    124 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Shyper.c         |   8221 --
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Smpio.c          |    825 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Snone.c          |    856 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Spkg.h           |    254 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Spoint.c         |   1546 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Sprivate.h       |    286 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Spublic.h        |    152 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Sselect.c        |   1584 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Stest.c          |    111 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5T.c              |   5275 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5TS.c             |    322 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5TSprivate.h      |     65 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tarray.c         |    457 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tbit.c           |    705 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tcommit.c        |    872 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tcompound.c      |    671 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tconv.c          |  10757 --
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tcset.c          |    151 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tdbg.c           |    400 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tdeprec.c        |    231 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tenum.c          |    603 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tfields.c        |    494 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tfixed.c         |    180 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tfloat.c         |    422 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tnative.c        |    932 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Toffset.c        |    300 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Toh.c            |    234 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Topaque.c        |    140 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Torder.c         |    172 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tpad.c           |    147 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tpkg.h           |   1409 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tprecis.c        |    302 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tprivate.h       |    163 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tpublic.h        |    620 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tstrpad.c        |    163 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tvisit.c         |    155 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Tvlen.c          |   1279 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5V.c              |   1380 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Vprivate.h       |    434 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5WB.c             |    291 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5WBprivate.h      |     64 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Z.c              |   1387 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zdeflate.c       |    205 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zfletcher32.c    |    168 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Znbit.c          |   1411 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zpkg.h           |     73 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zprivate.h       |    108 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zpublic.h        |    249 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zscaleoffset.c   |   1647 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zshuffle.c       |    289 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Zszip.c          |    373 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5Ztrans.c         |   1596 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5api_adpt.h       |    408 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5checksum.c       |    494 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5config.h.in      |    711 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5dbg.c            |    146 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5detect.c         |   1688 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5err.txt          |    255 -
 .../hdf5/vtkhdf5/src/H5make_libsettings.c          |    298 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5overflow.h       |   1939 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5overflow.txt     |     45 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5private.h        |   2046 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5public.h         |    315 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5system.c         |    762 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5timer.c          |    282 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5trace.c          |   2358 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5vers.txt         |     75 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5version.h        |    419 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/H5win32defs.h      |     81 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/Makefile.am        |    178 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/Makefile.in        |   1470 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/hdf5-lin.lnt       |     24 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/hdf5-win.lnt       |     39 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/hdf5.h             |     55 -
 VTK/ThirdParty/hdf5/vtkhdf5/src/hdf5.lnt           |     97 -
 .../hdf5/vtkhdf5/src/libhdf5.settings.in           |     69 -
 .../hdf5/vtkhdf5/src/vtk_libhdf5_mangle.h          |   2404 -
 VTK/ThirdParty/jpeg/CMakeLists.txt                 |      1 -
 VTK/ThirdParty/jpeg/module.cmake                   |      1 -
 VTK/ThirdParty/jpeg/vtk_jpeg.h.in                  |     48 -
 VTK/ThirdParty/jpeg/vtkjpeg/CMakeLists.txt         |     58 -
 VTK/ThirdParty/jpeg/vtkjpeg/README                 |    385 -
 VTK/ThirdParty/jpeg/vtkjpeg/README.VTK.txt         |     24 -
 VTK/ThirdParty/jpeg/vtkjpeg/change.log             |    217 -
 VTK/ThirdParty/jpeg/vtkjpeg/filelist.doc           |    210 -
 VTK/ThirdParty/jpeg/vtkjpeg/install.doc            |   1063 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcapimin.c             |    280 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcapistd.c             |    161 -
 VTK/ThirdParty/jpeg/vtkjpeg/jccoefct.c             |    450 -
 VTK/ThirdParty/jpeg/vtkjpeg/jccolor.c              |    460 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcdctmgr.c             |    387 -
 VTK/ThirdParty/jpeg/vtkjpeg/jchuff.c               |    909 -
 VTK/ThirdParty/jpeg/vtkjpeg/jchuff.h               |     47 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcinit.c               |     72 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcmainct.c             |    293 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcmarker.c             |    665 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcmaster.c             |    590 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcomapi.c              |    106 -
 VTK/ThirdParty/jpeg/vtkjpeg/jconfig.doc            |    155 -
 VTK/ThirdParty/jpeg/vtkjpeg/jconfig.h              |     56 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcparam.c              |    610 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcphuff.c              |    833 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcprepct.c             |    354 -
 VTK/ThirdParty/jpeg/vtkjpeg/jcsample.c             |    520 -
 VTK/ThirdParty/jpeg/vtkjpeg/jctrans.c              |    390 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdapimin.c             |    395 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdapistd.c             |    275 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdatadst.c             |    151 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdatasrc.c             |    217 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdcoefct.c             |    737 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdcolor.c              |    397 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdct.h                 |    176 -
 VTK/ThirdParty/jpeg/vtkjpeg/jddctmgr.c             |    269 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdhuff.c               |    651 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdhuff.h               |    201 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdinput.c              |    381 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdmainct.c             |    512 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdmarker.c             |   1360 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdmaster.c             |    557 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdmerge.c              |    405 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdphuff.c              |    668 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdpostct.c             |    295 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdsample.c             |    486 -
 VTK/ThirdParty/jpeg/vtkjpeg/jdtrans.c              |    143 -
 VTK/ThirdParty/jpeg/vtkjpeg/jerror.c               |    253 -
 VTK/ThirdParty/jpeg/vtkjpeg/jerror.h               |    291 -
 VTK/ThirdParty/jpeg/vtkjpeg/jfdctflt.c             |    168 -
 VTK/ThirdParty/jpeg/vtkjpeg/jfdctfst.c             |    224 -
 VTK/ThirdParty/jpeg/vtkjpeg/jfdctint.c             |    283 -
 VTK/ThirdParty/jpeg/vtkjpeg/jidctflt.c             |    242 -
 VTK/ThirdParty/jpeg/vtkjpeg/jidctfst.c             |    368 -
 VTK/ThirdParty/jpeg/vtkjpeg/jidctint.c             |    389 -
 VTK/ThirdParty/jpeg/vtkjpeg/jidctred.c             |    398 -
 VTK/ThirdParty/jpeg/vtkjpeg/jinclude.h             |     92 -
 VTK/ThirdParty/jpeg/vtkjpeg/jmemmgr.c              |   1118 -
 VTK/ThirdParty/jpeg/vtkjpeg/jmemnobs.c             |    122 -
 VTK/ThirdParty/jpeg/vtkjpeg/jmemsys.h              |    198 -
 VTK/ThirdParty/jpeg/vtkjpeg/jmorecfg.h             |    406 -
 VTK/ThirdParty/jpeg/vtkjpeg/jpegDllConfig.h.in     |      6 -
 VTK/ThirdParty/jpeg/vtkjpeg/jpegint.h              |    392 -
 VTK/ThirdParty/jpeg/vtkjpeg/jpeglib.h              |   1097 -
 VTK/ThirdParty/jpeg/vtkjpeg/jquant1.c              |    862 -
 VTK/ThirdParty/jpeg/vtkjpeg/jquant2.c              |   1312 -
 VTK/ThirdParty/jpeg/vtkjpeg/jutils.c               |    179 -
 VTK/ThirdParty/jpeg/vtkjpeg/jversion.h             |     14 -
 VTK/ThirdParty/jpeg/vtkjpeg/libjpeg.doc            |   3006 -
 VTK/ThirdParty/jpeg/vtkjpeg/structure.doc          |    948 -
 VTK/ThirdParty/jpeg/vtkjpeg/vtk_jpeg_mangle.h      |    121 -
 VTK/ThirdParty/jsoncpp/CMakeLists.txt              |     32 -
 VTK/ThirdParty/jsoncpp/json/json-forwards.h        |    249 -
 VTK/ThirdParty/jsoncpp/json/json.h                 |   1855 -
 VTK/ThirdParty/jsoncpp/jsoncpp.cpp                 |   4236 -
 VTK/ThirdParty/jsoncpp/module.cmake                |      3 -
 VTK/ThirdParty/libproj4/CMakeLists.txt             |      4 -
 VTK/ThirdParty/libproj4/module.cmake               |      1 -
 VTK/ThirdParty/libproj4/vtk_libproj4.h.in          |     26 -
 VTK/ThirdParty/libproj4/vtklibproj4/CMakeLists.txt |    229 -
 VTK/ThirdParty/libproj4/vtklibproj4/README         |     75 -
 VTK/ThirdParty/libproj4/vtklibproj4/lib_proj.h     |    290 -
 VTK/ThirdParty/libproj4/vtklibproj4/lproj.c        |    518 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_adjlon.c  |     52 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_aea.c     |    145 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_aeqd.c    |    280 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_airy.c    |    124 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_aitoff.c  |     76 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_apian2.c  |     46 -
 .../libproj4/vtklibproj4/proj_ardn_cls.c           |     46 -
 .../libproj4/vtklibproj4/proj_armadillo.c          |     53 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_august.c  |     62 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_auth.c    |    131 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_bacon.c   |     74 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_baker.c   |     58 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_baranyi.c |    164 -
 .../libproj4/vtklibproj4/proj_baranyi4.c           |     56 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_bipc.c    |    159 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_boggs.c   |     66 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_bonne.c   |    118 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_braun2.c  |     46 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_cass.c    |    110 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_cc.c      |     54 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_cea.c     |     92 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_collg.c   |     64 -
 .../libproj4/vtklibproj4/proj_config.h.cmake       |     47 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_crast.c   |     57 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_cubic.c   |    100 -
 .../libproj4/vtklibproj4/proj_cyl_stere.c          |     59 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_denoy.c   |     52 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_deriv.c   |     68 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_dmstor.c  |    110 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_dummy.c   |     52 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eck1.c    |     54 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eck2.c    |     63 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eck3.c    |    110 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eck4.c    |     79 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eck5.c    |     53 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eisen.c   |     54 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_ell_set.c |    138 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_ellps.c   |    102 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eqc.c     |     61 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_eqdc.c    |    127 -
 .../libproj4/vtklibproj4/proj_equi_moll.c          |     54 -
 .../libproj4/vtklibproj4/proj_erdi_ksz.c           |     76 -
 .../libproj4/vtklibproj4/proj_err_list.c           |     89 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_errno.c   |     68 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_etmerc.c  |    214 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_factors.c |    128 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_fahey.c   |     52 -
 .../libproj4/vtklibproj4/proj_fc-loerr.c           |    101 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_fouc_s.c  |     78 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_four1.c   |     69 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_four2.c   |     55 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_ftmerc.c  |    168 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_fwd.c     |     69 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_gauss.c   |    110 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_geos.c    |    148 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_gilbert.c |     64 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_gins8.c   |     51 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_gn_sinu.c |    133 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_gnom.c    |    138 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_goode.c   |    140 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_gstmerc.c |     81 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_guyou.c   |    168 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_hammer.c  |     62 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_hatano.c  |     91 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_hill.c    |    104 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_holzel.c  |     51 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_imw_p.c   |    200 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_init.c    |    140 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_inv.c     |     64 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_kocc.c    |     96 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_ktmerc.c  |    106 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_labrd.c   |    142 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_laea.c    |    266 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_lagrng.c  |     70 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_larr.c    |     46 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_lask.c    |     60 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_lcc.c     |    155 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_lcca.c    |    100 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_list.c    |     50 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_list.h    |    253 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_loxim.c   |     74 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_lsat.c    |    214 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_maurer.c  |     54 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mayr.c    |    156 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mbt_fps.c |     73 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mbtfpp.c  |     67 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mbtfpq.c  |     82 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mcb_s3.c  |     79 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mdist.c   |    129 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_merc.c    |     80 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mill.c    |     50 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_mill_2.c  |     53 -
 .../libproj4/vtklibproj4/proj_mill_per.c           |     46 -
 .../libproj4/vtklibproj4/proj_mod_ster.c           |    254 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_moll.c    |    107 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_msfn.c    |     40 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_nell.c    |     65 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_nell_h.c  |    109 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_nocol.c   |     72 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_nsper.c   |    192 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_nzmg.c    |    107 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_ob_tran.c |    153 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_ocea.c    |    101 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_oea.c     |     91 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_omerc.c   |    213 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_ortho.c   |    127 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_oxford.c  |     63 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_param.c   |    128 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_phi2.c    |     58 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_poly.c    |    131 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_pr_list.c |     91 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_psi.c     |     71 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_putp2.c   |     75 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_putp3.c   |     59 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_putp4p.c  |     62 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_putp5.c   |     59 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_putp6.c   |     92 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_robin.c   |    140 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_rouss.c   |    128 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_rpoly.c   |     68 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_rtodms.c  |    103 -
 .../libproj4/vtklibproj4/proj_s_min_err.c          |     52 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_sconics.c |    187 -
 .../libproj4/vtklibproj4/proj_semiconf.c           |     51 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_somerc.c  |     69 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_stere.c   |    277 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_sterea.c  |     98 -
 .../libproj4/vtklibproj4/proj_strerrno.c           |     67 -
 .../libproj4/vtklibproj4/proj_strerror_r.c         |     77 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_sts.c     |    102 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_tcc.c     |     51 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_tcea.c    |    118 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_tmerc.c   |    185 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_tob_g1.c  |     77 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_tob_sqr.c |     54 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_tpeqd.c   |    109 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_trans.c   |     69 -
 .../libproj4/vtklibproj4/proj_translate.c          |    131 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_trapez.c  |     68 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_tsfn.c    |     43 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_units.c   |     74 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_urm5.c    |     64 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_urmfps.c  |     86 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_vandg.c   |    113 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_vandg2.c  |     78 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_vandg4.c  |     75 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_wag2.c    |     56 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_wag3.c    |     57 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_wag5.c    |     61 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_wag7.c    |     79 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_wag9.c    |     60 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_wink1.c   |     53 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_wink2.c   |     67 -
 VTK/ThirdParty/libproj4/vtklibproj4/proj_zpoly1.c  |     83 -
 .../libproj4/vtklibproj4/vtk_libproj4_mangle.h     |    434 -
 VTK/ThirdParty/libxml2/CMakeLists.txt              |      3 -
 VTK/ThirdParty/libxml2/module.cmake                |      4 -
 VTK/ThirdParty/libxml2/vtk_libxml2.h.in            |     48 -
 VTK/ThirdParty/libxml2/vtklibxml2/AUTHORS          |      5 -
 VTK/ThirdParty/libxml2/vtklibxml2/CMakeLists.txt   |    305 -
 VTK/ThirdParty/libxml2/vtklibxml2/Copyright        |     27 -
 VTK/ThirdParty/libxml2/vtklibxml2/DOCBparser.c     |    305 -
 VTK/ThirdParty/libxml2/vtklibxml2/HTMLparser.c     |   6274 -
 VTK/ThirdParty/libxml2/vtklibxml2/HTMLtree.c       |   1213 -
 VTK/ThirdParty/libxml2/vtklibxml2/SAX.c            |    180 -
 VTK/ThirdParty/libxml2/vtklibxml2/SAX2.c           |   2891 -
 VTK/ThirdParty/libxml2/vtklibxml2/c14n.c           |   1928 -
 VTK/ThirdParty/libxml2/vtklibxml2/catalog.c        |   3788 -
 VTK/ThirdParty/libxml2/vtklibxml2/chvalid.c        |    336 -
 .../libxml2/vtklibxml2/config_cmake.h.in           |    263 -
 VTK/ThirdParty/libxml2/vtklibxml2/debugXML.c       |   3264 -
 VTK/ThirdParty/libxml2/vtklibxml2/dict.c           |    901 -
 VTK/ThirdParty/libxml2/vtklibxml2/elfgcchack.h     |  17428 ---
 VTK/ThirdParty/libxml2/vtklibxml2/encoding.c       |   3295 -
 VTK/ThirdParty/libxml2/vtklibxml2/entities.c       |    966 -
 VTK/ThirdParty/libxml2/vtklibxml2/error.c          |    986 -
 VTK/ThirdParty/libxml2/vtklibxml2/globals.c        |   1129 -
 VTK/ThirdParty/libxml2/vtklibxml2/hash.c           |   1079 -
 .../libxml2/vtklibxml2/include/libxml/DOCBparser.h |     96 -
 .../libxml2/vtklibxml2/include/libxml/HTMLparser.h |    303 -
 .../libxml2/vtklibxml2/include/libxml/HTMLtree.h   |    147 -
 .../libxml2/vtklibxml2/include/libxml/SAX.h        |    173 -
 .../libxml2/vtklibxml2/include/libxml/SAX2.h       |    176 -
 .../libxml2/vtklibxml2/include/libxml/c14n.h       |    105 -
 .../libxml2/vtklibxml2/include/libxml/catalog.h    |    182 -
 .../libxml2/vtklibxml2/include/libxml/chvalid.h    |    230 -
 .../libxml2/vtklibxml2/include/libxml/debugXML.h   |    217 -
 .../libxml2/vtklibxml2/include/libxml/dict.h       |     69 -
 .../libxml2/vtklibxml2/include/libxml/encoding.h   |    226 -
 .../libxml2/vtklibxml2/include/libxml/entities.h   |    140 -
 .../libxml2/vtklibxml2/include/libxml/globals.h    |    492 -
 .../libxml2/vtklibxml2/include/libxml/hash.h       |    233 -
 .../libxml2/vtklibxml2/include/libxml/list.h       |    137 -
 .../libxml2/vtklibxml2/include/libxml/nanoftp.h    |    143 -
 .../libxml2/vtklibxml2/include/libxml/nanohttp.h   |     81 -
 .../libxml2/vtklibxml2/include/libxml/parser.h     |   1220 -
 .../vtklibxml2/include/libxml/parserInternals.h    |    602 -
 .../libxml2/vtklibxml2/include/libxml/pattern.h    |    100 -
 .../libxml2/vtklibxml2/include/libxml/relaxng.h    |    196 -
 .../vtklibxml2/include/libxml/schemasInternals.h   |    958 -
 .../libxml2/vtklibxml2/include/libxml/schematron.h |    124 -
 .../libxml2/vtklibxml2/include/libxml/threads.h    |     80 -
 .../libxml2/vtklibxml2/include/libxml/tree.h       |   1208 -
 .../libxml2/vtklibxml2/include/libxml/uri.h        |     89 -
 .../libxml2/vtklibxml2/include/libxml/valid.h      |    458 -
 .../vtklibxml2/include/libxml/vtk_libxml2_mangle.h |   1638 -
 .../libxml2/vtklibxml2/include/libxml/xinclude.h   |    125 -
 .../libxml2/vtklibxml2/include/libxml/xlink.h      |    189 -
 .../libxml2/vtklibxml2/include/libxml/xmlIO.h      |    360 -
 .../vtklibxml2/include/libxml/xmlautomata.h        |    146 -
 .../libxml2/vtklibxml2/include/libxml/xmlerror.h   |    936 -
 .../libxml2/vtklibxml2/include/libxml/xmlexports.h |    156 -
 .../libxml2/vtklibxml2/include/libxml/xmlmemory.h  |    222 -
 .../libxml2/vtklibxml2/include/libxml/xmlmodule.h  |     57 -
 .../libxml2/vtklibxml2/include/libxml/xmlreader.h  |    408 -
 .../libxml2/vtklibxml2/include/libxml/xmlregexp.h  |    216 -
 .../libxml2/vtklibxml2/include/libxml/xmlsave.h    |     84 -
 .../libxml2/vtklibxml2/include/libxml/xmlschemas.h |    198 -
 .../vtklibxml2/include/libxml/xmlschemastypes.h    |    151 -
 .../libxml2/vtklibxml2/include/libxml/xmlstring.h  |    140 -
 .../libxml2/vtklibxml2/include/libxml/xmlunicode.h |    202 -
 .../vtklibxml2/include/libxml/xmlversion.h.in      |    405 -
 .../vtklibxml2/include/libxml/xmlwin32version.h.in |    288 -
 .../libxml2/vtklibxml2/include/libxml/xmlwriter.h  |    459 -
 .../libxml2/vtklibxml2/include/libxml/xpath.h      |    543 -
 .../vtklibxml2/include/libxml/xpathInternals.h     |    630 -
 .../libxml2/vtklibxml2/include/libxml/xpointer.h   |    114 -
 .../libxml2/vtklibxml2/include/wsockcompat.h       |     81 -
 VTK/ThirdParty/libxml2/vtklibxml2/legacy.c         |   1343 -
 VTK/ThirdParty/libxml2/vtklibxml2/libxml.h         |     79 -
 .../libxml2/vtklibxml2/libxml2PlatformTests.cmake  |    134 -
 VTK/ThirdParty/libxml2/vtklibxml2/list.c           |    779 -
 VTK/ThirdParty/libxml2/vtklibxml2/nanoftp.c        |   2109 -
 VTK/ThirdParty/libxml2/vtklibxml2/nanohttp.c       |   1789 -
 VTK/ThirdParty/libxml2/vtklibxml2/parser.c         |  13612 ---
 .../libxml2/vtklibxml2/parserInternals.c           |   2059 -
 VTK/ThirdParty/libxml2/vtklibxml2/pattern.c        |   2607 -
 VTK/ThirdParty/libxml2/vtklibxml2/platformTestsC.c |    122 -
 VTK/ThirdParty/libxml2/vtklibxml2/regressions.xml  |    226 -
 VTK/ThirdParty/libxml2/vtklibxml2/relaxng.c        |  10815 --
 VTK/ThirdParty/libxml2/vtklibxml2/rngparser.c      |   1595 -
 VTK/ThirdParty/libxml2/vtklibxml2/runsuite.c       |   1184 -
 VTK/ThirdParty/libxml2/vtklibxml2/runtest.c        |   4432 -
 VTK/ThirdParty/libxml2/vtklibxml2/schematron.c     |   1734 -
 VTK/ThirdParty/libxml2/vtklibxml2/threads.c        |    867 -
 VTK/ThirdParty/libxml2/vtklibxml2/tree.c           |   9535 --
 VTK/ThirdParty/libxml2/vtklibxml2/trio.c           |   6855 --
 VTK/ThirdParty/libxml2/vtklibxml2/trio.h           |    216 -
 VTK/ThirdParty/libxml2/vtklibxml2/triodef.h        |    222 -
 VTK/ThirdParty/libxml2/vtklibxml2/trionan.c        |    915 -
 VTK/ThirdParty/libxml2/vtklibxml2/trionan.h        |     84 -
 VTK/ThirdParty/libxml2/vtklibxml2/triop.h          |    150 -
 VTK/ThirdParty/libxml2/vtklibxml2/triostr.c        |   2102 -
 VTK/ThirdParty/libxml2/vtklibxml2/triostr.h        |    140 -
 VTK/ThirdParty/libxml2/vtklibxml2/uri.c            |   2483 -
 VTK/ThirdParty/libxml2/vtklibxml2/valid.c          |   6955 --
 VTK/ThirdParty/libxml2/vtklibxml2/vtk_README.txt   |     57 -
 .../libxml2/vtklibxml2/vtk_libxml2_zlib.h          |     10 -
 VTK/ThirdParty/libxml2/vtklibxml2/xinclude.c       |   2555 -
 VTK/ThirdParty/libxml2/vtklibxml2/xlink.c          |    181 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlIO.c          |   3881 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlcatalog.c     |    617 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmllint.c        |   3541 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlmemory.c      |   1044 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlmodule.c      |    445 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlreader.c      |   5659 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlregexp.c      |   7959 --
 VTK/ThirdParty/libxml2/vtklibxml2/xmlsave.c        |   2406 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlschemas.c     |  28654 -----
 .../libxml2/vtklibxml2/xmlschemastypes.c           |   6113 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlstring.c      |    984 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlunicode.c     |   3179 -
 VTK/ThirdParty/libxml2/vtklibxml2/xmlwriter.c      |   4614 -
 VTK/ThirdParty/libxml2/vtklibxml2/xpath.c          |  15069 ---
 VTK/ThirdParty/libxml2/vtklibxml2/xpointer.c       |   3003 -
 VTK/ThirdParty/mrmpi/CMakeLists.txt                |     17 -
 VTK/ThirdParty/mrmpi/LICENSE                       |     31 -
 VTK/ThirdParty/mrmpi/README                        |     47 -
 VTK/ThirdParty/mrmpi/doc/mapreduce.html            |   2193 -
 VTK/ThirdParty/mrmpi/doc/mapreduce.pdf             |   1148 -
 VTK/ThirdParty/mrmpi/doc/mapreduce.txt             |   2146 -
 VTK/ThirdParty/mrmpi/examples/CMakeLists.txt       |     10 -
 VTK/ThirdParty/mrmpi/examples/Makefile.common      |     26 -
 VTK/ThirdParty/mrmpi/examples/Makefile.linux       |     13 -
 VTK/ThirdParty/mrmpi/examples/Makefile.mac64       |     14 -
 VTK/ThirdParty/mrmpi/examples/Makefile.mpicc       |     14 -
 VTK/ThirdParty/mrmpi/examples/Makefile.serial      |     13 -
 VTK/ThirdParty/mrmpi/examples/Makefile.storm       |     12 -
 VTK/ThirdParty/mrmpi/examples/crmat.c              |    317 -
 VTK/ThirdParty/mrmpi/examples/cwordfreq.c          |    167 -
 VTK/ThirdParty/mrmpi/examples/pypar_serial.py      |     20 -
 VTK/ThirdParty/mrmpi/examples/rmat.cpp             |    318 -
 VTK/ThirdParty/mrmpi/examples/rmat.py              |    205 -
 VTK/ThirdParty/mrmpi/examples/wordfreq.cpp         |    168 -
 VTK/ThirdParty/mrmpi/examples/wordfreq.py          |    100 -
 VTK/ThirdParty/mrmpi/module.cmake                  |      6 -
 VTK/ThirdParty/mrmpi/mpistubs/CMakeLists.txt       |     11 -
 VTK/ThirdParty/mrmpi/mpistubs/Makefile             |    217 -
 VTK/ThirdParty/mrmpi/mpistubs/mpi.cpp              |    322 -
 VTK/ThirdParty/mrmpi/mpistubs/mpi.h                |    128 -
 VTK/ThirdParty/mrmpi/python/README                 |      8 -
 VTK/ThirdParty/mrmpi/python/mrmpi.py               |    325 -
 VTK/ThirdParty/mrmpi/python/setup.py               |     32 -
 VTK/ThirdParty/mrmpi/python/setup_serial.py        |     28 -
 VTK/ThirdParty/mrmpi/src/CMakeLists.txt            |     26 -
 VTK/ThirdParty/mrmpi/src/Makefile.common           |     26 -
 VTK/ThirdParty/mrmpi/src/Makefile.linux            |     10 -
 VTK/ThirdParty/mrmpi/src/Makefile.mac64            |     10 -
 VTK/ThirdParty/mrmpi/src/Makefile.mpicc            |     10 -
 VTK/ThirdParty/mrmpi/src/Makefile.serial           |     10 -
 VTK/ThirdParty/mrmpi/src/Makefile.storm            |      9 -
 VTK/ThirdParty/mrmpi/src/cmapreduce.cpp            |    303 -
 VTK/ThirdParty/mrmpi/src/cmapreduce.h              |    113 -
 VTK/ThirdParty/mrmpi/src/error.cpp                 |     57 -
 VTK/ThirdParty/mrmpi/src/error.h                   |     37 -
 VTK/ThirdParty/mrmpi/src/hash.cpp                  |    298 -
 VTK/ThirdParty/mrmpi/src/hash.h                    |      7 -
 VTK/ThirdParty/mrmpi/src/irregular.cpp             |    394 -
 VTK/ThirdParty/mrmpi/src/irregular.h               |     74 -
 VTK/ThirdParty/mrmpi/src/keymultivalue.cpp         |    405 -
 VTK/ThirdParty/mrmpi/src/keymultivalue.h           |     74 -
 VTK/ThirdParty/mrmpi/src/keyvalue.cpp              |    353 -
 VTK/ThirdParty/mrmpi/src/keyvalue.h                |     57 -
 VTK/ThirdParty/mrmpi/src/mapreduce.cpp             |   1523 -
 VTK/ThirdParty/mrmpi/src/mapreduce.h               |    133 -
 VTK/ThirdParty/mrmpi/src/memory.cpp                |     76 -
 VTK/ThirdParty/mrmpi/src/memory.h                  |     37 -
 VTK/ThirdParty/mrmpi/src/mrmpi_config.h            |     30 -
 VTK/ThirdParty/mrmpi/src/rename.sh                 |     10 -
 VTK/ThirdParty/mrmpi/user/README                   |     10 -
 VTK/ThirdParty/netcdf/CMakeLists.txt               |      8 -
 VTK/ThirdParty/netcdf/module.cmake                 |      4 -
 VTK/ThirdParty/netcdf/vtk_netcdf.h                 |     21 -
 VTK/ThirdParty/netcdf/vtk_netcdfcpp.h              |     21 -
 VTK/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt     |    363 -
 VTK/ThirdParty/netcdf/vtknetcdf/COPYRIGHT          |     35 -
 VTK/ThirdParty/netcdf/vtknetcdf/README             |     73 -
 VTK/ThirdParty/netcdf/vtknetcdf/README-VTK.txt     |     68 -
 VTK/ThirdParty/netcdf/vtknetcdf/RELEASE_NOTES      |   1076 -
 VTK/ThirdParty/netcdf/vtknetcdf/config.h.in        |    471 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/CMakeLists.txt |     14 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/README         |     28 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/nctst.cpp      |    518 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/ncvalues.cpp   |    336 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/ncvalues.h     |    279 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/netcdf.cpp     |   1664 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/netcdf.hh      |      1 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/netcdfcpp.h    |    470 -
 VTK/ThirdParty/netcdf/vtknetcdf/cxx/ref_nctst.cdl  |     52 -
 .../vtknetcdf/cxx/ref_nctst_64bit_offset.cdl       |     52 -
 .../netcdf/vtknetcdf/cxx/ref_nctst_netcdf4.cdl     |     52 -
 .../vtknetcdf/cxx/ref_nctst_netcdf4_classic.cdl    |     52 -
 .../netcdf/vtknetcdf/cxx/run_nc4_tests.sh          |     21 -
 .../netcdf/vtknetcdf/cxx/run_nc_tests.sh           |     21 -
 .../netcdf/vtknetcdf/cxx/run_valgrind_tests.sh     |     26 -
 .../netcdf/vtknetcdf/cxx/tst_failure.cpp           |     47 -
 .../netcdf/vtknetcdf/cxx/tst_many_writes.cpp       |    122 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/fbits.h    |     26 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/nc.h       |    427 -
 .../netcdf/vtknetcdf/include/nc3dispatch.h         |    200 -
 .../netcdf/vtknetcdf/include/nc_logging.h          |     62 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/nc_tests.h |     83 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/nc_url.h   |     47 -
 .../netcdf/vtknetcdf/include/ncdimscale.h          |     12 -
 .../netcdf/vtknetcdf/include/ncdispatch.h          |    364 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/ncio.h     |    147 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/nclist.h   |     65 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/netcdf.h   |   1843 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/netcdf_f.h |     63 -
 .../netcdf/vtknetcdf/include/netcdf_par.h          |     42 -
 VTK/ThirdParty/netcdf/vtknetcdf/include/utf8proc.h |    406 -
 .../netcdf/vtknetcdf/include/vtk_netcdf_mangle.h   |    835 -
 .../netcdf/vtknetcdf/libdispatch/CMakeLists.txt    |     28 -
 VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/att.c  |    397 -
 VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/copy.c |    619 -
 VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/dim.c  |     86 -
 .../netcdf/vtknetcdf/libdispatch/dispatch.c        |    165 -
 .../netcdf/vtknetcdf/libdispatch/error.c           |    186 -
 VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/file.c |    486 -
 VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/nc4.c  |    638 -
 .../netcdf/vtknetcdf/libdispatch/nc_url.c          |    414 -
 .../netcdf/vtknetcdf/libdispatch/ncbytes.c         |    191 -
 .../netcdf/vtknetcdf/libdispatch/ncbytes.h         |     60 -
 .../netcdf/vtknetcdf/libdispatch/nclist.c          |    201 -
 .../netcdf/vtknetcdf/libdispatch/parallel.c        |    125 -
 VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/v2i.c  |   1176 -
 VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/var.c  |   2536 -
 .../netcdf/vtknetcdf/liblib/CMakeLists.txt         |      8 -
 VTK/ThirdParty/netcdf/vtknetcdf/liblib/stub.c      |     55 -
 .../netcdf/vtknetcdf/libsrc/CMakeLists.txt         |     38 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/attr.c      |   1167 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/attr.m4     |    888 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/dim.c       |    501 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/ffio.c      |    856 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/lookup3.c   |   1026 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/nc.c        |   1568 -
 .../netcdf/vtknetcdf/libsrc/nc3dispatch.c          |    498 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/nclistmgr.c |     80 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/ncx.c       |   8453 --
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/ncx.h       |    760 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/ncx.m4      |   3214 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/netcdf.3    |   1405 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/onstack.h   |     72 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/posixio.c   |   1784 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/pstdint.h   |    799 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/putget.c    |   5370 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/putget.m4   |   1563 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/rnd.h       |     17 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/string.c    |    301 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/utf8proc.c  |    590 -
 .../netcdf/vtknetcdf/libsrc/utf8proc_data.h        |  13383 ---
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/v1hpg.c     |   1401 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc/var.c       |    744 -
 .../netcdf/vtknetcdf/libsrc4/CMakeLists.txt        |     45 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/error4.c   |     75 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4attr.c  |    899 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4dim.c   |    403 -
 .../netcdf/vtknetcdf/libsrc4/nc4dispatch.c         |    107 -
 .../netcdf/vtknetcdf/libsrc4/nc4dispatch.h         |    270 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4file.c  |   2929 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4grp.c   |    440 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4hdf.c   |   3899 -
 .../netcdf/vtknetcdf/libsrc4/nc4internal.c         |   1479 -
 .../netcdf/vtknetcdf/libsrc4/nc4internal.h         |    425 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4type.c  |    741 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/nc4var.c   |   1473 -
 VTK/ThirdParty/netcdf/vtknetcdf/libsrc4/ncfunc.c   |    102 -
 VTK/ThirdParty/netcdf/vtknetcdf/ncconfig.h.in      |    165 -
 .../netcdf/vtknetcdf/vtk_netcdf_config.h.in        |     10 -
 VTK/ThirdParty/oggtheora/CMakeLists.txt            |      1 -
 VTK/ThirdParty/oggtheora/module.cmake              |      5 -
 VTK/ThirdParty/oggtheora/vtk_oggtheora.h.in        |     29 -
 .../oggtheora/vtkoggtheora/CMakeLists.txt          |    273 -
 .../oggtheora/vtkoggtheora/README.Kitware.txt      |     34 -
 .../oggtheora/vtkoggtheora/libogg-1.1.4/AUTHORS    |      4 -
 .../oggtheora/vtkoggtheora/libogg-1.1.4/CHANGES    |     42 -
 .../oggtheora/vtkoggtheora/libogg-1.1.4/COPYING    |     28 -
 .../oggtheora/vtkoggtheora/libogg-1.1.4/README     |    133 -
 .../libogg-1.1.4/include/ogg/config_types.h.in     |     20 -
 .../vtkoggtheora/libogg-1.1.4/include/ogg/ogg.h    |    209 -
 .../libogg-1.1.4/include/ogg/os_types.h            |    143 -
 .../vtkoggtheora/libogg-1.1.4/src/bitwise.c        |    823 -
 .../vtkoggtheora/libogg-1.1.4/src/framing.c        |   1881 -
 .../oggtheora/vtkoggtheora/libtheora-1.1.1/AUTHORS |     49 -
 .../oggtheora/vtkoggtheora/libtheora-1.1.1/CHANGES |    231 -
 .../oggtheora/vtkoggtheora/libtheora-1.1.1/COPYING |     28 -
 .../oggtheora/vtkoggtheora/libtheora-1.1.1/LICENSE |     18 -
 .../oggtheora/vtkoggtheora/libtheora-1.1.1/README  |    152 -
 .../vtkoggtheora/libtheora-1.1.1/config.h.in       |     43 -
 .../libtheora-1.1.1/examples/encoder_example.c     |   1826 -
 .../libtheora-1.1.1/include/theora/codec.h         |    592 -
 .../libtheora-1.1.1/include/theora/theora.h        |    785 -
 .../libtheora-1.1.1/include/theora/theoradec.h     |    326 -
 .../libtheora-1.1.1/include/theora/theoraenc.h     |    487 -
 .../vtkoggtheora/libtheora-1.1.1/lib/analyze.c     |   2709 -
 .../vtkoggtheora/libtheora-1.1.1/lib/apiwrapper.c  |    166 -
 .../vtkoggtheora/libtheora-1.1.1/lib/apiwrapper.h  |     55 -
 .../vtkoggtheora/libtheora-1.1.1/lib/bitpack.c     |    111 -
 .../vtkoggtheora/libtheora-1.1.1/lib/bitpack.h     |     62 -
 .../vtkoggtheora/libtheora-1.1.1/lib/cpu.c         |    226 -
 .../vtkoggtheora/libtheora-1.1.1/lib/cpu.h         |     34 -
 .../vtkoggtheora/libtheora-1.1.1/lib/dct.h         |     31 -
 .../libtheora-1.1.1/lib/decapiwrapper.c            |    194 -
 .../vtkoggtheora/libtheora-1.1.1/lib/decinfo.c     |    246 -
 .../vtkoggtheora/libtheora-1.1.1/lib/decint.h      |    108 -
 .../vtkoggtheora/libtheora-1.1.1/lib/decode.c      |   2944 -
 .../vtkoggtheora/libtheora-1.1.1/lib/dequant.c     |    183 -
 .../vtkoggtheora/libtheora-1.1.1/lib/dequant.h     |     27 -
 .../libtheora-1.1.1/lib/encapiwrapper.c            |    169 -
 .../vtkoggtheora/libtheora-1.1.1/lib/encfrag.c     |    388 -
 .../vtkoggtheora/libtheora-1.1.1/lib/encinfo.c     |    121 -
 .../vtkoggtheora/libtheora-1.1.1/lib/encint.h      |    495 -
 .../vtkoggtheora/libtheora-1.1.1/lib/encode.c      |   1615 -
 .../vtkoggtheora/libtheora-1.1.1/lib/enquant.c     |    274 -
 .../vtkoggtheora/libtheora-1.1.1/lib/enquant.h     |     27 -
 .../vtkoggtheora/libtheora-1.1.1/lib/fdct.c        |    422 -
 .../vtkoggtheora/libtheora-1.1.1/lib/fragment.c    |     87 -
 .../vtkoggtheora/libtheora-1.1.1/lib/huffdec.c     |    490 -
 .../vtkoggtheora/libtheora-1.1.1/lib/huffdec.h     |     92 -
 .../vtkoggtheora/libtheora-1.1.1/lib/huffenc.c     |    911 -
 .../vtkoggtheora/libtheora-1.1.1/lib/huffenc.h     |     19 -
 .../vtkoggtheora/libtheora-1.1.1/lib/huffman.h     |     71 -
 .../vtkoggtheora/libtheora-1.1.1/lib/idct.c        |    335 -
 .../vtkoggtheora/libtheora-1.1.1/lib/info.c        |    131 -
 .../vtkoggtheora/libtheora-1.1.1/lib/internal.c    |    262 -
 .../vtkoggtheora/libtheora-1.1.1/lib/internal.h    |    510 -
 .../vtkoggtheora/libtheora-1.1.1/lib/mathops.c     |    296 -
 .../vtkoggtheora/libtheora-1.1.1/lib/mathops.h     |    142 -
 .../vtkoggtheora/libtheora-1.1.1/lib/mcenc.c       |    767 -
 .../vtkoggtheora/libtheora-1.1.1/lib/modedec.h     |   4027 -
 .../vtkoggtheora/libtheora-1.1.1/lib/ocintrin.h    |    128 -
 .../vtkoggtheora/libtheora-1.1.1/lib/quant.c       |    120 -
 .../vtkoggtheora/libtheora-1.1.1/lib/quant.h       |     34 -
 .../vtkoggtheora/libtheora-1.1.1/lib/rate.c        |   1137 -
 .../vtkoggtheora/libtheora-1.1.1/lib/state.c       |   1227 -
 .../vtkoggtheora/libtheora-1.1.1/lib/tokenize.c    |   1072 -
 .../libtheora-1.1.1/lib/x86/mmxencfrag.c           |    900 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/mmxfdct.c |    665 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/mmxfrag.c |    293 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/mmxfrag.h |     64 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/mmxidct.c |    564 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/mmxloop.h |    215 -
 .../libtheora-1.1.1/lib/x86/mmxstate.c             |    188 -
 .../libtheora-1.1.1/lib/x86/sse2fdct.c             |    523 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/x86enc.c  |     49 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/x86enc.h  |     47 -
 .../vtkoggtheora/libtheora-1.1.1/lib/x86/x86int.h  |     42 -
 .../libtheora-1.1.1/lib/x86/x86state.c             |     62 -
 .../libtheora-1.1.1/lib/x86_vc/mmxencfrag.c        |    969 -
 .../libtheora-1.1.1/lib/x86_vc/mmxfdct.c           |    670 -
 .../libtheora-1.1.1/lib/x86_vc/mmxfrag.c           |    337 -
 .../libtheora-1.1.1/lib/x86_vc/mmxfrag.h           |     61 -
 .../libtheora-1.1.1/lib/x86_vc/mmxidct.c           |    562 -
 .../libtheora-1.1.1/lib/x86_vc/mmxloop.h           |    219 -
 .../libtheora-1.1.1/lib/x86_vc/mmxstate.c          |    211 -
 .../libtheora-1.1.1/lib/x86_vc/x86enc.c            |     49 -
 .../libtheora-1.1.1/lib/x86_vc/x86enc.h            |     47 -
 .../libtheora-1.1.1/lib/x86_vc/x86int.h            |     42 -
 .../libtheora-1.1.1/lib/x86_vc/x86state.c          |     62 -
 .../oggtheora/vtkoggtheora/vtk_oggtheora_mangle.h  |    269 -
 .../oggtheora/vtkoggtheora/vtkoggtheora.def        |     15 -
 .../oggtheora/vtkoggtheora/vtkoggtheora.exp        |     14 -
 .../oggtheora/vtkoggtheora/vtkoggtheora.rc         |     32 -
 .../oggtheora/vtkoggtheora/vtkoggtheora.vscript    |     19 -
 VTK/ThirdParty/png/CMakeLists.txt                  |      1 -
 VTK/ThirdParty/png/module.cmake                    |      5 -
 VTK/ThirdParty/png/vtk_png.h.in                    |     26 -
 VTK/ThirdParty/png/vtkpng/CMakeLists.txt           |     43 -
 VTK/ThirdParty/png/vtkpng/png.c                    |    732 -
 VTK/ThirdParty/png/vtkpng/png.h                    |   3093 -
 VTK/ThirdParty/png/vtkpng/pngDllConfig.h.in        |     11 -
 VTK/ThirdParty/png/vtkpng/pngasmrd.h               |     11 -
 VTK/ThirdParty/png/vtkpng/pngconf.h                |   1347 -
 VTK/ThirdParty/png/vtkpng/pngerror.c               |    294 -
 VTK/ThirdParty/png/vtkpng/pnggccrd.c               |   5208 -
 VTK/ThirdParty/png/vtkpng/pngget.c                 |    829 -
 VTK/ThirdParty/png/vtkpng/pngmem.c                 |    531 -
 VTK/ThirdParty/png/vtkpng/pngpread.c               |   1504 -
 VTK/ThirdParty/png/vtkpng/pngread.c                |   1424 -
 VTK/ThirdParty/png/vtkpng/pngrio.c                 |    162 -
 VTK/ThirdParty/png/vtkpng/pngrtran.c               |   4115 -
 VTK/ThirdParty/png/vtkpng/pngrutil.c               |   3004 -
 VTK/ThirdParty/png/vtkpng/pngset.c                 |    972 -
 VTK/ThirdParty/png/vtkpng/pngtest.c                |   1514 -
 VTK/ThirdParty/png/vtkpng/pngtrans.c               |    611 -
 VTK/ThirdParty/png/vtkpng/pngvcrd.c                |   3836 -
 VTK/ThirdParty/png/vtkpng/pngwio.c                 |    228 -
 VTK/ThirdParty/png/vtkpng/pngwrite.c               |   1447 -
 VTK/ThirdParty/png/vtkpng/pngwtran.c               |    563 -
 VTK/ThirdParty/png/vtkpng/pngwutil.c               |   2646 -
 VTK/ThirdParty/png/vtkpng/vtk_png_mangle.h         |    350 -
 VTK/ThirdParty/sqlite/CMakeLists.txt               |      4 -
 VTK/ThirdParty/sqlite/module.cmake                 |      1 -
 VTK/ThirdParty/sqlite/vtksqlite/CMakeLists.txt     |     52 -
 VTK/ThirdParty/sqlite/vtksqlite/vtk_sqlite3.c      | 110896 ------------------
 VTK/ThirdParty/sqlite/vtksqlite/vtk_sqlite3.h      |   5666 -
 VTK/ThirdParty/tiff/CMakeLists.txt                 |      1 -
 VTK/ThirdParty/tiff/module.cmake                   |      6 -
 VTK/ThirdParty/tiff/vtk_tiff.h.in                  |     26 -
 VTK/ThirdParty/tiff/vtktiff/CMakeLists.txt         |    129 -
 VTK/ThirdParty/tiff/vtktiff/README                 |     59 -
 VTK/ThirdParty/tiff/vtktiff/README.VTK.txt         |     10 -
 VTK/ThirdParty/tiff/vtktiff/RELEASE-DATE           |      1 -
 VTK/ThirdParty/tiff/vtktiff/VERSION                |      1 -
 VTK/ThirdParty/tiff/vtktiff/dist/newalpha          |      8 -
 VTK/ThirdParty/tiff/vtktiff/dist/newversion        |     31 -
 VTK/ThirdParty/tiff/vtktiff/dist/tiff.alpha        |      1 -
 VTK/ThirdParty/tiff/vtktiff/dist/tiff.spec         |     68 -
 VTK/ThirdParty/tiff/vtktiff/dist/tiff.version      |      1 -
 VTK/ThirdParty/tiff/vtktiff/fax3sm_winnt.c         |   1047 -
 VTK/ThirdParty/tiff/vtktiff/mkg3states.c           |    440 -
 VTK/ThirdParty/tiff/vtktiff/port.h                 |     36 -
 VTK/ThirdParty/tiff/vtktiff/t4.h                   |    285 -
 VTK/ThirdParty/tiff/vtktiff/tconf.h                |     59 -
 VTK/ThirdParty/tiff/vtktiff/tif_acorn.c            |    519 -
 VTK/ThirdParty/tiff/vtktiff/tif_apple.c            |    274 -
 VTK/ThirdParty/tiff/vtktiff/tif_atari.c            |    243 -
 VTK/ThirdParty/tiff/vtktiff/tif_aux.c              |    267 -
 VTK/ThirdParty/tiff/vtktiff/tif_close.c            |    119 -
 VTK/ThirdParty/tiff/vtktiff/tif_codec.c            |    150 -
 VTK/ThirdParty/tiff/vtktiff/tif_color.c            |    275 -
 VTK/ThirdParty/tiff/vtktiff/tif_compress.c         |    286 -
 VTK/ThirdParty/tiff/vtktiff/tif_config.h.in        |    252 -
 VTK/ThirdParty/tiff/vtktiff/tif_dir.c              |   1351 -
 VTK/ThirdParty/tiff/vtktiff/tif_dir.h              |    199 -
 VTK/ThirdParty/tiff/vtktiff/tif_dirinfo.c          |    846 -
 VTK/ThirdParty/tiff/vtktiff/tif_dirread.c          |   1791 -
 VTK/ThirdParty/tiff/vtktiff/tif_dirwrite.c         |   1249 -
 VTK/ThirdParty/tiff/vtktiff/tif_dumpmode.c         |    117 -
 VTK/ThirdParty/tiff/vtktiff/tif_error.c            |     75 -
 VTK/ThirdParty/tiff/vtktiff/tif_extension.c        |    111 -
 VTK/ThirdParty/tiff/vtktiff/tif_fax3.c             |   1566 -
 VTK/ThirdParty/tiff/vtktiff/tif_fax3.h             |    525 -
 VTK/ThirdParty/tiff/vtktiff/tif_fax3sm.c           |   1253 -
 VTK/ThirdParty/tiff/vtktiff/tif_flush.c            |     67 -
 VTK/ThirdParty/tiff/vtktiff/tif_getimage.c         |   2603 -
 VTK/ThirdParty/tiff/vtktiff/tif_jpeg.c             |   1948 -
 VTK/ThirdParty/tiff/vtktiff/tif_luv.c              |   1610 -
 VTK/ThirdParty/tiff/vtktiff/tif_lzw.c              |   1084 -
 VTK/ThirdParty/tiff/vtktiff/tif_msdos.c            |    179 -
 VTK/ThirdParty/tiff/vtktiff/tif_next.c             |    144 -
 VTK/ThirdParty/tiff/vtktiff/tif_ojpeg.c            |   2629 -
 VTK/ThirdParty/tiff/vtktiff/tif_open.c             |    685 -
 VTK/ThirdParty/tiff/vtktiff/tif_packbits.c         |    293 -
 VTK/ThirdParty/tiff/vtktiff/tif_pixarlog.c         |   1342 -
 VTK/ThirdParty/tiff/vtktiff/tif_predict.c          |    626 -
 VTK/ThirdParty/tiff/vtktiff/tif_predict.h          |     64 -
 VTK/ThirdParty/tiff/vtktiff/tif_print.c            |    640 -
 VTK/ThirdParty/tiff/vtktiff/tif_read.c             |    652 -
 VTK/ThirdParty/tiff/vtktiff/tif_strip.c            |    296 -
 VTK/ThirdParty/tiff/vtktiff/tif_swab.c             |    235 -
 VTK/ThirdParty/tiff/vtktiff/tif_thunder.c          |    158 -
 VTK/ThirdParty/tiff/vtktiff/tif_tile.c             |    276 -
 VTK/ThirdParty/tiff/vtktiff/tif_unix.c             |    293 -
 VTK/ThirdParty/tiff/vtktiff/tif_version.c          |     33 -
 VTK/ThirdParty/tiff/vtktiff/tif_vms.c              |    588 -
 VTK/ThirdParty/tiff/vtktiff/tif_warning.c          |     75 -
 VTK/ThirdParty/tiff/vtktiff/tif_win3.c             |    225 -
 VTK/ThirdParty/tiff/vtktiff/tif_win32.c            |    401 -
 VTK/ThirdParty/tiff/vtktiff/tif_write.c            |    726 -
 VTK/ThirdParty/tiff/vtktiff/tif_zip.c              |    383 -
 VTK/ThirdParty/tiff/vtktiff/tiff.h                 |    664 -
 VTK/ThirdParty/tiff/vtktiff/tiffDllConfig.h.in     |      7 -
 VTK/ThirdParty/tiff/vtktiff/tiffconf.h             |     96 -
 VTK/ThirdParty/tiff/vtktiff/tiffio.h               |    517 -
 VTK/ThirdParty/tiff/vtktiff/tiffiop.h              |    324 -
 VTK/ThirdParty/tiff/vtktiff/tiffvers.h             |      9 -
 VTK/ThirdParty/tiff/vtktiff/uvcode.h               |    173 -
 VTK/ThirdParty/tiff/vtktiff/vtk_tiff_mangle.h      |    278 -
 VTK/ThirdParty/tiff/vtktiff/vtktiff.def            |     83 -
 VTK/ThirdParty/utf8/doc/ReleaseNotes               |     34 -
 VTK/ThirdParty/utf8/doc/utf8cpp.html               |   1574 -
 VTK/ThirdParty/utf8/source/utf8.h                  |     34 -
 VTK/ThirdParty/utf8/source/utf8/checked.h          |    318 -
 VTK/ThirdParty/utf8/source/utf8/core.h             |    260 -
 VTK/ThirdParty/utf8/source/utf8/unchecked.h        |    228 -
 VTK/ThirdParty/verdict/CMakeLists.txt              |     21 -
 VTK/ThirdParty/verdict/module.cmake                |      1 -
 VTK/ThirdParty/verdict/vtk_verdict.h               |     21 -
 VTK/ThirdParty/verdict/vtkverdict/CMakeLists.txt   |    194 -
 VTK/ThirdParty/verdict/vtkverdict/README           |     34 -
 VTK/ThirdParty/verdict/vtkverdict/README-VTK.txt   |     68 -
 VTK/ThirdParty/verdict/vtkverdict/V_EdgeMetric.cpp |     49 -
 .../verdict/vtkverdict/V_GaussIntegration.cpp      |   1110 -
 .../verdict/vtkverdict/V_GaussIntegration.hpp      |    110 -
 VTK/ThirdParty/verdict/vtkverdict/V_HexMetric.cpp  |   3417 -
 .../verdict/vtkverdict/V_KnifeMetric.cpp           |    172 -
 .../verdict/vtkverdict/V_PyramidMetric.cpp         |    118 -
 VTK/ThirdParty/verdict/vtkverdict/V_QuadMetric.cpp |   1872 -
 VTK/ThirdParty/verdict/vtkverdict/V_TetMetric.cpp  |   1409 -
 VTK/ThirdParty/verdict/vtkverdict/V_TriMetric.cpp  |   1201 -
 .../verdict/vtkverdict/V_WedgeMetric.cpp           |    918 -
 VTK/ThirdParty/verdict/vtkverdict/Verdict.doc      |    Bin 39936 -> 0 bytes
 VTK/ThirdParty/verdict/vtkverdict/Verdict.htm      |    786 -
 .../verdict/vtkverdict/VerdictVector.cpp           |    446 -
 .../verdict/vtkverdict/VerdictVector.hpp           |    516 -
 VTK/ThirdParty/verdict/vtkverdict/v_vector.h       |    129 -
 VTK/ThirdParty/verdict/vtkverdict/verdict.h.in     |   1412 -
 .../verdict/vtkverdict/verdict_defines.hpp         |    311 -
 .../verdict/vtkverdict/verdict_mangle.h.in         |    136 -
 VTK/ThirdParty/verdict/vtkverdict/verdict_test.cpp |    274 -
 VTK/ThirdParty/xdmf2/CMakeLists.txt                |     44 -
 VTK/ThirdParty/xdmf2/module.cmake                  |      6 -
 VTK/ThirdParty/xdmf2/vtk_xdmf2.h.in                |     19 -
 .../vtkxdmf2/CMake/CheckFor64BitStreams.cmake      |     42 -
 .../xdmf2/vtkxdmf2/CMake/CheckFor64BitStreams.cxx  |     21 -
 .../xdmf2/vtkxdmf2/CMake/CompileXdmfByteCode.py    |      4 -
 .../xdmf2/vtkxdmf2/CMake/FindEXPAT.cmake           |     27 -
 .../vtkxdmf2/CMake/FindPythonExecutable.cmake      |     14 -
 .../xdmf2/vtkxdmf2/CMake/setup_install_paths.py    |    138 -
 .../xdmf2/vtkxdmf2/CMake/vtkThirdParty.cmake       |     78 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/CMakeLists.txt       |    105 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/Copyright.txt        |     32 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/README-VTK.txt       |     68 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/XDMFConfig.cmake.in  |     37 -
 .../xdmf2/vtkxdmf2/libsrc/CMakeEmptyInputFile.in   |      1 -
 .../xdmf2/vtkxdmf2/libsrc/CMakeLists.txt           |    315 -
 .../xdmf2/vtkxdmf2/libsrc/CheckCXXSourceRuns.cmake |     62 -
 .../xdmf2/vtkxdmf2/libsrc/DocFooter.html           |      6 -
 .../xdmf2/vtkxdmf2/libsrc/DocHeader.html           |     10 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/Xdmf.dtd      |     68 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/Xdmf.h        |     61 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/Xdmf.i        |    154 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/Xdmf.py       |   1510 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfArray.cxx |   1369 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfArray.h   |    460 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfArrayCopyMacro.h     |    172 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfAttribute.cxx        |    357 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfAttribute.h          |    160 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfConfig.h.in          |    170 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDOM.cxx   |    793 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDOM.h     |    272 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataDesc.cxx         |    892 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataDesc.h           |    245 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataItem.cxx         |    857 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataItem.h           |    230 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataStructure.cxx    |     40 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataStructure.h      |     67 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataTransform.cxx    |     40 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDataTransform.h      |     70 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDomain.cxx           |     66 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDomain.h  |     62 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDoxygen   |   1200 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsm.cxx   |    262 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsm.h     |    132 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDsmBuffer.cxx        |    444 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDsmBuffer.h          |     75 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDsmComm.cxx          |     78 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsmComm.h |     73 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDsmCommMpi.cxx       |    132 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDsmCommMpi.h         |     69 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfDsmMsg.cxx           |     33 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsmMsg.h  |     69 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfElement.cxx          |    504 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfElement.h |    227 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfExport.h  |     20 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfExpr.h    |     67 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfExpr.l    |    125 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfExpr.y    |    890 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfExprLex.cxx          |   1938 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfExprYacc.cxx         |   2370 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfExprYacc.tab.h       |    104 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfExpression.cxx       |     68 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfExpression.h         |     33 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfGeometry.cxx         |    684 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfGeometry.h           |    179 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfGrid.cxx  |    844 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfGrid.h    |    330 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfH5Driver.cxx         |    835 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfH5Driver.h           |     44 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfHDF.cxx   |    951 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfHDF.h     |    212 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfHDFSupport.cxx       |    173 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfHDFSupport.h         |     49 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfHeavyData.cxx        |    159 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfHeavyData.h          |    186 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfInformation.cxx      |     67 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfInformation.h        |     77 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfLightData.cxx        |     79 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfLightData.h          |    102 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfMap.cxx   |    339 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfMap.h     |    157 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfNoMpi.py  |   1466 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfObject.cxx           |    164 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfObject.h  |    520 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfPython.cxx           |  34801 ------
 .../xdmf2/vtkxdmf2/libsrc/XdmfPythonNoMpi.cxx      |  33754 ------
 .../xdmf2/vtkxdmf2/libsrc/XdmfRegion.cxx           |    215 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfRegion.h  |     92 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfRoot.cxx  |     80 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfRoot.h    |     78 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfSet.cxx   |    417 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfSet.h     |    162 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfTime.cxx  |    373 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfTime.h    |    122 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfTopology.cxx         |    826 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfTopology.h           |    344 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValues.cxx           |     83 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfValues.h  |     84 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesBinary.cxx     |    439 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesBinary.h       |    101 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesHDF.cxx        |    210 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesHDF.h          |     70 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesMySQL.cxx      |    205 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesMySQL.h        |    111 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesXML.cxx        |    133 -
 .../xdmf2/vtkxdmf2/libsrc/XdmfValuesXML.h          |     80 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/__init__.py   |      1 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/bz2stream.h   |    682 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/dice.gif      |    Bin 1648 -> 0 bytes
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.cxx  |    165 -
 VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/gzstream.h    |    131 -
 .../xdmf2/vtkxdmf2/libsrc/test/CMakeLists.txt      |     68 -
 .../vtkxdmf2/libsrc/test/PythonTestDriver.cmake.in |     15 -
 .../xdmf2/vtkxdmf2/libsrc/test/TestXdmfArray.cc    |     63 -
 .../vtkxdmf2/libsrc/test/TestXdmfArrayPython.py    |     59 -
 .../xdmf2/vtkxdmf2/libsrc/test/TestXdmfDiff.cc     |    137 -
 .../xdmf2/vtkxdmf2/libsrc/test/TestXdmfHDF.cxx     |     44 -
 .../libsrc/test/TestXdmfWriteGridsToFilePython.py  |    256 -
 .../xdmf2/vtkxdmf2/libsrc/test/XdmfHDFMPI.cxx      |    256 -
 .../xdmf2/vtkxdmf2/libsrc/utils/CMakeLists.txt     |    101 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfDiff.cxx       |   1489 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfDiff.h         |    192 -
 .../vtkxdmf2/libsrc/utils/XdmfExodusConverter.cxx  |    175 -
 .../vtkxdmf2/libsrc/utils/XdmfExodusReader.cxx     |    633 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfExodusReader.h |     69 -
 .../vtkxdmf2/libsrc/utils/XdmfExodusWriter.cxx     |    514 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfExodusWriter.h |     67 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfFortran.cxx    |   1196 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfFortran.h      |    114 -
 .../vtkxdmf2/libsrc/utils/XdmfPartitioner.cxx      |    496 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfPartitioner.h  |     62 -
 .../vtkxdmf2/libsrc/utils/XdmfSTLConverter.txx     |    454 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfUtils.i        |     71 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfUtils.py       |    200 -
 .../xdmf2/vtkxdmf2/libsrc/utils/XdmfUtilsNoMpi.py  |    174 -
 .../vtkxdmf2/libsrc/utils/XdmfUtilsPython.cxx      |   6418 -
 .../vtkxdmf2/libsrc/utils/XdmfUtilsPythonNoMpi.cxx |   6266 -
 .../libsrc/vtkRequireLargeFilesSupport.cxx         |     27 -
 VTK/ThirdParty/zlib/CMakeLists.txt                 |      1 -
 VTK/ThirdParty/zlib/module.cmake                   |      1 -
 VTK/ThirdParty/zlib/vtk_zlib.h.in                  |     26 -
 VTK/ThirdParty/zlib/vtkzlib/CMakeLists.txt         |     40 -
 VTK/ThirdParty/zlib/vtkzlib/ChangeLog              |    855 -
 VTK/ThirdParty/zlib/vtkzlib/FAQ                    |    339 -
 VTK/ThirdParty/zlib/vtkzlib/INDEX                  |     51 -
 VTK/ThirdParty/zlib/vtkzlib/README                 |    125 -
 VTK/ThirdParty/zlib/vtkzlib/README.Kitware.txt     |     40 -
 VTK/ThirdParty/zlib/vtkzlib/adler32.c              |    149 -
 VTK/ThirdParty/zlib/vtkzlib/compress.c             |     79 -
 VTK/ThirdParty/zlib/vtkzlib/crc32.c                |    423 -
 VTK/ThirdParty/zlib/vtkzlib/crc32.h                |    441 -
 VTK/ThirdParty/zlib/vtkzlib/deflate.c              |   1743 -
 VTK/ThirdParty/zlib/vtkzlib/deflate.h              |    331 -
 VTK/ThirdParty/zlib/vtkzlib/gzio.c                 |   1026 -
 VTK/ThirdParty/zlib/vtkzlib/inffast.c              |    318 -
 VTK/ThirdParty/zlib/vtkzlib/inffast.h              |     11 -
 VTK/ThirdParty/zlib/vtkzlib/inffixed.h             |     94 -
 VTK/ThirdParty/zlib/vtkzlib/inflate.c              |   1368 -
 VTK/ThirdParty/zlib/vtkzlib/inflate.h              |    115 -
 VTK/ThirdParty/zlib/vtkzlib/inftrees.c             |    329 -
 VTK/ThirdParty/zlib/vtkzlib/inftrees.h             |     55 -
 VTK/ThirdParty/zlib/vtkzlib/trees.c                |   1219 -
 VTK/ThirdParty/zlib/vtkzlib/trees.h                |    128 -
 VTK/ThirdParty/zlib/vtkzlib/uncompr.c              |     61 -
 VTK/ThirdParty/zlib/vtkzlib/vtk_zlib_mangle.h      |     93 -
 VTK/ThirdParty/zlib/vtkzlib/zconf.h                |    351 -
 VTK/ThirdParty/zlib/vtkzlib/zlib.def               |     47 -
 VTK/ThirdParty/zlib/vtkzlib/zlib.h                 |   1357 -
 VTK/ThirdParty/zlib/vtkzlib/zlib.rc                |     32 -
 VTK/ThirdParty/zlib/vtkzlib/zlibDllConfig.h.in     |      6 -
 VTK/ThirdParty/zlib/vtkzlib/zutil.c                |    318 -
 VTK/ThirdParty/zlib/vtkzlib/zutil.h                |    269 -
 VTK/Utilities/DICOMParser/CMakeLists.txt           |     32 -
 VTK/Utilities/DICOMParser/Copyright.txt            |     41 -
 VTK/Utilities/DICOMParser/DICOMAppHelper.cxx       |   1429 -
 VTK/Utilities/DICOMParser/DICOMAppHelper.h         |    554 -
 VTK/Utilities/DICOMParser/DICOMCMakeConfig.h.in    |     11 -
 VTK/Utilities/DICOMParser/DICOMCallback.h          |    111 -
 VTK/Utilities/DICOMParser/DICOMConfig.h            |     64 -
 VTK/Utilities/DICOMParser/DICOMFile.cxx            |    286 -
 VTK/Utilities/DICOMParser/DICOMFile.h              |    262 -
 VTK/Utilities/DICOMParser/DICOMParser.cxx          |    785 -
 VTK/Utilities/DICOMParser/DICOMParser.h            |    265 -
 VTK/Utilities/DICOMParser/DICOMParserMap.h         |    141 -
 VTK/Utilities/DICOMParser/DICOMTypes.h             |     31 -
 VTK/Utilities/DICOMParser/module.cmake             |      5 -
 VTK/Utilities/Doxygen/CMakeLists.txt               |     70 -
 VTK/Utilities/Doxygen/doc_class2example.pl         |    850 -
 VTK/Utilities/Doxygen/doc_cleanhtml.pl             |    113 -
 VTK/Utilities/Doxygen/doc_codematch.pl             |    575 -
 VTK/Utilities/Doxygen/doc_contributors.pl          |   1052 -
 VTK/Utilities/Doxygen/doc_header2doxygen.pl        |    604 -
 VTK/Utilities/Doxygen/doc_index.pl                 |    680 -
 VTK/Utilities/Doxygen/doc_index.stop               |    731 -
 VTK/Utilities/Doxygen/doc_makeall.cmake.in         |    471 -
 VTK/Utilities/Doxygen/doc_readme.txt               |    330 -
 VTK/Utilities/Doxygen/doc_rmpath.pl                |    111 -
 VTK/Utilities/Doxygen/doc_version.pl               |    172 -
 VTK/Utilities/Doxygen/doxyfile.in                  |    186 -
 VTK/Utilities/Doxygen/paper-clip.gif               |    Bin 85 -> 0 bytes
 VTK/Utilities/Doxygen/pic.gif                      |    Bin 171 -> 0 bytes
 VTK/Utilities/Doxygen/vtk-logo.gif                 |    Bin 9563 -> 0 bytes
 VTK/Utilities/EncodeString/CMakeLists.txt          |     15 -
 VTK/Utilities/EncodeString/module.cmake            |      4 -
 VTK/Utilities/EncodeString/vtkEncodeString.cxx     |    250 -
 VTK/Utilities/GitSetup/LICENSE                     |    202 -
 VTK/Utilities/GitSetup/NOTICE                      |      5 -
 VTK/Utilities/GitSetup/README                      |     80 -
 VTK/Utilities/GitSetup/config                      |     10 -
 VTK/Utilities/GitSetup/config.sample               |     22 -
 VTK/Utilities/GitSetup/setup-gerrit                |    142 -
 VTK/Utilities/GitSetup/setup-hooks                 |     63 -
 VTK/Utilities/GitSetup/setup-ssh                   |    111 -
 VTK/Utilities/GitSetup/setup-stage                 |     53 -
 VTK/Utilities/GitSetup/setup-user                  |     39 -
 VTK/Utilities/GitSetup/tips                        |     55 -
 VTK/Utilities/HashSource/CMakeLists.txt            |     19 -
 VTK/Utilities/HashSource/module.cmake              |      5 -
 VTK/Utilities/HashSource/vtkHashSource.cxx         |     95 -
 VTK/Utilities/KWSys/CMakeLists.txt                 |     32 -
 VTK/Utilities/KWSys/module.cmake                   |      2 -
 VTK/Utilities/KWSys/vtksys/Base64.c                |    279 -
 VTK/Utilities/KWSys/vtksys/Base64.h.in             |    120 -
 VTK/Utilities/KWSys/vtksys/CMakeEmptyInputFile.in  |      1 -
 VTK/Utilities/KWSys/vtksys/CMakeLists.txt          |   1116 -
 VTK/Utilities/KWSys/vtksys/CPU.h.in                |    125 -
 VTK/Utilities/KWSys/vtksys/CTestConfig.cmake       |     17 -
 .../KWSys/vtksys/CommandLineArguments.cxx          |    859 -
 .../KWSys/vtksys/CommandLineArguments.hxx.in       |    286 -
 VTK/Utilities/KWSys/vtksys/Configure.h.in          |    131 -
 VTK/Utilities/KWSys/vtksys/Configure.hxx.in        |    175 -
 VTK/Utilities/KWSys/vtksys/Copyright.txt           |     31 -
 VTK/Utilities/KWSys/vtksys/Directory.cxx           |    250 -
 VTK/Utilities/KWSys/vtksys/Directory.hxx.in        |     80 -
 VTK/Utilities/KWSys/vtksys/DynamicLoader.cxx       |    534 -
 VTK/Utilities/KWSys/vtksys/DynamicLoader.hxx.in    |    101 -
 VTK/Utilities/KWSys/vtksys/ExtraTest.cmake.in      |      1 -
 VTK/Utilities/KWSys/vtksys/FundamentalType.h.in    |    146 -
 VTK/Utilities/KWSys/vtksys/Glob.cxx                |    516 -
 VTK/Utilities/KWSys/vtksys/Glob.hxx.in             |    117 -
 VTK/Utilities/KWSys/vtksys/IOStream.cxx            |    282 -
 VTK/Utilities/KWSys/vtksys/IOStream.hxx.in         |    142 -
 VTK/Utilities/KWSys/vtksys/MD5.c                   |    518 -
 VTK/Utilities/KWSys/vtksys/MD5.h.in                |    107 -
 VTK/Utilities/KWSys/vtksys/Process.h.in            |    428 -
 VTK/Utilities/KWSys/vtksys/ProcessUNIX.c           |   2751 -
 VTK/Utilities/KWSys/vtksys/ProcessWin32.c          |   2699 -
 VTK/Utilities/KWSys/vtksys/README.txt              |     10 -
 VTK/Utilities/KWSys/vtksys/RegularExpression.cxx   |   1251 -
 .../KWSys/vtksys/RegularExpression.hxx.in          |    414 -
 VTK/Utilities/KWSys/vtksys/SharedForward.h.in      |    922 -
 VTK/Utilities/KWSys/vtksys/String.c                |    115 -
 VTK/Utilities/KWSys/vtksys/String.h.in             |     67 -
 VTK/Utilities/KWSys/vtksys/String.hxx.in           |     65 -
 VTK/Utilities/KWSys/vtksys/System.c                |    856 -
 VTK/Utilities/KWSys/vtksys/System.h.in             |    162 -
 VTK/Utilities/KWSys/vtksys/SystemInformation.cxx   |   5000 -
 .../KWSys/vtksys/SystemInformation.hxx.in          |    153 -
 VTK/Utilities/KWSys/vtksys/SystemTools.cxx         |   4851 -
 VTK/Utilities/KWSys/vtksys/SystemTools.hxx.in      |    909 -
 VTK/Utilities/KWSys/vtksys/Terminal.c              |    432 -
 VTK/Utilities/KWSys/vtksys/Terminal.h.in           |    159 -
 VTK/Utilities/KWSys/vtksys/auto_ptr.hxx.in         |    201 -
 VTK/Utilities/KWSys/vtksys/hash_fun.hxx.in         |    149 -
 VTK/Utilities/KWSys/vtksys/hash_map.hxx.in         |    461 -
 VTK/Utilities/KWSys/vtksys/hash_set.hxx.in         |    445 -
 VTK/Utilities/KWSys/vtksys/hashtable.hxx.in        |   1275 -
 VTK/Utilities/KWSys/vtksys/kwsysHeaderDump.pl      |     50 -
 .../KWSys/vtksys/kwsysPlatformTests.cmake          |    216 -
 VTK/Utilities/KWSys/vtksys/kwsysPlatformTestsC.c   |    100 -
 .../KWSys/vtksys/kwsysPlatformTestsCXX.cxx         |    609 -
 VTK/Utilities/KWSys/vtksys/kwsysPrivate.h          |     41 -
 VTK/Utilities/KWSys/vtksys/kwsys_cstddef.hxx.in    |     35 -
 VTK/Utilities/KWSys/vtksys/kwsys_ios_fstream.h.in  |     46 -
 VTK/Utilities/KWSys/vtksys/kwsys_ios_iosfwd.h.in   |     49 -
 VTK/Utilities/KWSys/vtksys/kwsys_ios_iostream.h.in |     99 -
 VTK/Utilities/KWSys/vtksys/kwsys_ios_sstream.h.in  |    199 -
 VTK/Utilities/KWSys/vtksys/kwsys_stl.hxx.in        |     49 -
 VTK/Utilities/KWSys/vtksys/kwsys_stl_string.hxx.in |    123 -
 VTK/Utilities/KWSys/vtksys/testAutoPtr.cxx         |    166 -
 .../KWSys/vtksys/testCommandLineArguments.cxx      |    187 -
 .../KWSys/vtksys/testCommandLineArguments1.cxx     |    106 -
 VTK/Utilities/KWSys/vtksys/testDynamicLoader.cxx   |    133 -
 VTK/Utilities/KWSys/vtksys/testDynload.c           |     22 -
 VTK/Utilities/KWSys/vtksys/testEncode.c            |     76 -
 VTK/Utilities/KWSys/vtksys/testFail.c              |     35 -
 VTK/Utilities/KWSys/vtksys/testHashSTL.cxx         |     75 -
 VTK/Utilities/KWSys/vtksys/testIOS.cxx             |    167 -
 VTK/Utilities/KWSys/vtksys/testProcess.c           |    531 -
 VTK/Utilities/KWSys/vtksys/testSharedForward.c.in  |     36 -
 .../KWSys/vtksys/testSystemInformation.cxx         |    101 -
 VTK/Utilities/KWSys/vtksys/testSystemTools.bin     |    Bin 766 -> 0 bytes
 VTK/Utilities/KWSys/vtksys/testSystemTools.cxx     |    414 -
 VTK/Utilities/KWSys/vtksys/testSystemTools.h.in    |     20 -
 VTK/Utilities/KWSys/vtksys/testTerminal.c          |     31 -
 VTK/Utilities/Maintenance/WhatModulesVTK.py        |    119 -
 .../Maintenance/computeCodeCoverageLocally.sh      |     74 -
 .../computeCodeCoverageLocallyForOneTest.sh        |     97 -
 VTK/Utilities/Maintenance/fixcoverage.py           |     26 -
 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/CMakeLists.txt                |     17 -
 VTK/Utilities/MetaIO/module.cmake                  |      5 -
 VTK/Utilities/MetaIO/vtkmetaio/CMakeLists.txt      |    137 -
 VTK/Utilities/MetaIO/vtkmetaio/Copyright.txt       |     30 -
 VTK/Utilities/MetaIO/vtkmetaio/doc/README.txt      |      4 -
 .../MetaIO/vtkmetaio/localMetaConfiguration.h      |     71 -
 VTK/Utilities/MetaIO/vtkmetaio/metaArray.cxx       |   1270 -
 VTK/Utilities/MetaIO/vtkmetaio/metaArray.h         |    213 -
 VTK/Utilities/MetaIO/vtkmetaio/metaArrow.cxx       |    239 -
 VTK/Utilities/MetaIO/vtkmetaio/metaArrow.h         |    107 -
 VTK/Utilities/MetaIO/vtkmetaio/metaBlob.cxx        |    501 -
 VTK/Utilities/MetaIO/vtkmetaio/metaBlob.h          |    143 -
 VTK/Utilities/MetaIO/vtkmetaio/metaCommand.cxx     |   2456 -
 VTK/Utilities/MetaIO/vtkmetaio/metaCommand.h       |    332 -
 VTK/Utilities/MetaIO/vtkmetaio/metaContour.cxx     |    915 -
 VTK/Utilities/MetaIO/vtkmetaio/metaContour.h       |    170 -
 VTK/Utilities/MetaIO/vtkmetaio/metaDTITube.cxx     |    786 -
 VTK/Utilities/MetaIO/vtkmetaio/metaDTITube.h       |    175 -
 VTK/Utilities/MetaIO/vtkmetaio/metaEllipse.cxx     |    221 -
 VTK/Utilities/MetaIO/vtkmetaio/metaEllipse.h       |    104 -
 VTK/Utilities/MetaIO/vtkmetaio/metaEvent.h         |     65 -
 VTK/Utilities/MetaIO/vtkmetaio/metaFEMObject.cxx   |   1415 -
 VTK/Utilities/MetaIO/vtkmetaio/metaFEMObject.h     |    315 -
 VTK/Utilities/MetaIO/vtkmetaio/metaForm.cxx        |   1011 -
 VTK/Utilities/MetaIO/vtkmetaio/metaForm.h          |    206 -
 VTK/Utilities/MetaIO/vtkmetaio/metaGaussian.cxx    |    184 -
 VTK/Utilities/MetaIO/vtkmetaio/metaGaussian.h      |    105 -
 VTK/Utilities/MetaIO/vtkmetaio/metaGroup.cxx       |    155 -
 VTK/Utilities/MetaIO/vtkmetaio/metaGroup.h         |     95 -
 VTK/Utilities/MetaIO/vtkmetaio/metaIOConfig.h.in   |     15 -
 VTK/Utilities/MetaIO/vtkmetaio/metaITKUtils.h      |    137 -
 VTK/Utilities/MetaIO/vtkmetaio/metaImage.cxx       |   3529 -
 VTK/Utilities/MetaIO/vtkmetaio/metaImage.h         |    387 -
 VTK/Utilities/MetaIO/vtkmetaio/metaImageTypes.h    |     38 -
 VTK/Utilities/MetaIO/vtkmetaio/metaImageUtils.cxx  |     55 -
 VTK/Utilities/MetaIO/vtkmetaio/metaImageUtils.h    |     33 -
 VTK/Utilities/MetaIO/vtkmetaio/metaLandmark.cxx    |    494 -
 VTK/Utilities/MetaIO/vtkmetaio/metaLandmark.h      |    144 -
 VTK/Utilities/MetaIO/vtkmetaio/metaLine.cxx        |    531 -
 VTK/Utilities/MetaIO/vtkmetaio/metaLine.h          |    145 -
 VTK/Utilities/MetaIO/vtkmetaio/metaMesh.cxx        |   1503 -
 VTK/Utilities/MetaIO/vtkmetaio/metaMesh.h          |    306 -
 VTK/Utilities/MetaIO/vtkmetaio/metaObject.cxx      |   1967 -
 VTK/Utilities/MetaIO/vtkmetaio/metaObject.h        |    375 -
 VTK/Utilities/MetaIO/vtkmetaio/metaOutput.cxx      |    654 -
 VTK/Utilities/MetaIO/vtkmetaio/metaOutput.h        |    174 -
 VTK/Utilities/MetaIO/vtkmetaio/metaScene.cxx       |    575 -
 VTK/Utilities/MetaIO/vtkmetaio/metaScene.h         |    124 -
 VTK/Utilities/MetaIO/vtkmetaio/metaSurface.cxx     |    500 -
 VTK/Utilities/MetaIO/vtkmetaio/metaSurface.h       |    142 -
 VTK/Utilities/MetaIO/vtkmetaio/metaTransform.cxx   |    558 -
 VTK/Utilities/MetaIO/vtkmetaio/metaTransform.h     |    131 -
 VTK/Utilities/MetaIO/vtkmetaio/metaTube.cxx        |    863 -
 VTK/Utilities/MetaIO/vtkmetaio/metaTube.h          |    158 -
 VTK/Utilities/MetaIO/vtkmetaio/metaTubeGraph.cxx   |    590 -
 VTK/Utilities/MetaIO/vtkmetaio/metaTubeGraph.h     |    158 -
 VTK/Utilities/MetaIO/vtkmetaio/metaTypes.h         |    211 -
 VTK/Utilities/MetaIO/vtkmetaio/metaUtils.cxx       |   1786 -
 VTK/Utilities/MetaIO/vtkmetaio/metaUtils.h         |    436 -
 VTK/Utilities/MetaIO/vtkmetaio/metaVesselTube.cxx  |   1154 -
 VTK/Utilities/MetaIO/vtkmetaio/metaVesselTube.h    |    174 -
 .../MetaIO/vtkmetaio/tests/CMakeLists.txt          |     47 -
 .../MetaIO/vtkmetaio/tests/testMeta10Contour.cxx   |     97 -
 .../MetaIO/vtkmetaio/tests/testMeta11Form.cxx      |     87 -
 .../MetaIO/vtkmetaio/tests/testMeta12Array.cxx     |     46 -
 .../MetaIO/vtkmetaio/tests/testMeta1Utils.cxx      |    228 -
 .../MetaIO/vtkmetaio/tests/testMeta2Object.cxx     |    132 -
 .../MetaIO/vtkmetaio/tests/testMeta3Image.cxx      |     39 -
 .../MetaIO/vtkmetaio/tests/testMeta4Tube.cxx       |     97 -
 .../MetaIO/vtkmetaio/tests/testMeta5Blob.cxx       |     55 -
 .../MetaIO/vtkmetaio/tests/testMeta6Surface.cxx    |     90 -
 .../MetaIO/vtkmetaio/tests/testMeta7Line.cxx       |     68 -
 .../MetaIO/vtkmetaio/tests/testMeta8Scene.cxx      |     85 -
 .../MetaIO/vtkmetaio/tests/testMeta9Landmark.cxx   |     55 -
 VTK/Utilities/OutputWindowProcess/CMakeLists.txt   |     50 -
 VTK/Utilities/OutputWindowProcess/README.txt       |     38 -
 .../OutputWindowProcess/vtkEncodeExecutable.c      |    131 -
 .../vtkWin32OutputWindowProcess.c                  |    255 -
 VTK/Utilities/ParseOGLExt/CMakeLists.txt           |     42 -
 VTK/Utilities/ParseOGLExt/ParseOGLExt.cxx          |    856 -
 VTK/Utilities/ParseOGLExt/Tokenizer.cxx            |     85 -
 VTK/Utilities/ParseOGLExt/Tokenizer.h              |     43 -
 VTK/Utilities/ParseOGLExt/headers/GL3/gl3.h        |   2742 -
 VTK/Utilities/ParseOGLExt/headers/glext.h          |  11028 --
 VTK/Utilities/ParseOGLExt/headers/glxext.h         |    993 -
 VTK/Utilities/ParseOGLExt/headers/wglext.h         |    707 -
 VTK/Utilities/ParseOGLExt/module.cmake             |      2 -
 VTK/Utilities/Python/CMakeLists.txt                |     25 -
 VTK/Utilities/Python/module.cmake                  |      3 -
 VTK/Utilities/Python/vtkPython.h                   |     90 -
 VTK/Utilities/Python/vtkPythonConfigure.h.in       |     32 -
 VTK/Utilities/PythonInterpreter/CMakeLists.txt     |     10 -
 VTK/Utilities/PythonInterpreter/module.cmake       |      6 -
 .../vtkPythonInteractiveInterpreter.cxx            |    232 -
 .../vtkPythonInteractiveInterpreter.h              |     95 -
 .../PythonInterpreter/vtkPythonInterpreter.cxx     |    289 -
 .../PythonInterpreter/vtkPythonInterpreter.h       |    139 -
 .../vtkPythonStdStreamCaptureHelper.h              |    212 -
 VTK/Utilities/Release/CMakeLists.txt               |    124 -
 VTK/Utilities/Release/VTKInstall.bmp               |    Bin 25818 -> 0 bytes
 VTK/Utilities/Rpm/rpm-linux.patch                  |     49 -
 VTK/Utilities/Rpm/vtk.nightly.spec.in              |    327 -
 VTK/Utilities/Scripts/SetupGitAliases.sh           |     19 -
 VTK/Utilities/Scripts/git-gerrit-push              |     58 -
 VTK/Utilities/Scripts/pre-commit                   |     26 -
 VTK/Utilities/Scripts/prepare-commit-msg           |     20 -
 VTK/Utilities/SetupForDevelopment.sh               |     17 -
 VTK/Utilities/Upgrading/AttributeChanges.pdf       |    Bin 21153 -> 0 bytes
 VTK/Utilities/Upgrading/DiagAttribute.pl           |    482 -
 VTK/Utilities/Upgrading/FieldDataChanges.pdf       |    Bin 48211 -> 0 bytes
 .../Upgrading/FindWindowsMangledMethods.cmake      |    899 -
 VTK/Utilities/Upgrading/NewPipeConvert.cmake       |    190 -
 .../Upgrading/NewPipeConvertDataSet.cmake          |     77 -
 .../Upgrading/NewPipeConvertPointSet.cmake         |     72 -
 .../Upgrading/NewPipeConvertPolyData.cmake         |    102 -
 .../Upgrading/NewPipeConvertStructuredGrid.cmake   |     77 -
 .../Upgrading/NewPipeConvertUnstructuredGrid.cmake |     92 -
 VTK/Utilities/Upgrading/README.WindowsMangling.txt |    214 -
 VTK/Utilities/Upgrading/README.txt                 |     47 -
 VTK/Utilities/Upgrading/TheNewVTKPipeline.pdf      |    Bin 54723 -> 0 bytes
 VTK/Utilities/Upgrading/UpgradeFrom32.pl           |    318 -
 VTK/Utilities/internal_stdio_core.h.in             |      5 -
 VTK/Utilities/octree/CMakeLists.txt                |     28 -
 VTK/Utilities/octree/doxyfile.in                   |   1258 -
 VTK/Utilities/octree/octree                        |     38 -
 VTK/Utilities/octree/octree.cxx                    |    192 -
 VTK/Utilities/octree/octree.h                      |    118 -
 VTK/Utilities/octree/octree_cursor.cxx             |    275 -
 VTK/Utilities/octree/octree_cursor.h               |     56 -
 VTK/Utilities/octree/octree_dox.h                  |     14 -
 VTK/Utilities/octree/octree_iterator.cxx           |    314 -
 VTK/Utilities/octree/octree_iterator.h             |     59 -
 VTK/Utilities/octree/octree_node.cxx               |    224 -
 VTK/Utilities/octree/octree_node.h                 |     58 -
 VTK/Utilities/octree/octree_path.cxx               |    202 -
 VTK/Utilities/octree/octree_path.h                 |     51 -
 VTK/Utilities/octree/test_octree.cxx               |    161 -
 VTK/Utilities/tcl2py.py                            |    247 -
 VTK/Utilities/vtk2xml.py                           |    186 -
 VTK/Utilities/vtkTclTest2Py/CMakeLists.txt         |     15 -
 VTK/Utilities/vtkTclTest2Py/__init__.py            |      1 -
 VTK/Utilities/vtkTclTest2Py/backdrop.py            |     75 -
 VTK/Utilities/vtkTclTest2Py/catch.py               |     13 -
 VTK/Utilities/vtkTclTest2Py/compile_all_vtk.py.in  |      4 -
 VTK/Utilities/vtkTclTest2Py/expr.py                |     29 -
 VTK/Utilities/vtkTclTest2Py/file.py                |     33 -
 VTK/Utilities/vtkTclTest2Py/info.py                |     20 -
 VTK/Utilities/vtkTclTest2Py/mccases.py             |     35 -
 VTK/Utilities/vtkTclTest2Py/rtImageTest.py         |    136 -
 VTK/Utilities/vtkTclTest2Py/vtkClassList.py.in     |     10 -
 .../vtkTclTest2Py/vtkConvertTclTestToPy.cmake      |     74 -
 VTK/Utilities/vtkTclTest2Py/vtkTclParser.py        |    245 -
 VTK/Utilities/vtkTclTest2Py/vtkTclToPyConvertor.py |    482 -
 VTK/Utilities/vtkTclTest2Py/vtkTestsToConvert.in   |      1 -
 VTK/Utilities/vtkstd.h.in                          |     37 -
 VTK/Views/Context2D/CMakeLists.txt                 |      6 -
 VTK/Views/Context2D/module.cmake                   |      9 -
 VTK/Views/Context2D/vtkContextInteractorStyle.cxx  |    444 -
 VTK/Views/Context2D/vtkContextInteractorStyle.h    |    159 -
 VTK/Views/Context2D/vtkContextView.cxx             |     87 -
 VTK/Views/Context2D/vtkContextView.h               |     71 -
 VTK/Views/Core/CMakeLists.txt                      |     10 -
 VTK/Views/Core/module.cmake                        |      7 -
 VTK/Views/Core/vtkConvertSelectionDomain.cxx       |    383 -
 VTK/Views/Core/vtkConvertSelectionDomain.h         |     73 -
 VTK/Views/Core/vtkDataRepresentation.cxx           |    378 -
 VTK/Views/Core/vtkDataRepresentation.h             |    284 -
 VTK/Views/Core/vtkEmptyRepresentation.cxx          |     56 -
 VTK/Views/Core/vtkEmptyRepresentation.h            |     64 -
 VTK/Views/Core/vtkRenderViewBase.cxx               |    186 -
 VTK/Views/Core/vtkRenderViewBase.h                 |    108 -
 VTK/Views/Core/vtkView.cxx                         |    356 -
 VTK/Views/Core/vtkView.h                           |    233 -
 VTK/Views/Core/vtkViewTheme.cxx                    |    701 -
 VTK/Views/Core/vtkViewTheme.h                      |    265 -
 VTK/Views/Geovis/CMakeLists.txt                    |      6 -
 VTK/Views/Geovis/Testing/Cxx/TestGeoView.cxx       |    236 -
 VTK/Views/Geovis/Testing/Cxx/TestGeoView2D.cxx     |    227 -
 .../Geovis/Testing/Cxx/TestGeoView2DPopulation.cxx |    203 -
 VTK/Views/Geovis/module.cmake                      |      8 -
 VTK/Views/Geovis/vtkGeoView.cxx                    |    293 -
 VTK/Views/Geovis/vtkGeoView.h                      |    118 -
 VTK/Views/Geovis/vtkGeoView2D.cxx                  |    117 -
 VTK/Views/Geovis/vtkGeoView2D.h                    |     82 -
 VTK/Views/Infovis/CMakeLists.txt                   |     27 -
 VTK/Views/Infovis/Testing/Cxx/CMakeLists.txt       |     43 -
 .../Testing/Cxx/TestCoincidentGraphLayoutView.cxx  |    158 -
 .../Infovis/Testing/Cxx/TestConeLayoutStrategy.cxx |    112 -
 .../Infovis/Testing/Cxx/TestDendrogramOnly.cxx     |    115 -
 .../Infovis/Testing/Cxx/TestGraphLayoutView.cxx    |   1181 -
 VTK/Views/Infovis/Testing/Cxx/TestHeatmapOnly.cxx  |    117 -
 .../Testing/Cxx/TestHierarchicalGraphView.cxx      |    108 -
 VTK/Views/Infovis/Testing/Cxx/TestIcicleView.cxx   |     83 -
 .../Infovis/Testing/Cxx/TestIconGlyphFilter.cxx    |    140 -
 .../Cxx/TestInteractorStyleTreeMapHover.cxx        |    693 -
 VTK/Views/Infovis/Testing/Cxx/TestNetworkViews.cxx |    109 -
 .../Infovis/Testing/Cxx/TestQtLabelStrategy.cxx    |    153 -
 .../Infovis/Testing/Cxx/TestQtTreeRingLabeler.cxx  |    105 -
 VTK/Views/Infovis/Testing/Cxx/TestRenderView.cxx   |   1133 -
 .../Testing/Cxx/TestSpanTreeLayoutStrategy.cxx     |     73 -
 .../Testing/Cxx/TestTreeHeatmapAutoCollapse.cxx    |    159 -
 .../Infovis/Testing/Cxx/TestTreeHeatmapItem.cxx    |    170 -
 VTK/Views/Infovis/Testing/Cxx/TestTreeMapView.cxx  |    100 -
 VTK/Views/Infovis/Testing/Cxx/TestTreeRingView.cxx |    110 -
 VTK/Views/Infovis/module.cmake                     |     18 -
 VTK/Views/Infovis/vtkApplyColors.cxx               |    517 -
 VTK/Views/Infovis/vtkApplyColors.h                 |    245 -
 VTK/Views/Infovis/vtkApplyIcons.cxx                |    302 -
 VTK/Views/Infovis/vtkApplyIcons.h                  |    177 -
 VTK/Views/Infovis/vtkGraphItem.cxx                 |    500 -
 VTK/Views/Infovis/vtkGraphItem.h                   |    199 -
 VTK/Views/Infovis/vtkGraphLayoutView.cxx           |    526 -
 VTK/Views/Infovis/vtkGraphLayoutView.h             |    321 -
 VTK/Views/Infovis/vtkHierarchicalGraphPipeline.cxx |    297 -
 VTK/Views/Infovis/vtkHierarchicalGraphPipeline.h   |    165 -
 VTK/Views/Infovis/vtkHierarchicalGraphView.cxx     |    205 -
 VTK/Views/Infovis/vtkHierarchicalGraphView.h       |    118 -
 VTK/Views/Infovis/vtkIcicleView.cxx                |    150 -
 VTK/Views/Infovis/vtkIcicleView.h                  |     72 -
 .../Infovis/vtkInteractorStyleAreaSelectHover.cxx  |    343 -
 .../Infovis/vtkInteractorStyleAreaSelectHover.h    |    112 -
 .../Infovis/vtkInteractorStyleTreeMapHover.cxx     |    414 -
 VTK/Views/Infovis/vtkInteractorStyleTreeMapHover.h |    124 -
 ...kParallelCoordinatesHistogramRepresentation.cxx |    566 -
 ...vtkParallelCoordinatesHistogramRepresentation.h |    202 -
 .../vtkParallelCoordinatesRepresentation.cxx       |   2091 -
 .../Infovis/vtkParallelCoordinatesRepresentation.h |    346 -
 VTK/Views/Infovis/vtkParallelCoordinatesView.cxx   |    924 -
 VTK/Views/Infovis/vtkParallelCoordinatesView.h     |    157 -
 VTK/Views/Infovis/vtkRenderView.cxx                |    757 -
 VTK/Views/Infovis/vtkRenderView.h                  |    277 -
 .../Infovis/vtkRenderedGraphRepresentation.cxx     |   1473 -
 VTK/Views/Infovis/vtkRenderedGraphRepresentation.h |    442 -
 .../Infovis/vtkRenderedHierarchyRepresentation.cxx |    330 -
 .../Infovis/vtkRenderedHierarchyRepresentation.h   |    141 -
 VTK/Views/Infovis/vtkRenderedRepresentation.cxx    |    109 -
 VTK/Views/Infovis/vtkRenderedRepresentation.h      |     97 -
 .../Infovis/vtkRenderedSurfaceRepresentation.cxx   |    237 -
 .../Infovis/vtkRenderedSurfaceRepresentation.h     |    111 -
 .../Infovis/vtkRenderedTreeAreaRepresentation.cxx  |   1064 -
 .../Infovis/vtkRenderedTreeAreaRepresentation.h    |    304 -
 VTK/Views/Infovis/vtkTreeAreaView.cxx              |    371 -
 VTK/Views/Infovis/vtkTreeAreaView.h                |    194 -
 VTK/Views/Infovis/vtkTreeHeatmapItem.cxx           |   1484 -
 VTK/Views/Infovis/vtkTreeHeatmapItem.h             |    259 -
 VTK/Views/Infovis/vtkTreeMapView.cxx               |    137 -
 VTK/Views/Infovis/vtkTreeMapView.h                 |     73 -
 VTK/Views/Infovis/vtkTreeRingView.cxx              |    149 -
 VTK/Views/Infovis/vtkTreeRingView.h                |     85 -
 VTK/Views/Infovis/vtkViewUpdater.cxx               |     88 -
 VTK/Views/Infovis/vtkViewUpdater.h                 |     63 -
 VTK/Views/Qt/CMakeLists.txt                        |     30 -
 VTK/Views/Qt/Testing/Cxx/TestVtkQtTableView.cxx    |     57 -
 VTK/Views/Qt/module.cmake                          |     10 -
 VTK/Views/Qt/vtkQtAnnotationView.cxx               |    163 -
 VTK/Views/Qt/vtkQtAnnotationView.h                 |     80 -
 VTK/Views/Qt/vtkQtListView.cxx                     |    373 -
 VTK/Views/Qt/vtkQtListView.h                       |    168 -
 VTK/Views/Qt/vtkQtRecordView.cxx                   |    169 -
 VTK/Views/Qt/vtkQtRecordView.h                     |    108 -
 VTK/Views/Qt/vtkQtTableRepresentation.cxx          |    282 -
 VTK/Views/Qt/vtkQtTableRepresentation.h            |    131 -
 VTK/Views/Qt/vtkQtTableView.cxx                    |    635 -
 VTK/Views/Qt/vtkQtTableView.h                      |    219 -
 VTK/Views/Qt/vtkQtTreeView.cxx                     |    558 -
 VTK/Views/Qt/vtkQtTreeView.h                       |    200 -
 VTK/Views/Qt/vtkQtView.cxx                         |     55 -
 VTK/Views/Qt/vtkQtView.h                           |     72 -
 VTK/Wrapping/Java/CMakeLists.txt                   |    327 -
 VTK/Wrapping/Java/FastInfoset.jar                  |    Bin 2549097 -> 0 bytes
 VTK/Wrapping/Java/JavaDependencies.cmake.in        |      4 -
 VTK/Wrapping/Java/Regression.png                   |    Bin 1449 -> 0 bytes
 VTK/Wrapping/Java/VTKJava.cxx                      |      6 -
 VTK/Wrapping/Java/module.cmake                     |      8 -
 VTK/Wrapping/Java/vtk/AxesActor.java               |    128 -
 VTK/Wrapping/Java/vtk/CellType.java                |     83 -
 .../Java/vtk/rendering/awt/vtkAwtComponent.java    |    108 -
 .../vtk/rendering/awt/vtkInternalAwtComponent.java |     40 -
 .../vtk/rendering/swt/vtkInternalSwtComponent.java |     74 -
 .../Java/vtk/rendering/swt/vtkSwtComponent.java    |    109 -
 .../swt/vtkSwtInteractorForwarderDecorator.java    |     97 -
 .../Java/vtk/rendering/vtkAbstractComponent.java   |    156 -
 VTK/Wrapping/Java/vtk/rendering/vtkComponent.java  |    103 -
 .../Java/vtk/rendering/vtkEventInterceptor.java    |     98 -
 .../Java/vtk/rendering/vtkInteractorForwarder.java |    319 -
 VTK/Wrapping/Java/vtk/sample/Demo.java             |    251 -
 VTK/Wrapping/Java/vtk/sample/ImagePlaneWidget.java |    174 -
 VTK/Wrapping/Java/vtk/sample/InternalFrames.java   |    178 -
 VTK/Wrapping/Java/vtk/sample/ReleaseVtkPanel.java  |    117 -
 VTK/Wrapping/Java/vtk/sample/SimpleVTK.java        |     85 -
 VTK/Wrapping/Java/vtk/sample/VTKCanvas.java        |     72 -
 .../vtk/sample/rendering/AwtConeRendering.java     |     57 -
 .../vtk/sample/rendering/SwtConeRendering.java     |     52 -
 .../rendering/annotation/LabeledCubeAxesActor.java |    129 -
 VTK/Wrapping/Java/vtk/test/ConcurrencyGC.java      |     73 -
 VTK/Wrapping/Java/vtk/test/JavaDelete.java         |     45 -
 VTK/Wrapping/Java/vtk/test/JavaGCAndDelete.java    |     43 -
 VTK/Wrapping/Java/vtk/test/ManualGC.java           |     65 -
 VTK/Wrapping/Java/vtk/test/Regression.java         |    178 -
 VTK/Wrapping/Java/vtk/vtkCanvas.java               |    267 -
 VTK/Wrapping/Java/vtk/vtkJavaGarbageCollector.java |    119 -
 VTK/Wrapping/Java/vtk/vtkJavaMemoryManager.java    |     87 -
 .../Java/vtk/vtkJavaMemoryManagerImpl.java         |    157 -
 VTK/Wrapping/Java/vtk/vtkJavaTesting.java          |    132 -
 VTK/Wrapping/Java/vtk/vtkNativeLibrary.java.in     |    136 -
 VTK/Wrapping/Java/vtk/vtkPanel.java                |    411 -
 VTK/Wrapping/Java/vtk/vtkReferenceInformation.java |    118 -
 VTK/Wrapping/Java/vtk/vtkRenderWindowPanel.java    |    101 -
 VTK/Wrapping/Java/vtk/vtkSettings.java.in          |     51 -
 VTK/Wrapping/Java/vtkJavaAwt.h                     |    373 -
 VTK/Wrapping/Java/vtkJavaUtil.cxx                  |    635 -
 VTK/Wrapping/Java/vtkJavaUtil.h                    |     90 -
 VTK/Wrapping/Python/CMakeLists.txt                 |    373 -
 VTK/Wrapping/Python/PythonInstall.cmake.in         |     18 -
 VTK/Wrapping/Python/README.txt                     |    355 -
 VTK/Wrapping/Python/README_WRAP.txt                |    400 -
 VTK/Wrapping/Python/compile_all_vtk.py.in          |      4 -
 VTK/Wrapping/Python/setup.py.in                    |    144 -
 VTK/Wrapping/Python/setup_install_paths.py         |    137 -
 VTK/Wrapping/Python/vtk/__init__.py.in             |     73 -
 .../Python/vtk/gtk/GtkGLExtVTKRenderWindow.py      |    539 -
 .../vtk/gtk/GtkGLExtVTKRenderWindowInteractor.py   |    304 -
 VTK/Wrapping/Python/vtk/gtk/GtkVTKRenderWindow.py  |    529 -
 .../Python/vtk/gtk/GtkVTKRenderWindowInteractor.py |    297 -
 VTK/Wrapping/Python/vtk/gtk/__init__.py            |      4 -
 VTK/Wrapping/Python/vtk/module.py.in               |      1 -
 .../Python/vtk/qt4/QVTKRenderWindowInteractor.py   |    391 -
 VTK/Wrapping/Python/vtk/qt4/__init__.py            |      3 -
 VTK/Wrapping/Python/vtk/test/BlackBox.py           |     96 -
 VTK/Wrapping/Python/vtk/test/Testing.py            |    532 -
 VTK/Wrapping/Python/vtk/test/__init__.py           |      4 -
 VTK/Wrapping/Python/vtk/tk/.cvsignore              |      1 -
 VTK/Wrapping/Python/vtk/tk/__init__.py             |      4 -
 .../Python/vtk/tk/vtkLoadPythonTkWidgets.py        |     73 -
 .../Python/vtk/tk/vtkTkImageViewerWidget.py        |    360 -
 VTK/Wrapping/Python/vtk/tk/vtkTkPhotoImage.py      |     25 -
 VTK/Wrapping/Python/vtk/tk/vtkTkRenderWidget.py    |    468 -
 .../Python/vtk/tk/vtkTkRenderWindowInteractor.py   |    396 -
 VTK/Wrapping/Python/vtk/util/.cvsignore            |      1 -
 VTK/Wrapping/Python/vtk/util/__init__.py           |      5 -
 VTK/Wrapping/Python/vtk/util/colors.py             |    216 -
 VTK/Wrapping/Python/vtk/util/misc.py               |     83 -
 VTK/Wrapping/Python/vtk/util/numpy_support.py      |    213 -
 VTK/Wrapping/Python/vtk/util/vtkConstants.py       |    213 -
 .../Python/vtk/util/vtkImageExportToArray.py       |    116 -
 .../Python/vtk/util/vtkImageImportFromArray.py     |    148 -
 VTK/Wrapping/Python/vtk/util/vtkMethodParser.py    |    363 -
 VTK/Wrapping/Python/vtk/util/vtkVariant.py         |    206 -
 VTK/Wrapping/Python/vtk/wx/__init__.py             |      3 -
 VTK/Wrapping/Python/vtk/wx/wxVTKRenderWindow.py    |    765 -
 .../Python/vtk/wx/wxVTKRenderWindowInteractor.py   |    712 -
 VTK/Wrapping/Python/vtkParaPythonAppInit.cxx       |     16 -
 VTK/Wrapping/Python/vtkPythonAppInit.cxx           |    304 -
 VTK/Wrapping/Python/vtkPythonAppInitConfigure.h.in |      6 -
 VTK/Wrapping/Python/vtkpython.rc                   |      1 -
 VTK/Wrapping/PythonCore/CMakeLists.txt             |     45 -
 VTK/Wrapping/PythonCore/PyVTKClass.cxx             |    700 -
 VTK/Wrapping/PythonCore/PyVTKClass.h               |     66 -
 VTK/Wrapping/PythonCore/PyVTKMutableObject.cxx     |    978 -
 VTK/Wrapping/PythonCore/PyVTKMutableObject.h       |     54 -
 VTK/Wrapping/PythonCore/PyVTKObject.cxx            |    623 -
 VTK/Wrapping/PythonCore/PyVTKObject.h              |     68 -
 VTK/Wrapping/PythonCore/PyVTKSpecialObject.cxx     |    311 -
 VTK/Wrapping/PythonCore/PyVTKSpecialObject.h       |     93 -
 VTK/Wrapping/PythonCore/PyVTKTemplate.cxx          |    604 -
 VTK/Wrapping/PythonCore/PyVTKTemplate.h            |     53 -
 VTK/Wrapping/PythonCore/conversionlist.in          |      1 -
 VTK/Wrapping/PythonCore/module.cmake               |     10 -
 VTK/Wrapping/PythonCore/vtkPythonArgs.cxx          |   1357 -
 VTK/Wrapping/PythonCore/vtkPythonArgs.h            |    809 -
 VTK/Wrapping/PythonCore/vtkPythonCommand.cxx       |    190 -
 VTK/Wrapping/PythonCore/vtkPythonCommand.h         |     43 -
 VTK/Wrapping/PythonCore/vtkPythonOverload.cxx      |    842 -
 VTK/Wrapping/PythonCore/vtkPythonOverload.h        |     59 -
 VTK/Wrapping/PythonCore/vtkPythonUtil.cxx          |   1147 -
 VTK/Wrapping/PythonCore/vtkPythonUtil.h            |    201 -
 VTK/Wrapping/Tcl/CMakeLists.txt                    |    291 -
 VTK/Wrapping/Tcl/README                            |    160 -
 VTK/Wrapping/Tcl/module.cmake                      |     10 -
 VTK/Wrapping/Tcl/pkgIndex.tcl.in                   |     54 -
 VTK/Wrapping/Tcl/resources/vtk.rc.in               |     43 -
 VTK/Wrapping/Tcl/resources/vtkrc.h                 |     17 -
 VTK/Wrapping/Tcl/vtk/vtk.tcl.in                    |     22 -
 VTK/Wrapping/Tcl/vtkDetermineTkResources.cmake     |     26 -
 VTK/Wrapping/Tcl/vtkParaTkAppInit.cxx              |     16 -
 VTK/Wrapping/Tcl/vtkTcl.h                          |     28 -
 VTK/Wrapping/Tcl/vtkTclUtil.cxx                    |    861 -
 VTK/Wrapping/Tcl/vtkTclUtil.h                      |    118 -
 VTK/Wrapping/Tcl/vtkTk.h                           |     28 -
 VTK/Wrapping/Tcl/vtkTkAppInit.cxx                  |    278 -
 VTK/Wrapping/Tcl/vtkTkAppInitConfigure.h.in        |     18 -
 VTK/Wrapping/Tcl/vtkbase/vtkbase.tcl.in            |    106 -
 VTK/Wrapping/Tcl/vtkinteraction/Interactor.tcl     |    100 -
 VTK/Wrapping/Tcl/vtkinteraction/bindings-iw.tcl    |    223 -
 VTK/Wrapping/Tcl/vtkinteraction/bindings-rw.tcl    |     18 -
 VTK/Wrapping/Tcl/vtkinteraction/bindings.tcl       |    354 -
 VTK/Wrapping/Tcl/vtkinteraction/setget.tcl         |     77 -
 .../Tcl/vtkinteraction/vtkinteraction.tcl.in       |     12 -
 VTK/Wrapping/Tcl/vtkmodule.tcl.in                  |     20 -
 VTK/Wrapping/Tcl/vtktcl.c                          |    137 -
 VTK/Wrapping/Tcl/vtktesting/backdrop.tcl           |     35 -
 VTK/Wrapping/Tcl/vtktesting/colors.tcl             |    214 -
 VTK/Wrapping/Tcl/vtktesting/grab.tcl.in            |     39 -
 VTK/Wrapping/Tcl/vtktesting/mccases.tcl            |    242 -
 VTK/Wrapping/Tcl/vtktesting/vtktesting.tcl.in      |      7 -
 VTK/Wrapping/Tools/CMakeLists.txt                  |     87 -
 VTK/Wrapping/Tools/README.txt                      |     66 -
 VTK/Wrapping/Tools/hints                           |    258 -
 VTK/Wrapping/Tools/lex.yy.c                        |   4757 -
 VTK/Wrapping/Tools/module.cmake                    |      7 -
 VTK/Wrapping/Tools/vtkHTML.c                       |    192 -
 VTK/Wrapping/Tools/vtkParse.h                      |     77 -
 VTK/Wrapping/Tools/vtkParse.l                      |   1318 -
 VTK/Wrapping/Tools/vtkParse.tab.c                  |   9519 --
 VTK/Wrapping/Tools/vtkParse.y                      |   4578 -
 VTK/Wrapping/Tools/vtkParseData.c                  |    935 -
 VTK/Wrapping/Tools/vtkParseData.h                  |    335 -
 VTK/Wrapping/Tools/vtkParseExtras.c                |   1469 -
 VTK/Wrapping/Tools/vtkParseExtras.h                |    173 -
 VTK/Wrapping/Tools/vtkParseHierarchy.c             |   1016 -
 VTK/Wrapping/Tools/vtkParseHierarchy.h             |    159 -
 VTK/Wrapping/Tools/vtkParseJava.c                  |    950 -
 VTK/Wrapping/Tools/vtkParseJavaBeans.c             |    754 -
 VTK/Wrapping/Tools/vtkParseMain.c                  |    508 -
 VTK/Wrapping/Tools/vtkParseMain.h                  |     86 -
 VTK/Wrapping/Tools/vtkParseMangle.c                |    317 -
 VTK/Wrapping/Tools/vtkParseMangle.h                |     53 -
 VTK/Wrapping/Tools/vtkParsePreprocess.c            |   3360 -
 VTK/Wrapping/Tools/vtkParsePreprocess.h            |    250 -
 VTK/Wrapping/Tools/vtkParseString.c                |    119 -
 VTK/Wrapping/Tools/vtkParseString.h                |     78 -
 VTK/Wrapping/Tools/vtkParseType.h                  |    258 -
 VTK/Wrapping/Tools/vtkPrint.c                      |     52 -
 VTK/Wrapping/Tools/vtkWrap.c                       |   1032 -
 VTK/Wrapping/Tools/vtkWrap.h                       |    248 -
 VTK/Wrapping/Tools/vtkWrapHierarchy.c              |    977 -
 VTK/Wrapping/Tools/vtkWrapJava.c                   |   1401 -
 VTK/Wrapping/Tools/vtkWrapPython.c                 |   5113 -
 VTK/Wrapping/Tools/vtkWrapPythonInit.c             |    135 -
 VTK/Wrapping/Tools/vtkWrapTcl.c                    |   1505 -
 VTK/Wrapping/Tools/vtkWrapTclInit.c                |    254 -
 VTK/Wrapping/Tools/vtkWrapText.c                   |    988 -
 VTK/Wrapping/Tools/vtkWrapText.h                   |     61 -
 VTK/vtkBanner.gif                                  |    Bin 14670 -> 0 bytes
 VTK/vtkLogo.ico                                    |    Bin 102134 -> 0 bytes
 VTK/vtkLogo.jpg                                    |    Bin 4521 -> 0 bytes
 Web/Applications/DataProber/icons/README.txt       |     21 -
 Web/Applications/DataProber/icons/View-64.png      |    Bin 3741 -> 0 bytes
 .../DataProber/icons/Window-Performance-64.png     |    Bin 5731 -> 0 bytes
 .../icons/chart-area-percentage-icon.png           |    Bin 2535 -> 0 bytes
 .../DataProber/icons/chart-area-stacked-icon.png   |    Bin 2254 -> 0 bytes
 .../DataProber/icons/chart-bar-icon.png            |    Bin 1771 -> 0 bytes
 .../DataProber/icons/chart-bar-percentage-icon.png |    Bin 3259 -> 0 bytes
 .../DataProber/icons/chart-bar-stacked-icon.png    |    Bin 2768 -> 0 bytes
 .../DataProber/icons/chart-line-icon.png           |    Bin 1668 -> 0 bytes
 .../icons/chart-line-percentage-icon.png           |    Bin 1751 -> 0 bytes
 .../DataProber/icons/chart-line-stacked-icon.png   |    Bin 1513 -> 0 bytes
 .../DataProber/icons/chart-scatter-icon.png        |    Bin 1297 -> 0 bytes
 .../DataProber/icons/data-folder-icon.png          |    Bin 5187 -> 0 bytes
 .../DataProber/icons/format-stroke-color-icon.png  |    Bin 4392 -> 0 bytes
 .../DataProber/icons/go-next-view-icon.png         |    Bin 3112 -> 0 bytes
 .../DataProber/icons/go-previous-view-icon.png     |    Bin 3130 -> 0 bytes
 Web/Applications/DataProber/icons/key-icon.png     |    Bin 4347 -> 0 bytes
 .../DataProber/icons/system-monitor-icon.png       |    Bin 4240 -> 0 bytes
 .../DataProber/icons/zoom-fit-icon.png             |    Bin 3757 -> 0 bytes
 Web/Applications/DataProber/index.html             |    383 -
 Web/Applications/DataProber/jclv/LICENSE.txt       |     25 -
 Web/Applications/DataProber/jclv/README.txt        |     99 -
 Web/Applications/DataProber/jclv/columnwaiter.gif  |    Bin 1644 -> 0 bytes
 Web/Applications/DataProber/jclv/cvl.css           |    236 -
 Web/Applications/DataProber/jclv/cvl.js            |   2263 -
 Web/Applications/DataProber/jclv/test.html         |    143 -
 Web/Applications/DataProber/style.css              |    157 -
 Web/Applications/LiveArticles/embed.html           |    186 -
 Web/Applications/LiveArticles/images/.DS_Store     |    Bin 6148 -> 0 bytes
 .../LiveArticles/images/PVW_Logo_Full.png          |    Bin 94359 -> 0 bytes
 Web/Applications/LiveArticles/images/img01.jpg     |    Bin 537 -> 0 bytes
 Web/Applications/LiveArticles/images/img02.jpg     |    Bin 718 -> 0 bytes
 Web/Applications/LiveArticles/images/img03.jpg     |    Bin 788 -> 0 bytes
 Web/Applications/LiveArticles/images/img04.jpg     |    Bin 421 -> 0 bytes
 Web/Applications/LiveArticles/images/img05.jpg     |    Bin 305 -> 0 bytes
 Web/Applications/LiveArticles/index.html           |    106 -
 Web/Applications/LiveArticles/style.css            |    430 -
 Web/Applications/LiveArticles/style_embed.css      |     91 -
 .../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/WebVisualizer/main.css            |     71 -
 Web/Applications/module.cmake                      |      5 -
 Web/CMakeLists.txt                                 |      2 -
 Web/Core/CMakeLists.txt                            |     39 -
 Web/Core/module.cmake                              |     11 -
 Web/Core/vtkPVDataEncoder.cxx                      |    447 -
 Web/Core/vtkPVDataEncoder.h                        |     90 -
 Web/Core/vtkPVWebApplication.cxx                   |    410 -
 Web/Core/vtkPVWebApplication.h                     |    116 -
 Web/Core/vtkPVWebInteractionEvent.cxx              |     44 -
 Web/Core/vtkPVWebInteractionEvent.h                |     86 -
 Web/Core/vtkPVWebUtilities.cxx                     |    119 -
 Web/Core/vtkPVWebUtilities.h                       |     51 -
 Web/Documentation/CMakeLists.txt                   |     69 -
 Web/Documentation/api/Web.py                       |     58 -
 Web/Documentation/api/server.py                    |     26 -
 Web/Documentation/categories.json                  |     64 -
 Web/Documentation/config.json.in                   |     28 -
 Web/Documentation/custom.css                       |    124 -
 Web/Documentation/guides.json                      |     23 -
 Web/Documentation/guides/apache_setup/README.md    |    238 -
 .../apache_setup/data/ApacheWebsocketProxy.tgz     |    Bin 8455 -> 0 bytes
 .../apache_setup/images/ParaViewWeb-Apache.png     |    Bin 41015 -> 0 bytes
 Web/Documentation/guides/developer_style/README.md |    160 -
 Web/Documentation/guides/getting_started/README.md |     24 -
 Web/Documentation/guides/getting_started/icon.png  |    Bin 28188 -> 0 bytes
 .../guides/jetty_session_manager/README.md         |    118 -
 .../images/ParaViewWeb-multiuser.png               |    Bin 87399 -> 0 bytes
 .../guides/multi_user_setup/README.md              |     27 -
 Web/Documentation/guides/multi_user_setup/icon.png |    Bin 30362 -> 0 bytes
 .../images/compatible/compatible_chrome.gif        |    Bin 687 -> 0 bytes
 .../images/compatible/compatible_firefox.gif       |    Bin 820 -> 0 bytes
 .../images/compatible/compatible_ie.gif            |    Bin 748 -> 0 bytes
 .../images/compatible/compatible_opera.gif         |    Bin 664 -> 0 bytes
 .../images/compatible/compatible_safari.gif        |    Bin 825 -> 0 bytes
 Web/Documentation/images/logo/PVW_BlackMark_16.png |    Bin 691 -> 0 bytes
 Web/Documentation/images/logo/PVW_BlackMark_32.png |    Bin 1411 -> 0 bytes
 Web/Documentation/images/logo/PVW_Logo_128_txt.png |    Bin 99555 -> 0 bytes
 Web/Documentation/images/logo/PVW_Logo_Full.jpg    |    Bin 42094 -> 0 bytes
 Web/Documentation/images/logo/PVW_Logo_Full.png    |    Bin 94359 -> 0 bytes
 Web/Documentation/images/logo/PVW_Mark_128.png     |    Bin 8845 -> 0 bytes
 Web/Documentation/images/logo/PVW_Mark_16.png      |    Bin 834 -> 0 bytes
 Web/Documentation/images/logo/PVW_Mark_32.png      |    Bin 2080 -> 0 bytes
 Web/Documentation/images/logo/PVW_Mark_64.png      |    Bin 4972 -> 0 bytes
 Web/Documentation/images/logo/PVW_WhiteMark_16.png |    Bin 414 -> 0 bytes
 Web/Documentation/images/logo/PVW_WhiteMark_32.png |    Bin 730 -> 0 bytes
 Web/Documentation/images/logo/favicon.ico          |    Bin 1150 -> 0 bytes
 Web/Documentation/images/logo/logo.png             |    Bin 1897 -> 0 bytes
 .../images/paraview/ParaViewWeb-multiuser.png      |    Bin 97930 -> 0 bytes
 .../images/paraview/ParaViewWeb-simple.png         |    Bin 35812 -> 0 bytes
 Web/Documentation/images/web/PVW_Logo_128_txt.png  |    Bin 42247 -> 0 bytes
 Web/Documentation/images/web/PVW_Slide.png         |    Bin 123987 -> 0 bytes
 Web/Documentation/module.cmake                     |      2 -
 Web/Documentation/videos.json                      |     32 -
 Web/JavaScript/CMakeLists.txt                      |     51 -
 Web/JavaScript/Ext/autobahn.js                     |   3218 -
 Web/JavaScript/Ext/autobahn.min.js                 |     78 -
 Web/JavaScript/Ext/gl-matrix-min.js                |     28 -
 Web/JavaScript/Ext/gl-matrix.js                    |   4118 -
 Web/JavaScript/Ext/hammer.js                       |   1421 -
 Web/JavaScript/Ext/hammer.min.js                   |      7 -
 Web/JavaScript/Ext/jquery.hammer.js                |   1529 -
 Web/JavaScript/Ext/jquery.hammer.min.js            |      7 -
 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.js            |    712 -
 Web/JavaScript/Lib/paraview.viewport.webgl.js      |   1576 -
 Web/JavaScript/Minimizer/_argparse.py              |   2361 -
 Web/JavaScript/Minimizer/build.py                  |     71 -
 Web/JavaScript/Minimizer/rjsmin.py                 |    291 -
 Web/JavaScript/banner.js.in                        |      3 -
 Web/JavaScript/module.cmake                        |      2 -
 Web/Python/CMakeLists.txt                          |     18 -
 Web/Python/_argparse.py                            |   2361 -
 Web/Python/data_prober.py                          |    313 -
 Web/Python/file_loader.py                          |    152 -
 Web/Python/module.cmake                            |      4 -
 Web/Python/paraviewweb_protocols.py                |    503 -
 Web/Python/paraviewweb_wamp.py                     |    231 -
 Web/Python/pipeline_manager.py                     |     86 -
 Web/Python/simple_server.py                        |     37 -
 Web/Python/web.py                                  |    134 -
 Web/Python/web_helper.py                           |    549 -
 Web/Python/webgl.py                                |    153 -
 Web/Widgets/Ext/d3/d3.v2.js                        |   7033 --
 .../Ext/jquery-ui/images/animated-overlay.gif      |    Bin 1738 -> 0 bytes
 .../images/ui-bg_flat_0_aaaaaa_40x100.png          |    Bin 264 -> 0 bytes
 .../images/ui-bg_flat_75_ffffff_40x100.png         |    Bin 260 -> 0 bytes
 .../images/ui-bg_glass_55_fbf9ee_1x400.png         |    Bin 387 -> 0 bytes
 .../images/ui-bg_glass_65_ffffff_1x400.png         |    Bin 259 -> 0 bytes
 .../images/ui-bg_glass_75_dadada_1x400.png         |    Bin 314 -> 0 bytes
 .../images/ui-bg_glass_75_e6e6e6_1x400.png         |    Bin 314 -> 0 bytes
 .../images/ui-bg_glass_95_fef1ec_1x400.png         |    Bin 384 -> 0 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |    Bin 332 -> 0 bytes
 .../jquery-ui/images/ui-icons_222222_256x240.png   |    Bin 6781 -> 0 bytes
 .../jquery-ui/images/ui-icons_2e83ff_256x240.png   |    Bin 4353 -> 0 bytes
 .../jquery-ui/images/ui-icons_454545_256x240.png   |    Bin 6854 -> 0 bytes
 .../jquery-ui/images/ui-icons_888888_256x240.png   |    Bin 6897 -> 0 bytes
 .../jquery-ui/images/ui-icons_cd0a0a_256x240.png   |    Bin 4353 -> 0 bytes
 Web/Widgets/Ext/jquery-ui/jquery-ui-1.10.0.css     |   1186 -
 Web/Widgets/Ext/jscolor/arrow.gif                  |    Bin 66 -> 0 bytes
 Web/Widgets/Ext/jscolor/cross.gif                  |    Bin 83 -> 0 bytes
 Web/Widgets/Ext/jscolor/demo.html                  |     12 -
 Web/Widgets/Ext/jscolor/hs.png                     |    Bin 2684 -> 0 bytes
 Web/Widgets/Ext/jscolor/hv.png                     |    Bin 2865 -> 0 bytes
 Web/Widgets/Ext/jscolor/jscolor.js                 |    949 -
 Web/Widgets/Ext/nvd3/nv.d3.css                     |    654 -
 Web/Widgets/Ext/nvd3/nv.d3.js                      |  11429 --
 Web/Widgets/Ext/nvd3/nv.d3.min.js                  |      5 -
 Web/Widgets/Ext/rickshaw/rickshaw.js               |   2848 -
 Web/Widgets/Ext/rickshaw/rickshaw.min.css          |      1 -
 Web/Widgets/Ext/rickshaw/rickshaw.min.js           |      2 -
 Web/Widgets/NVCharts/paraview.nv.lineChart.js      |    138 -
 Web/Widgets/NVCharts/paraview.nv.utils.js          |     81 -
 .../PipelineBrowser/paraview.ui.pipeline.css       |    684 -
 .../PipelineBrowser/paraview.ui.pipeline.js        |   2166 -
 Web/Widgets/PipelineBrowser/paraview/loading.gif   |    Bin 10819 -> 0 bytes
 .../paraview/pipeline/PVW_Logo_Full.png            |    Bin 94359 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/add.png      |    Bin 355 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/apply.png    |    Bin 521 -> 0 bytes
 .../paraview/pipeline/apply_modified.png           |    Bin 495 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/camera.png   |    Bin 663 -> 0 bytes
 .../paraview/pipeline/colorByCells.png             |    Bin 516 -> 0 bytes
 .../paraview/pipeline/colorByPoints.png            |    Bin 416 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/delete.png   |    Bin 576 -> 0 bytes
 .../paraview/pipeline/delete_disabled.png          |    Bin 519 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/download.png |    Bin 739 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/edit.png     |    Bin 679 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/file.png     |    Bin 393 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/filter.png   |    Bin 860 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/folder.png   |    Bin 614 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/info.png     |    Bin 2791 -> 0 bytes
 .../paraview/pipeline/list-item-contents.png       |    Bin 2827 -> 0 bytes
 .../paraview/pipeline/list-item-last-open.png      |    Bin 2864 -> 0 bytes
 .../paraview/pipeline/list-item-last.png           |    Bin 2855 -> 0 bytes
 .../paraview/pipeline/list-item-open.png           |    Bin 2856 -> 0 bytes
 .../paraview/pipeline/list-item-root.png           |    Bin 2833 -> 0 bytes
 .../paraview/pipeline/list-item.png                |    Bin 2861 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/logo.png     |    Bin 2080 -> 0 bytes
 .../paraview/pipeline/logo_title.png               |    Bin 94359 -> 0 bytes
 .../paraview/pipeline/pickColor.png                |    Bin 886 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/pipeline.png |    Bin 2811 -> 0 bytes
 .../paraview/pipeline/representations.png          |    Bin 4984 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/reset.png    |    Bin 679 -> 0 bytes
 .../paraview/pipeline/resetRange.png               |    Bin 876 -> 0 bytes
 .../paraview/pipeline/scalarbar.png                |    Bin 982 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/server.png   |    Bin 1420 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/source.png   |    Bin 580 -> 0 bytes
 .../PipelineBrowser/paraview/pipeline/x.png        |    Bin 1046 -> 0 bytes
 .../RickshawCharts/paraview.rickshaw.graph.js      |    256 -
 .../Toolbars/paraview.ui.toolbar.connect.css       |     17 -
 .../Toolbars/paraview.ui.toolbar.connect.js        |    181 -
 Web/Widgets/Toolbars/paraview.ui.toolbar.css       |     87 -
 Web/Widgets/Toolbars/paraview.ui.toolbar.js        |     41 -
 Web/Widgets/Toolbars/paraview.ui.toolbar.vcr.css   |     42 -
 Web/Widgets/Toolbars/paraview.ui.toolbar.vcr.js    |    145 -
 .../Toolbars/paraview.ui.toolbar.viewport.css      |     41 -
 .../Toolbars/paraview.ui.toolbar.viewport.js       |    134 -
 .../paraview/toolbar/common/disconnect.png         |    Bin 2206 -> 0 bytes
 .../Toolbars/paraview/toolbar/common/loading.gif   |    Bin 10819 -> 0 bytes
 .../Toolbars/paraview/toolbar/common/logo.png      |    Bin 2080 -> 0 bytes
 .../paraview/toolbar/common/logo_title.png         |    Bin 94359 -> 0 bytes
 .../Toolbars/paraview/toolbar/connect/connect.png  |    Bin 2188 -> 0 bytes
 .../paraview/toolbar/connect/disconnect.png        |    Bin 2206 -> 0 bytes
 .../paraview/toolbar/connect/reverseConnect.png    |    Bin 3469 -> 0 bytes
 .../Toolbars/paraview/toolbar/vcr/first.png        |    Bin 689 -> 0 bytes
 Web/Widgets/Toolbars/paraview/toolbar/vcr/last.png |    Bin 677 -> 0 bytes
 Web/Widgets/Toolbars/paraview/toolbar/vcr/loop.png |    Bin 795 -> 0 bytes
 Web/Widgets/Toolbars/paraview/toolbar/vcr/next.png |    Bin 620 -> 0 bytes
 .../Toolbars/paraview/toolbar/vcr/pause.png        |    Bin 463 -> 0 bytes
 Web/Widgets/Toolbars/paraview/toolbar/vcr/play.png |    Bin 546 -> 0 bytes
 Web/Widgets/Toolbars/paraview/toolbar/vcr/prev.png |    Bin 685 -> 0 bytes
 .../Toolbars/paraview/toolbar/viewport/2D.png      |    Bin 1940 -> 0 bytes
 .../Toolbars/paraview/toolbar/viewport/2D3D.png    |    Bin 505 -> 0 bytes
 .../Toolbars/paraview/toolbar/viewport/3D.png      |    Bin 2032 -> 0 bytes
 .../Toolbars/paraview/toolbar/viewport/center.png  |    Bin 1438 -> 0 bytes
 .../Toolbars/paraview/toolbar/viewport/info.png    |    Bin 2735 -> 0 bytes
 .../paraview/toolbar/viewport/orientation.png      |    Bin 1095 -> 0 bytes
 .../paraview/toolbar/viewport/resetCamera.png      |    Bin 727 -> 0 bytes
 Web/Widgets/module.cmake                           |      2 -
 Web/module.cmake                                   |      7 -
 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 +
 15880 files changed, 138926 insertions(+), 4699782 deletions(-)

diff --cc Applications/ParaView/Testing/XML/MultiBlockAttributes1.xml
index 86572a4,c5d1c4b..80a4380
--- a/Applications/ParaView/Testing/XML/MultiBlockAttributes1.xml
+++ b/Applications/ParaView/Testing/XML/MultiBlockAttributes1.xml
@@@ -18,18 -18,8 +18,23 @@@
    <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
 +<<<<<<< HEAD
++<<<<<<< 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="pqColorDialog" command="setChosenColor" arguments="255,0,0" />
 +  <pqevent object="pqColorDialog" command="accepted" arguments="" />
 +>>>>>>> 4.0b
++=======
++  <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+dfsg
    <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="" />
@@@ -41,16 -31,6 +46,21 @@@
    <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
 +<<<<<<< HEAD
++<<<<<<< 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
 +=======
 +  <pqevent object="pqColorDialog" command="setChosenColor" arguments="0,0,255" />
 +  <pqevent object="pqColorDialog" command="accepted" arguments="" />
 +>>>>>>> 4.0b
++=======
+   <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+dfsg
  </pqevents>
diff --cc CMakeLists.txt
index 1aa8f80,ca014cb..1b54a94
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@@ -95,25 -91,11 +91,33 @@@ include(CMakeDependentOption
  #------------------------------------------------------------------------------
  # Determine ParaView Source Version
  set (PARAVIEW_VERSION_MAJOR 4)
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +=======
 +>>>>>>> 4.0b
 +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")
 +<<<<<<< HEAD
 +=======
 +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
 +=======
 +>>>>>>> 4.0b
++=======
+ 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+dfsg
  
  determine_version(${ParaView_SOURCE_DIR} ${GIT_EXECUTABLE} "PARAVIEW")
  
@@@ -486,26 -548,6 +570,29 @@@ list (APPEND PARAVIEW_MODULE_ROOT
               CoProcessing/TestDriver)
  
  add_custom_target(ParaViewDoc)
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +=======
 +>>>>>>> 4.0b
 +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)
 +<<<<<<< HEAD
 +=======
 +>>>>>>> upstream/4.1.0
 +=======
 +>>>>>>> 4.0b
++=======
++>>>>>>> upstream/4.1.0+dfsg
  
  if (PARAVIEW_ENABLE_WEB)
    list (APPEND PARAVIEW_MODULE_ROOTS Web)
diff --cc ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.cxx
index 201ac2d,54bac3d..00094ea
--- a/ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.cxx
+++ b/ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.cxx
@@@ -71,15 -71,7 +71,19 @@@ vtkPVAxesWidget::vtkPVAxesWidget(
  
    // Since Layer==1, the renderer is treated as transparent and
    // vtkOpenGLRenderer::Clear() won't clear the color-buffer.
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +  this->Renderer->SetLayer(1);
 +=======
    this->Renderer->SetLayer(vtkPVAxesWidget::RendererLayer);
 +>>>>>>> upstream/4.1.0
 +=======
 +  this->Renderer->SetLayer(1);
 +>>>>>>> 4.0b
++=======
++  this->Renderer->SetLayer(vtkPVAxesWidget::RendererLayer);
++>>>>>>> upstream/4.1.0+dfsg
    // 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 e024f6f,0a6aa5f..720120d
--- a/Qt/ApplicationComponents/pqPipelineContextMenuBehavior.cxx
+++ b/Qt/ApplicationComponents/pqPipelineContextMenuBehavior.cxx
@@@ -56,15 -56,7 +56,19 @@@ SOFTWARE, EVEN IF ADVISED OF THE POSSIB
  #include <QMenu>
  #include <QMouseEvent>
  #include <QRegExp>
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +#include <QApplication>
 +=======
 +#include <QWidget>
 +>>>>>>> upstream/4.1.0
 +=======
 +#include <QApplication>
 +>>>>>>> 4.0b
++=======
+ #include <QWidget>
++>>>>>>> upstream/4.1.0+dfsg
  
  namespace
  {
@@@ -542,20 -532,8 +544,25 @@@ void pqPipelineContextMenuBehavior::set
    pqMultiBlockInspectorPanel *panel = getMultiBlockInspectorPanel();
    if (panel)
      {
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +    pqColorDialog dialog;
 +    dialog.exec();
 +    QColor color = dialog.selectedColor();
 +=======
 +    QColor color = QColorDialog::getColor(QColor(), panel, "Choose Block Color",
 +      QColorDialog::DontUseNativeDialog);
 +>>>>>>> upstream/4.1.0
 +=======
 +    pqColorDialog dialog;
 +    dialog.exec();
 +    QColor color = dialog.selectedColor();
 +>>>>>>> 4.0b
++=======
+     QColor color = QColorDialog::getColor(QColor(), panel, "Choose Block Color",
+       QColorDialog::DontUseNativeDialog);
++>>>>>>> upstream/4.1.0+dfsg
      if(color.isValid())
        {
        panel->setBlockColor(this->PickedBlocks, color);
diff --cc Qt/Components/pqMultiBlockInspectorPanel.cxx
index 6073d93,a1aeffa..aab6330
--- a/Qt/Components/pqMultiBlockInspectorPanel.cxx
+++ b/Qt/Components/pqMultiBlockInspectorPanel.cxx
@@@ -15,49 -15,34 +15,60 @@@
  #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
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +=======
 +>>>>>>> 4.0b
 +#include "vtkSMDoubleMapProperty.h"
 +#include "vtkSMDoubleMapPropertyIterator.h"
 +#include "pqColorDialog.h"
++=======
++#include "vtkSMSourceProxy.h"
++#include "vtkSelection.h"
++>>>>>>> upstream/4.1.0+dfsg
 +
- #include <QMenu>
++#include <QColorDialog>
 +#include <QHeaderView>
++<<<<<<< HEAD
 +#include <QVBoxLayout>
 +#include <QTreeWidget>
 +#include <QTreeWidgetItem>
 +<<<<<<< HEAD
 +=======
  #include "vtkSMSourceProxy.h"
  #include "vtkSelection.h"
  
  #include <QColorDialog>
  #include <QHeaderView>
 +>>>>>>> upstream/4.1.0
 +=======
 +>>>>>>> 4.0b
++=======
++>>>>>>> upstream/4.1.0+dfsg
  #include <QIcon>
- #include <QPixmap>
+ #include <QMenu>
  #include <QPainter>
+ #include <QPixmap>
+ #include <QTreeWidget>
+ #include <QTreeWidgetItem>
+ #include <QVBoxLayout>
  
  pqMultiBlockInspectorPanel::pqMultiBlockInspectorPanel(QWidget *parent_)
    : QWidget(parent_)
@@@ -803,20 -794,8 +820,25 @@@ void pqMultiBlockInspectorPanel::treeWi
      }
    else if(action == setColorAction)
      {
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +    pqColorDialog dialog(this);
 +    dialog.chooseColor();
 +    QColor color = dialog.chosenColor();
 +=======
 +    QColor color = QColorDialog::getColor(QColor(), this, "Select Color",
 +      QColorDialog::DontUseNativeDialog);
 +>>>>>>> upstream/4.1.0
 +=======
 +    pqColorDialog dialog(this);
 +    dialog.chooseColor();
 +    QColor color = dialog.chosenColor();
 +>>>>>>> 4.0b
++=======
+     QColor color = QColorDialog::getColor(QColor(), this, "Select Color",
+       QColorDialog::DontUseNativeDialog);
++>>>>>>> upstream/4.1.0+dfsg
      if(color.isValid())
        {
        foreach(QTreeWidgetItem *item, items)
diff --cc Qt/Core/CMakeLists.txt
index e308e0c,e89f8c0..107f766
--- a/Qt/Core/CMakeLists.txt
+++ b/Qt/Core/CMakeLists.txt
@@@ -49,23 -49,6 +49,26 @@@ set(Module_SRC
    pqCollaborationEventPlayer.h
    pqCollaborationManager.cxx
    pqCollaborationManager.h
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +=======
 +>>>>>>> 4.0b
 +  pqColorButtonEventPlayer.cxx
 +  pqColorButtonEventPlayer.h
 +  pqColorButtonEventTranslator.cxx
 +  pqColorButtonEventTranslator.h
 +  pqColorDialogEventPlayer.cxx
 +  pqColorDialogEventPlayer.h
 +  pqColorDialogEventTranslator.cxx
 +  pqColorDialogEventTranslator.h
 +<<<<<<< HEAD
 +=======
 +>>>>>>> upstream/4.1.0
 +=======
 +>>>>>>> 4.0b
++=======
++>>>>>>> upstream/4.1.0+dfsg
    pqComparativeContextView.cxx
    pqComparativeContextView.h
    pqComparativeRenderView.cxx
@@@ -267,19 -250,6 +270,22 @@@ set (Module_MOC_HDR
    pqChartSeriesSettingsModel.h
    pqCollaborationEventPlayer.h
    pqCollaborationManager.h
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +=======
 +>>>>>>> 4.0b
 +  pqColorButtonEventPlayer.h
 +  pqColorButtonEventTranslator.h
 +  pqColorDialogEventPlayer.h
 +  pqColorDialogEventTranslator.h
 +<<<<<<< HEAD
 +=======
 +>>>>>>> upstream/4.1.0
 +=======
 +>>>>>>> 4.0b
++=======
++>>>>>>> upstream/4.1.0+dfsg
    pqComparativeContextView.h
    pqComparativeRenderView.h
    pqComparativeXYBarChartView.h
diff --cc Qt/Widgets/CMakeLists.txt
index 0b72f85,65e54ee..8a26d90
--- a/Qt/Widgets/CMakeLists.txt
+++ b/Qt/Widgets/CMakeLists.txt
@@@ -140,21 -148,15 +148,28 @@@ QT4_WRAP_CPP(QtWidgets_MOC_SOURCE
    pqCheckableHeaderView.h
    pqCheckBoxPixMaps.h
    pqCollapsedGroup.h
+   pqColorButtonEventPlayer.h
+   pqColorButtonEventTranslator.h
    pqColorChooserButton.h
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +  pqColorDialog.h
 +=======
    pqColorDialogEventPlayer.h
    pqColorDialogEventTranslator.h
 +>>>>>>> upstream/4.1.0
 +=======
 +  pqColorDialog.h
 +>>>>>>> 4.0b
++=======
++  pqColorDialogEventPlayer.h
++  pqColorDialogEventTranslator.h
++>>>>>>> upstream/4.1.0+dfsg
    pqColorTableModel.h
+   pqConsoleWidget.h
    pqConsoleWidgetEventPlayer.h
    pqConsoleWidgetEventTranslator.h
-   pqConsoleWidget.h
    pqDelimitedTextParser.h
    pqDoubleRangeDialog.h
    pqDoubleRangeWidget.h
diff --cc Qt/Widgets/ctkRangeSlider.cpp
index b8ab976,004f9ec..50b7778
--- a/Qt/Widgets/ctkRangeSlider.cpp
+++ b/Qt/Widgets/ctkRangeSlider.cpp
@@@ -806,9 -806,6 +806,12 @@@ void ctkRangeSlider::mouseReleaseEvent(
  }
  
  // --------------------------------------------------------------------------
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
++=======
 +=======
++>>>>>>> upstream/4.1.0+dfsg
  void ctkRangeSlider::mouseDoubleClickEvent(QMouseEvent *mouseEvent)
  {
    Q_D(ctkRangeSlider);
@@@ -848,9 -845,6 +851,12 @@@
  }
  
  // --------------------------------------------------------------------------
++<<<<<<< HEAD
 +>>>>>>> upstream/4.1.0
 +=======
 +>>>>>>> 4.0b
++=======
++>>>>>>> upstream/4.1.0+dfsg
  bool ctkRangeSlider::isMinimumSliderDown()const
  {
    Q_D(const ctkRangeSlider);
diff --cc Qt/Widgets/ctkRangeSlider.h
index d0f8d03,5863657..db5af11
--- a/Qt/Widgets/ctkRangeSlider.h
+++ b/Qt/Widgets/ctkRangeSlider.h
@@@ -211,13 -211,7 +211,17 @@@ protected
    virtual void mousePressEvent(QMouseEvent* ev);
    virtual void mouseMoveEvent(QMouseEvent* ev);
    virtual void mouseReleaseEvent(QMouseEvent* ev);
 +<<<<<<< HEAD
 +<<<<<<< HEAD
++<<<<<<< HEAD
 +=======
    virtual void mouseDoubleClickEvent(QMouseEvent *ev);
 +>>>>>>> upstream/4.1.0
 +=======
 +>>>>>>> 4.0b
++=======
++  virtual void mouseDoubleClickEvent(QMouseEvent *ev);
++>>>>>>> upstream/4.1.0+dfsg
  
    bool isMinimumSliderDown()const;
    bool isMaximumSliderDown()const;

-- 
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