vtkSIIndexSelectionProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
15 #ifndef vtkSIIndexSelectionProperty_h
16 #define vtkSIIndexSelectionProperty_h
17 
18 #include "vtkRemotingServerManagerModule.h" // needed for exports
19 #include "vtkSIProperty.h"
20 
22 {
23 public:
26  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
28 protected:
30  ~vtkSIIndexSelectionProperty() override;
31 
32  friend class vtkSIProxy;
33 
37  bool Pull(vtkSMMessage*) override;
38 
39 private:
41  void operator=(const vtkSIIndexSelectionProperty&) = delete;
42 };
43 
44 #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...
Select names from an indexed string list.
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.