vtkSIInputProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkSIInputProperty_h
12 #define vtkSIInputProperty_h
13 
14 #include "vtkRemotingServerManagerModule.h" //needed for exports
15 #include "vtkSIProxyProperty.h"
16 
18 {
19 public:
20  static vtkSIInputProperty* New();
22  void PrintSelf(ostream& os, vtkIndent indent) override;
23 
25 
29  vtkGetMacro(PortIndex, int);
31 
32 protected:
34  ~vtkSIInputProperty() override;
35 
39  bool Push(vtkSMMessage*, int) override;
40 
44  bool ReadXMLAttributes(vtkSIProxy* proxyhelper, vtkPVXMLElement* element) override;
45 
46  vtkSetMacro(PortIndex, int);
47  int PortIndex;
48 
49 private:
50  vtkSIInputProperty(const vtkSIInputProperty&) = delete;
51  void operator=(const vtkSIInputProperty&) = delete;
52 };
53 
54 #endif
ServerSide Property use to set vtkOutputPort as method parameter.
#define VTKREMOTINGSERVERMANAGER_EXPORT
ServerSide Property use to set Object array as method argument.
bool ReadXMLAttributes(vtkSIProxy *proxyhelper, vtkPVXMLElement *element) override
Parse the xml for the property.
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
Definition: vtkSIProxy.h:22
Header class that setup every thing in order to use Protobuf messages in a transparent manner...
bool Push(vtkSMMessage *, int) override
Push a new state to the underneath implementation.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProxyProperty * New()