cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Remoting/Views
2 
3 # Set the install prefix
4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5  set(CMAKE_INSTALL_PREFIX "/usr/local")
6 endif()
7 string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 
9 # Set the install configuration name.
10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11  if(BUILD_TYPE)
12  string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13  CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14  else()
15  set(CMAKE_INSTALL_CONFIG_NAME "Release")
16  endif()
17  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 endif()
19 
20 # Set the component getting installed.
21 if(NOT CMAKE_INSTALL_COMPONENT)
22  if(COMPONENT)
23  message(STATUS "Install component: \"${COMPONENT}\"")
24  set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25  else()
26  set(CMAKE_INSTALL_COMPONENT)
27  endif()
28 endif()
29 
30 # Install shared libraries without execute permission?
31 if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32  set(CMAKE_INSTALL_SO_NO_EXE "0")
33 endif()
34 
35 # Is this installation the result of a crosscompile?
36 if(NOT DEFINED CMAKE_CROSSCOMPILING)
37  set(CMAKE_CROSSCOMPILING "FALSE")
38 endif()
39 
40 # Set default install directory permissions.
41 if(NOT DEFINED CMAKE_OBJDUMP)
42  set(CMAKE_OBJDUMP "/usr/bin/objdump")
43 endif()
44 
45 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
46  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkRemotingViews-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkRemotingViews-hierarchy.txt")
47 endif()
48 
49 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
50  foreach(file
51  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingViews-pv6.0.so.6.0"
52  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingViews-pv6.0.so.1"
53  )
54  if(EXISTS "${file}" AND
55  NOT IS_SYMLINK "${file}")
56  file(RPATH_CHECK
57  FILE "${file}"
58  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
59  endif()
60  endforeach()
61  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
62  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingViews-pv6.0.so.6.0"
63  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingViews-pv6.0.so.1"
64  )
65  foreach(file
66  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingViews-pv6.0.so.6.0"
67  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingViews-pv6.0.so.1"
68  )
69  if(EXISTS "${file}" AND
70  NOT IS_SYMLINK "${file}")
71  file(RPATH_CHANGE
72  FILE "${file}"
73  OLD_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib:"
74  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
75  if(CMAKE_INSTALL_DO_STRIP)
76  execute_process(COMMAND "/usr/bin/strip" "${file}")
77  endif()
78  endif()
79  endforeach()
80 endif()
81 
82 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
83  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingViews-pv6.0.so")
84 endif()
85 
86 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
87 endif()
88 
89 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
90  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES
91  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkStreamingPriorityQueue.h"
92  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtk2DWidgetRepresentation.h"
93  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtk3DWidgetRepresentation.h"
94  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkProtractorRepresentation.h"
95  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkAMROutlineRepresentation.h"
96  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkAMRStreamingPriorityQueue.h"
97  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkAMRStreamingVolumeRepresentation.h"
98  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkBoundingRectContextDevice2D.h"
99  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkCaveSynchronizedRenderers.h"
100  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkCellGridRepresentation.h"
101  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkChartRepresentation.h"
102  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkChartSelectionRepresentation.h"
103  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkChartTextRepresentation.h"
104  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkChartLogoRepresentation.h"
105  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkChartWarning.h"
106  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkCompositeRepresentation.h"
107  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkContext2DScalarBarActor.h"
108  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkDataLabelRepresentation.h"
109  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkFeatureEdgesRepresentation.h"
110  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkGeometryRepresentation.h"
111  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkGeometryRepresentationWithFaces.h"
112  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkGeometrySliceRepresentation.h"
113  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkGlyph3DRepresentation.h"
114  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkHyperTreeGridRepresentation.h"
115  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkImageSliceRepresentation.h"
116  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkImageVolumeRepresentation.h"
117  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkLogoSourceRepresentation.h"
118  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkMoleculeRepresentation.h"
119  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkMultiSliceContextItem.h"
120  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkOrderedCompositingHelper.h"
121  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkOutlineRepresentation.h"
122  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVAxesActor.h"
123  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVAxesWidget.h"
124  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVBoxChartRepresentation.h"
125  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVCameraCollection.h"
126  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVCenterAxesActor.h"
127  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVClientServerSynchronizedRenderers.h"
128  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVComparativeAnimationCue.h"
129  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVComparativeView.h"
130  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVCompositeOrthographicSliceRepresentation.h"
131  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVCompositeRepresentation.h"
132  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVContextInteractorStyle.h"
133  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVContextView.h"
134  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVContextViewDataDeliveryManager.h"
135  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVDataDeliveryManager.h"
136  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVDataRepresentation.h"
137  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVDataRepresentationPipeline.h"
138  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVDefaultPass.h"
139  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVDiscretizableColorTransferFunction.h"
140  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVDisplaySizedImplicitPlaneRepresentation.h"
141  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVEncodeSelectionForServer.h"
142  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVFrustumActor.h"
143  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVGridAxes3DActor.h"
144  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVGridAxes3DRepresentation.h"
145  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVHardwareSelector.h"
146  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVHistogramChartRepresentation.h"
147  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVImageChartRepresentation.h"
148  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVImageSliceMapper.h"
149  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVImplicitAnnulusRepresentation.h"
150  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVImplicitConeRepresentation.h"
151  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVImplicitCylinderRepresentation.h"
152  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVImplicitFrustumRepresentation.h"
153  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVImplicitPlaneRepresentation.h"
154  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVInteractiveViewLinkRepresentation.h"
155  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVIOSettings.h"
156  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVLODActor.h"
157  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVLODVolume.h"
158  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVLastSelectionInformation.h"
159  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVLight.h"
160  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVLogoSource.h"
161  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVMaterialLibrary.h"
162  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVMultiSliceView.h"
163  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVOpenGLInformation.h"
164  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVOrthographicSliceView.h"
165  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVParallelCoordinatesRepresentation.h"
166  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVPlotMatrixRepresentation.h"
167  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVPlotMatrixView.h"
168  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVPlotTime.h"
169  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVProcessWindow.h"
170  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVProminentValuesInformation.h"
171  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRayCastPickingHelper.h"
172  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRenderView.h"
173  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRenderViewDataDeliveryManager.h"
174  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRenderViewSettings.h"
175  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRenderViewWithEDL.h"
176  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRenderingCapabilitiesInformation.h"
177  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRepresentedArrayListSettings.h"
178  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVRepresentedDataInformation.h"
179  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVScalarBarActor.h"
180  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVScalarBarRepresentation.h"
181  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVSelectionInformation.h"
182  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVStreamingPiecesInformation.h"
183  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVSynchronizedRenderer.h"
184  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVTransferFunction2D.h"
185  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVTransferFunction2DBox.h"
186  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVView.h"
187  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPVXYChartView.h"
188  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPointGaussianRepresentation.h"
189  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkPolarAxesRepresentation.h"
190  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkProgressBarSourceRepresentation.h"
191  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkQuartileChartRepresentation.h"
192  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkRulerSourceRepresentation.h"
193  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSIImageTextureProxy.h"
194  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSIPVRepresentationProxy.h"
195  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSIUnstructuredGridVolumeRepresentationProxy.h"
196  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMBoxRepresentationProxy.h"
197  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMCameraLink.h"
198  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMCameraProxy.h"
199  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMChartRepresentationProxy.h"
200  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMChartSeriesListDomain.h"
201  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMChartSeriesSelectionDomain.h"
202  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMChartUseIndexForAxisDomain.h"
203  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMCinemaVolumetricImageExtractWriterProxy.h"
204  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMColorMapEditorHelper.h"
205  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMComparativeAnimationCueProxy.h"
206  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMComparativeAnimationCueUndoElement.h"
207  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMComparativeViewProxy.h"
208  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMContextViewProxy.h"
209  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMContextItemWidgetProxy.h"
210  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMDataDeliveryManagerProxy.h"
211  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMDisplaySizedImplicitPlaneRepresentationProxy.h"
212  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMImageExtractWriterProxy.h"
213  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMImplicitPlaneRepresentationProxy.h"
214  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMLightProxy.h"
215  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMMaterialDomain.h"
216  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMMaterialLibraryProxy.h"
217  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMMultiSliceViewProxy.h"
218  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMNew2DWidgetRepresentationProxy.h"
219  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMNewWidgetRepresentationProxy.h"
220  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMNewWidgetRepresentationProxyAbstract.h"
221  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMOrthographicSliceViewProxy.h"
222  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMPVMoleculeRepresentationProxy.h"
223  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMPVRepresentationProxy.h"
224  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMParaViewPipelineControllerWithRendering.h"
225  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMPlotMatrixViewProxy.h"
226  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMPlotlyJsonExtractWriterProxy.h"
227  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMRangedTransferFunctionDomain.h"
228  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMRecolorableImageExtractWriterProxy.h"
229  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMRenderViewProxy.h"
230  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMRendererDomain.h"
231  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMRepresentationProxy.h"
232  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMRepresentationTypeDomain.h"
233  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMRepresentedArrayListDomain.h"
234  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMSaveScreenshotProxy.h"
235  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMScalarBarWidgetRepresentationProxy.h"
236  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMSelectionHelper.h"
237  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMSelectionLink.h"
238  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMSpreadSheetRepresentationProxy.h"
239  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMSpreadSheetViewProxy.h"
240  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMTextWidgetRepresentationProxy.h"
241  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMTransferFunction2DProxy.h"
242  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMTransferFunctionManager.h"
243  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMTransferFunctionPresets.h"
244  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMTransferFunctionProxy.h"
245  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMUtilities.h"
246  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMViewLayoutProxy.h"
247  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMViewLink.h"
248  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMViewProxy.h"
249  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMViewProxyInteractorHelper.h"
250  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMViewResolutionDomain.h"
251  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMWidgetRepresentationProxy.h"
252  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSMXYChartRepresentationInitializationHelper.h"
253  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSelectionRepresentation.h"
254  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSpreadSheetRepresentation.h"
255  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSpreadSheetView.h"
256  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkStructuredGridVolumeRepresentation.h"
257  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkSurfaceLICRepresentation.h"
258  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkTextSourceRepresentation.h"
259  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkThreeSliceFilter.h"
260  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkTilesHelper.h"
261  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkTransferFunctionBoxItem.h"
262  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkTransferFunctionChartHistogram2D.h"
263  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkUnstructuredGridVolumeRepresentation.h"
264  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkViewLayout.h"
265  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkVolumeRepresentation.h"
266  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkXYChartRepresentation.h"
267  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkIceTCompositePass.h"
268  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkIceTContext.h"
269  "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/vtkIceTSynchronizedRenderers.h"
270  )
271 endif()
272 
273 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
274  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/Views/vtkRemotingViewsModule.h")
275 endif()
276 
277 if(CMAKE_INSTALL_COMPONENT STREQUAL "licenses" OR NOT CMAKE_INSTALL_COMPONENT)
278  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/ParaView/vtkRemotingViews" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/Remoting/Views/LICENSE")
279 endif()
280 
281 if(CMAKE_INSTALL_COMPONENT STREQUAL "spdx" OR NOT CMAKE_INSTALL_COMPONENT)
282  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ParaView/spdx" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/Views/vtkRemotingViews.spdx")
283 endif()
284 
combine multiple representations into one with only 1 representation active at a time.
Proxy for a representations.
initialization helper for XYChartRepresentation proxy.
vtkSynchronizedRenderers subclass that uses IceT for parallel rendering and compositing.
representation for showing vtkMolecules
this is a helper class that handles viewport computations when rendering for tile-displays.
representation for outline.
is the representation corresponding to a scalar bar or color legend in a Render View.
vtkSMParaViewPipelineControllerWithRendering overrides vtkSMParaViewPipelineController to add support...
manager for data-delivery.
proxy for "SpreadSheetView"
Representation for the "Image Chart View".
used by vtkSMViewLayoutProxy.
Definition: vtkViewLayout.h:38
view with 3 orthographic slice views and 1 3D view.
coordinates rendering between corresponding renderers across multiple processes
information object used by vtkSMDataDeliveryManager to get information about representations that hav...
source that generates a 1x1 vtkTable with a single string data.
a vtkContextItem that draws a block (optional label).
a data-representation used by ParaView.
custom version of vtkDiscretizableColorTransferFunction that adds some functionality.
vtkGeometryRepresentationWithFaces extends vtkGeometryRepresentation to add support for rendering bac...
Gets OpenGL information.
extends vtkImplicitPlaneRepresentation
manages visual material definitions
Used to gather selection information.
vtkPVDataRepresentation adds some ParaView specific API to data representations.
representation for "Render View" like views in ParaView.
list of strings corresponding to the names of the arrays in the required input dataset that can be us...
representation used for volume rendering AMR datasets with ability to stream blocks.
vtkXYChartRepresentation is representation that is used to add vtkPlot subclasses to a vtkChartXY ins...
vtkSMTransferFunctionProxy is the proxy used for "PVLookupTable", "ColorTransferFunction" and "Piecew...
vtkPVContextView specific vtkPVDataDeliveryManager subclass
Representation for showing data in a vtkSpreadSheetView.
vtkLogoSourceRepresentation is a representation to show a Logo.
Manages the list of available ray traced renderers This domain builds the list of ray traced renderer...
vtkSpreadSheetView is a vtkPVView subclass for a view used to show any data as a spreadsheet.
representation for "Histogram View".
Superclass for all view proxies.
representation to add logo to vtkPVContextView
extends vtkSMChartSeriesListDomain to add logic to better handle default values suitable for series-p...
representation for rendering surfaces of cell-grid datasets.
representation for rendering vtkStructuredGrid as volume.
extract writer for images or rendering results
Representation for showing point data as sprites, including gaussian splats, spheres, or some custom shaded representation.
vtkHardwareSelector subclass with paraview specific logic to avoid recapturing buffers unless needed...
Custom RenderViewProxy to override CreateDefaultRepresentation method so only the Multi-Slice represe...
string
vtkPVRepresentedDataInformation is a vtkPVDataInformation subclass that knows how to gather rendered ...
representation for showing cell and point labels.
proxy for 3D widgets and their representations in ParaView.
vtkSMSpreadSheetRepresentationProxy is a representation proxy used for spreadsheet view...
baseclass for all ParaView views.
Definition: vtkPVView.h:32
proxy for 2D widgets and their representations in ParaView.
manages presets for color, opacity, and annotation presets.
vtkGlyph3DRepresentation is a representation that uses the vtkGlyph3DMapper for rendering glyphs...
a 3D axes representation
vtkSMTransferFunction2DProxy is the proxy used for "TransferFunction2D".
vtkProtractorRepresentation is a representation to show a protractor.
vtkPVClientServerSynchronizedRenderers is similar to vtkClientServerSynchronizedRenderers except that...
cue used for parameter animation by the comparative view.
representation for showing any datasets as external shell of polygons.
vtkPVLastSelectionInformation is used to obtain the LastSelection from vtkPVRenderView.
vtkSynchronizedRenderers subclass that handles adjusting of camera for cave configurations.
extends vtkImplicitFrustumRepresentation
vtkPVView subclass for drawing charts
vtkPVRenderView specific subclass of vtkPVDataDeliveryManager.
extends vtkImplicitAnnulusRepresentation
vtkPVCompositeOrthographicSliceRepresentation is designed for use with vtkPVOrthographicSliceView.
Cut vtkDataSet along 3 planes.
represents a ranged vtkSMTransferFunctionProxy
executive for vtkPVDataRepresentation.
vtkQuartileChartRepresentation extends to vtkXYChartRepresentation to add support for combining quart...
Abstract base class for volume representations.
singleton used to keep track of options for vtkPVRenderView.
vtkPVFrustumActor is an actor that renders a frustum.
proxy for a implicit plane representation
vtkPVLight extends vtkLight with controls that are specific to OSPRay.
Definition: vtkPVLight.h:23
proxy for a vtkTexture.
vtkPVMultiSliceView extends vtkPVRenderView but add meta-data information used by SliceRepresentation...
A widget to manipulate vtkPVAxesWidget.
extends vtkSMArrayListDomain to add support for arrays from represented data information.
a configurable light proxy.
proxy for a widget representation
Prominent values a data array takes on.
vtk2DWidgetRepresentation is a vtkDataRepresentation subclass for 2D widgets and their representation...
extends vtkDisplaySizedImplicitPlaneRepresentation
vtkProgressBarSourceRepresentation is a representation to show ProgressBar.
implementation for View that includes render window and renderers.
Mapper for vtkImageData that renders the image using a texture applied to a quad. ...
an actor that supports multiple levels of detail
singleton used to control how ParaView open and save files
view for comparative visualization/ film-strips.
takes care of drawing a "time" marker in the plot.
Definition: vtkPVPlotTime.h:17
vtk3DWidgetRepresentation is a vtkDataRepresentation subclass for 3D widgets and their representation...
representation for showing slices from a vtkImageData.
Proxy class for plot matrix view.
abstract base class for all Chart Views.
manages transfer functions i.e.
extends vtkSMBooleanDomain to pick a good default for properties such as "UseIndexForXAxis" on chart ...
vtkChartRepresentation subclass for scatter-plot-matrix representation.
collection of utility methods.
extends vtkImplicitConeRepresentation
cue used for parameter animation by the comparative view.
vtkSMViewLayoutProxy is used by ParaView to layout multiple views in a 2D KD-Tree layout...
representation that can be used to show a unstructured grid volume in a render view.
encapsulates the traditional OpenGL pipeline (minus the camera).
collection of cameras used by vtkPVRenderView for cases where one wants to limit interactions to a fi...
extractor used to extract data from certain views to a json file folowing the plotly-json schema...
provides information about rendering capabilities.
vtkPVBoxChartRepresentation is the vtkChartBox subclass for box plots representation.
vtkSIPVRepresentationProxy is the helper for vtkSMPVRepresentationProxy.
Defines a 2D transfer function for mapping to RGBA values for volume rendering.
Convert a client-side selection into proxies holding server-side selection sources.
A Representation to manipulate an interactive view link widget.
domain for "Representation" property on representations in "RenderView".
helper class that used selection and ray casting to find the intersection point between the user pick...
Represent scalar bar for vtkScalarBarWidget.
proxy for a widget representation
extends vtkImplicitCylinderRepresentation
server-manager class for vtkPVDataDeliveryManager.
Utility class to help with selection tasks.
proxy for a camera.
vtkTextSourceRepresentation is a representation to show text.
an actor that supports multiple levels of detail
Definition: vtkPVLODActor.h:25
A scalar bar with labels of fixed font.
This is a helper class for vtkIceTRenderManager and vtkOpenGLIceTRenderer.
vtkPVContextView adopts vtkContextView so that it can be used in ParaView configurations.
Abstract class for proxies for 2D and 3D widgets.
vtkChartRepresentation is the base representation for charting representations.
proxy for vtkBoxRepresentation
vtkPVParallelCoordinatesRepresentation is the vtkChartParallelCoordinates subclass for parallel coord...
extends vtkContextInteractorStyle to fire start/end interaction events.
Custom scalar bar actor for ParaView that uses the Charts API.
vtkRulerSourceRepresentation is a representation to show a ruler.
representation to add text to vtkPVContextView
representation for a polar-axes.
representation for showing vtkHyperTreeGrid with optimized memory usage.
vtkSelectionRepresentation is a representation to show the extracted cells.
implements a coverage based priority queue for vtkOverlappingAMR dataset.
Representation for vtkPVGridAxis3DActor.
helper class that make it easier to hook vtkRenderWindowInteractor and vtkSMViewProxy.
vtkPVCenterAxesActor is an actor for the center-axes used in ParaView.
view for comparative visualization/ film-strips.
a simple outline representation for AMR datasets that supports streaming.
Manages the list of OSPRay materials choosable to draw with.
Render View for ParaView.
representation for showing vtkUnstructuredGrid datasets as volumes.
extends vtkGeometryRepresentation to add support for showing just specific slices from the dataset...
helper for color map editor handling
representation for showing image datasets as a volume.
IceT enabled render pass for distributed rendering.
representation for showing selections in chart views.
ParaView extensions for vtkGridAxesActor3D.
provides a datastructure for building priority queues.
a window associated with current process, if any.
Shape that represents an individual control node in a 2D transfer function.
helper to assist in determine process order when rendering
vtkSMPVMoleculeRepresentationProxy is a representation proxy used for molecules.
proxy to help with saving screenshots for views
representation for feature edges.
singleton used to filter out undesired data attribute from the representation.