vtkSIDataArrayProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkSIDataArrayProperty_h
11 #define vtkSIDataArrayProperty_h
12 
13 #include "vtkRemotingServerManagerModule.h" //needed for exports
14 #include "vtkSIProperty.h"
15 
17 {
18 public:
19  static vtkSIDataArrayProperty* New();
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
23 protected:
25  ~vtkSIDataArrayProperty() override;
26 
27  friend class vtkSIProxy;
28 
32  bool Pull(vtkSMMessage*) override;
33 
34 private:
36  void operator=(const vtkSIDataArrayProperty&) = delete;
37 };
38 
39 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProperty * New()
#define VTKREMOTINGSERVERMANAGER_EXPORT
InformationOnly 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...
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.