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 
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
type specific extension to vtkSMRangeDomainTemplate for ints.
domain for animation frame window.
static vtkSMIntRangeDomain * New()
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
superclass for all SM properties
#define VTKREMOTINGANIMATION_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override