vtkSIIndexSelectionProperty.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSIIndexSelectionProperty.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
27 #ifndef vtkSIIndexSelectionProperty_h
28 #define vtkSIIndexSelectionProperty_h
29 
30 #include "vtkRemotingServerManagerModule.h" // needed for exports
31 #include "vtkSIProperty.h"
32 
34 {
35 public:
38  ostream& os, vtkIndent indent) override;
39 
40 protected:
42  ~vtkSIIndexSelectionProperty() override;
43 
44  friend class vtkSIProxy;
45 
49  bool Pull(vtkSMMessage*) override;
50 
51 private:
53  void operator=(const vtkSIIndexSelectionProperty&) = delete;
54 };
55 
56 #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:34
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:36
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.