55 #ifndef vtkTemporalStatistics_h
56 #define vtkTemporalStatistics_h
58 #include "vtkFiltersGeneralModule.h"
78 vtkGetMacro(ComputeAverage,
int);
88 vtkGetMacro(ComputeMinimum,
int);
98 vtkGetMacro(ComputeMaximum,
int);
107 vtkGetMacro(ComputeStandardDeviation,
int);
118 int ComputeStandardDeviation;
121 int CurrentTimeIndex;
164 const
char *nameSuffix);
176 bool GeneratedChangingTopologyWarning;
abstract superclass for composite (multi-block or AMR) datasets
abstract superclass for arrays of numeric data
general representation of visualization data
abstract class to specify dataset behavior
represent and manipulate fields of data
Base class for graph data types.
a simple class to control print indentation
Compute statistics of point or cell data as it changes over time.
static vtkTemporalStatistics * New()
~vtkTemporalStatistics() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.