38 #ifndef vtkAnimateModes_h
39 #define vtkAnimateModes_h
41 #include "vtkFiltersGeneralModule.h"
60 vtkSetMacro(AnimateVibrations,
bool);
61 vtkGetMacro(AnimateVibrations,
bool);
62 vtkBooleanMacro(AnimateVibrations,
bool);
72 vtkGetVector2Macro(ModeShapesRange,
int);
80 vtkGetMacro(ModeShape,
int);
88 vtkSetMacro(DisplacementPreapplied,
bool);
89 vtkGetMacro(DisplacementPreapplied,
bool);
90 vtkBooleanMacro(DisplacementPreapplied,
bool);
98 vtkSetMacro(DisplacementMagnitude,
double);
99 vtkGetMacro(DisplacementMagnitude,
double);
107 vtkGetVector2Macro(TimeRange,
double);
123 bool AnimateVibrations;
124 int ModeShapesRange[2];
126 double DisplacementMagnitude;
127 bool DisplacementPreapplied;
128 std::vector<double> InputTimeSteps;
a simple class to control print indentation