vtkSIDataArraySelectionProperty.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSIDataArraySelectionProperty.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 =========================================================================*/
91 #ifndef vtkSIDataArraySelectionProperty_h
92 #define vtkSIDataArraySelectionProperty_h
93 
94 #include "vtkRemotingServerManagerModule.h" //needed for exports
95 #include "vtkSIProperty.h"
96 
99 {
100 public:
103  void PrintSelf(ostream& os, vtkIndent indent) override;
104 
105 protected:
108 
109  bool ReadXMLAttributes(vtkSIProxy* proxyhelper, vtkPVXMLElement* element) override;
110  bool Push(vtkSMMessage*, int) override;
111  bool Pull(vtkSMMessage*) override;
112 
113  vtkDataArraySelection* GetSelection();
114 
115 private:
117  void operator=(const vtkSIDataArraySelectionProperty&) = delete;
118  int NumberOfElementsPerCommand;
119 };
120 
121 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProperty * New()
#define VTKREMOTINGSERVERMANAGER_EXPORT
virtual bool Push(vtkSMMessage *, int)
Push a new state to the underneath implementation.
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...
virtual bool ReadXMLAttributes(vtkSIProxy *proxyhelper, vtkPVXMLElement *element)
Parse the xml for the property.
supports API using vtkDataArraySelection.
Basic ServerImplementation property used to call a method with no argument on a VTK object...
Definition: vtkSIProperty.h:36
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.