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 
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
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy.
#define VTKREMOTINGSERVERMANAGER_EXPORT
vtkSIProxy subclass for vtkSMMultiplexerSourceProxy
static vtkSISourceProxy * New()