Go to the documentation of this file.
35 #ifndef vtkExtractSelectedArraysOverTime_h
36 #define vtkExtractSelectedArraysOverTime_h
38 #include "vtkFiltersExtractionModule.h"
61 vtkGetMacro(NumberOfTimeSteps,
int);
93 vtkSetMacro(ReportStatisticsOnly,
bool);
94 vtkGetMacro(ReportStatisticsOnly,
bool);
95 vtkBooleanMacro(ReportStatisticsOnly,
bool);
represent and manipulate attribute data in a dataset
A table, which contains similar-typed columns of data.
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
data object that represents a "selection" in VTK.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
abstract class to specify dataset behavior
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
Proxy object to connect input/output ports.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.