vtkSIArraySelectionProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSIArraySelectionProperty_h
13 #define vtkSIArraySelectionProperty_h
14 
15 #include "vtkRemotingServerManagerModule.h" //needed for exports
16 #include "vtkSIProperty.h"
17 
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
25 protected:
27  ~vtkSIArraySelectionProperty() override;
28 
29  friend class vtkSIProxy;
30 
34  bool Pull(vtkSMMessage*) override;
35 
36 private:
38  void operator=(const vtkSIArraySelectionProperty&) = delete;
39 };
40 
41 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProperty * New()
#define VTKREMOTINGSERVERMANAGER_EXPORT
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...
Basic ServerImplementation property used to call a method with no argument on a VTK object...
Definition: vtkSIProperty.h:24
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.