35 #ifndef __vtkExtractArraysOverTime_h
36 #define __vtkExtractArraysOverTime_h
38 #include "vtkFiltersExtractionModule.h"
45 class vtkDataSetAttributes;
52 void PrintSelf(ostream& os, vtkIndent indent);
56 vtkGetMacro(NumberOfTimeSteps,
int);
85 vtkSetMacro(ReportStatisticsOnly,
int);
86 vtkGetMacro(ReportStatisticsOnly,
int);
87 vtkBooleanMacro(ReportStatisticsOnly,
int);
96 vtkInformationVector** inputVector,
97 vtkInformationVector* outputVector);
99 vtkInformationVector** inputVector,
100 vtkInformationVector* outputVector);
102 vtkInformationVector** inputVector,
103 vtkInformationVector* outputVector);
105 virtual void PostExecute(vtkInformation* request,
106 vtkInformationVector** inputVector,
107 vtkInformationVector* outputVector);
120 bool UpdateFastPathIDs(
121 vtkInformationVector** inputV, vtkInformation* outInfo);
127 void CopyFastPathDataToOutput(vtkDataSet *input,
vtkTable *output);
130 void ExecuteAtTimeStep(vtkInformationVector** inputV,
131 vtkInformation* outInfo);
160 vtkInternal *Internal;
A node in a selection tree. Used to store selection results.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Proxy object to connect input/output ports.
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
A table, which contains similar-typed columns of data.
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)