vtkPVBooleanKeyFrame.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
9 #ifndef vtkPVBooleanKeyFrame_h
10 #define vtkPVBooleanKeyFrame_h
11 
12 #include "vtkPVKeyFrame.h"
13 
14 class VTKREMOTINGANIMATION_EXPORT vtkPVBooleanKeyFrame : public vtkPVKeyFrame
15 {
16 public:
18  void PrintSelf(ostream& os, vtkIndent indent) override;
19  static vtkPVBooleanKeyFrame* New();
20 
26  void UpdateValue(double currenttime, vtkPVAnimationCue* cueProxy, vtkPVKeyFrame* next) override;
27 
28 protected:
30  ~vtkPVBooleanKeyFrame() override;
31 
32 private:
34  void operator=(const vtkPVBooleanKeyFrame&) = delete;
35 };
36 #endif
vtkPVKeyFrame::New
static vtkPVKeyFrame * New()
vtkPVKeyFrame
Definition: vtkPVKeyFrame.h:24
vtkPVKeyFrame.h
vtkPVKeyFrame::UpdateValue
virtual void UpdateValue(double currenttime, vtkPVAnimationCue *cue, vtkPVKeyFrame *next)
This method will do the actual interpolation.
vtkPVAnimationCue
proxy for vtkAnimationCue.
Definition: vtkPVAnimationCue.h:26
vtkIndent
vtkPVBooleanKeyFrame
Definition: vtkPVBooleanKeyFrame.h:14
vtkPVKeyFrame::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override