vtkSMTimeStepIndexDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
14 #ifndef vtkSMTimeStepIndexDomain_h
15 #define vtkSMTimeStepIndexDomain_h
16 
17 #include "vtkRemotingServerManagerModule.h" //needed for exports
18 #include "vtkSMIntRangeDomain.h"
19 
20 class vtkSMProxyProperty;
21 
23 {
24 public:
25  static vtkSMTimeStepIndexDomain* New();
27  void PrintSelf(ostream& os, vtkIndent indent) override;
28 
33  void Update(vtkSMProperty*) override;
34 
35 protected:
37  ~vtkSMTimeStepIndexDomain() override;
38 
39  void Update(vtkSMProxyProperty* pp);
40 
41 private:
43  void operator=(const vtkSMTimeStepIndexDomain&) = delete;
44 };
45 
46 #endif // vtkSMTimeStepIndexDomain_h
type specific extension to vtkSMRangeDomainTemplate for ints.
property representing pointer(s) to vtkObject(s)
#define VTKREMOTINGSERVERMANAGER_EXPORT
static vtkSMIntRangeDomain * New()
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
superclass for all SM properties
int range domain based on data set time-steps
void PrintSelf(ostream &os, vtkIndent indent) override