35 #ifndef vtkAnimateModes_h
36 #define vtkAnimateModes_h
38 #include "vtkFiltersGeneralModule.h"
57 vtkSetMacro(AnimateVibrations,
bool);
58 vtkGetMacro(AnimateVibrations,
bool);
59 vtkBooleanMacro(AnimateVibrations,
bool);
69 vtkGetVector2Macro(ModeShapesRange,
int);
77 vtkGetMacro(ModeShape,
int);
85 vtkSetMacro(DisplacementPreapplied,
bool);
86 vtkGetMacro(DisplacementPreapplied,
bool);
87 vtkBooleanMacro(DisplacementPreapplied,
bool);
95 vtkSetMacro(DisplacementMagnitude,
double);
96 vtkGetMacro(DisplacementMagnitude,
double);
104 vtkGetVector2Macro(TimeRange,
double);
120 bool AnimateVibrations;
121 int ModeShapesRange[2];
123 double DisplacementMagnitude;
124 bool DisplacementPreapplied;
125 std::vector<double> InputTimeSteps;