Remoting
Animation
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
:
17
vtkTypeMacro(
vtkPVBooleanKeyFrame
,
vtkPVKeyFrame
);
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
:
29
vtkPVBooleanKeyFrame
();
30
~
vtkPVBooleanKeyFrame
()
override
;
31
32
private
:
33
vtkPVBooleanKeyFrame
(
const
vtkPVBooleanKeyFrame
&) =
delete
;
34
void
operator=(
const
vtkPVBooleanKeyFrame
&) =
delete
;
35
};
36
#endif
vtkPVKeyFrame::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVKeyFrame.h
vtkPVAnimationCue
proxy for vtkAnimationCue.
Definition:
vtkPVAnimationCue.h:26
vtkPVKeyFrame::New
static vtkPVKeyFrame * New()
vtkPVKeyFrame::UpdateValue
virtual void UpdateValue(double currenttime, vtkPVAnimationCue *cue, vtkPVKeyFrame *next)
This method will do the actual interpolation.
vtkIndent
vtkPVBooleanKeyFrame
Empty key frame.
Definition:
vtkPVBooleanKeyFrame.h:14
VTKREMOTINGANIMATION_EXPORT
#define VTKREMOTINGANIMATION_EXPORT
Definition:
vtkRemotingAnimationModule.h:15
vtkPVKeyFrame
Base class for key frames.
Definition:
vtkPVKeyFrame.h:24
Generated by
1.8.13 on Tue Oct 1 2024