vtkSITimeRangeProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
9 #ifndef vtkSITimeRangeProperty_h
10 #define vtkSITimeRangeProperty_h
11 
12 #include "vtkRemotingServerManagerModule.h" //needed for exports
13 #include "vtkSIProperty.h"
14 
16 {
17 public:
18  static vtkSITimeRangeProperty* New();
20  void PrintSelf(ostream& os, vtkIndent indent) override;
21 
22 protected:
24  ~vtkSITimeRangeProperty() override;
25 
26  friend class vtkSIProxy;
27 
31  bool Pull(vtkSMMessage*) override;
32 
33 private:
35  void operator=(const vtkSITimeRangeProperty&) = delete;
36 };
37 
38 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSIProperty * New()
#define VTKREMOTINGSERVERMANAGER_EXPORT
SIProperty that deals with TimeRange on Algorithm object type.
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...
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.