26 #ifndef vtkAnimateModes_h
27 #define vtkAnimateModes_h
29 #include "vtkFiltersGeneralModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
49 vtkSetMacro(AnimateVibrations,
bool);
50 vtkGetMacro(AnimateVibrations,
bool);
51 vtkBooleanMacro(AnimateVibrations,
bool);
61 vtkGetVector2Macro(ModeShapesRange,
int);
69 vtkGetMacro(ModeShape,
int);
77 vtkSetMacro(DisplacementPreapplied,
bool);
78 vtkGetMacro(DisplacementPreapplied,
bool);
79 vtkBooleanMacro(DisplacementPreapplied,
bool);
87 vtkSetMacro(DisplacementMagnitude,
double);
88 vtkGetMacro(DisplacementMagnitude,
double);
96 vtkGetVector2Macro(TimeRange,
double);
112 bool AnimateVibrations;
113 int ModeShapesRange[2];
115 double DisplacementMagnitude;
116 bool DisplacementPreapplied;
117 std::vector<double> InputTimeSteps;
121 VTK_ABI_NAMESPACE_END
a simple class to control print indentation