vtkPVBooleanKeyFrame.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVBooleanKeyFrame.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
21 #ifndef vtkPVBooleanKeyFrame_h
22 #define vtkPVBooleanKeyFrame_h
23 
24 #include "vtkPVKeyFrame.h"
25 
27 {
28 public:
30  void PrintSelf(ostream& os, vtkIndent indent) override;
31  static vtkPVBooleanKeyFrame* New();
32 
38  void UpdateValue(double currenttime, vtkPVAnimationCue* cueProxy, vtkPVKeyFrame* next) override;
39 
40 protected:
42  ~vtkPVBooleanKeyFrame() override;
43 
44 private:
46  void operator=(const vtkPVBooleanKeyFrame&) = delete;
47 };
48 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
proxy for vtkAnimationCue.
static vtkPVKeyFrame * New()
virtual void UpdateValue(double currenttime, vtkPVAnimationCue *cue, vtkPVKeyFrame *next)
This method will do the actual interpolation.
#define VTKREMOTINGANIMATION_EXPORT
Base class for key frames.
Definition: vtkPVKeyFrame.h:36