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;
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.