vtkSIDoubleMapProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkSIDoubleMapProperty_h
11 #define vtkSIDoubleMapProperty_h
12 
13 #include "vtkRemotingServerManagerModule.h" //needed for exports
14 #include "vtkSIProperty.h"
15 
17 {
18 public:
19  static vtkSIDoubleMapProperty* New();
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
23  vtkGetStringMacro(CleanCommand);
24  vtkSetStringMacro(CleanCommand);
25 
26 protected:
28  ~vtkSIDoubleMapProperty() override;
29 
30  bool Push(vtkSMMessage*, int) override;
31  bool ReadXMLAttributes(vtkSIProxy* parent, vtkPVXMLElement* element) override;
32 
33  unsigned int NumberOfComponents;
34  char* CleanCommand;
35 
36 private:
38  void operator=(const vtkSIDoubleMapProperty&) = delete;
39 };
40 
41 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
Map property that manage double value to be set through a method on a vtkObject.
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:22
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.
Basic ServerImplementation property used to call a method with no argument on a VTK object...
Definition: vtkSIProperty.h:24
This is used by vtkPVXMLParser to represent an XML document starting at the root element.