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;
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkAnimateModes() override
static vtkAnimateModes * New()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks for Information.
a simple class to control print indentation