50 #ifndef vtkExtractDataArraysOverTime_h
51 #define vtkExtractDataArraysOverTime_h
54 #include "vtkFiltersExtractionModule.h"
58 VTK_ABI_NAMESPACE_BEGIN
77 vtkGetMacro(NumberOfTimeSteps,
int);
88 vtkGetMacro(FieldAssociation,
int);
102 vtkSetMacro(ReportStatisticsOnly,
bool);
103 vtkGetMacro(ReportStatisticsOnly,
bool);
104 vtkBooleanMacro(ReportStatisticsOnly,
bool);
112 vtkSetMacro(UseGlobalIDs,
bool);
113 vtkGetMacro(UseGlobalIDs,
bool);
152 friend class vtkInternal;
153 vtkInternal* Internal;
155 VTK_ABI_NAMESPACE_END
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.