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;
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