15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 54 size_t frameCount()
const;
55 void setFrameCount(
size_t stepCount);
57 bool interpolateScalars()
const;
58 void setInterpolateScalars(
bool interpolate);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
InterpolationType
Type of interpolation to use when creating the mode shape animation.
Definition: ModeShapeAnimation.h:35
Settings for mode shape animation.
Definition: ModeShapeAnimation.h:31
Linear interpolation.
Definition: ModeShapeAnimation.h:37
Animate from original position to the displaced position: V0 ... VD.
Definition: ModeShapeAnimation.h:45
AnimationType
Type of animation to create, quarter, half or full.
Definition: ModeShapeAnimation.h:43
The model specification.
Definition: ModelSpec.h:35
Animate from original position to the displaced position and back again: V0 ... VD ...
Definition: ModeShapeAnimation.h:46