vtkSMAnimationFrameWindowDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSMAnimationFrameWindowDomain_h
13 #define vtkSMAnimationFrameWindowDomain_h
14 
15 #include "vtkRemotingAnimationModule.h" //needed for exports
16 #include "vtkSMIntRangeDomain.h"
17 
18 class VTKREMOTINGANIMATION_EXPORT vtkSMAnimationFrameWindowDomain : public vtkSMIntRangeDomain
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
29  void Update(vtkSMProperty*) override;
30 
31 protected:
34 
35 private:
37  void operator=(const vtkSMAnimationFrameWindowDomain&) = delete;
38 };
39 
40 #endif
vtkSMAnimationFrameWindowDomain
domain for animation frame window.
Definition: vtkSMAnimationFrameWindowDomain.h:18
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
vtkSMIntRangeDomain.h
vtkSMIntRangeDomain
type specific extension to vtkSMRangeDomainTemplate for ints.
Definition: vtkSMIntRangeDomain.h:27
vtkSMIntRangeDomain::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override