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 
21 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSIIndexSelectionProperty : public vtkSIProperty
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
vtkSIIndexSelectionProperty
Select names from an indexed string list.
Definition: vtkSIIndexSelectionProperty.h:21
vtkSIProperty::New
static vtkSIProperty * New()
vtkSIProxy
Definition: vtkSIProxy.h:22
vtkSIProperty::Pull
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.
vtkSIProperty::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkIndent
vtkSMMessage
vtkSIProperty.h
vtkSIProperty
Definition: vtkSIProperty.h:24