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);
abstract class to specify dataset behavior
data object that represents a "selection" in VTK.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Proxy object to connect input/output ports.
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
represent and manipulate attribute data in a dataset
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.