clang-tidy: fix override issues
This run of `clang-tidy` removes unnecessary `virtual` keywords and adds `override` where necessary.
Showing
with
2933 additions
and
3059 deletions
+2933
-3059
- Applications/ParaView/ParaViewMainWindow.h Applications/ParaView/ParaViewMainWindow.h +5 -5
- ParaViewCore/Animation/vtkAnimationPlayer.h ParaViewCore/Animation/vtkAnimationPlayer.h +1 -1
- ParaViewCore/Animation/vtkCompositeAnimationPlayer.h ParaViewCore/Animation/vtkCompositeAnimationPlayer.h +6 -6
- ParaViewCore/Animation/vtkPVAnimationCue.h ParaViewCore/Animation/vtkPVAnimationCue.h +7 -7
- ParaViewCore/Animation/vtkPVBooleanKeyFrame.h ParaViewCore/Animation/vtkPVBooleanKeyFrame.h +2 -2
- ParaViewCore/Animation/vtkPVCameraAnimationCue.h ParaViewCore/Animation/vtkPVCameraAnimationCue.h +4 -4
- ParaViewCore/Animation/vtkPVCameraCueManipulator.h ParaViewCore/Animation/vtkPVCameraCueManipulator.h +4 -4
- ParaViewCore/Animation/vtkPVCameraKeyFrame.h ParaViewCore/Animation/vtkPVCameraKeyFrame.h +4 -5
- ParaViewCore/Animation/vtkPVCompositeKeyFrame.h ParaViewCore/Animation/vtkPVCompositeKeyFrame.h +7 -8
- ParaViewCore/Animation/vtkPVCueManipulator.h ParaViewCore/Animation/vtkPVCueManipulator.h +1 -1
- ParaViewCore/Animation/vtkPVExponentialKeyFrame.h ParaViewCore/Animation/vtkPVExponentialKeyFrame.h +2 -3
- ParaViewCore/Animation/vtkPVKeyFrame.h ParaViewCore/Animation/vtkPVKeyFrame.h +1 -1
- ParaViewCore/Animation/vtkPVKeyFrameAnimationCue.h ParaViewCore/Animation/vtkPVKeyFrameAnimationCue.h +1 -1
- ParaViewCore/Animation/vtkPVKeyFrameAnimationCueForProxies.h ParaViewCore/Animation/vtkPVKeyFrameAnimationCueForProxies.h +4 -4
- ParaViewCore/Animation/vtkPVKeyFrameCueManipulator.cxx ParaViewCore/Animation/vtkPVKeyFrameCueManipulator.cxx +1 -1
- ParaViewCore/Animation/vtkPVKeyFrameCueManipulator.h ParaViewCore/Animation/vtkPVKeyFrameCueManipulator.h +4 -4
- ParaViewCore/Animation/vtkPVRampKeyFrame.h ParaViewCore/Animation/vtkPVRampKeyFrame.h +2 -3
- ParaViewCore/Animation/vtkPVRepresentationAnimationHelper.h ParaViewCore/Animation/vtkPVRepresentationAnimationHelper.h +1 -1
- ParaViewCore/Animation/vtkPVServerSideAnimationPlayer.cxx ParaViewCore/Animation/vtkPVServerSideAnimationPlayer.cxx +1 -1
- ParaViewCore/Animation/vtkPVServerSideAnimationPlayer.h ParaViewCore/Animation/vtkPVServerSideAnimationPlayer.h +1 -1
- ParaViewCore/Animation/vtkPVSinusoidKeyFrame.h ParaViewCore/Animation/vtkPVSinusoidKeyFrame.h +2 -3
- ParaViewCore/Animation/vtkPythonAnimationCue.h ParaViewCore/Animation/vtkPythonAnimationCue.h +1 -1
- ParaViewCore/Animation/vtkRealtimeAnimationPlayer.h ParaViewCore/Animation/vtkRealtimeAnimationPlayer.h +6 -6
- ParaViewCore/Animation/vtkSIXMLAnimationWriterRepresentationProperty.h ...Animation/vtkSIXMLAnimationWriterRepresentationProperty.h +2 -2
- ParaViewCore/Animation/vtkSMAnimationFrameWindowDomain.h ParaViewCore/Animation/vtkSMAnimationFrameWindowDomain.h +1 -1
- ParaViewCore/Animation/vtkSMAnimationScene.cxx ParaViewCore/Animation/vtkSMAnimationScene.cxx +3 -3
- ParaViewCore/Animation/vtkSMAnimationScene.h ParaViewCore/Animation/vtkSMAnimationScene.h +4 -4
- ParaViewCore/Animation/vtkSMAnimationSceneGeometryWriter.h ParaViewCore/Animation/vtkSMAnimationSceneGeometryWriter.h +4 -4
- ParaViewCore/Animation/vtkSMAnimationSceneImageWriter.h ParaViewCore/Animation/vtkSMAnimationSceneImageWriter.h +4 -4
- ParaViewCore/Animation/vtkSMAnimationSceneProxy.h ParaViewCore/Animation/vtkSMAnimationSceneProxy.h +3 -3
- ParaViewCore/Animation/vtkSMAnimationSceneWriter.h ParaViewCore/Animation/vtkSMAnimationSceneWriter.h +1 -1
- ParaViewCore/Animation/vtkSMSaveAnimationProxy.cxx ParaViewCore/Animation/vtkSMSaveAnimationProxy.cxx +1 -1
- ParaViewCore/Animation/vtkSMSaveAnimationProxy.h ParaViewCore/Animation/vtkSMSaveAnimationProxy.h +1 -1
- ParaViewCore/Animation/vtkSequenceAnimationPlayer.h ParaViewCore/Animation/vtkSequenceAnimationPlayer.h +6 -6
- ParaViewCore/Animation/vtkTimestepsAnimationPlayer.h ParaViewCore/Animation/vtkTimestepsAnimationPlayer.h +6 -6
- ParaViewCore/Animation/vtkXMLPVAnimationWriter.h ParaViewCore/Animation/vtkXMLPVAnimationWriter.h +2 -2
- ParaViewCore/CinemaReader/vtkCinemaDatabase.h ParaViewCore/CinemaReader/vtkCinemaDatabase.h +1 -1
- ParaViewCore/CinemaReader/vtkCinemaDatabaseReader.h ParaViewCore/CinemaReader/vtkCinemaDatabaseReader.h +1 -1
- ParaViewCore/CinemaReader/vtkCinemaLayerMapper.h ParaViewCore/CinemaReader/vtkCinemaLayerMapper.h +1 -1
- ParaViewCore/CinemaReader/vtkCinemaLayerRepresentation.h ParaViewCore/CinemaReader/vtkCinemaLayerRepresentation.h +1 -1
- ParaViewCore/CinemaReader/vtkPVCinemaDatabaseInformation.h ParaViewCore/CinemaReader/vtkPVCinemaDatabaseInformation.h +5 -5
- ParaViewCore/CinemaReader/vtkSMCinemaDatabaseImporter.h ParaViewCore/CinemaReader/vtkSMCinemaDatabaseImporter.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkCompleteArrays.h ParaViewCore/ClientServerCore/Core/vtkCompleteArrays.h +2 -2
- ParaViewCore/ClientServerCore/Core/vtkEnvironmentAnnotationFilter.h ...re/ClientServerCore/Core/vtkEnvironmentAnnotationFilter.h +3 -3
- ParaViewCore/ClientServerCore/Core/vtkExtractsDeliveryHelper.h ...iewCore/ClientServerCore/Core/vtkExtractsDeliveryHelper.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkMPIMToNSocketConnection.h ...ewCore/ClientServerCore/Core/vtkMPIMToNSocketConnection.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkMPIMToNSocketConnectionPortInformation.h ...rverCore/Core/vtkMPIMToNSocketConnectionPortInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkNetworkAccessManager.h ParaViewCore/ClientServerCore/Core/vtkNetworkAccessManager.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPConvertSelection.h ParaViewCore/ClientServerCore/Core/vtkPConvertSelection.h +2 -3
- ParaViewCore/ClientServerCore/Core/vtkPVAlgorithmPortsInformation.h ...re/ClientServerCore/Core/vtkPVAlgorithmPortsInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVArrayInformation.h ParaViewCore/ClientServerCore/Core/vtkPVArrayInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVClassNameInformation.h ...iewCore/ClientServerCore/Core/vtkPVClassNameInformation.h +7 -7
- ParaViewCore/ClientServerCore/Core/vtkPVCompositeDataInformation.h ...ore/ClientServerCore/Core/vtkPVCompositeDataInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVCompositeDataInformationIterator.h ...ntServerCore/Core/vtkPVCompositeDataInformationIterator.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVDataInformation.h ParaViewCore/ClientServerCore/Core/vtkPVDataInformation.h +7 -7
- ParaViewCore/ClientServerCore/Core/vtkPVDataInformationHelper.h ...ewCore/ClientServerCore/Core/vtkPVDataInformationHelper.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVDataSetAttributesInformation.h ...ClientServerCore/Core/vtkPVDataSetAttributesInformation.h +4 -4
- ParaViewCore/ClientServerCore/Core/vtkPVDataSizeInformation.h ...ViewCore/ClientServerCore/Core/vtkPVDataSizeInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVDisableStackTraceSignalHandler.h ...ientServerCore/Core/vtkPVDisableStackTraceSignalHandler.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVEnableStackTraceSignalHandler.h ...lientServerCore/Core/vtkPVEnableStackTraceSignalHandler.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVExtractArraysOverTime.h ...ewCore/ClientServerCore/Core/vtkPVExtractArraysOverTime.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVExtractSelection.h ParaViewCore/ClientServerCore/Core/vtkPVExtractSelection.h +4 -5
- ParaViewCore/ClientServerCore/Core/vtkPVFileInformationHelper.h ...ewCore/ClientServerCore/Core/vtkPVFileInformationHelper.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVGenericAttributeInformation.h .../ClientServerCore/Core/vtkPVGenericAttributeInformation.h +2 -2
- ParaViewCore/ClientServerCore/Core/vtkPVInformation.h ParaViewCore/ClientServerCore/Core/vtkPVInformation.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVMemoryUseInformation.h ...iewCore/ClientServerCore/Core/vtkPVMemoryUseInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVMultiClientsInformation.h ...Core/ClientServerCore/Core/vtkPVMultiClientsInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVOptions.h ParaViewCore/ClientServerCore/Core/vtkPVOptions.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVOptionsXMLParser.h ParaViewCore/ClientServerCore/Core/vtkPVOptionsXMLParser.h +2 -2
- ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.cxx +8 -8
- ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.h ParaViewCore/ClientServerCore/Core/vtkPVPluginLoader.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVPluginTracker.h ParaViewCore/ClientServerCore/Core/vtkPVPluginTracker.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVPluginsInformation.h ParaViewCore/ClientServerCore/Core/vtkPVPluginsInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVProgressHandler.h ParaViewCore/ClientServerCore/Core/vtkPVProgressHandler.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVPythonInformation.h ParaViewCore/ClientServerCore/Core/vtkPVPythonInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVPythonModule.h ParaViewCore/ClientServerCore/Core/vtkPVPythonModule.h +2 -2
- ParaViewCore/ClientServerCore/Core/vtkPVPythonOptions.h ParaViewCore/ClientServerCore/Core/vtkPVPythonOptions.h +3 -3
- ParaViewCore/ClientServerCore/Core/vtkPVSILInformation.h ParaViewCore/ClientServerCore/Core/vtkPVSILInformation.h +4 -4
- ParaViewCore/ClientServerCore/Core/vtkPVServerInformation.h ParaViewCore/ClientServerCore/Core/vtkPVServerInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVServerOptions.h ParaViewCore/ClientServerCore/Core/vtkPVServerOptions.h +4 -4
- ParaViewCore/ClientServerCore/Core/vtkPVSession.h ParaViewCore/ClientServerCore/Core/vtkPVSession.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPVSystemConfigInformation.h ...Core/ClientServerCore/Core/vtkPVSystemConfigInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVSystemInformation.h ParaViewCore/ClientServerCore/Core/vtkPVSystemInformation.h +5 -5
- ParaViewCore/ClientServerCore/Core/vtkPVTemporalDataInformation.h ...Core/ClientServerCore/Core/vtkPVTemporalDataInformation.h +7 -7
- ParaViewCore/ClientServerCore/Core/vtkPVTimerInformation.h ParaViewCore/ClientServerCore/Core/vtkPVTimerInformation.h +7 -7
- ParaViewCore/ClientServerCore/Core/vtkProcessModule.cxx ParaViewCore/ClientServerCore/Core/vtkProcessModule.cxx +1 -1
- ParaViewCore/ClientServerCore/Core/vtkProcessModule.h ParaViewCore/ClientServerCore/Core/vtkProcessModule.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkProcessModuleAutoMPI.cxx ...iewCore/ClientServerCore/Core/vtkProcessModuleAutoMPI.cxx +1 -1
- ParaViewCore/ClientServerCore/Core/vtkProcessModuleAutoMPI.h ParaViewCore/ClientServerCore/Core/vtkProcessModuleAutoMPI.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkPythonAnnotationFilter.h ...iewCore/ClientServerCore/Core/vtkPythonAnnotationFilter.h +3 -3
- ParaViewCore/ClientServerCore/Core/vtkPythonExtractSelection.h ...iewCore/ClientServerCore/Core/vtkPythonExtractSelection.h +4 -5
- ParaViewCore/ClientServerCore/Core/vtkPythonProgrammableFilter.h ...wCore/ClientServerCore/Core/vtkPythonProgrammableFilter.h +7 -7
- ParaViewCore/ClientServerCore/Core/vtkSession.h ParaViewCore/ClientServerCore/Core/vtkSession.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkSessionIterator.h ParaViewCore/ClientServerCore/Core/vtkSessionIterator.h +1 -1
- ParaViewCore/ClientServerCore/Core/vtkTCPNetworkAccessManager.h ...ewCore/ClientServerCore/Core/vtkTCPNetworkAccessManager.h +6 -6
- ParaViewCore/ClientServerCore/Default/vtkAnnotateAttributeDataFilter.h ...ClientServerCore/Default/vtkAnnotateAttributeDataFilter.h +2 -2
- ParaViewCore/ClientServerCore/Default/vtkAnnotateGlobalDataFilter.h ...re/ClientServerCore/Default/vtkAnnotateGlobalDataFilter.h +2 -2
- ParaViewCore/ClientServerCore/Default/vtkNetworkImageSource.h ...ViewCore/ClientServerCore/Default/vtkNetworkImageSource.h +1 -1
- ParaViewCore/ClientServerCore/Default/vtkPVEnsembleDataReaderInformation.h ...ntServerCore/Default/vtkPVEnsembleDataReaderInformation.h +4 -4
- ParaViewCore/ClientServerCore/Default/vtkPVEnvironmentInformation.h ...re/ClientServerCore/Default/vtkPVEnvironmentInformation.h +4 -4
- ParaViewCore/ClientServerCore/Default/vtkPVEnvironmentInformationHelper.h ...entServerCore/Default/vtkPVEnvironmentInformationHelper.h +1 -1
- ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.h ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.h +4 -4
- ParaViewCore/ClientServerCore/Default/vtkPVSingleOutputExtractSelection.h ...entServerCore/Default/vtkPVSingleOutputExtractSelection.h +1 -1
- ParaViewCore/ClientServerCore/Default/vtkPythonCalculator.h ParaViewCore/ClientServerCore/Default/vtkPythonCalculator.h +4 -4
- ParaViewCore/ClientServerCore/Default/vtkSliceAlongPolyPlane.h ...iewCore/ClientServerCore/Default/vtkSliceAlongPolyPlane.h +4 -5
- ParaViewCore/ClientServerCore/Rendering/vtk3DWidgetRepresentation.h ...re/ClientServerCore/Rendering/vtk3DWidgetRepresentation.h +3 -3
- ParaViewCore/ClientServerCore/Rendering/vtkAMROutlineRepresentation.h .../ClientServerCore/Rendering/vtkAMROutlineRepresentation.h +8 -8
- ParaViewCore/ClientServerCore/Rendering/vtkAMRStreamingPriorityQueue.h ...ClientServerCore/Rendering/vtkAMRStreamingPriorityQueue.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkAMRStreamingVolumeRepresentation.h ...erverCore/Rendering/vtkAMRStreamingVolumeRepresentation.h +14 -15
- ParaViewCore/ClientServerCore/Rendering/vtkCacheSizeKeeper.h ParaViewCore/ClientServerCore/Rendering/vtkCacheSizeKeeper.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkCaveSynchronizedRenderers.h ...ClientServerCore/Rendering/vtkCaveSynchronizedRenderers.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkChartRepresentation.h ...wCore/ClientServerCore/Rendering/vtkChartRepresentation.h +10 -12
- ParaViewCore/ClientServerCore/Rendering/vtkChartSelectionRepresentation.h ...entServerCore/Rendering/vtkChartSelectionRepresentation.h +7 -7
- ParaViewCore/ClientServerCore/Rendering/vtkChartWarning.h ParaViewCore/ClientServerCore/Rendering/vtkChartWarning.h +4 -4
- ParaViewCore/ClientServerCore/Rendering/vtkClientServerMoveData.h ...Core/ClientServerCore/Rendering/vtkClientServerMoveData.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkCompositeRepresentation.h ...e/ClientServerCore/Rendering/vtkCompositeRepresentation.h +16 -16
- ParaViewCore/ClientServerCore/Rendering/vtkDataLabelRepresentation.h ...e/ClientServerCore/Rendering/vtkDataLabelRepresentation.h +9 -10
- ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentation.cxx .../ClientServerCore/Rendering/vtkGeometryRepresentation.cxx +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentation.h ...re/ClientServerCore/Rendering/vtkGeometryRepresentation.h +11 -12
- ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentationWithFaces.h ...ServerCore/Rendering/vtkGeometryRepresentationWithFaces.h +7 -7
- ParaViewCore/ClientServerCore/Rendering/vtkGeometrySliceRepresentation.cxx ...ntServerCore/Rendering/vtkGeometrySliceRepresentation.cxx +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkGeometrySliceRepresentation.h ...ientServerCore/Rendering/vtkGeometrySliceRepresentation.h +6 -6
- ParaViewCore/ClientServerCore/Rendering/vtkGlyph3DRepresentation.cxx ...e/ClientServerCore/Rendering/vtkGlyph3DRepresentation.cxx +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkGlyph3DRepresentation.h ...ore/ClientServerCore/Rendering/vtkGlyph3DRepresentation.h +22 -23
- ParaViewCore/ClientServerCore/Rendering/vtkImageSliceRepresentation.h .../ClientServerCore/Rendering/vtkImageSliceRepresentation.h +14 -15
- ParaViewCore/ClientServerCore/Rendering/vtkImageVolumeRepresentation.h ...ClientServerCore/Rendering/vtkImageVolumeRepresentation.h +9 -10
- ParaViewCore/ClientServerCore/Rendering/vtkMPIMoveData.h ParaViewCore/ClientServerCore/Rendering/vtkMPIMoveData.h +4 -4
- ParaViewCore/ClientServerCore/Rendering/vtkMoleculeRepresentation.h ...re/ClientServerCore/Rendering/vtkMoleculeRepresentation.h +8 -9
- ParaViewCore/ClientServerCore/Rendering/vtkOutlineRepresentation.h ...ore/ClientServerCore/Rendering/vtkOutlineRepresentation.h +6 -9
- ParaViewCore/ClientServerCore/Rendering/vtkPExtentTranslator.h ...iewCore/ClientServerCore/Rendering/vtkPExtentTranslator.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkPVBagChartRepresentation.h .../ClientServerCore/Rendering/vtkPVBagChartRepresentation.h +6 -6
- ParaViewCore/ClientServerCore/Rendering/vtkPVBoxChartRepresentation.h .../ClientServerCore/Rendering/vtkPVBoxChartRepresentation.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVCacheKeeper.h ParaViewCore/ClientServerCore/Rendering/vtkPVCacheKeeper.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkPVCacheKeeperPipeline.h ...ore/ClientServerCore/Rendering/vtkPVCacheKeeperPipeline.h +3 -3
- ParaViewCore/ClientServerCore/Rendering/vtkPVCacheSizeInformation.h ...re/ClientServerCore/Rendering/vtkPVCacheSizeInformation.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVClientServerSynchronizedRenderers.h ...erCore/Rendering/vtkPVClientServerSynchronizedRenderers.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVCompositeOrthographicSliceRepresentation.h ...Rendering/vtkPVCompositeOrthographicSliceRepresentation.h +12 -13
- ParaViewCore/ClientServerCore/Rendering/vtkPVCompositeRepresentation.h ...ClientServerCore/Rendering/vtkPVCompositeRepresentation.h +6 -7
- ParaViewCore/ClientServerCore/Rendering/vtkPVContextInteractorStyle.h .../ClientServerCore/Rendering/vtkPVContextInteractorStyle.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVContextView.h ParaViewCore/ClientServerCore/Rendering/vtkPVContextView.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVDataDeliveryManager.h ...ore/ClientServerCore/Rendering/vtkPVDataDeliveryManager.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVDataRepresentation.h ...Core/ClientServerCore/Rendering/vtkPVDataRepresentation.h +10 -11
- ParaViewCore/ClientServerCore/Rendering/vtkPVDataRepresentationPipeline.h ...entServerCore/Rendering/vtkPVDataRepresentationPipeline.h +6 -6
- ParaViewCore/ClientServerCore/Rendering/vtkPVDisplayInformation.h ...Core/ClientServerCore/Rendering/vtkPVDisplayInformation.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVGridAxes3DRepresentation.h ...lientServerCore/Rendering/vtkPVGridAxes3DRepresentation.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVHardwareSelector.h ...ewCore/ClientServerCore/Rendering/vtkPVHardwareSelector.h +4 -4
- ParaViewCore/ClientServerCore/Rendering/vtkPVHistogramChartRepresentation.h ...tServerCore/Rendering/vtkPVHistogramChartRepresentation.h +6 -6
- ParaViewCore/ClientServerCore/Rendering/vtkPVImageSliceMapper.h ...ewCore/ClientServerCore/Rendering/vtkPVImageSliceMapper.h +10 -13
- ParaViewCore/ClientServerCore/Rendering/vtkPVImplicitCylinderRepresentation.h ...erverCore/Rendering/vtkPVImplicitCylinderRepresentation.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVImplicitPlaneRepresentation.h ...ntServerCore/Rendering/vtkPVImplicitPlaneRepresentation.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVLastSelectionInformation.h ...lientServerCore/Rendering/vtkPVLastSelectionInformation.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkPVMultiSliceView.h ...ViewCore/ClientServerCore/Rendering/vtkPVMultiSliceView.h +3 -3
- ParaViewCore/ClientServerCore/Rendering/vtkPVOpenGLExtensionsInformation.h ...ntServerCore/Rendering/vtkPVOpenGLExtensionsInformation.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVOpenGLInformation.h ...wCore/ClientServerCore/Rendering/vtkPVOpenGLInformation.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVOrthographicSliceView.cxx ...ClientServerCore/Rendering/vtkPVOrthographicSliceView.cxx +6 -6
- ParaViewCore/ClientServerCore/Rendering/vtkPVOrthographicSliceView.h ...e/ClientServerCore/Rendering/vtkPVOrthographicSliceView.h +17 -18
- ParaViewCore/ClientServerCore/Rendering/vtkPVParallelCoordinatesRepresentation.h ...erCore/Rendering/vtkPVParallelCoordinatesRepresentation.h +6 -6
- ParaViewCore/ClientServerCore/Rendering/vtkPVPlotMatrixRepresentation.h ...lientServerCore/Rendering/vtkPVPlotMatrixRepresentation.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVPlotMatrixView.h ...ViewCore/ClientServerCore/Rendering/vtkPVPlotMatrixView.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkPVProminentValuesInformation.h ...entServerCore/Rendering/vtkPVProminentValuesInformation.h +7 -7
- ParaViewCore/ClientServerCore/Rendering/vtkPVRayCastPickingHelper.h ...re/ClientServerCore/Rendering/vtkPVRayCastPickingHelper.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVRenderView.cxx ParaViewCore/ClientServerCore/Rendering/vtkPVRenderView.cxx +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkPVRenderView.h ParaViewCore/ClientServerCore/Rendering/vtkPVRenderView.h +9 -9
- ParaViewCore/ClientServerCore/Rendering/vtkPVRenderViewSettings.h ...Core/ClientServerCore/Rendering/vtkPVRenderViewSettings.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVRepresentedDataInformation.h ...entServerCore/Rendering/vtkPVRepresentedDataInformation.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkPVSelectionInformation.h ...re/ClientServerCore/Rendering/vtkPVSelectionInformation.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVStreamingPiecesInformation.h ...entServerCore/Rendering/vtkPVStreamingPiecesInformation.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPVSynchronizedRenderWindows.cxx ...ntServerCore/Rendering/vtkPVSynchronizedRenderWindows.cxx +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVSynchronizedRenderWindows.h ...ientServerCore/Rendering/vtkPVSynchronizedRenderWindows.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVSynchronizedRenderer.h ...re/ClientServerCore/Rendering/vtkPVSynchronizedRenderer.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkPVView.h ParaViewCore/ClientServerCore/Rendering/vtkPVView.h +3 -3
- ParaViewCore/ClientServerCore/Rendering/vtkPVXYChartView.h ParaViewCore/ClientServerCore/Rendering/vtkPVXYChartView.h +5 -5
- ParaViewCore/ClientServerCore/Rendering/vtkPointGaussianRepresentation.h ...ientServerCore/Rendering/vtkPointGaussianRepresentation.h +8 -9
- ParaViewCore/ClientServerCore/Rendering/vtkPolarAxesRepresentation.h ...e/ClientServerCore/Rendering/vtkPolarAxesRepresentation.h +8 -8
- ParaViewCore/ClientServerCore/Rendering/vtkProgressBarSourceRepresentation.h ...ServerCore/Rendering/vtkProgressBarSourceRepresentation.h +8 -9
- ParaViewCore/ClientServerCore/Rendering/vtkPythonRepresentation.h ...Core/ClientServerCore/Rendering/vtkPythonRepresentation.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkPythonView.h ParaViewCore/ClientServerCore/Rendering/vtkPythonView.h +4 -4
- ParaViewCore/ClientServerCore/Rendering/vtkQuartileChartRepresentation.cxx ...ntServerCore/Rendering/vtkQuartileChartRepresentation.cxx +9 -10
- ParaViewCore/ClientServerCore/Rendering/vtkQuartileChartRepresentation.h ...ientServerCore/Rendering/vtkQuartileChartRepresentation.h +2 -2
- ParaViewCore/ClientServerCore/Rendering/vtkRulerSourceRepresentation.h ...ClientServerCore/Rendering/vtkRulerSourceRepresentation.h +8 -9
- ParaViewCore/ClientServerCore/Rendering/vtkSelectionDeliveryFilter.h ...e/ClientServerCore/Rendering/vtkSelectionDeliveryFilter.h +3 -3
- ParaViewCore/ClientServerCore/Rendering/vtkSelectionRepresentation.h ...e/ClientServerCore/Rendering/vtkSelectionRepresentation.h +16 -17
- ParaViewCore/ClientServerCore/Rendering/vtkSpreadSheetRepresentation.h ...ClientServerCore/Rendering/vtkSpreadSheetRepresentation.h +4 -5
- ParaViewCore/ClientServerCore/Rendering/vtkSpreadSheetView.h ParaViewCore/ClientServerCore/Rendering/vtkSpreadSheetView.h +4 -4
- ParaViewCore/ClientServerCore/Rendering/vtkStructuredGridVolumeRepresentation.h ...verCore/Rendering/vtkStructuredGridVolumeRepresentation.h +4 -5
- ParaViewCore/ClientServerCore/Rendering/vtkTableExtentTranslator.h ...ore/ClientServerCore/Rendering/vtkTableExtentTranslator.h +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkTextSourceRepresentation.h .../ClientServerCore/Rendering/vtkTextSourceRepresentation.h +8 -9
- ParaViewCore/ClientServerCore/Rendering/vtkThreeSliceFilter.h ...ViewCore/ClientServerCore/Rendering/vtkThreeSliceFilter.h +3 -4
- ParaViewCore/ClientServerCore/Rendering/vtkUnstructuredGridVolumeRepresentation.h ...rCore/Rendering/vtkUnstructuredGridVolumeRepresentation.h +9 -10
- ParaViewCore/ClientServerCore/Rendering/vtkXYChartRepresentation.cxx ...e/ClientServerCore/Rendering/vtkXYChartRepresentation.cxx +1 -1
- ParaViewCore/ClientServerCore/Rendering/vtkXYChartRepresentation.h ...ore/ClientServerCore/Rendering/vtkXYChartRepresentation.h +3 -3
- ParaViewCore/ClientServerStream/vtkClientServerInterpreter.cxx ...iewCore/ClientServerStream/vtkClientServerInterpreter.cxx +5 -2
- ParaViewCore/ClientServerStream/vtkClientServerInterpreter.h ParaViewCore/ClientServerStream/vtkClientServerInterpreter.h +1 -1
- ParaViewCore/Common/vtkClientServerInterpreterInitializer.h ParaViewCore/Common/vtkClientServerInterpreterInitializer.h +1 -1
- ParaViewCore/Common/vtkCommandOptions.h ParaViewCore/Common/vtkCommandOptions.h +1 -1
- ParaViewCore/Common/vtkCommandOptionsXMLParser.h ParaViewCore/Common/vtkCommandOptionsXMLParser.h +3 -3
- ParaViewCore/Common/vtkPVInstantiator.h ParaViewCore/Common/vtkPVInstantiator.h +1 -1
- ParaViewCore/Common/vtkPVTestUtilities.h ParaViewCore/Common/vtkPVTestUtilities.h +1 -1
- ParaViewCore/Common/vtkPVXMLElement.h ParaViewCore/Common/vtkPVXMLElement.h +1 -1
- ParaViewCore/Common/vtkPVXMLParser.h ParaViewCore/Common/vtkPVXMLParser.h +3 -3
- ParaViewCore/Common/vtkStringList.h ParaViewCore/Common/vtkStringList.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkPVCatalystSessionCore.h ...Core/ServerImplementation/Core/vtkPVCatalystSessionCore.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkPVFilePathEncodingHelper.h ...e/ServerImplementation/Core/vtkPVFilePathEncodingHelper.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkPVProxyDefinitionIterator.h .../ServerImplementation/Core/vtkPVProxyDefinitionIterator.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkPVSessionBase.h ParaViewCore/ServerImplementation/Core/vtkPVSessionBase.h +6 -6
- ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.h ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkPVSessionCoreInterpreterHelper.h ...erImplementation/Core/vtkPVSessionCoreInterpreterHelper.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkPVSessionServer.h ParaViewCore/ServerImplementation/Core/vtkPVSessionServer.h +5 -5
- ParaViewCore/ServerImplementation/Core/vtkSIArraySelectionProperty.h ...e/ServerImplementation/Core/vtkSIArraySelectionProperty.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSICollaborationManager.cxx ...e/ServerImplementation/Core/vtkSICollaborationManager.cxx +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSICollaborationManager.h ...ore/ServerImplementation/Core/vtkSICollaborationManager.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSICompoundSourceProxy.h ...Core/ServerImplementation/Core/vtkSICompoundSourceProxy.h +4 -4
- ParaViewCore/ServerImplementation/Core/vtkSIDataArrayProperty.h ...ewCore/ServerImplementation/Core/vtkSIDataArrayProperty.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSIDirectoryProxy.h ParaViewCore/ServerImplementation/Core/vtkSIDirectoryProxy.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSIDoubleMapProperty.h ...ewCore/ServerImplementation/Core/vtkSIDoubleMapProperty.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSIDoubleVectorProperty.h ...ore/ServerImplementation/Core/vtkSIDoubleVectorProperty.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkSIIdTypeVectorProperty.h ...ore/ServerImplementation/Core/vtkSIIdTypeVectorProperty.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkSIIndexSelectionProperty.h ...e/ServerImplementation/Core/vtkSIIndexSelectionProperty.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSIInputProperty.h ParaViewCore/ServerImplementation/Core/vtkSIInputProperty.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSIIntVectorProperty.h ...ewCore/ServerImplementation/Core/vtkSIIntVectorProperty.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkSIMetaReaderProxy.h ...ViewCore/ServerImplementation/Core/vtkSIMetaReaderProxy.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSIObject.h ParaViewCore/ServerImplementation/Core/vtkSIObject.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkSIProperty.h ParaViewCore/ServerImplementation/Core/vtkSIProperty.h +1 -1
- ParaViewCore/ServerImplementation/Core/vtkSIProxy.h ParaViewCore/ServerImplementation/Core/vtkSIProxy.h +4 -4
- ParaViewCore/ServerImplementation/Core/vtkSIProxyDefinitionManager.cxx ...ServerImplementation/Core/vtkSIProxyDefinitionManager.cxx +6 -6
- ParaViewCore/ServerImplementation/Core/vtkSIProxyDefinitionManager.h ...e/ServerImplementation/Core/vtkSIProxyDefinitionManager.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSIProxyProperty.h ParaViewCore/ServerImplementation/Core/vtkSIProxyProperty.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSISILProperty.h ParaViewCore/ServerImplementation/Core/vtkSISILProperty.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSISourceProxy.h ParaViewCore/ServerImplementation/Core/vtkSISourceProxy.h +3 -3
- ParaViewCore/ServerImplementation/Core/vtkSIStringVectorProperty.h ...ore/ServerImplementation/Core/vtkSIStringVectorProperty.h +4 -4
- ParaViewCore/ServerImplementation/Core/vtkSITimeLabelProperty.h ...ewCore/ServerImplementation/Core/vtkSITimeLabelProperty.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSITimeRangeProperty.h ...ewCore/ServerImplementation/Core/vtkSITimeRangeProperty.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSITimeStepsProperty.h ...ewCore/ServerImplementation/Core/vtkSITimeStepsProperty.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSIVectorProperty.h ParaViewCore/ServerImplementation/Core/vtkSIVectorProperty.h +2 -2
- ParaViewCore/ServerImplementation/Core/vtkSIVectorPropertyTemplate.h ...e/ServerImplementation/Core/vtkSIVectorPropertyTemplate.h +5 -5
- ParaViewCore/ServerImplementation/Core/vtkSIWriterProxy.h ParaViewCore/ServerImplementation/Core/vtkSIWriterProxy.h +4 -5
- ParaViewCore/ServerImplementation/Rendering/vtkSIImageTextureProxy.h ...e/ServerImplementation/Rendering/vtkSIImageTextureProxy.h +1 -1
- ParaViewCore/ServerImplementation/Rendering/vtkSIPVRepresentationProxy.h ...rverImplementation/Rendering/vtkSIPVRepresentationProxy.h +3 -3
- ParaViewCore/ServerImplementation/Rendering/vtkSIUnstructuredGridVolumeRepresentationProxy.h ...endering/vtkSIUnstructuredGridVolumeRepresentationProxy.h +1 -1
- ParaViewCore/ServerManager/Core/vtkLiveInsituLink.h ParaViewCore/ServerManager/Core/vtkLiveInsituLink.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMArrayListDomain.h ParaViewCore/ServerManager/Core/vtkSMArrayListDomain.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMArrayRangeDomain.h ParaViewCore/ServerManager/Core/vtkSMArrayRangeDomain.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMArraySelectionDomain.h ParaViewCore/ServerManager/Core/vtkSMArraySelectionDomain.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMBooleanDomain.h ParaViewCore/ServerManager/Core/vtkSMBooleanDomain.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMBoundsDomain.h ParaViewCore/ServerManager/Core/vtkSMBoundsDomain.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMCollaborationManager.h ParaViewCore/ServerManager/Core/vtkSMCollaborationManager.h +5 -5
- ParaViewCore/ServerManager/Core/vtkSMCompositeTreeDomain.h ParaViewCore/ServerManager/Core/vtkSMCompositeTreeDomain.h +5 -5
- ParaViewCore/ServerManager/Core/vtkSMCompoundProxyDefinitionLoader.h ...e/ServerManager/Core/vtkSMCompoundProxyDefinitionLoader.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMCompoundSourceProxy.h ParaViewCore/ServerManager/Core/vtkSMCompoundSourceProxy.h +6 -7
- ParaViewCore/ServerManager/Core/vtkSMCompoundSourceProxyDefinitionBuilder.h ...rManager/Core/vtkSMCompoundSourceProxyDefinitionBuilder.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMCoreUtilities.h ParaViewCore/ServerManager/Core/vtkSMCoreUtilities.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDataSourceProxy.h ParaViewCore/ServerManager/Core/vtkSMDataSourceProxy.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDataTypeDomain.h ParaViewCore/ServerManager/Core/vtkSMDataTypeDomain.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMDeserializer.h ParaViewCore/ServerManager/Core/vtkSMDeserializer.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDeserializerProtobuf.h ParaViewCore/ServerManager/Core/vtkSMDeserializerProtobuf.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMDeserializerXML.h ParaViewCore/ServerManager/Core/vtkSMDeserializerXML.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMDeserializerXMLCache.h ParaViewCore/ServerManager/Core/vtkSMDeserializerXMLCache.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMDimensionsDomain.h ParaViewCore/ServerManager/Core/vtkSMDimensionsDomain.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMDocumentation.h ParaViewCore/ServerManager/Core/vtkSMDocumentation.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDomain.h ParaViewCore/ServerManager/Core/vtkSMDomain.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDomainIterator.h ParaViewCore/ServerManager/Core/vtkSMDomainIterator.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDoubleMapProperty.h ParaViewCore/ServerManager/Core/vtkSMDoubleMapProperty.h +9 -9
- ParaViewCore/ServerManager/Core/vtkSMDoubleMapPropertyIterator.h ...wCore/ServerManager/Core/vtkSMDoubleMapPropertyIterator.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDoubleRangeDomain.h ParaViewCore/ServerManager/Core/vtkSMDoubleRangeDomain.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMDoubleVectorProperty.h ParaViewCore/ServerManager/Core/vtkSMDoubleVectorProperty.h +14 -14
- ParaViewCore/ServerManager/Core/vtkSMEnumerationDomain.h ParaViewCore/ServerManager/Core/vtkSMEnumerationDomain.h +6 -6
- ParaViewCore/ServerManager/Core/vtkSMExtentDomain.h ParaViewCore/ServerManager/Core/vtkSMExtentDomain.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMFieldDataDomain.h ParaViewCore/ServerManager/Core/vtkSMFieldDataDomain.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMFileListDomain.h ParaViewCore/ServerManager/Core/vtkSMFileListDomain.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMFixedTypeDomain.h ParaViewCore/ServerManager/Core/vtkSMFixedTypeDomain.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMGlobalPropertiesLinkUndoElement.h ...ServerManager/Core/vtkSMGlobalPropertiesLinkUndoElement.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMGlobalPropertiesProxy.h ParaViewCore/ServerManager/Core/vtkSMGlobalPropertiesProxy.h +4 -5
- ParaViewCore/ServerManager/Core/vtkSMIdTypeVectorProperty.h ParaViewCore/ServerManager/Core/vtkSMIdTypeVectorProperty.h +13 -13
- ParaViewCore/ServerManager/Core/vtkSMIndexSelectionDomain.h ParaViewCore/ServerManager/Core/vtkSMIndexSelectionDomain.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMInputArrayDomain.h ParaViewCore/ServerManager/Core/vtkSMInputArrayDomain.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMInputFileNameDomain.h ParaViewCore/ServerManager/Core/vtkSMInputFileNameDomain.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMInputProperty.h ParaViewCore/ServerManager/Core/vtkSMInputProperty.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMInsituStateLoader.h ParaViewCore/ServerManager/Core/vtkSMInsituStateLoader.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMIntRangeDomain.h ParaViewCore/ServerManager/Core/vtkSMIntRangeDomain.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMIntVectorProperty.h ParaViewCore/ServerManager/Core/vtkSMIntVectorProperty.h +14 -14
- ParaViewCore/ServerManager/Core/vtkSMLink.cxx ParaViewCore/ServerManager/Core/vtkSMLink.cxx +2 -2
- ParaViewCore/ServerManager/Core/vtkSMLink.h ParaViewCore/ServerManager/Core/vtkSMLink.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMLiveInsituLinkProxy.h ParaViewCore/ServerManager/Core/vtkSMLiveInsituLinkProxy.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMMapProperty.h ParaViewCore/ServerManager/Core/vtkSMMapProperty.h +5 -5
- ParaViewCore/ServerManager/Core/vtkSMNamedPropertyIterator.h ParaViewCore/ServerManager/Core/vtkSMNamedPropertyIterator.h +8 -8
- ParaViewCore/ServerManager/Core/vtkSMNullProxy.h ParaViewCore/ServerManager/Core/vtkSMNullProxy.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMNumberOfComponentsDomain.h ...ewCore/ServerManager/Core/vtkSMNumberOfComponentsDomain.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMObject.h ParaViewCore/ServerManager/Core/vtkSMObject.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMOrderedPropertyIterator.h ...iewCore/ServerManager/Core/vtkSMOrderedPropertyIterator.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMOutputPort.h ParaViewCore/ServerManager/Core/vtkSMOutputPort.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMPWriterProxy.h ParaViewCore/ServerManager/Core/vtkSMPWriterProxy.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMParaViewPipelineController.h ...Core/ServerManager/Core/vtkSMParaViewPipelineController.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMPipelineState.h ParaViewCore/ServerManager/Core/vtkSMPipelineState.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMPluginLoaderProxy.h ParaViewCore/ServerManager/Core/vtkSMPluginLoaderProxy.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMPluginManager.h ParaViewCore/ServerManager/Core/vtkSMPluginManager.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMProperty.h ParaViewCore/ServerManager/Core/vtkSMProperty.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMPropertyGroup.h ParaViewCore/ServerManager/Core/vtkSMPropertyGroup.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMPropertyIterator.h ParaViewCore/ServerManager/Core/vtkSMPropertyIterator.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMPropertyLink.cxx ParaViewCore/ServerManager/Core/vtkSMPropertyLink.cxx +1 -1
- ParaViewCore/ServerManager/Core/vtkSMPropertyLink.h ParaViewCore/ServerManager/Core/vtkSMPropertyLink.h +9 -9
- ParaViewCore/ServerManager/Core/vtkSMProxy.cxx ParaViewCore/ServerManager/Core/vtkSMProxy.cxx +3 -3
- ParaViewCore/ServerManager/Core/vtkSMProxy.h ParaViewCore/ServerManager/Core/vtkSMProxy.h +9 -9
- ParaViewCore/ServerManager/Core/vtkSMProxyDefinitionManager.h ...ViewCore/ServerManager/Core/vtkSMProxyDefinitionManager.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMProxyGroupDomain.h ParaViewCore/ServerManager/Core/vtkSMProxyGroupDomain.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMProxyInitializationHelper.h ...wCore/ServerManager/Core/vtkSMProxyInitializationHelper.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMProxyIterator.h ParaViewCore/ServerManager/Core/vtkSMProxyIterator.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMProxyLink.h ParaViewCore/ServerManager/Core/vtkSMProxyLink.h +9 -9
- ParaViewCore/ServerManager/Core/vtkSMProxyListDomain.cxx ParaViewCore/ServerManager/Core/vtkSMProxyListDomain.cxx +2 -2
- ParaViewCore/ServerManager/Core/vtkSMProxyListDomain.h ParaViewCore/ServerManager/Core/vtkSMProxyListDomain.h +5 -5
- ParaViewCore/ServerManager/Core/vtkSMProxyLocator.h ParaViewCore/ServerManager/Core/vtkSMProxyLocator.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMProxyManager.h ParaViewCore/ServerManager/Core/vtkSMProxyManager.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMProxyProperty.h ParaViewCore/ServerManager/Core/vtkSMProxyProperty.h +11 -11
- ParaViewCore/ServerManager/Core/vtkSMProxySelectionModel.h ParaViewCore/ServerManager/Core/vtkSMProxySelectionModel.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMRangeDomainTemplate.h ParaViewCore/ServerManager/Core/vtkSMRangeDomainTemplate.h +7 -7
- ParaViewCore/ServerManager/Core/vtkSMReaderFactory.h ParaViewCore/ServerManager/Core/vtkSMReaderFactory.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMRemoteObject.h ParaViewCore/ServerManager/Core/vtkSMRemoteObject.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMRemoteObjectUpdateUndoElement.h ...e/ServerManager/Core/vtkSMRemoteObjectUpdateUndoElement.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMSILDomain.h ParaViewCore/ServerManager/Core/vtkSMSILDomain.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMSILModel.h ParaViewCore/ServerManager/Core/vtkSMSILModel.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMSelfGeneratingSourceProxy.h ...wCore/ServerManager/Core/vtkSMSelfGeneratingSourceProxy.h +3 -3
- ParaViewCore/ServerManager/Core/vtkSMServerStateLocator.h ParaViewCore/ServerManager/Core/vtkSMServerStateLocator.h +2 -3
- ParaViewCore/ServerManager/Core/vtkSMSession.h ParaViewCore/ServerManager/Core/vtkSMSession.h +6 -9
- ParaViewCore/ServerManager/Core/vtkSMSessionClient.h ParaViewCore/ServerManager/Core/vtkSMSessionClient.h +21 -25
- ParaViewCore/ServerManager/Core/vtkSMSessionObject.h ParaViewCore/ServerManager/Core/vtkSMSessionObject.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMSessionProxyManager.cxx ParaViewCore/ServerManager/Core/vtkSMSessionProxyManager.cxx +2 -2
- ParaViewCore/ServerManager/Core/vtkSMSessionProxyManager.h ParaViewCore/ServerManager/Core/vtkSMSessionProxyManager.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMSessionProxyManagerInternals.h ...re/ServerManager/Core/vtkSMSessionProxyManagerInternals.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMSettings.h ParaViewCore/ServerManager/Core/vtkSMSettings.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMSettingsProxy.cxx ParaViewCore/ServerManager/Core/vtkSMSettingsProxy.cxx +1 -1
- ParaViewCore/ServerManager/Core/vtkSMSettingsProxy.h ParaViewCore/ServerManager/Core/vtkSMSettingsProxy.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMSourceProxy.h ParaViewCore/ServerManager/Core/vtkSMSourceProxy.h +7 -8
- ParaViewCore/ServerManager/Core/vtkSMStateLoader.h ParaViewCore/ServerManager/Core/vtkSMStateLoader.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMStateLocator.h ParaViewCore/ServerManager/Core/vtkSMStateLocator.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMStateVersionController.h ...ViewCore/ServerManager/Core/vtkSMStateVersionController.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMStringListDomain.h ParaViewCore/ServerManager/Core/vtkSMStringListDomain.h +7 -7
- ParaViewCore/ServerManager/Core/vtkSMStringVectorProperty.h ParaViewCore/ServerManager/Core/vtkSMStringVectorProperty.h +14 -14
- ParaViewCore/ServerManager/Core/vtkSMTimeKeeper.h ParaViewCore/ServerManager/Core/vtkSMTimeKeeper.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMTimeKeeperProxy.h ParaViewCore/ServerManager/Core/vtkSMTimeKeeperProxy.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMTimeStepIndexDomain.h ParaViewCore/ServerManager/Core/vtkSMTimeStepIndexDomain.h +2 -2
- ParaViewCore/ServerManager/Core/vtkSMTrace.h ParaViewCore/ServerManager/Core/vtkSMTrace.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMUndoElement.h ParaViewCore/ServerManager/Core/vtkSMUndoElement.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMUndoStack.h ParaViewCore/ServerManager/Core/vtkSMUndoStack.h +4 -4
- ParaViewCore/ServerManager/Core/vtkSMUndoStackBuilder.h ParaViewCore/ServerManager/Core/vtkSMUndoStackBuilder.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMVectorProperty.h ParaViewCore/ServerManager/Core/vtkSMVectorProperty.h +5 -5
- ParaViewCore/ServerManager/Core/vtkSMWriterFactory.h ParaViewCore/ServerManager/Core/vtkSMWriterFactory.h +1 -1
- ParaViewCore/ServerManager/Core/vtkSMWriterProxy.h ParaViewCore/ServerManager/Core/vtkSMWriterProxy.h +4 -5
- ParaViewCore/ServerManager/Default/vtkLoadStateOptions.h ParaViewCore/ServerManager/Default/vtkLoadStateOptions.h +1 -1
- ParaViewCore/ServerManager/Default/vtkPVGeneralSettings.h ParaViewCore/ServerManager/Default/vtkPVGeneralSettings.h +1 -1
- ParaViewCore/ServerManager/Default/vtkPVMultiServerDataSource.h ...ewCore/ServerManager/Default/vtkPVMultiServerDataSource.h +5 -5
- ParaViewCore/ServerManager/Default/vtkSMCSVExporterProxy.h ParaViewCore/ServerManager/Default/vtkSMCSVExporterProxy.h +3 -3
- ParaViewCore/ServerManager/Default/vtkSMCameraConfigurationReader.h ...re/ServerManager/Default/vtkSMCameraConfigurationReader.h +4 -4
- ParaViewCore/ServerManager/Default/vtkSMCameraConfigurationWriter.h ...re/ServerManager/Default/vtkSMCameraConfigurationWriter.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMDirectoryProxy.h ParaViewCore/ServerManager/Default/vtkSMDirectoryProxy.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMEnsembleDataReaderProxy.h ...Core/ServerManager/Default/vtkSMEnsembleDataReaderProxy.h +3 -3
- ParaViewCore/ServerManager/Default/vtkSMExporterProxy.h ParaViewCore/ServerManager/Default/vtkSMExporterProxy.h +2 -3
- ParaViewCore/ServerManager/Default/vtkSMGL2PSExporterProxy.h ParaViewCore/ServerManager/Default/vtkSMGL2PSExporterProxy.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMInteractionUndoStackBuilder.cxx ...erverManager/Default/vtkSMInteractionUndoStackBuilder.cxx +1 -1
- ParaViewCore/ServerManager/Default/vtkSMInteractionUndoStackBuilder.h .../ServerManager/Default/vtkSMInteractionUndoStackBuilder.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMInteractiveSelectionPipeline.h ...ServerManager/Default/vtkSMInteractiveSelectionPipeline.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMLoadStateOptionsProxy.h ...ewCore/ServerManager/Default/vtkSMLoadStateOptionsProxy.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMMultiServerSourceProxy.h ...wCore/ServerManager/Default/vtkSMMultiServerSourceProxy.h +3 -3
- ParaViewCore/ServerManager/Default/vtkSMPLYWriterProxyInitializationHelper.h ...Manager/Default/vtkSMPLYWriterProxyInitializationHelper.h +2 -2
- ParaViewCore/ServerManager/Default/vtkSMPSWriterProxy.h ParaViewCore/ServerManager/Default/vtkSMPSWriterProxy.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMPreselectionPipeline.h ...iewCore/ServerManager/Default/vtkSMPreselectionPipeline.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMPropertyModificationUndoElement.h ...verManager/Default/vtkSMPropertyModificationUndoElement.h +4 -4
- ParaViewCore/ServerManager/Default/vtkSMProxyClipboard.cxx ParaViewCore/ServerManager/Default/vtkSMProxyClipboard.cxx +3 -3
- ParaViewCore/ServerManager/Default/vtkSMProxyClipboard.h ParaViewCore/ServerManager/Default/vtkSMProxyClipboard.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMProxyConfigurationReader.h ...ore/ServerManager/Default/vtkSMProxyConfigurationReader.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMProxyConfigurationWriter.h ...ore/ServerManager/Default/vtkSMProxyConfigurationWriter.h +2 -2
- ParaViewCore/ServerManager/Default/vtkSMReaderReloadHelper.h ParaViewCore/ServerManager/Default/vtkSMReaderReloadHelper.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMRenderViewExporterProxy.h ...Core/ServerManager/Default/vtkSMRenderViewExporterProxy.h +3 -3
- ParaViewCore/ServerManager/Default/vtkSMTesting.h ParaViewCore/ServerManager/Default/vtkSMTesting.h +1 -1
- ParaViewCore/ServerManager/Default/vtkSMTooltipSelectionPipeline.h ...ore/ServerManager/Default/vtkSMTooltipSelectionPipeline.h +3 -3
- ParaViewCore/ServerManager/Default/vtkSMViewExportHelper.h ParaViewCore/ServerManager/Default/vtkSMViewExportHelper.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkPVComparativeAnimationCue.h ...re/ServerManager/Rendering/vtkPVComparativeAnimationCue.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkPVComparativeView.cxx ...ViewCore/ServerManager/Rendering/vtkPVComparativeView.cxx +3 -3
- ParaViewCore/ServerManager/Rendering/vtkPVComparativeView.h ParaViewCore/ServerManager/Rendering/vtkPVComparativeView.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkPVRepresentedArrayListSettings.h ...rverManager/Rendering/vtkPVRepresentedArrayListSettings.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMBagChartSeriesListDomain.h ...e/ServerManager/Rendering/vtkSMBagChartSeriesListDomain.h +3 -3
- ParaViewCore/ServerManager/Rendering/vtkSMBoxRepresentationProxy.h ...ore/ServerManager/Rendering/vtkSMBoxRepresentationProxy.h +5 -5
- ParaViewCore/ServerManager/Rendering/vtkSMCameraLink.h ParaViewCore/ServerManager/Rendering/vtkSMCameraLink.h +8 -8
- ParaViewCore/ServerManager/Rendering/vtkSMCameraProxy.h ParaViewCore/ServerManager/Rendering/vtkSMCameraProxy.h +3 -3
- ParaViewCore/ServerManager/Rendering/vtkSMChartRepresentationProxy.h ...e/ServerManager/Rendering/vtkSMChartRepresentationProxy.h +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMChartSeriesListDomain.h ...Core/ServerManager/Rendering/vtkSMChartSeriesListDomain.h +4 -4
- ParaViewCore/ServerManager/Rendering/vtkSMChartSeriesSelectionDomain.h ...ServerManager/Rendering/vtkSMChartSeriesSelectionDomain.h +4 -4
- ParaViewCore/ServerManager/Rendering/vtkSMChartUseIndexForAxisDomain.h ...ServerManager/Rendering/vtkSMChartUseIndexForAxisDomain.h +3 -3
- ParaViewCore/ServerManager/Rendering/vtkSMComparativeAnimationCueProxy.h ...rverManager/Rendering/vtkSMComparativeAnimationCueProxy.h +5 -6
- ParaViewCore/ServerManager/Rendering/vtkSMComparativeAnimationCueUndoElement.h ...nager/Rendering/vtkSMComparativeAnimationCueUndoElement.h +3 -3
- ParaViewCore/ServerManager/Rendering/vtkSMComparativeViewProxy.h ...wCore/ServerManager/Rendering/vtkSMComparativeViewProxy.h +10 -11
- ParaViewCore/ServerManager/Rendering/vtkSMContextViewProxy.h ParaViewCore/ServerManager/Rendering/vtkSMContextViewProxy.h +8 -9
- ParaViewCore/ServerManager/Rendering/vtkSMDataDeliveryManager.h ...ewCore/ServerManager/Rendering/vtkSMDataDeliveryManager.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMFunctionalBagChartSeriesSelectionDomain.h .../Rendering/vtkSMFunctionalBagChartSeriesSelectionDomain.h +3 -3
- ParaViewCore/ServerManager/Rendering/vtkSMImplicitPlaneRepresentationProxy.h ...Manager/Rendering/vtkSMImplicitPlaneRepresentationProxy.h +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMMultiSliceViewProxy.h ...ewCore/ServerManager/Rendering/vtkSMMultiSliceViewProxy.h +4 -5
- ParaViewCore/ServerManager/Rendering/vtkSMNewWidgetRepresentationProxy.cxx ...erManager/Rendering/vtkSMNewWidgetRepresentationProxy.cxx +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMNewWidgetRepresentationProxy.h ...rverManager/Rendering/vtkSMNewWidgetRepresentationProxy.h +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMOrthographicSliceViewProxy.h ...ServerManager/Rendering/vtkSMOrthographicSliceViewProxy.h +4 -5
- ParaViewCore/ServerManager/Rendering/vtkSMPVRepresentationProxy.h ...Core/ServerManager/Rendering/vtkSMPVRepresentationProxy.h +4 -4
- ParaViewCore/ServerManager/Rendering/vtkSMParaViewPipelineControllerWithRendering.h .../Rendering/vtkSMParaViewPipelineControllerWithRendering.h +4 -4
- ParaViewCore/ServerManager/Rendering/vtkSMPlotMatrixViewProxy.h ...ewCore/ServerManager/Rendering/vtkSMPlotMatrixViewProxy.h +3 -3
- ParaViewCore/ServerManager/Rendering/vtkSMPythonViewProxy.h ParaViewCore/ServerManager/Rendering/vtkSMPythonViewProxy.h +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMRenderViewProxy.h ParaViewCore/ServerManager/Rendering/vtkSMRenderViewProxy.h +11 -12
- ParaViewCore/ServerManager/Rendering/vtkSMRepresentationProxy.h ...ewCore/ServerManager/Rendering/vtkSMRepresentationProxy.h +12 -12
- ParaViewCore/ServerManager/Rendering/vtkSMRepresentationTypeDomain.h ...e/ServerManager/Rendering/vtkSMRepresentationTypeDomain.h +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMRepresentedArrayListDomain.cxx ...rverManager/Rendering/vtkSMRepresentedArrayListDomain.cxx +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMRepresentedArrayListDomain.h ...ServerManager/Rendering/vtkSMRepresentedArrayListDomain.h +5 -5
- ParaViewCore/ServerManager/Rendering/vtkSMSaveScreenshotProxy.cxx ...Core/ServerManager/Rendering/vtkSMSaveScreenshotProxy.cxx +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMSaveScreenshotProxy.h ...ewCore/ServerManager/Rendering/vtkSMSaveScreenshotProxy.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMScalarBarWidgetRepresentationProxy.h ...nager/Rendering/vtkSMScalarBarWidgetRepresentationProxy.h +4 -4
- ParaViewCore/ServerManager/Rendering/vtkSMSelectionHelper.h ParaViewCore/ServerManager/Rendering/vtkSMSelectionHelper.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMSelectionLink.cxx ParaViewCore/ServerManager/Rendering/vtkSMSelectionLink.cxx +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMSelectionLink.h ParaViewCore/ServerManager/Rendering/vtkSMSelectionLink.h +9 -10
- ParaViewCore/ServerManager/Rendering/vtkSMSpreadSheetRepresentationProxy.h ...erManager/Rendering/vtkSMSpreadSheetRepresentationProxy.h +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMTextWidgetRepresentationProxy.h ...verManager/Rendering/vtkSMTextWidgetRepresentationProxy.h +2 -2
- ParaViewCore/ServerManager/Rendering/vtkSMTransferFunctionManager.h ...re/ServerManager/Rendering/vtkSMTransferFunctionManager.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMTransferFunctionPresets.h ...re/ServerManager/Rendering/vtkSMTransferFunctionPresets.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMTransferFunctionProxy.h ...Core/ServerManager/Rendering/vtkSMTransferFunctionProxy.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMUtilities.h ParaViewCore/ServerManager/Rendering/vtkSMUtilities.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMViewLayoutProxy.h ParaViewCore/ServerManager/Rendering/vtkSMViewLayoutProxy.h +5 -6
- ParaViewCore/ServerManager/Rendering/vtkSMViewProxy.cxx ParaViewCore/ServerManager/Rendering/vtkSMViewProxy.cxx +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMViewProxy.h ParaViewCore/ServerManager/Rendering/vtkSMViewProxy.h +3 -4
- ParaViewCore/ServerManager/Rendering/vtkSMViewProxyInteractorHelper.h .../ServerManager/Rendering/vtkSMViewProxyInteractorHelper.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMViewResolutionDomain.h ...wCore/ServerManager/Rendering/vtkSMViewResolutionDomain.h +1 -1
- ParaViewCore/ServerManager/Rendering/vtkSMWidgetRepresentationProxy.h .../ServerManager/Rendering/vtkSMWidgetRepresentationProxy.h +1 -1
- ParaViewCore/ServerManager/SMApplication/vtkInitializationHelper.h ...ore/ServerManager/SMApplication/vtkInitializationHelper.h +1 -1
- ParaViewCore/VTKExtensions/CGNSReader/vtkCGNSFileSeriesReader.h ...ewCore/VTKExtensions/CGNSReader/vtkCGNSFileSeriesReader.h +1 -1
- ParaViewCore/VTKExtensions/CGNSReader/vtkCGNSReader.h ParaViewCore/VTKExtensions/CGNSReader/vtkCGNSReader.h +1 -1
- ParaViewCore/VTKExtensions/CGNSReader/vtkFileSeriesHelper.h ParaViewCore/VTKExtensions/CGNSReader/vtkFileSeriesHelper.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkAttributeDataReductionFilter.h ...Core/VTKExtensions/Core/vtkAttributeDataReductionFilter.h +4 -4
- ParaViewCore/VTKExtensions/Core/vtkCompositeMultiProcessController.h ...e/VTKExtensions/Core/vtkCompositeMultiProcessController.h +13 -13
- ParaViewCore/VTKExtensions/Core/vtkDistributedTrivialProducer.h ...ewCore/VTKExtensions/Core/vtkDistributedTrivialProducer.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkExtractHistogram.h ParaViewCore/VTKExtensions/Core/vtkExtractHistogram.h +3 -3
- ParaViewCore/VTKExtensions/Core/vtkFileSeriesReader.h ParaViewCore/VTKExtensions/Core/vtkFileSeriesReader.h +6 -7
- ParaViewCore/VTKExtensions/Core/vtkFileSeriesWriter.h ParaViewCore/VTKExtensions/Core/vtkFileSeriesWriter.h +3 -4
- ParaViewCore/VTKExtensions/Core/vtkImageFileSeriesReader.h ParaViewCore/VTKExtensions/Core/vtkImageFileSeriesReader.h +2 -3
- ParaViewCore/VTKExtensions/Core/vtkIntegrateAttributes.h ParaViewCore/VTKExtensions/Core/vtkIntegrateAttributes.h +4 -4
- ParaViewCore/VTKExtensions/Core/vtkMemberFunctionCommand.h ParaViewCore/VTKExtensions/Core/vtkMemberFunctionCommand.h +4 -4
- ParaViewCore/VTKExtensions/Core/vtkMetaReader.h ParaViewCore/VTKExtensions/Core/vtkMetaReader.h +3 -3
- ParaViewCore/VTKExtensions/Core/vtkMultiProcessControllerHelper.h ...Core/VTKExtensions/Core/vtkMultiProcessControllerHelper.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkPExtractHistogram.h ParaViewCore/VTKExtensions/Core/vtkPExtractHistogram.h +3 -3
- ParaViewCore/VTKExtensions/Core/vtkPVCompositeDataPipeline.h ParaViewCore/VTKExtensions/Core/vtkPVCompositeDataPipeline.h +3 -3
- ParaViewCore/VTKExtensions/Core/vtkPVNullSource.h ParaViewCore/VTKExtensions/Core/vtkPVNullSource.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkPVPostFilter.h ParaViewCore/VTKExtensions/Core/vtkPVPostFilter.h +4 -5
- ParaViewCore/VTKExtensions/Core/vtkPVPostFilterExecutive.h ParaViewCore/VTKExtensions/Core/vtkPVPostFilterExecutive.h +2 -2
- ParaViewCore/VTKExtensions/Core/vtkPVTransform.h ParaViewCore/VTKExtensions/Core/vtkPVTransform.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkPVTrivialProducer.h ParaViewCore/VTKExtensions/Core/vtkPVTrivialProducer.h +3 -4
- ParaViewCore/VTKExtensions/Core/vtkParallelSerialWriter.h ParaViewCore/VTKExtensions/Core/vtkParallelSerialWriter.h +2 -2
- ParaViewCore/VTKExtensions/Core/vtkReductionFilter.h ParaViewCore/VTKExtensions/Core/vtkReductionFilter.h +4 -4
- ParaViewCore/VTKExtensions/Core/vtkSelectionSerializer.h ParaViewCore/VTKExtensions/Core/vtkSelectionSerializer.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkUndoElement.h ParaViewCore/VTKExtensions/Core/vtkUndoElement.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkUndoSet.h ParaViewCore/VTKExtensions/Core/vtkUndoSet.h +1 -1
- ParaViewCore/VTKExtensions/Core/vtkUndoStack.h ParaViewCore/VTKExtensions/Core/vtkUndoStack.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkAMRConnectivity.h ParaViewCore/VTKExtensions/Default/vtkAMRConnectivity.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkAMRDualClip.h ParaViewCore/VTKExtensions/Default/vtkAMRDualClip.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkAMRDualContour.h ParaViewCore/VTKExtensions/Default/vtkAMRDualContour.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkAMRDualGridHelper.cxx ParaViewCore/VTKExtensions/Default/vtkAMRDualGridHelper.cxx +3 -3
- ParaViewCore/VTKExtensions/Default/vtkAMRDualGridHelper.h ParaViewCore/VTKExtensions/Default/vtkAMRDualGridHelper.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkAMRFileSeriesReader.h ParaViewCore/VTKExtensions/Default/vtkAMRFileSeriesReader.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkAMRFragmentIntegration.h ...iewCore/VTKExtensions/Default/vtkAMRFragmentIntegration.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkAMRFragmentsFilter.h ParaViewCore/VTKExtensions/Default/vtkAMRFragmentsFilter.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkAdditionalFieldReader.h ...ViewCore/VTKExtensions/Default/vtkAdditionalFieldReader.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkAppendRectilinearGrid.h ...ViewCore/VTKExtensions/Default/vtkAppendRectilinearGrid.h +5 -6
- ParaViewCore/VTKExtensions/Default/vtkCSVWriter.h ParaViewCore/VTKExtensions/Default/vtkCSVWriter.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkCellIntegrator.h ParaViewCore/VTKExtensions/Default/vtkCellIntegrator.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkCleanUnstructuredGrid.h ...ViewCore/VTKExtensions/Default/vtkCleanUnstructuredGrid.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkCleanUnstructuredGridCells.h ...ore/VTKExtensions/Default/vtkCleanUnstructuredGridCells.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkEnsembleDataReader.h ParaViewCore/VTKExtensions/Default/vtkEnsembleDataReader.h +2 -3
- ParaViewCore/VTKExtensions/Default/vtkEquivalenceSet.h ParaViewCore/VTKExtensions/Default/vtkEquivalenceSet.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkExodusFileSeriesReader.h ...iewCore/VTKExtensions/Default/vtkExodusFileSeriesReader.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkExtractScatterPlot.h ParaViewCore/VTKExtensions/Default/vtkExtractScatterPlot.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkExtractSelectionRange.h ...ViewCore/VTKExtensions/Default/vtkExtractSelectionRange.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkFileSequenceParser.h ParaViewCore/VTKExtensions/Default/vtkFileSequenceParser.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkFlashContour.h ParaViewCore/VTKExtensions/Default/vtkFlashContour.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkGridAxes2DActor.h ParaViewCore/VTKExtensions/Default/vtkGridAxes2DActor.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkGridAxes3DActor.h ParaViewCore/VTKExtensions/Default/vtkGridAxes3DActor.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkGridAxesHelper.h ParaViewCore/VTKExtensions/Default/vtkGridAxesHelper.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkGridAxesPlane2DActor.h ParaViewCore/VTKExtensions/Default/vtkGridAxesPlane2DActor.h +7 -7
- ParaViewCore/VTKExtensions/Default/vtkGridConnectivity.h ParaViewCore/VTKExtensions/Default/vtkGridConnectivity.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkHierarchicalFractal.cxx ...ViewCore/VTKExtensions/Default/vtkHierarchicalFractal.cxx +1 -1
- ParaViewCore/VTKExtensions/Default/vtkHierarchicalFractal.h ParaViewCore/VTKExtensions/Default/vtkHierarchicalFractal.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkHybridProbeFilter.h ParaViewCore/VTKExtensions/Default/vtkHybridProbeFilter.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkIntegrateFlowThroughSurface.h ...re/VTKExtensions/Default/vtkIntegrateFlowThroughSurface.h +5 -6
- ParaViewCore/VTKExtensions/Default/vtkIntersectFragments.h ParaViewCore/VTKExtensions/Default/vtkIntersectFragments.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkIsoVolume.h ParaViewCore/VTKExtensions/Default/vtkIsoVolume.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkMaterialInterfaceFilter.h ...ewCore/VTKExtensions/Default/vtkMaterialInterfaceFilter.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkMergeArrays.h ParaViewCore/VTKExtensions/Default/vtkMergeArrays.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkMergeCompositeDataSet.h ...ViewCore/VTKExtensions/Default/vtkMergeCompositeDataSet.h +4 -5
- ParaViewCore/VTKExtensions/Default/vtkMinMax.h ParaViewCore/VTKExtensions/Default/vtkMinMax.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPEnSightGoldBinaryReader.h ...wCore/VTKExtensions/Default/vtkPEnSightGoldBinaryReader.h +12 -12
- ParaViewCore/VTKExtensions/Default/vtkPEnSightGoldReader.h ParaViewCore/VTKExtensions/Default/vtkPEnSightGoldReader.h +12 -12
- ParaViewCore/VTKExtensions/Default/vtkPEnSightReader.h ParaViewCore/VTKExtensions/Default/vtkPEnSightReader.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkPEquivalenceSet.h ParaViewCore/VTKExtensions/Default/vtkPEquivalenceSet.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPExtractTemporalFieldData.h ...Core/VTKExtensions/Default/vtkPExtractTemporalFieldData.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkPGenericEnSightReader.h ...ViewCore/VTKExtensions/Default/vtkPGenericEnSightReader.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPPhastaReader.h ParaViewCore/VTKExtensions/Default/vtkPPhastaReader.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPSciVizContingencyStats.h ...ewCore/VTKExtensions/Default/vtkPSciVizContingencyStats.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPSciVizDescriptiveStats.h ...ewCore/VTKExtensions/Default/vtkPSciVizDescriptiveStats.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPSciVizKMeans.h ParaViewCore/VTKExtensions/Default/vtkPSciVizKMeans.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPSciVizMultiCorrelativeStats.h ...e/VTKExtensions/Default/vtkPSciVizMultiCorrelativeStats.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPSciVizPCAStats.h ParaViewCore/VTKExtensions/Default/vtkPSciVizPCAStats.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPVAMRDualClip.h ParaViewCore/VTKExtensions/Default/vtkPVAMRDualClip.h +2 -3
- ParaViewCore/VTKExtensions/Default/vtkPVAMRDualContour.h ParaViewCore/VTKExtensions/Default/vtkPVAMRDualContour.h +2 -3
- ParaViewCore/VTKExtensions/Default/vtkPVAMRFragmentIntegration.h ...wCore/VTKExtensions/Default/vtkPVAMRFragmentIntegration.h +2 -3
- ParaViewCore/VTKExtensions/Default/vtkPVArrayCalculator.h ParaViewCore/VTKExtensions/Default/vtkPVArrayCalculator.h +2 -3
- ParaViewCore/VTKExtensions/Default/vtkPVBox.h ParaViewCore/VTKExtensions/Default/vtkPVBox.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkPVClipClosedSurface.h ParaViewCore/VTKExtensions/Default/vtkPVClipClosedSurface.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPVClipDataSet.h ParaViewCore/VTKExtensions/Default/vtkPVClipDataSet.h +5 -7
- ParaViewCore/VTKExtensions/Default/vtkPVConnectivityFilter.h ParaViewCore/VTKExtensions/Default/vtkPVConnectivityFilter.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkPVContourFilter.h ParaViewCore/VTKExtensions/Default/vtkPVContourFilter.h +5 -6
- ParaViewCore/VTKExtensions/Default/vtkPVCylinder.h ParaViewCore/VTKExtensions/Default/vtkPVCylinder.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPVDReader.h ParaViewCore/VTKExtensions/Default/vtkPVDReader.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPVDataSetAlgorithmSelectorFilter.h ...KExtensions/Default/vtkPVDataSetAlgorithmSelectorFilter.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPVEnSightMasterServerReader.h ...re/VTKExtensions/Default/vtkPVEnSightMasterServerReader.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkPVEnSightMasterServerReader2.h ...e/VTKExtensions/Default/vtkPVEnSightMasterServerReader2.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkPVEnSightMasterServerTranslator.h ...TKExtensions/Default/vtkPVEnSightMasterServerTranslator.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkPVExtractBagPlots.h ParaViewCore/VTKExtensions/Default/vtkPVExtractBagPlots.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPVExtractComponent.h ParaViewCore/VTKExtensions/Default/vtkPVExtractComponent.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkPVExtractVOI.h ParaViewCore/VTKExtensions/Default/vtkPVExtractVOI.h +5 -6
- ParaViewCore/VTKExtensions/Default/vtkPVFrustumActor.h ParaViewCore/VTKExtensions/Default/vtkPVFrustumActor.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkPVGlyphFilter.h ParaViewCore/VTKExtensions/Default/vtkPVGlyphFilter.h +6 -8
- ParaViewCore/VTKExtensions/Default/vtkPVGridAxes3DActor.h ParaViewCore/VTKExtensions/Default/vtkPVGridAxes3DActor.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPVImageReader.h ParaViewCore/VTKExtensions/Default/vtkPVImageReader.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPVLegacyGlyphFilter.h ParaViewCore/VTKExtensions/Default/vtkPVLegacyGlyphFilter.h +6 -7
- ParaViewCore/VTKExtensions/Default/vtkPVLinearExtrusionFilter.h ...ewCore/VTKExtensions/Default/vtkPVLinearExtrusionFilter.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkPVMetaClipDataSet.h ParaViewCore/VTKExtensions/Default/vtkPVMetaClipDataSet.h +7 -7
- ParaViewCore/VTKExtensions/Default/vtkPVMetaSliceDataSet.h ParaViewCore/VTKExtensions/Default/vtkPVMetaSliceDataSet.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPVPLYWriter.h ParaViewCore/VTKExtensions/Default/vtkPVPLYWriter.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPVPlane.h ParaViewCore/VTKExtensions/Default/vtkPVPlane.h +5 -5
- ParaViewCore/VTKExtensions/Default/vtkPVSelectionSource.h ParaViewCore/VTKExtensions/Default/vtkPVSelectionSource.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPVTextSource.h ParaViewCore/VTKExtensions/Default/vtkPVTextSource.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkPVTransposeTable.h ParaViewCore/VTKExtensions/Default/vtkPVTransposeTable.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPhastaReader.h ParaViewCore/VTKExtensions/Default/vtkPhastaReader.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPlotEdges.cxx ParaViewCore/VTKExtensions/Default/vtkPlotEdges.cxx +3 -3
- ParaViewCore/VTKExtensions/Default/vtkPlotEdges.h ParaViewCore/VTKExtensions/Default/vtkPlotEdges.h +2 -2
- ParaViewCore/VTKExtensions/Default/vtkPointHandleRepresentationSphere.h ...TKExtensions/Default/vtkPointHandleRepresentationSphere.h +11 -11
- ParaViewCore/VTKExtensions/Default/vtkPolyLineToRectilinearGridFilter.h ...TKExtensions/Default/vtkPolyLineToRectilinearGridFilter.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkQuerySelectionSource.h ParaViewCore/VTKExtensions/Default/vtkQuerySelectionSource.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkRectilinearGridConnectivity.h ...re/VTKExtensions/Default/vtkRectilinearGridConnectivity.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkRulerLineForInput.h ParaViewCore/VTKExtensions/Default/vtkRulerLineForInput.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkSciVizStatistics.h ParaViewCore/VTKExtensions/Default/vtkSciVizStatistics.h +6 -6
- ParaViewCore/VTKExtensions/Default/vtkSpyPlotBlockIterator.h ParaViewCore/VTKExtensions/Default/vtkSpyPlotBlockIterator.h +10 -10
- ParaViewCore/VTKExtensions/Default/vtkSpyPlotFileSeriesReader.h ...ewCore/VTKExtensions/Default/vtkSpyPlotFileSeriesReader.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkSpyPlotHistoryReader.h ParaViewCore/VTKExtensions/Default/vtkSpyPlotHistoryReader.h +3 -3
- ParaViewCore/VTKExtensions/Default/vtkSpyPlotReader.h ParaViewCore/VTKExtensions/Default/vtkSpyPlotReader.h +6 -6
- ParaViewCore/VTKExtensions/Default/vtkSpyPlotUniReader.h ParaViewCore/VTKExtensions/Default/vtkSpyPlotUniReader.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkSurfaceVectors.h ParaViewCore/VTKExtensions/Default/vtkSurfaceVectors.h +3 -4
- ParaViewCore/VTKExtensions/Default/vtkTimeStepProgressFilter.h ...iewCore/VTKExtensions/Default/vtkTimeStepProgressFilter.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkTimeToTextConvertor.h ParaViewCore/VTKExtensions/Default/vtkTimeToTextConvertor.h +4 -4
- ParaViewCore/VTKExtensions/Default/vtkUnstructuredPOPReader.h ...ViewCore/VTKExtensions/Default/vtkUnstructuredPOPReader.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkVRMLSource.h ParaViewCore/VTKExtensions/Default/vtkVRMLSource.h +1 -1
- ParaViewCore/VTKExtensions/Default/vtkXMLCollectionReader.h ParaViewCore/VTKExtensions/Default/vtkXMLCollectionReader.h +7 -7
- ParaViewCore/VTKExtensions/Default/vtkXMLPVDWriter.h ParaViewCore/VTKExtensions/Default/vtkXMLPVDWriter.h +6 -6
- ParaViewCore/VTKExtensions/H5PartReader/vtkH5PartReader.h ParaViewCore/VTKExtensions/H5PartReader/vtkH5PartReader.h +1 -1
- ParaViewCore/VTKExtensions/Points/vtkBoundedPlaneSource.h ParaViewCore/VTKExtensions/Points/vtkBoundedPlaneSource.h +2 -3
- ParaViewCore/VTKExtensions/Points/vtkBoundedVolumeSource.h ParaViewCore/VTKExtensions/Points/vtkBoundedVolumeSource.h +3 -4
- ParaViewCore/VTKExtensions/Rendering/vtkAttributeDataToTableFilter.h ...e/VTKExtensions/Rendering/vtkAttributeDataToTableFilter.h +4 -5
- ParaViewCore/VTKExtensions/Rendering/vtkBlockDeliveryPreprocessor.h ...re/VTKExtensions/Rendering/vtkBlockDeliveryPreprocessor.h +4 -5
- ParaViewCore/VTKExtensions/Rendering/vtkBoundingRectContextDevice2D.h .../VTKExtensions/Rendering/vtkBoundingRectContextDevice2D.h +3 -3
- ParaViewCore/VTKExtensions/Rendering/vtkCSVExporter.h ParaViewCore/VTKExtensions/Rendering/vtkCSVExporter.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkCameraInterpolator2.h ...ViewCore/VTKExtensions/Rendering/vtkCameraInterpolator2.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkCameraManipulator.h ParaViewCore/VTKExtensions/Rendering/vtkCameraManipulator.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkCameraManipulatorGUIHelper.h ...e/VTKExtensions/Rendering/vtkCameraManipulatorGUIHelper.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkCinemaExporter.h ParaViewCore/VTKExtensions/Rendering/vtkCinemaExporter.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkCleanArrays.h ParaViewCore/VTKExtensions/Rendering/vtkCleanArrays.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkCompositeDataToUnstructuredGridFilter.h ...ions/Rendering/vtkCompositeDataToUnstructuredGridFilter.h +3 -3
- ParaViewCore/VTKExtensions/Rendering/vtkContext2DScalarBarActor.cxx ...re/VTKExtensions/Rendering/vtkContext2DScalarBarActor.cxx +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkContext2DScalarBarActor.h ...Core/VTKExtensions/Rendering/vtkContext2DScalarBarActor.h +4 -4
- ParaViewCore/VTKExtensions/Rendering/vtkImageCompressor.h ParaViewCore/VTKExtensions/Rendering/vtkImageCompressor.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkKdTreeGenerator.h ParaViewCore/VTKExtensions/Rendering/vtkKdTreeGenerator.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkKdTreeManager.h ParaViewCore/VTKExtensions/Rendering/vtkKdTreeManager.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkLZ4Compressor.h ParaViewCore/VTKExtensions/Rendering/vtkLZ4Compressor.h +7 -7
- ParaViewCore/VTKExtensions/Rendering/vtkMarkSelectedRows.h ParaViewCore/VTKExtensions/Rendering/vtkMarkSelectedRows.h +4 -5
- ParaViewCore/VTKExtensions/Rendering/vtkMultiSliceContextItem.h ...ewCore/VTKExtensions/Rendering/vtkMultiSliceContextItem.h +8 -8
- ParaViewCore/VTKExtensions/Rendering/vtkOrderedCompositeDistributor.h .../VTKExtensions/Rendering/vtkOrderedCompositeDistributor.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkPVAxesActor.h ParaViewCore/VTKExtensions/Rendering/vtkPVAxesActor.h +6 -6
- ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.h ParaViewCore/VTKExtensions/Rendering/vtkPVAxesWidget.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkPVCameraCollection.h ParaViewCore/VTKExtensions/Rendering/vtkPVCameraCollection.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkPVCenterAxesActor.h ParaViewCore/VTKExtensions/Rendering/vtkPVCenterAxesActor.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkPVDefaultPass.h ParaViewCore/VTKExtensions/Rendering/vtkPVDefaultPass.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkPVDiscretizableColorTransferFunction.h ...sions/Rendering/vtkPVDiscretizableColorTransferFunction.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkPVGL2PSExporter.h ParaViewCore/VTKExtensions/Rendering/vtkPVGL2PSExporter.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkPVGeometryFilter.cxx ParaViewCore/VTKExtensions/Rendering/vtkPVGeometryFilter.cxx +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkPVGeometryFilter.h ParaViewCore/VTKExtensions/Rendering/vtkPVGeometryFilter.h +7 -7
- ParaViewCore/VTKExtensions/Rendering/vtkPVInteractiveViewLinkRepresentation.h ...nsions/Rendering/vtkPVInteractiveViewLinkRepresentation.h +3 -3
- ParaViewCore/VTKExtensions/Rendering/vtkPVInteractorStyle.h ParaViewCore/VTKExtensions/Rendering/vtkPVInteractorStyle.h +12 -12
- ParaViewCore/VTKExtensions/Rendering/vtkPVJoystickFly.h ParaViewCore/VTKExtensions/Rendering/vtkPVJoystickFly.h +4 -7
- ParaViewCore/VTKExtensions/Rendering/vtkPVJoystickFlyIn.h ParaViewCore/VTKExtensions/Rendering/vtkPVJoystickFlyIn.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkPVJoystickFlyOut.h ParaViewCore/VTKExtensions/Rendering/vtkPVJoystickFlyOut.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkPVLODActor.h ParaViewCore/VTKExtensions/Rendering/vtkPVLODActor.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkPVLODVolume.h ParaViewCore/VTKExtensions/Rendering/vtkPVLODVolume.h +10 -10
- ParaViewCore/VTKExtensions/Rendering/vtkPVMergeTables.h ParaViewCore/VTKExtensions/Rendering/vtkPVMergeTables.h +3 -3
- ParaViewCore/VTKExtensions/Rendering/vtkPVMergeTablesMultiBlock.h ...Core/VTKExtensions/Rendering/vtkPVMergeTablesMultiBlock.h +5 -6
- ParaViewCore/VTKExtensions/Rendering/vtkPVPlotTime.h ParaViewCore/VTKExtensions/Rendering/vtkPVPlotTime.h +3 -3
- ParaViewCore/VTKExtensions/Rendering/vtkPVRecoverGeometryWireframe.h ...e/VTKExtensions/Rendering/vtkPVRecoverGeometryWireframe.h +3 -3
- ParaViewCore/VTKExtensions/Rendering/vtkPVScalarBarActor.h ParaViewCore/VTKExtensions/Rendering/vtkPVScalarBarActor.h +13 -13
- ParaViewCore/VTKExtensions/Rendering/vtkPVScalarBarRepresentation.h ...re/VTKExtensions/Rendering/vtkPVScalarBarRepresentation.h +3 -3
- ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballMoveActor.h ...iewCore/VTKExtensions/Rendering/vtkPVTrackballMoveActor.h +4 -7
- ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballMultiRotate.h ...wCore/VTKExtensions/Rendering/vtkPVTrackballMultiRotate.h +5 -8
- ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballPan.h ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballPan.h +4 -7
- ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballRoll.h ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballRoll.h +4 -7
- ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballRotate.h ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballRotate.h +6 -9
- ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballZoom.h ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballZoom.h +4 -7
- ParaViewCore/VTKExtensions/Rendering/vtkPVTrackballZoomToMouse.h ...wCore/VTKExtensions/Rendering/vtkPVTrackballZoomToMouse.h +3 -5
- ParaViewCore/VTKExtensions/Rendering/vtkPVUpdateSuppressor.h ParaViewCore/VTKExtensions/Rendering/vtkPVUpdateSuppressor.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkPartitionOrdering.h ParaViewCore/VTKExtensions/Rendering/vtkPartitionOrdering.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkPartitionOrderingInterface.h ...e/VTKExtensions/Rendering/vtkPartitionOrderingInterface.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkResampledAMRImageSource.h ...Core/VTKExtensions/Rendering/vtkResampledAMRImageSource.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkSelectionConverter.h ParaViewCore/VTKExtensions/Rendering/vtkSelectionConverter.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkSortedTableStreamer.cxx ...ewCore/VTKExtensions/Rendering/vtkSortedTableStreamer.cxx +10 -10
- ParaViewCore/VTKExtensions/Rendering/vtkSortedTableStreamer.h ...ViewCore/VTKExtensions/Rendering/vtkSortedTableStreamer.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkSquirtCompressor.h ParaViewCore/VTKExtensions/Rendering/vtkSquirtCompressor.h +7 -7
- ParaViewCore/VTKExtensions/Rendering/vtkTileDisplayHelper.h ParaViewCore/VTKExtensions/Rendering/vtkTileDisplayHelper.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkTilesHelper.h ParaViewCore/VTKExtensions/Rendering/vtkTilesHelper.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkTrackballPan.h ParaViewCore/VTKExtensions/Rendering/vtkTrackballPan.h +4 -7
- ParaViewCore/VTKExtensions/Rendering/vtkUpdateSuppressorPipeline.h ...ore/VTKExtensions/Rendering/vtkUpdateSuppressorPipeline.h +2 -2
- ParaViewCore/VTKExtensions/Rendering/vtkViewLayout.h ParaViewCore/VTKExtensions/Rendering/vtkViewLayout.h +1 -1
- ParaViewCore/VTKExtensions/Rendering/vtkVolumeRepresentationPreprocessor.h ...xtensions/Rendering/vtkVolumeRepresentationPreprocessor.h +3 -4
- ParaViewCore/VTKExtensions/Rendering/vtkZlibImageCompressor.h ...ViewCore/VTKExtensions/Rendering/vtkZlibImageCompressor.h +8 -8
- Plugins/AnalyzeNIfTIReaderWriter/vtkAnalyzeReader.h Plugins/AnalyzeNIfTIReaderWriter/vtkAnalyzeReader.h +7 -7
- Plugins/AnalyzeNIfTIReaderWriter/vtkAnalyzeWriter.h Plugins/AnalyzeNIfTIReaderWriter/vtkAnalyzeWriter.h +3 -5
- Plugins/AnalyzeNIfTIReaderWriter/vtkNIfTIReader.h Plugins/AnalyzeNIfTIReaderWriter/vtkNIfTIReader.h +7 -8
- Plugins/AnalyzeNIfTIReaderWriter/vtkNIfTIWriter.h Plugins/AnalyzeNIfTIReaderWriter/vtkNIfTIWriter.h +3 -5
- Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.h Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.h +2 -2
- Plugins/AnalyzeNIfTIReaderWriter/vtkznzlib.h Plugins/AnalyzeNIfTIReaderWriter/vtkznzlib.h +2 -2
- Plugins/ArrowGlyph/vtkArrowGlyphFilter.h Plugins/ArrowGlyph/vtkArrowGlyphFilter.h +5 -6
- Plugins/CDIReader/vtkCDIReader.h Plugins/CDIReader/vtkCDIReader.h +1 -1
- Plugins/GMVReader/vtkGMVReader.h Plugins/GMVReader/vtkGMVReader.h +1 -1
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_core/GW_Face.h Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_core/GW_Face.h +1 -1
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_core/GW_Vertex.h ...ins/GeodesicMeasurementPlugin/FmmMesh/gw_core/GW_Vertex.h +1 -1
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_geodesic/GW_GeodesicFace.h ...icMeasurementPlugin/FmmMesh/gw_geodesic/GW_GeodesicFace.h +1 -1
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_geodesic/GW_GeodesicMesh.h ...icMeasurementPlugin/FmmMesh/gw_geodesic/GW_GeodesicMesh.h +3 -3
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_geodesic/GW_GeodesicVertex.h ...MeasurementPlugin/FmmMesh/gw_geodesic/GW_GeodesicVertex.h +1 -1
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_geodesic/GW_TriangularInterpolation_Cubic.h ...in/FmmMesh/gw_geodesic/GW_TriangularInterpolation_Cubic.h +4 -4
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_geodesic/GW_TriangularInterpolation_Linear.h ...n/FmmMesh/gw_geodesic/GW_TriangularInterpolation_Linear.h +4 -4
- Plugins/GeodesicMeasurementPlugin/FmmMesh/gw_geodesic/GW_TriangularInterpolation_Quadratic.h ...mmMesh/gw_geodesic/GW_TriangularInterpolation_Quadratic.h +5 -5
- Plugins/GeodesicMeasurementPlugin/vtkFastMarchingGeodesicDistance.h ...odesicMeasurementPlugin/vtkFastMarchingGeodesicDistance.h +3 -4
- Plugins/GeodesicMeasurementPlugin/vtkFastMarchingGeodesicPath.h ...s/GeodesicMeasurementPlugin/vtkFastMarchingGeodesicPath.h +2 -3
- Plugins/GeodesicMeasurementPlugin/vtkGeodesicsBetweenPoints.h ...ins/GeodesicMeasurementPlugin/vtkGeodesicsBetweenPoints.h +3 -4
- Plugins/GeodesicMeasurementPlugin/vtkPolyDataGeodesicDistance.h ...s/GeodesicMeasurementPlugin/vtkPolyDataGeodesicDistance.h +1 -1
- Plugins/LagrangianParticleTracker/pqIntegrationModelHelperWidget.h ...agrangianParticleTracker/pqIntegrationModelHelperWidget.h +1 -1
- Plugins/LagrangianParticleTracker/pqIntegrationModelSeedHelperWidget.h ...ngianParticleTracker/pqIntegrationModelSeedHelperWidget.h +2 -2
- Plugins/LagrangianParticleTracker/pqIntegrationModelSurfaceHelperWidget.h ...anParticleTracker/pqIntegrationModelSurfaceHelperWidget.h +2 -2
- Plugins/LagrangianParticleTracker/vtkLagrangianHelperBase.h Plugins/LagrangianParticleTracker/vtkLagrangianHelperBase.h +1 -1
- Plugins/LagrangianParticleTracker/vtkLagrangianSeedHelper.h Plugins/LagrangianParticleTracker/vtkLagrangianSeedHelper.h +2 -2
- Plugins/LagrangianParticleTracker/vtkLagrangianSurfaceHelper.h ...ns/LagrangianParticleTracker/vtkLagrangianSurfaceHelper.h +3 -3
- Plugins/Moments/vtkMomentGlyphs.h Plugins/Moments/vtkMomentGlyphs.h +4 -4
- Plugins/Moments/vtkMomentVectors.h Plugins/Moments/vtkMomentVectors.h +3 -3
- Plugins/StreamLinesRepresentation/pqStreamLinesAnimationManager.h ...StreamLinesRepresentation/pqStreamLinesAnimationManager.h +1 -1
- Plugins/StreamLinesRepresentation/vtkStreamLinesMapper.cxx Plugins/StreamLinesRepresentation/vtkStreamLinesMapper.cxx +1 -1
- Plugins/StreamLinesRepresentation/vtkStreamLinesMapper.h Plugins/StreamLinesRepresentation/vtkStreamLinesMapper.h +1 -1
- Plugins/StreamLinesRepresentation/vtkStreamLinesRepresentation.h .../StreamLinesRepresentation/vtkStreamLinesRepresentation.h +1 -1
- Plugins/ThickenLayeredCells/vtkThickenLayeredCells.h Plugins/ThickenLayeredCells/vtkThickenLayeredCells.h +2 -2
- Qt/ApplicationComponents/pqAboutDialogReaction.h Qt/ApplicationComponents/pqAboutDialogReaction.h +1 -1
- Qt/ApplicationComponents/pqAlwaysConnectedBehavior.h Qt/ApplicationComponents/pqAlwaysConnectedBehavior.h +1 -1
- Qt/ApplicationComponents/pqAnimationTimeWidget.cxx Qt/ApplicationComponents/pqAnimationTimeWidget.cxx +2 -2
- Qt/ApplicationComponents/pqAnimationTimeWidget.h Qt/ApplicationComponents/pqAnimationTimeWidget.h +1 -1
- Qt/ApplicationComponents/pqApplicationSettingsReaction.h Qt/ApplicationComponents/pqApplicationSettingsReaction.h +2 -2
- Qt/ApplicationComponents/pqApplyBehavior.h Qt/ApplicationComponents/pqApplyBehavior.h +1 -1
- Qt/ApplicationComponents/pqAxesToolbar.h Qt/ApplicationComponents/pqAxesToolbar.h +1 -1
- Qt/ApplicationComponents/pqBackgroundEditorWidget.h Qt/ApplicationComponents/pqBackgroundEditorWidget.h +2 -2
- Qt/ApplicationComponents/pqBoolPropertyWidgetDecorator.h Qt/ApplicationComponents/pqBoolPropertyWidgetDecorator.h +1 -1
- Qt/ApplicationComponents/pqBoxPropertyWidget.h Qt/ApplicationComponents/pqBoxPropertyWidget.h +2 -2
- Qt/ApplicationComponents/pqCTHArraySelectionDecorator.h Qt/ApplicationComponents/pqCTHArraySelectionDecorator.h +1 -1
- Qt/ApplicationComponents/pqCameraLinkReaction.h Qt/ApplicationComponents/pqCameraLinkReaction.h +2 -2
- Qt/ApplicationComponents/pqCameraManipulatorWidget.cxx Qt/ApplicationComponents/pqCameraManipulatorWidget.cxx +3 -3
- Qt/ApplicationComponents/pqCameraManipulatorWidget.h Qt/ApplicationComponents/pqCameraManipulatorWidget.h +1 -1
- Qt/ApplicationComponents/pqCameraReaction.h Qt/ApplicationComponents/pqCameraReaction.h +2 -2
- Qt/ApplicationComponents/pqCameraUndoRedoReaction.h Qt/ApplicationComponents/pqCameraUndoRedoReaction.h +1 -1
- Qt/ApplicationComponents/pqCatalystConnectReaction.h Qt/ApplicationComponents/pqCatalystConnectReaction.h +3 -3
- Qt/ApplicationComponents/pqCatalystContinueReaction.h Qt/ApplicationComponents/pqCatalystContinueReaction.h +2 -2
- Qt/ApplicationComponents/pqCatalystPauseSimulationReaction.h Qt/ApplicationComponents/pqCatalystPauseSimulationReaction.h +2 -2
- Qt/ApplicationComponents/pqCatalystRemoveBreakpointReaction.h ...pplicationComponents/pqCatalystRemoveBreakpointReaction.h +2 -2
- Qt/ApplicationComponents/pqCatalystSetBreakpointReaction.h Qt/ApplicationComponents/pqCatalystSetBreakpointReaction.h +2 -2
- Qt/ApplicationComponents/pqChangePipelineInputReaction.h Qt/ApplicationComponents/pqChangePipelineInputReaction.h +2 -2
- Qt/ApplicationComponents/pqChartSelectionReaction.h Qt/ApplicationComponents/pqChartSelectionReaction.h +2 -2
- Qt/ApplicationComponents/pqChooseColorPresetReaction.h Qt/ApplicationComponents/pqChooseColorPresetReaction.h +3 -3
- Qt/ApplicationComponents/pqColorAnnotationsPropertyWidget.cxx ...pplicationComponents/pqColorAnnotationsPropertyWidget.cxx +9 -9
- Qt/ApplicationComponents/pqColorAnnotationsPropertyWidget.h Qt/ApplicationComponents/pqColorAnnotationsPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqColorEditorPropertyWidget.h Qt/ApplicationComponents/pqColorEditorPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqColorMapEditor.h Qt/ApplicationComponents/pqColorMapEditor.h +1 -1
- Qt/ApplicationComponents/pqColorOpacityEditorWidget.cxx Qt/ApplicationComponents/pqColorOpacityEditorWidget.cxx +2 -2
- Qt/ApplicationComponents/pqColorOpacityEditorWidget.h Qt/ApplicationComponents/pqColorOpacityEditorWidget.h +1 -1
- Qt/ApplicationComponents/pqColorPaletteSelectorWidget.h Qt/ApplicationComponents/pqColorPaletteSelectorWidget.h +1 -1
- Qt/ApplicationComponents/pqColorSelectorPropertyWidget.h Qt/ApplicationComponents/pqColorSelectorPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqColorTableModel.h Qt/ApplicationComponents/pqColorTableModel.h +7 -7
- Qt/ApplicationComponents/pqCommandButtonPropertyWidget.h Qt/ApplicationComponents/pqCommandButtonPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqCopyReaction.h Qt/ApplicationComponents/pqCopyReaction.h +3 -3
- Qt/ApplicationComponents/pqCrashRecoveryBehavior.h Qt/ApplicationComponents/pqCrashRecoveryBehavior.h +1 -1
- Qt/ApplicationComponents/pqCreateCustomFilterReaction.h Qt/ApplicationComponents/pqCreateCustomFilterReaction.h +2 -2
- Qt/ApplicationComponents/pqCylinderPropertyWidget.h Qt/ApplicationComponents/pqCylinderPropertyWidget.h +3 -3
- Qt/ApplicationComponents/pqDataQueryReaction.h Qt/ApplicationComponents/pqDataQueryReaction.h +2 -2
- Qt/ApplicationComponents/pqDefaultMainWindow.h Qt/ApplicationComponents/pqDefaultMainWindow.h +1 -1
- Qt/ApplicationComponents/pqDeleteReaction.h Qt/ApplicationComponents/pqDeleteReaction.h +2 -2
- Qt/ApplicationComponents/pqDesktopServicesReaction.h Qt/ApplicationComponents/pqDesktopServicesReaction.h +2 -2
- Qt/ApplicationComponents/pqDoubleRangeSliderPropertyWidget.h Qt/ApplicationComponents/pqDoubleRangeSliderPropertyWidget.h +3 -3
- Qt/ApplicationComponents/pqEditCameraReaction.h Qt/ApplicationComponents/pqEditCameraReaction.h +2 -2
- Qt/ApplicationComponents/pqEditColorMapReaction.h Qt/ApplicationComponents/pqEditColorMapReaction.h +2 -2
- Qt/ApplicationComponents/pqEditScalarBarReaction.h Qt/ApplicationComponents/pqEditScalarBarReaction.h +3 -3
- Qt/ApplicationComponents/pqEnableWidgetDecorator.h Qt/ApplicationComponents/pqEnableWidgetDecorator.h +1 -1
- Qt/ApplicationComponents/pqExampleVisualizationsDialog.h Qt/ApplicationComponents/pqExampleVisualizationsDialog.h +1 -1
- Qt/ApplicationComponents/pqExampleVisualizationsDialogReaction.h ...icationComponents/pqExampleVisualizationsDialogReaction.h +2 -2
- Qt/ApplicationComponents/pqExportReaction.h Qt/ApplicationComponents/pqExportReaction.h +2 -2
- Qt/ApplicationComponents/pqFileNamePropertyWidget.h Qt/ApplicationComponents/pqFileNamePropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqFontPropertyWidget.h Qt/ApplicationComponents/pqFontPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqGenericPropertyWidgetDecorator.h Qt/ApplicationComponents/pqGenericPropertyWidgetDecorator.h +3 -3
- Qt/ApplicationComponents/pqGlyphScaleFactorPropertyWidget.h Qt/ApplicationComponents/pqGlyphScaleFactorPropertyWidget.h +2 -2
- Qt/ApplicationComponents/pqHandlePropertyWidget.h Qt/ApplicationComponents/pqHandlePropertyWidget.h +2 -2
- Qt/ApplicationComponents/pqHelpReaction.h Qt/ApplicationComponents/pqHelpReaction.h +1 -1
- Qt/ApplicationComponents/pqHideAllReaction.h Qt/ApplicationComponents/pqHideAllReaction.h +1 -1
- Qt/ApplicationComponents/pqIgnoreSourceTimeReaction.h Qt/ApplicationComponents/pqIgnoreSourceTimeReaction.h +2 -2
- Qt/ApplicationComponents/pqImageCompressorWidget.h Qt/ApplicationComponents/pqImageCompressorWidget.h +1 -1
- Qt/ApplicationComponents/pqImplicitPlanePropertyWidget.h Qt/ApplicationComponents/pqImplicitPlanePropertyWidget.h +4 -4
- Qt/ApplicationComponents/pqImportCinemaReaction.h Qt/ApplicationComponents/pqImportCinemaReaction.h +3 -3
- Qt/ApplicationComponents/pqInputDataTypeDecorator.h Qt/ApplicationComponents/pqInputDataTypeDecorator.h +2 -2
- Qt/ApplicationComponents/pqInteractivePropertyWidget.h Qt/ApplicationComponents/pqInteractivePropertyWidget.h +5 -5
- Qt/ApplicationComponents/pqLightsEditor.h Qt/ApplicationComponents/pqLightsEditor.h +1 -1
- Qt/ApplicationComponents/pqLinePropertyWidget.h Qt/ApplicationComponents/pqLinePropertyWidget.h +2 -2
- Qt/ApplicationComponents/pqLinkSelectionReaction.h Qt/ApplicationComponents/pqLinkSelectionReaction.h +2 -2
- Qt/ApplicationComponents/pqListPropertyWidget.cxx Qt/ApplicationComponents/pqListPropertyWidget.cxx +2 -2
- Qt/ApplicationComponents/pqListPropertyWidget.h Qt/ApplicationComponents/pqListPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqLoadDataReaction.h Qt/ApplicationComponents/pqLoadDataReaction.h +2 -2
- Qt/ApplicationComponents/pqLoadPaletteReaction.h Qt/ApplicationComponents/pqLoadPaletteReaction.h +2 -2
- Qt/ApplicationComponents/pqLoadRestoreWindowLayoutReaction.h Qt/ApplicationComponents/pqLoadRestoreWindowLayoutReaction.h +2 -2
- Qt/ApplicationComponents/pqLoadStateReaction.h Qt/ApplicationComponents/pqLoadStateReaction.h +2 -2
- Qt/ApplicationComponents/pqLockPanelsBehavior.cxx Qt/ApplicationComponents/pqLockPanelsBehavior.cxx +2 -2
- Qt/ApplicationComponents/pqLockPanelsBehavior.h Qt/ApplicationComponents/pqLockPanelsBehavior.h +1 -1
- Qt/ApplicationComponents/pqLockPanelsReaction.h Qt/ApplicationComponents/pqLockPanelsReaction.h +1 -1
- Qt/ApplicationComponents/pqMacroReaction.h Qt/ApplicationComponents/pqMacroReaction.h +1 -1
- Qt/ApplicationComponents/pqManageCustomFiltersReaction.h Qt/ApplicationComponents/pqManageCustomFiltersReaction.h +1 -1
- Qt/ApplicationComponents/pqManageLinksReaction.h Qt/ApplicationComponents/pqManageLinksReaction.h +1 -1
- Qt/ApplicationComponents/pqManagePluginsReaction.h Qt/ApplicationComponents/pqManagePluginsReaction.h +1 -1
- Qt/ApplicationComponents/pqMasterOnlyReaction.h Qt/ApplicationComponents/pqMasterOnlyReaction.h +1 -1
- Qt/ApplicationComponents/pqModelTransformSupportBehavior.h Qt/ApplicationComponents/pqModelTransformSupportBehavior.h +1 -1
- Qt/ApplicationComponents/pqOSPRayHidingDecorator.h Qt/ApplicationComponents/pqOSPRayHidingDecorator.h +2 -2
- Qt/ApplicationComponents/pqObjectPickingBehavior.h Qt/ApplicationComponents/pqObjectPickingBehavior.h +2 -2
- Qt/ApplicationComponents/pqOpacityTableModel.h Qt/ApplicationComponents/pqOpacityTableModel.h +7 -7
- Qt/ApplicationComponents/pqOpenVRHidingDecorator.h Qt/ApplicationComponents/pqOpenVRHidingDecorator.h +2 -2
- Qt/ApplicationComponents/pqPVApplicationCore.h Qt/ApplicationComponents/pqPVApplicationCore.h +3 -3
- Qt/ApplicationComponents/pqParaViewBehaviors.h Qt/ApplicationComponents/pqParaViewBehaviors.h +1 -1
- Qt/ApplicationComponents/pqPersistentMainWindowStateBehavior.h ...plicationComponents/pqPersistentMainWindowStateBehavior.h +1 -1
- Qt/ApplicationComponents/pqPipelineContextMenuBehavior.h Qt/ApplicationComponents/pqPipelineContextMenuBehavior.h +2 -2
- Qt/ApplicationComponents/pqPluginDocumentationBehavior.h Qt/ApplicationComponents/pqPluginDocumentationBehavior.h +1 -1
- Qt/ApplicationComponents/pqPointPickingHelper.h Qt/ApplicationComponents/pqPointPickingHelper.h +1 -1
- Qt/ApplicationComponents/pqPropertyGroupButton.h Qt/ApplicationComponents/pqPropertyGroupButton.h +1 -1
- Qt/ApplicationComponents/pqProxyGroupMenuManager.h Qt/ApplicationComponents/pqProxyGroupMenuManager.h +1 -1
- Qt/ApplicationComponents/pqPythonShellReaction.h Qt/ApplicationComponents/pqPythonShellReaction.h +1 -1
- Qt/ApplicationComponents/pqReaction.h Qt/ApplicationComponents/pqReaction.h +1 -1
- Qt/ApplicationComponents/pqReloadFilesReaction.h Qt/ApplicationComponents/pqReloadFilesReaction.h +3 -3
- Qt/ApplicationComponents/pqRenameProxyReaction.h Qt/ApplicationComponents/pqRenameProxyReaction.h +1 -1
- Qt/ApplicationComponents/pqRenderViewSelectionReaction.h Qt/ApplicationComponents/pqRenderViewSelectionReaction.h +3 -3
- Qt/ApplicationComponents/pqResetScalarRangeReaction.h Qt/ApplicationComponents/pqResetScalarRangeReaction.h +3 -3
- Qt/ApplicationComponents/pqSaveAnimationGeometryReaction.h Qt/ApplicationComponents/pqSaveAnimationGeometryReaction.h +2 -2
- Qt/ApplicationComponents/pqSaveAnimationReaction.h Qt/ApplicationComponents/pqSaveAnimationReaction.h +2 -2
- Qt/ApplicationComponents/pqSaveDataReaction.h Qt/ApplicationComponents/pqSaveDataReaction.h +2 -2
- Qt/ApplicationComponents/pqSaveScreenshotReaction.h Qt/ApplicationComponents/pqSaveScreenshotReaction.h +2 -2
- Qt/ApplicationComponents/pqSaveStateReaction.h Qt/ApplicationComponents/pqSaveStateReaction.h +3 -3
- Qt/ApplicationComponents/pqScalarBarVisibilityReaction.h Qt/ApplicationComponents/pqScalarBarVisibilityReaction.h +3 -3
- Qt/ApplicationComponents/pqSeriesEditorPropertyWidget.cxx Qt/ApplicationComponents/pqSeriesEditorPropertyWidget.cxx +11 -11
- Qt/ApplicationComponents/pqSeriesEditorPropertyWidget.h Qt/ApplicationComponents/pqSeriesEditorPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqServerConnectReaction.h Qt/ApplicationComponents/pqServerConnectReaction.h +2 -2
- Qt/ApplicationComponents/pqServerDisconnectReaction.h Qt/ApplicationComponents/pqServerDisconnectReaction.h +1 -1
- Qt/ApplicationComponents/pqShowWidgetDecorator.h Qt/ApplicationComponents/pqShowWidgetDecorator.h +1 -1
- Qt/ApplicationComponents/pqSpherePropertyWidget.h Qt/ApplicationComponents/pqSpherePropertyWidget.h +2 -2
- Qt/ApplicationComponents/pqSplinePropertyWidget.h Qt/ApplicationComponents/pqSplinePropertyWidget.h +2 -2
- Qt/ApplicationComponents/pqSpreadSheetViewDecorator.h Qt/ApplicationComponents/pqSpreadSheetViewDecorator.h +1 -1
- Qt/ApplicationComponents/pqStandardPropertyWidgetInterface.h Qt/ApplicationComponents/pqStandardPropertyWidgetInterface.h +7 -7
- Qt/ApplicationComponents/pqStandardRecentlyUsedResourceLoaderImplementation.h ...ents/pqStandardRecentlyUsedResourceLoaderImplementation.h +5 -5
- Qt/ApplicationComponents/pqStandardViewFrameActionsImplementation.h ...tionComponents/pqStandardViewFrameActionsImplementation.h +2 -2
- Qt/ApplicationComponents/pqStatusBar.h Qt/ApplicationComponents/pqStatusBar.h +1 -1
- Qt/ApplicationComponents/pqStreamingTestingEventPlayer.h Qt/ApplicationComponents/pqStreamingTestingEventPlayer.h +1 -1
- Qt/ApplicationComponents/pqTestingReaction.h Qt/ApplicationComponents/pqTestingReaction.h +1 -1
- Qt/ApplicationComponents/pqTextLocationWidget.h Qt/ApplicationComponents/pqTextLocationWidget.h +1 -1
- Qt/ApplicationComponents/pqTimeInspectorWidget.cxx Qt/ApplicationComponents/pqTimeInspectorWidget.cxx +5 -5
- Qt/ApplicationComponents/pqTimeInspectorWidget.h Qt/ApplicationComponents/pqTimeInspectorWidget.h +1 -1
- Qt/ApplicationComponents/pqTimerLogReaction.h Qt/ApplicationComponents/pqTimerLogReaction.h +1 -1
- Qt/ApplicationComponents/pqToggleInteractionViewMode.h Qt/ApplicationComponents/pqToggleInteractionViewMode.h +1 -1
- Qt/ApplicationComponents/pqTraceReaction.h Qt/ApplicationComponents/pqTraceReaction.h +2 -2
- Qt/ApplicationComponents/pqTransferFunctionWidgetPropertyWidget.h ...cationComponents/pqTransferFunctionWidgetPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqUndoRedoReaction.h Qt/ApplicationComponents/pqUndoRedoReaction.h +1 -1
- Qt/ApplicationComponents/pqVCRToolbar.h Qt/ApplicationComponents/pqVCRToolbar.h +1 -1
- Qt/ApplicationComponents/pqViewResolutionPropertyWidget.h Qt/ApplicationComponents/pqViewResolutionPropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqViewStreamingBehavior.h Qt/ApplicationComponents/pqViewStreamingBehavior.h +1 -1
- Qt/ApplicationComponents/pqViewTypePropertyWidget.h Qt/ApplicationComponents/pqViewTypePropertyWidget.h +1 -1
- Qt/ApplicationComponents/pqWelcomeDialog.h Qt/ApplicationComponents/pqWelcomeDialog.h +1 -1
- Qt/ApplicationComponents/pqYoungsMaterialPropertyWidget.cxx Qt/ApplicationComponents/pqYoungsMaterialPropertyWidget.cxx +3 -3
- Qt/ApplicationComponents/pqYoungsMaterialPropertyWidget.h Qt/ApplicationComponents/pqYoungsMaterialPropertyWidget.h +1 -1
- Qt/Components/pqAboutDialog.h Qt/Components/pqAboutDialog.h +1 -1
- Qt/Components/pqAbstractItemSelectionModel.h Qt/Components/pqAbstractItemSelectionModel.h +11 -10
- Qt/Components/pqActiveObjects.h Qt/Components/pqActiveObjects.h +1 -1
- Qt/Components/pqAnimatablePropertiesComboBox.h Qt/Components/pqAnimatablePropertiesComboBox.h +1 -1
- Qt/Components/pqAnimatableProxyComboBox.h Qt/Components/pqAnimatableProxyComboBox.h +1 -1
- Qt/Components/pqAnimationManager.h Qt/Components/pqAnimationManager.h +1 -1
- Qt/Components/pqAnimationViewWidget.cxx Qt/Components/pqAnimationViewWidget.cxx +2 -2
- Qt/Components/pqAnimationViewWidget.h Qt/Components/pqAnimationViewWidget.h +1 -1
- Qt/Components/pqArrayListDomain.h Qt/Components/pqArrayListDomain.h +1 -1
- Qt/Components/pqArrayStatusPropertyWidget.h Qt/Components/pqArrayStatusPropertyWidget.h +1 -1
- Qt/Components/pqCalculatorWidget.h Qt/Components/pqCalculatorWidget.h +1 -1
- Qt/Components/pqCameraDialog.h Qt/Components/pqCameraDialog.h +1 -1
- Qt/Components/pqCameraKeyFrameWidget.h Qt/Components/pqCameraKeyFrameWidget.h +3 -3
- Qt/Components/pqChangeInputDialog.h Qt/Components/pqChangeInputDialog.h +1 -1
- Qt/Components/pqCinemaConfiguration.h Qt/Components/pqCinemaConfiguration.h +3 -3
- Qt/Components/pqCinemaTrack.h Qt/Components/pqCinemaTrack.h +1 -1
- Qt/Components/pqCinemaTrackSelection.cxx Qt/Components/pqCinemaTrackSelection.cxx +3 -3
- Qt/Components/pqCinemaTrackSelection.h Qt/Components/pqCinemaTrackSelection.h +1 -1
- Qt/Components/pqCollaborationPanel.h Qt/Components/pqCollaborationPanel.h +1 -1
- Qt/Components/pqColorChooserButtonWithPalettes.h Qt/Components/pqColorChooserButtonWithPalettes.h +2 -2
- Qt/Components/pqComboBoxDomain.h Qt/Components/pqComboBoxDomain.h +1 -1
- Qt/Components/pqCommandPropertyWidget.h Qt/Components/pqCommandPropertyWidget.h +1 -1
- Qt/Components/pqComparativeCueWidget.h Qt/Components/pqComparativeCueWidget.h +2 -2
- Qt/Components/pqComparativeVisPanel.h Qt/Components/pqComparativeVisPanel.h +1 -1
- Qt/Components/pqCompositeDataInformationTreeModel.h Qt/Components/pqCompositeDataInformationTreeModel.h +1 -1
- Qt/Components/pqCompositeTreePropertyWidget.h Qt/Components/pqCompositeTreePropertyWidget.h +1 -1
- Qt/Components/pqCustomFilterDefinitionModel.cxx Qt/Components/pqCustomFilterDefinitionModel.cxx +6 -6
- Qt/Components/pqCustomFilterDefinitionModel.h Qt/Components/pqCustomFilterDefinitionModel.h +8 -8
- Qt/Components/pqCustomFilterDefinitionWizard.h Qt/Components/pqCustomFilterDefinitionWizard.h +1 -1
- Qt/Components/pqCustomFilterManager.h Qt/Components/pqCustomFilterManager.h +1 -1
- Qt/Components/pqCustomFilterManagerModel.h Qt/Components/pqCustomFilterManagerModel.h +5 -5
- Qt/Components/pqCustomViewButtonDialog.h Qt/Components/pqCustomViewButtonDialog.h +1 -1
- Qt/Components/pqDataInformationModel.h Qt/Components/pqDataInformationModel.h +8 -8
- Qt/Components/pqDataInformationWidget.cxx Qt/Components/pqDataInformationWidget.cxx +3 -3
- Qt/Components/pqDataInformationWidget.h Qt/Components/pqDataInformationWidget.h +2 -2
- Qt/Components/pqDialog.h Qt/Components/pqDialog.h +3 -3
- Qt/Components/pqDisplayColorWidget.cxx Qt/Components/pqDisplayColorWidget.cxx +5 -5
- Qt/Components/pqDisplayColorWidget.h Qt/Components/pqDisplayColorWidget.h +1 -1
- Qt/Components/pqDisplayPanel.h Qt/Components/pqDisplayPanel.h +1 -1
- Qt/Components/pqDisplayPanelPropertyWidget.h Qt/Components/pqDisplayPanelPropertyWidget.h +1 -1
- Qt/Components/pqDisplayRepresentationWidget.cxx Qt/Components/pqDisplayRepresentationWidget.cxx +2 -2
- Qt/Components/pqDisplayRepresentationWidget.h Qt/Components/pqDisplayRepresentationWidget.h +2 -2
- Qt/Components/pqDoubleVectorPropertyWidget.h Qt/Components/pqDoubleVectorPropertyWidget.h +3 -3
- Qt/Components/pqExodusIIVariableSelectionWidget.h Qt/Components/pqExodusIIVariableSelectionWidget.h +2 -2
- Qt/Components/pqExportViewSelection.h Qt/Components/pqExportViewSelection.h +1 -1
- Qt/Components/pqFieldSelectionAdaptor.h Qt/Components/pqFieldSelectionAdaptor.h +1 -1
- Qt/Components/pqFileChooserWidget.h Qt/Components/pqFileChooserWidget.h +1 -1
- Qt/Components/pqFindDataCreateSelectionFrame.h Qt/Components/pqFindDataCreateSelectionFrame.h +1 -1
- Qt/Components/pqFindDataCurrentSelectionFrame.h Qt/Components/pqFindDataCurrentSelectionFrame.h +1 -1
- Qt/Components/pqFindDataDialog.h Qt/Components/pqFindDataDialog.h +1 -1
- Qt/Components/pqFindDataSelectionDisplayFrame.h Qt/Components/pqFindDataSelectionDisplayFrame.h +1 -1
- Qt/Components/pqHighlightItemDelegate.h Qt/Components/pqHighlightItemDelegate.h +2 -1
- Qt/Components/pqImageOutputInfo.h Qt/Components/pqImageOutputInfo.h +1 -1
- Qt/Components/pqImageTip.h Qt/Components/pqImageTip.h +5 -5
- Qt/Components/pqIndexSelectionWidget.h Qt/Components/pqIndexSelectionWidget.h +2 -2
- Qt/Components/pqInputSelectorWidget.h Qt/Components/pqInputSelectorWidget.h +1 -1
- Qt/Components/pqIntMaskPropertyWidget.h Qt/Components/pqIntMaskPropertyWidget.h +1 -1
- Qt/Components/pqIntRangeWidget.h Qt/Components/pqIntRangeWidget.h +1 -1
- Qt/Components/pqIntVectorPropertyWidget.h Qt/Components/pqIntVectorPropertyWidget.h +1 -1
- Qt/Components/pqItemViewSearchWidget.h Qt/Components/pqItemViewSearchWidget.h +4 -4
- Qt/Components/pqItemViewSearchWidgetEventPlayer.h Qt/Components/pqItemViewSearchWidgetEventPlayer.h +3 -2
- Qt/Components/pqKeyFrameEditor.cxx Qt/Components/pqKeyFrameEditor.cxx +8 -7
- Qt/Components/pqKeyFrameEditor.h Qt/Components/pqKeyFrameEditor.h +2 -2
- Qt/Components/pqKeyFrameTimeValidator.h Qt/Components/pqKeyFrameTimeValidator.h +1 -1
- Qt/Components/pqKeyFrameTypeWidget.h Qt/Components/pqKeyFrameTypeWidget.h +1 -1
- Qt/Components/pqLabel.h Qt/Components/pqLabel.h +2 -2
- Qt/Components/pqLinksEditor.cxx Qt/Components/pqLinksEditor.cxx +7 -7
- Qt/Components/pqLinksEditor.h Qt/Components/pqLinksEditor.h +1 -1
- Qt/Components/pqLinksManager.h Qt/Components/pqLinksManager.h +1 -1
- Qt/Components/pqLiveInsituManager.cxx Qt/Components/pqLiveInsituManager.cxx +1 -1
- Qt/Components/pqLiveInsituVisualizationManager.h Qt/Components/pqLiveInsituVisualizationManager.h +1 -1
- Qt/Components/pqLockViewSizeCustomDialog.h Qt/Components/pqLockViewSizeCustomDialog.h +2 -2
- Qt/Components/pqMemoryInspectorPanel.h Qt/Components/pqMemoryInspectorPanel.h +2 -2
- Qt/Components/pqMultiBlockInspectorWidget.cxx Qt/Components/pqMultiBlockInspectorWidget.cxx +5 -5
- Qt/Components/pqMultiBlockInspectorWidget.h Qt/Components/pqMultiBlockInspectorWidget.h +1 -1
- Qt/Components/pqMultiViewWidget.cxx Qt/Components/pqMultiViewWidget.cxx +2 -2
- Qt/Components/pqMultiViewWidget.h Qt/Components/pqMultiViewWidget.h +2 -2
- Qt/Components/pqOrbitCreatorDialog.h Qt/Components/pqOrbitCreatorDialog.h +1 -1
- Qt/Components/pqOutputPortComboBox.h Qt/Components/pqOutputPortComboBox.h +1 -1
- Qt/Components/pqPipelineAnnotationFilterModel.h Qt/Components/pqPipelineAnnotationFilterModel.h +3 -3
- Qt/Components/pqPipelineBrowserWidget.h Qt/Components/pqPipelineBrowserWidget.h +2 -2
- Qt/Components/pqPipelineInputComboBox.h Qt/Components/pqPipelineInputComboBox.h +1 -1
- Qt/Components/pqPipelineModel.cxx Qt/Components/pqPipelineModel.cxx +2 -2
- Qt/Components/pqPipelineModel.h Qt/Components/pqPipelineModel.h +9 -9
- Qt/Components/pqPipelineModelSelectionAdaptor.h Qt/Components/pqPipelineModelSelectionAdaptor.h +3 -3
- Qt/Components/pqPipelineTimeKeyFrameEditor.h Qt/Components/pqPipelineTimeKeyFrameEditor.h +1 -1
- Qt/Components/pqPluginDialog.h Qt/Components/pqPluginDialog.h +1 -1
- Qt/Components/pqPluginTreeWidgetEventPlayer.h Qt/Components/pqPluginTreeWidgetEventPlayer.h +3 -2
- Qt/Components/pqPluginTreeWidgetEventTranslator.h Qt/Components/pqPluginTreeWidgetEventTranslator.h +2 -2
- Qt/Components/pqPopOutWidget.h Qt/Components/pqPopOutWidget.h +1 -1
- Qt/Components/pqPresetDialog.cxx Qt/Components/pqPresetDialog.cxx +9 -9
- Qt/Components/pqPresetDialog.h Qt/Components/pqPresetDialog.h +1 -1
- Qt/Components/pqPresetToPixmap.h Qt/Components/pqPresetToPixmap.h +1 -1
- Qt/Components/pqPropertiesPanel.cxx Qt/Components/pqPropertiesPanel.cxx +1 -1
- Qt/Components/pqPropertiesPanel.h Qt/Components/pqPropertiesPanel.h +1 -1
- Qt/Components/pqPropertyGroupWidget.h Qt/Components/pqPropertyGroupWidget.h +2 -2
- Qt/Components/pqPropertyWidget.h Qt/Components/pqPropertyWidget.h +1 -1
- Qt/Components/pqPropertyWidgetDecorator.h Qt/Components/pqPropertyWidgetDecorator.h +1 -1
- Qt/Components/pqProxiesWidget.h Qt/Components/pqProxiesWidget.h +1 -1
- Qt/Components/pqProxyEditorPropertyWidget.h Qt/Components/pqProxyEditorPropertyWidget.h +1 -1
- Qt/Components/pqProxyInformationWidget.h Qt/Components/pqProxyInformationWidget.h +1 -1
- Qt/Components/pqProxyPropertyWidget.h Qt/Components/pqProxyPropertyWidget.h +5 -5
- Qt/Components/pqProxySILModel.h Qt/Components/pqProxySILModel.h +14 -13
- Qt/Components/pqProxySelectionWidget.h Qt/Components/pqProxySelectionWidget.h +8 -8
- Qt/Components/pqProxyWidget.cxx Qt/Components/pqProxyWidget.cxx +1 -1
- Qt/Components/pqProxyWidget.h Qt/Components/pqProxyWidget.h +3 -3
- Qt/Components/pqProxyWidgetDialog.h Qt/Components/pqProxyWidgetDialog.h +4 -4
- Qt/Components/pqQueryClauseWidget.h Qt/Components/pqQueryClauseWidget.h +1 -1
- Qt/Components/pqRecentFilesMenu.h Qt/Components/pqRecentFilesMenu.h +1 -1
- Qt/Components/pqRemoteCommandDialog.h Qt/Components/pqRemoteCommandDialog.h +1 -1
- Qt/Components/pqRemoteCommandTemplateDialog.h Qt/Components/pqRemoteCommandTemplateDialog.h +1 -1
- Qt/Components/pqRescaleRange.h Qt/Components/pqRescaleRange.h +1 -1
- Qt/Components/pqSGExportStateWizard.h Qt/Components/pqSGExportStateWizard.h +5 -5
- Qt/Components/pqSGPluginManager.h Qt/Components/pqSGPluginManager.h +1 -1
- Qt/Components/pqSGWritersMenuManager.h Qt/Components/pqSGWritersMenuManager.h +1 -1
- Qt/Components/pqSILModel.h Qt/Components/pqSILModel.h +10 -10
- Qt/Components/pqSILWidget.h Qt/Components/pqSILWidget.h +1 -1
- Qt/Components/pqSampleScalarAddRangeDialog.h Qt/Components/pqSampleScalarAddRangeDialog.h +1 -1
- Qt/Components/pqSampleScalarWidget.h Qt/Components/pqSampleScalarWidget.h +2 -2
- Qt/Components/pqScalarSetModel.h Qt/Components/pqScalarSetModel.h +5 -5
- Qt/Components/pqScalarValueListPropertyWidget.cxx Qt/Components/pqScalarValueListPropertyWidget.cxx +6 -6
- Qt/Components/pqScalarValueListPropertyWidget.h Qt/Components/pqScalarValueListPropertyWidget.h +1 -1
- Qt/Components/pqSearchBox.h Qt/Components/pqSearchBox.h +2 -2
- Qt/Components/pqSelectReaderDialog.h Qt/Components/pqSelectReaderDialog.h +1 -1
- Qt/Components/pqSelectionAdaptor.h Qt/Components/pqSelectionAdaptor.h +1 -1
- Qt/Components/pqSelectionInputWidget.h Qt/Components/pqSelectionInputWidget.h +1 -1
- Qt/Components/pqSelectionLinkDialog.h Qt/Components/pqSelectionLinkDialog.h +1 -1
- Qt/Components/pqSelectionManager.h Qt/Components/pqSelectionManager.h +1 -1
- Qt/Components/pqServerConfigurationImporter.h Qt/Components/pqServerConfigurationImporter.h +1 -1
- Qt/Components/pqServerConnectDialog.cxx Qt/Components/pqServerConnectDialog.cxx +1 -1
- Qt/Components/pqServerConnectDialog.h Qt/Components/pqServerConnectDialog.h +1 -1
- Qt/Components/pqServerLauncher.cxx Qt/Components/pqServerLauncher.cxx +5 -5
- Qt/Components/pqServerLauncher.h Qt/Components/pqServerLauncher.h +1 -1
- Qt/Components/pqSetBreakpointDialog.h Qt/Components/pqSetBreakpointDialog.h +1 -1
- Qt/Components/pqSettingsDialog.h Qt/Components/pqSettingsDialog.h +1 -1
- Qt/Components/pqSignalAdaptorKeyFrameType.h Qt/Components/pqSignalAdaptorKeyFrameType.h +1 -1
- Qt/Components/pqSignalAdaptorSelectionTreeWidget.h Qt/Components/pqSignalAdaptorSelectionTreeWidget.h +1 -1
- Qt/Components/pqSignalAdaptorTreeWidget.h Qt/Components/pqSignalAdaptorTreeWidget.h +1 -1
- Qt/Components/pqTabbedMultiViewWidget.h Qt/Components/pqTabbedMultiViewWidget.h +3 -3
- Qt/Components/pqTextureComboBox.h Qt/Components/pqTextureComboBox.h +1 -1
- Qt/Components/pqTextureSelectorPropertyWidget.h Qt/Components/pqTextureSelectorPropertyWidget.h +1 -1
- Qt/Components/pqTimerLogDisplay.h Qt/Components/pqTimerLogDisplay.h +3 -3
- Qt/Components/pqToolTipTrapper.h Qt/Components/pqToolTipTrapper.h +2 -2
- Qt/Components/pqTransferFunctionWidget.cxx Qt/Components/pqTransferFunctionWidget.cxx +10 -10
- Qt/Components/pqTransferFunctionWidget.h Qt/Components/pqTransferFunctionWidget.h +1 -1
- Qt/Components/pqTriggerOnIdleHelper.h Qt/Components/pqTriggerOnIdleHelper.h +1 -1
- Qt/Components/pqUndoStackBuilder.h Qt/Components/pqUndoStackBuilder.h +3 -3
- Qt/Components/pqVCRController.h Qt/Components/pqVCRController.h +1 -1
- Qt/Components/pqViewContextMenuHandler.h Qt/Components/pqViewContextMenuHandler.h +1 -1
- Qt/Components/pqViewContextMenuManager.h Qt/Components/pqViewContextMenuManager.h +1 -1
- Qt/Components/pqViewFrame.h Qt/Components/pqViewFrame.h +2 -2
- Qt/Components/pqViewManager.h Qt/Components/pqViewManager.h +1 -1
- Qt/Components/pqWidgetRangeDomain.h Qt/Components/pqWidgetRangeDomain.h +1 -1
- Qt/Core/pqAnimationCue.h Qt/Core/pqAnimationCue.h +1 -1
- Qt/Core/pqAnimationScene.h Qt/Core/pqAnimationScene.h +1 -1
- Qt/Core/pqApplicationCore.h Qt/Core/pqApplicationCore.h +1 -1
- Qt/Core/pqBoxChartView.h Qt/Core/pqBoxChartView.h +1 -1
- Qt/Core/pqCheckBoxDelegate.h Qt/Core/pqCheckBoxDelegate.h +4 -3
- Qt/Core/pqCollaborationEventPlayer.h Qt/Core/pqCollaborationEventPlayer.h +3 -3
- Qt/Core/pqCollaborationManager.h Qt/Core/pqCollaborationManager.h +1 -1
- Qt/Core/pqComparativeContextView.cxx Qt/Core/pqComparativeContextView.cxx +1 -1
- Qt/Core/pqComparativeContextView.h Qt/Core/pqComparativeContextView.h +4 -4
- Qt/Core/pqComparativeRenderView.cxx Qt/Core/pqComparativeRenderView.cxx +1 -1
- Qt/Core/pqComparativeRenderView.h Qt/Core/pqComparativeRenderView.h +3 -3
- Qt/Core/pqComparativeXYBarChartView.h Qt/Core/pqComparativeXYBarChartView.h +1 -1
- Qt/Core/pqComparativeXYChartView.h Qt/Core/pqComparativeXYChartView.h +1 -1
- Qt/Core/pqContextView.cxx Qt/Core/pqContextView.cxx +1 -1
- Qt/Core/pqContextView.h Qt/Core/pqContextView.h +3 -3
- Qt/Core/pqCoreTestUtility.h Qt/Core/pqCoreTestUtility.h +1 -1
- Qt/Core/pqCoreUtilities.h Qt/Core/pqCoreUtilities.h +1 -1
- Qt/Core/pqDataRepresentation.h Qt/Core/pqDataRepresentation.h +1 -1
- Qt/Core/pqDisplayPolicy.h Qt/Core/pqDisplayPolicy.h +1 -1
- Qt/Core/pqFileDialog.cxx Qt/Core/pqFileDialog.cxx +3 -3
- Qt/Core/pqFileDialog.h Qt/Core/pqFileDialog.h +3 -3
- Qt/Core/pqFileDialogEventPlayer.h Qt/Core/pqFileDialogEventPlayer.h +2 -1
- Qt/Core/pqFileDialogEventTranslator.h Qt/Core/pqFileDialogEventTranslator.h +1 -1
- Qt/Core/pqFileDialogFavoriteModel.h Qt/Core/pqFileDialogFavoriteModel.h +4 -4
- Qt/Core/pqFileDialogFilter.h Qt/Core/pqFileDialogFilter.h +3 -3
- Qt/Core/pqFileDialogModel.h Qt/Core/pqFileDialogModel.h +12 -12
- Qt/Core/pqFileDialogRecentDirsModel.h Qt/Core/pqFileDialogRecentDirsModel.h +4 -4
- Qt/Core/pqFlatTreeViewEventPlayer.h Qt/Core/pqFlatTreeViewEventPlayer.h +2 -1
- Qt/Core/pqFlatTreeViewEventTranslator.h Qt/Core/pqFlatTreeViewEventTranslator.h +1 -1
- Qt/Core/pqInteractiveViewLink.h Qt/Core/pqInteractiveViewLink.h +1 -1
- Qt/Core/pqInterfaceTracker.h Qt/Core/pqInterfaceTracker.h +1 -1
- Qt/Core/pqLinkViewWidget.h Qt/Core/pqLinkViewWidget.h +3 -3
- Qt/Core/pqLinksModel.cxx Qt/Core/pqLinksModel.cxx +2 -2
- Qt/Core/pqLinksModel.h Qt/Core/pqLinksModel.h +7 -6
- Qt/Core/pqMultiSliceAxisWidget.h Qt/Core/pqMultiSliceAxisWidget.h +1 -1
- Qt/Core/pqMultiSliceView.h Qt/Core/pqMultiSliceView.h +3 -3
- Qt/Core/pqNonEditableStyledItemDelegate.h Qt/Core/pqNonEditableStyledItemDelegate.h +2 -2
- Qt/Core/pqObjectBuilder.h Qt/Core/pqObjectBuilder.h +1 -1
- Qt/Core/pqOptions.h Qt/Core/pqOptions.h +4 -4
- Qt/Core/pqOutputPort.h Qt/Core/pqOutputPort.h +1 -1
- Qt/Core/pqOutputWidget.cxx Qt/Core/pqOutputWidget.cxx +1 -1
- Qt/Core/pqOutputWidget.h Qt/Core/pqOutputWidget.h +1 -1
- Qt/Core/pqParallelCoordinatesChartView.h Qt/Core/pqParallelCoordinatesChartView.h +1 -1
- Qt/Core/pqPipelineFilter.h Qt/Core/pqPipelineFilter.h +2 -2
- Qt/Core/pqPipelineRepresentation.h Qt/Core/pqPipelineRepresentation.h +2 -2
- Qt/Core/pqPipelineSource.h Qt/Core/pqPipelineSource.h +1 -1
- Qt/Core/pqPlotMatrixView.h Qt/Core/pqPlotMatrixView.h +1 -1
- Qt/Core/pqPluginManager.h Qt/Core/pqPluginManager.h +1 -1
- Qt/Core/pqProgressManager.h Qt/Core/pqProgressManager.h +2 -2
- Qt/Core/pqPropertyLinks.h Qt/Core/pqPropertyLinks.h +1 -1
- Qt/Core/pqPropertyLinksConnection.h Qt/Core/pqPropertyLinksConnection.h +1 -1
- Qt/Core/pqPropertyManager.h Qt/Core/pqPropertyManager.h +1 -1
- Qt/Core/pqProxy.h Qt/Core/pqProxy.h +1 -1
- Qt/Core/pqProxyModifiedStateUndoElement.h Qt/Core/pqProxyModifiedStateUndoElement.h +3 -3
- Qt/Core/pqPythonView.h Qt/Core/pqPythonView.h +3 -3
- Qt/Core/pqQVTKWidget.h Qt/Core/pqQVTKWidget.h +2 -2
- Qt/Core/pqQVTKWidgetEventPlayer.h Qt/Core/pqQVTKWidgetEventPlayer.h +2 -1
- Qt/Core/pqQVTKWidgetEventTranslator.h Qt/Core/pqQVTKWidgetEventTranslator.h +2 -2
- Qt/Core/pqRecentlyUsedResourcesList.h Qt/Core/pqRecentlyUsedResourcesList.h +1 -1
- Qt/Core/pqRenderView.h Qt/Core/pqRenderView.h +1 -1
- Qt/Core/pqRenderViewBase.h Qt/Core/pqRenderViewBase.h +1 -1
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.