vtkSIMultiplexerSourceProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSIMultiplexerSourceProxy_h
13 #define vtkSIMultiplexerSourceProxy_h
14 
15 #include "vtkRemotingServerManagerModule.h" //needed for exports
16 #include "vtkSISourceProxy.h"
17 
18 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSIMultiplexerSourceProxy : public vtkSISourceProxy
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
28  void Select(vtkSISourceProxy* subproxy);
29 
30 protected:
32  ~vtkSIMultiplexerSourceProxy() override;
33 
34 private:
36  void operator=(const vtkSIMultiplexerSourceProxy&) = delete;
37 };
38 
39 #endif
vtkSISourceProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSISourceProxy::New
static vtkSISourceProxy * New()
vtkIndent
vtkSISourceProxy.h
vtkSIMultiplexerSourceProxy
vtkSIProxy subclass for vtkSMMultiplexerSourceProxy
Definition: vtkSIMultiplexerSourceProxy.h:18
vtkSISourceProxy
Definition: vtkSISourceProxy.h:23