62 #ifndef vtkExtractDataArraysOverTime_h
63 #define vtkExtractDataArraysOverTime_h
66 #include "vtkFiltersExtractionModule.h"
88 vtkGetMacro(NumberOfTimeSteps,
int);
99 vtkGetMacro(FieldAssociation,
int);
113 vtkSetMacro(ReportStatisticsOnly,
bool);
114 vtkGetMacro(ReportStatisticsOnly,
bool);
115 vtkBooleanMacro(ReportStatisticsOnly,
bool);
123 vtkSetMacro(UseGlobalIDs,
bool);
124 vtkGetMacro(UseGlobalIDs,
bool);
163 friend class vtkInternal;
164 vtkInternal* Internal;
abstract class to specify dataset behavior
A class for univariate order statistics.
Hold a reference to a vtkObjectBase instance.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
represent and manipulate attribute data in a dataset
A class for univariate descriptive statistics.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
A table, which contains similar-typed columns of data.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.