54 #ifndef _vtkTemporalStatistics_h
55 #define _vtkTemporalStatistics_h
75 vtkGetMacro(ComputeAverage,
int);
76 vtkSetMacro(ComputeAverage,
int);
77 vtkBooleanMacro(ComputeAverage,
int);
83 vtkGetMacro(ComputeMinimum,
int);
84 vtkSetMacro(ComputeMinimum,
int);
85 vtkBooleanMacro(ComputeMinimum,
int);
91 vtkGetMacro(ComputeMaximum,
int);
92 vtkSetMacro(ComputeMaximum,
int);
93 vtkBooleanMacro(ComputeMaximum,
int);
100 vtkGetMacro(ComputeStandardDeviation,
int);
101 vtkSetMacro(ComputeStandardDeviation,
int);
102 vtkBooleanMacro(ComputeStandardDeviation,
int);
157 const char *nameSuffix);
164 #endif //_vtkTemporalStatistics_h
abstract class to specify dataset behavior
int ComputeStandardDeviation
Base class for graph data types.
abstract superclass for composite (multi-block or AMR) datasets
a simple class to control print indentation
abstract superclass for arrays of numeric data
#define VTKFILTERSGENERAL_EXPORT
Compute statistics of point or cell data as it changes over time.
general representation of visualization data
represent and manipulate fields of data