|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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;
 
  
represent and manipulate attribute data in a dataset
A table, which contains similar-typed columns of data.
Hold a reference to a vtkObjectBase instance.
A class for univariate descriptive statistics.
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
A class for univariate order statistics.
@ NUMBER_OF_ATTRIBUTE_TYPES
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.
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.