59#ifndef vtkExtractDataArraysOverTime_h
60#define vtkExtractDataArraysOverTime_h
63#include "vtkFiltersExtractionModule.h"
85 vtkGetMacro(NumberOfTimeSteps,
int);
96 vtkGetMacro(FieldAssociation,
int);
110 vtkSetMacro(ReportStatisticsOnly,
bool);
111 vtkGetMacro(ReportStatisticsOnly,
bool);
112 vtkBooleanMacro(ReportStatisticsOnly,
bool);
120 vtkSetMacro(UseGlobalIDs,
bool);
121 vtkGetMacro(UseGlobalIDs,
bool);
160 friend class vtkInternal;
161 vtkInternal* Internal;
@ NUMBER_OF_ATTRIBUTE_TYPES
represent and manipulate attribute data in a dataset
abstract class to specify dataset behavior
A class for univariate descriptive statistics.
a simple class to control print indentation
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
A class for univariate order statistics.
Hold a reference to a vtkObjectBase instance.
A table, which contains similar-typed columns of data.