cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager
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 "vtkRemotingServerManager-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkRemotingServerManager-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/libvtkRemotingServerManager-pv6.0.so.6.0"
52  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-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/libvtkRemotingServerManager-pv6.0.so.6.0"
63  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingServerManager-pv6.0.so.1"
64  )
65  foreach(file
66  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv6.0.so.6.0"
67  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-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/libvtkRemotingServerManager-pv6.0.so")
84 endif()
85 
86 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
87  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES
88  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIVectorPropertyTemplate.txx"
89  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRangeDomainTemplate.txx"
90  )
91 endif()
92 
93 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
94  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES
95  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMessageMinimal.h"
96  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkLoadStateOptions.h"
97  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkRemoteWriterHelper.h"
98  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVCatalystChannelInformation.h"
99  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVCatalystSessionCore.h"
100  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVDataMover.h"
101  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVFilePathEncodingHelper.h"
102  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVMultiClientsInformation.h"
103  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVProxyDefinitionIterator.h"
104  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionBase.h"
105  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionCore.h"
106  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionCoreInterpreterHelper.h"
107  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionServer.h"
108  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIArraySelectionProperty.h"
109  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSICollaborationManager.h"
110  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSICompoundSourceProxy.h"
111  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDataArrayProperty.h"
112  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDataArraySelectionProperty.h"
113  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDirectoryProxy.h"
114  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDoubleMapProperty.h"
115  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDoubleVectorProperty.h"
116  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIIdTypeVectorProperty.h"
117  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIIndexSelectionProperty.h"
118  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIInputProperty.h"
119  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIIntVectorProperty.h"
120  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIMetaReaderProxy.h"
121  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIMultiplexerSourceProxy.h"
122  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIObject.h"
123  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProperty.h"
124  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProxy.h"
125  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProxyDefinitionManager.h"
126  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProxyProperty.h"
127  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSISourceProxy.h"
128  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIStringVectorProperty.h"
129  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSITimeLabelProperty.h"
130  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSITimeRangeProperty.h"
131  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSITimeStepsProperty.h"
132  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIVectorProperty.h"
133  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIWriterProxy.h"
134  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMAMRLevelsDomain.h"
135  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMArrayListDomain.h"
136  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMArrayRangeDomain.h"
137  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMArraySelectionDomain.h"
138  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMBooleanDomain.h"
139  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMBoundsDomain.h"
140  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCollaborationManager.h"
141  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompositeTreeDomain.h"
142  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompoundProxyDefinitionLoader.h"
143  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompoundSourceProxy.h"
144  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompoundSourceProxyDefinitionBuilder.h"
145  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCoreUtilities.h"
146  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataAssemblyDomain.h"
147  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataAssemblyListDomain.h"
148  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataExtractWriterProxy.h"
149  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataSourceProxy.h"
150  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataTypeDomain.h"
151  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataTypeQueryDomain.h"
152  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializer.h"
153  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializerProtobuf.h"
154  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializerXML.h"
155  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializerXMLCache.h"
156  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDimensionsDomain.h"
157  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDirectoryProxy.h"
158  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDiscreteDoubleDomain.h"
159  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDocumentation.h"
160  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDomain.h"
161  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDomainIterator.h"
162  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleMapProperty.h"
163  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleMapPropertyIterator.h"
164  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleRangeDomain.h"
165  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleVectorProperty.h"
166  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMEnumerationDomain.h"
167  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtentDomain.h"
168  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtractsController.h"
169  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtractTriggerProxy.h"
170  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtractWriterProxy.h"
171  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFieldDataDomain.h"
172  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFileListDomain.h"
173  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFileUtilities.h"
174  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFixedTypeDomain.h"
175  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFrameStrideQueryDomain.h"
176  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIdTypeVectorProperty.h"
177  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIndexSelectionDomain.h"
178  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMInputArrayDomain.h"
179  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMInputFileNameDomain.h"
180  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMInputProperty.h"
181  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIntRangeDomain.h"
182  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIntVectorProperty.h"
183  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMLink.h"
184  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMLoadStateOptionsProxy.h"
185  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMapProperty.h"
186  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMessage.h"
187  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMultiplexerSourceProxy.h"
188  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMultiplexerInputDomain.h"
189  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMNamedPropertyIterator.h"
190  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMNullProxy.h"
191  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMNumberOfComponentsDomain.h"
192  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMObject.h"
193  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMOrderedPropertyIterator.h"
194  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMOutputPort.h"
195  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMParaViewPipelineController.h"
196  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPipelineState.h"
197  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPluginLoaderProxy.h"
198  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPluginManager.h"
199  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProperty.h"
200  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyGroup.h"
201  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyHelper.h"
202  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyIterator.h"
203  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyLink.h"
204  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyModificationUndoElement.h"
205  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxy.h"
206  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyDefinitionManager.h"
207  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyGroupDomain.h"
208  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyInitializationHelper.h"
209  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyIterator.h"
210  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyLink.h"
211  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyListDomain.h"
212  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyLocator.h"
213  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyManager.h"
214  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyManagerUtilities.h"
215  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyProperty.h"
216  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxySelectionModel.h"
217  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPSWriterProxy.h"
218  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPWriterProxy.h"
219  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMReaderFactory.h"
220  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMReaderReloadHelper.h"
221  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRegistrationNamesDomain.h"
222  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRemoteObject.h"
223  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRemoteObjectUpdateUndoElement.h"
224  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSelectionQueryDomain.h"
225  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSelfGeneratingSourceProxy.h"
226  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMServerStateLocator.h"
227  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSession.h"
228  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSessionClient.h"
229  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSessionObject.h"
230  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSessionProxyManager.h"
231  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSettings.h"
232  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSettingsProxy.h"
233  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSourceProxy.h"
234  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStateLoader.h"
235  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStateLocator.h"
236  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStateVersionController.h"
237  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStringListDomain.h"
238  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStringVectorProperty.h"
239  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTimeKeeper.h"
240  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTimeKeeperProxy.h"
241  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTimeStepIndexDomain.h"
242  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTimeStepsDomain.h"
243  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTrace.h"
244  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUncheckedPropertyHelper.h"
245  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUndoElement.h"
246  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUndoStack.h"
247  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUndoStackBuilder.h"
248  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMVectorProperty.h"
249  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMWriterFactory.h"
250  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMWriterProxy.h"
251  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIVectorPropertyTemplate.h"
252  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRangeDomainTemplate.h"
253  )
254 endif()
255 
256 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
257  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/ServerManager/vtkRemotingServerManagerModule.h")
258 endif()
259 
260 if(CMAKE_INSTALL_COMPONENT STREQUAL "spdx" OR NOT CMAKE_INSTALL_COMPONENT)
261  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ParaView/spdx" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/ServerManager/vtkRemotingServerManager.spdx")
262 endif()
263 
264 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
265  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/ServerManager/vtkPVMessage.pb.h")
266 endif()
267 
superclass for any server manager classes that are related to a session
superclass for type-specific range domains i.e.
Creates a compound proxy from an XML definition.
type specific extension to vtkSMRangeDomainTemplate for ints.
source proxy that generates its own proxy definition at run time.
A domain for getting the input data type and setting it.
"data-centric" proxy for VTK source on a server
iterates over a subset of a proxy's properties
builds server manager undo sets and pushes them on the undo stack.
double range domain based on data set bounds
domain listing available assembly types in the input
restricts the input proxies to one or more data types
domain to set default value for a property using proxy registration names
trigger to control extract generation
proxy for a VTK writer that supports parallel writing.
vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy.
Map property that manage double value to be set through a method on a vtkObject.
vtkSMProxyDefinitionManager is a remote-object that represents the vtkSIProxyDefinitionManager instan...
proxy for state loading options
property representing pointer(s) to vtkObject(s)
miscellaneous collection of proxy-manager utilities
ServerSide Property use to set vtkOutputPort as method parameter.
iterates over domains of a property
Controller that encapsulates control logic for typical ParaView applications.
type specific extension to vtkSMRangeDomainTemplate for doubles.
used to load a plugin remotely.
manages ParaView plugins.
input domain used for vtkSMMultiplexerSourceProxy
a time keeper is used to keep track of the pipeline time.
vtkPVCatalystSessionCore is used by vtkSMSession.
InformationOnly property.
property representing a vector of strings
We simply pass the TimestepValues and TimeRange properties to the client-side vtkSMTimeKeeper instanc...
Select names from an indexed string list.
supports locating files in directory when loading a state file.
union of proxy groups
vtkSIDirectoryProxy is the server-implementation for a vtkSMDirectory which will customly handle serv...
ServerImplementation for WriterProxy.
vtkSMTrace is used to produce Python trace in the ParaView application.
Definition: vtkSMTrace.h:59
vtkSMSession is the default ParaView session.
Definition: vtkSMSession.h:22
proxy for a VTK writer on a server
vtkSMSettings provides the underlying mechanism for setting default property values in ParaView...
Definition: vtkSMSettings.h:78
deserializes proxies from their states.
collection of utilities.
superclass for all SM properties
IdType ServerSide Property use to set IdType array as method parameter.
string
a map property storing double values
iterates over the properties of a proxy
ServerSide Property use to set Object array as method argument.
a string domain that can be set automatically with the source file name
is a factory for creating a reader proxy based on the filename/extension.
SIProperty that deals with TimeRange on Algorithm object type.
Class used to broadcast message from one client to the others.
proxy subclass responsible for linking settings proxies and settings classes on the VTK side...
vtkSMStateVersionController is used to convert the state XML from any previously supported versions t...
helper to help reload a reader.
abstract class defining extract writer proxy API
vtkPVSessionCore is used by vtkSMSession.
Class used to retrieve a given message state based on its GlobalID from the DataServer.
property representing a vector of integers
singleton/facade to vtkSMSessionProxyManager
abstract superclass for all vector properties
int range domain based on the data dimensions.
server side object used to check if manipulate a directory
Gets Multi-clients information from the server.
domain to ensure that input has required types of arrays.
This is the undo/redo stack for the Server Manager.
vtkSMSessionClient is a remote-session that connects to a remote server.
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
Definition: vtkSIProxy.h:22
Helper to write data on client or data-server-root.
Header class that setup every thing in order to use Protobuf messages in a transparent manner...
property representing a vector of integers
represents the possible values a property can have
Definition: vtkSMDomain.h:38
list of filenames
superclass for most server manager classes
Definition: vtkSMObject.h:17
class that manage the state of the processing pipeline
int range domain based on data set time-steps
Select names from an indexed string list.
proxy for a VTK source on a server
vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy.
Abstract class for SIProperty that hold an array of values.
extract writers to write datasets
property representing a vector of doubles
domain used for QueryString for selection source.
iterates over all proxy definitions from which the vtkSMProxyManager can use to create new proxy...
deserializes proxies from their Protobuf states.
The vtkSMSessionProxyManager is esponsible for creating and managing proxies for a given session...
A domain providing timesteps from its "Input" property.
int range domain based on data set extent
used on properties that allow users to select arrays.
Object that is managed by vtkPVSessionCore which wrap concrete class such as the vtk ones...
Definition: vtkSIObject.h:21
Vector property that manage double value to be set through a method on a vtkObject.
vtkSIProxy subclass for vtkSMMultiplexerSourceProxy
a domain with two values: true or false
list of integers with associated strings
supports API using vtkDataArraySelection.
is a factory or creating a writer based on the data type information from the output port...
initialization helper for a proxy.
used to build a vtkSMCompoundSourceProxy definition.
enumeration domain to select array association or attribute type.
This is the concrete implementation for the Undo element for a property modification event...
a proxy excapsulation a pipeline of proxies.
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
is used to locate proxies referred to in state xmls while loading state files.
restricts the proxy to have the same type as previous proxy
deserializes proxies from their XML states.
union of proxies.
reference for an output port of a vtkAlgorithm.
a domain that uses vtkDataAssembly
SIProperty that deals with TimeLabel annotation on Algorithm object type.
int range domain based on the levels in AMR data.
class providing access to the documentation for a vtkSMProxy.
object responsible for managing XML proxies definitions
Find out the Catalyst input channel name for a dataset.
A domain for getting the input data type and setting it.
vtkSMSessionServer is a session used on data and/or render servers.
vtkPVSessionCoreInterpreterHelper is used by vtkPVSessionCore to avoid a circular reference between t...
file system utilties
Basic ServerImplementation property used to call a method with no argument on a VTK object...
Definition: vtkSIProperty.h:24
Abstract class used to provide the main implementation of the ParaView session methods for the follow...
Utility class to load state from XML.
double range domain based on array range
baseclass for all proxy-objects that have counter parts on server as well as client processes...
proxy with stands for nullptr object on the server.
ServerImplementation Property to deal with String array as method arguments.
domain used to restrict an vtkSMIntVectorProperty values to valid flat-index for a vtkCompositeDataSe...
abstract superclass for all map properties
Object that managed multi-client communication and provide the group awareness.
helper to move data between ParaView processes.
list of arrays obtained from input
vtkSICompoundSourceProxy is the server-side helper for a vtkSMCompoundSourceProxy.
deserializes proxies from their XML states.
abstract superclass for Server Manager undo elements.
int range domain based on the number of components available in a particular data array...
proxy for the parallel-serial writer.
iterates over the properties of a proxy
proxy representing inputs to a filter
Is a utility proxy to create/delete/rename directories.
ServerSide Property use to set int array as method argument.
controller for extract generation
Class used to retrieve a given message state based on its GlobalID.
iterates over all registered proxies (and groups)
helper class to get/set property values.