36 #ifndef vtkExtractArraysOverTime_h 
   37 #define vtkExtractArraysOverTime_h 
   39 #include "vtkFiltersExtractionModule.h"  
   59   vtkGetMacro(NumberOfTimeSteps,
int);
 
   98   vtkGetMacro(ReportStatisticsOnly,
int);
 
  161   vtkInternal *Internal;
 
abstract class to specify dataset behavior 
 
A node in a selection tree. 
 
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. 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
A table, which contains similar-typed columns of data. 
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.