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 
22 class VTKREMOTINGSERVERMANAGER_EXPORT vtkSMTimeStepIndexDomain : public vtkSMIntRangeDomain
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
vtkSMIntRangeDomain::New
static vtkSMIntRangeDomain * New()
vtkSMProperty
superclass for all SM properties
Definition: vtkSMProperty.h:144
vtkSMDomain::Update
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
vtkIndent
vtkSMTimeStepIndexDomain
int range domain based on data set time-steps
Definition: vtkSMTimeStepIndexDomain.h:22
vtkSMProxyProperty
property representing pointer(s) to vtkObject(s)
Definition: vtkSMProxyProperty.h:57
vtkSMIntRangeDomain.h
vtkSMIntRangeDomain
type specific extension to vtkSMRangeDomainTemplate for ints.
Definition: vtkSMIntRangeDomain.h:27
vtkSMIntRangeDomain::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override