Remoting
Animation
vtkPVExponentialKeyFrame.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2
// SPDX-License-Identifier: BSD-3-Clause
9
#ifndef vtkPVExponentialKeyFrame_h
10
#define vtkPVExponentialKeyFrame_h
11
12
#include "
vtkPVKeyFrame.h
"
13
14
class
VTKREMOTINGANIMATION_EXPORT
vtkPVExponentialKeyFrame
:
public
vtkPVKeyFrame
15
{
16
public
:
17
vtkTypeMacro(
vtkPVExponentialKeyFrame
,
vtkPVKeyFrame
);
18
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
19
static
vtkPVExponentialKeyFrame
*
New
();
20
26
void
UpdateValue
(
double
currenttime,
vtkPVAnimationCue
* cue,
vtkPVKeyFrame
* next)
override
;
27
29
32
vtkSetMacro(Base,
double
);
33
vtkGetMacro(Base,
double
);
35
36
vtkSetMacro(StartPower,
double
);
37
vtkGetMacro(StartPower,
double
);
38
39
vtkSetMacro(EndPower,
double
);
40
vtkGetMacro(EndPower,
double
);
41
42
protected
:
43
vtkPVExponentialKeyFrame
();
44
~
vtkPVExponentialKeyFrame
()
override
;
45
46
double
Base
;
47
double
StartPower
;
48
double
EndPower
;
49
50
private
:
51
vtkPVExponentialKeyFrame
(
const
vtkPVExponentialKeyFrame
&) =
delete
;
52
void
operator=(
const
vtkPVExponentialKeyFrame
&) =
delete
;
53
};
54
55
#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
vtkPVExponentialKeyFrame::Base
double Base
Definition:
vtkPVExponentialKeyFrame.h:46
vtkPVExponentialKeyFrame::StartPower
double StartPower
Definition:
vtkPVExponentialKeyFrame.h:47
VTKREMOTINGANIMATION_EXPORT
#define VTKREMOTINGANIMATION_EXPORT
Definition:
vtkRemotingAnimationModule.h:15
vtkPVKeyFrame
Base class for key frames.
Definition:
vtkPVKeyFrame.h:24
vtkPVExponentialKeyFrame::EndPower
double EndPower
Definition:
vtkPVExponentialKeyFrame.h:48
vtkPVExponentialKeyFrame
Interplates lineraly between consecutive key frames.
Definition:
vtkPVExponentialKeyFrame.h:14
Generated by
1.8.13 on Tue Oct 1 2024