VTK  9.1.0
vtkExtractDataArraysOverTime.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkExtractDataArraysOverTime.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
59#ifndef vtkExtractDataArraysOverTime_h
60#define vtkExtractDataArraysOverTime_h
61
62#include "vtkDataObject.h" // for vtkDataObject
63#include "vtkFiltersExtractionModule.h" // For export macro
65#include "vtkSmartPointer.h" // for vtkSmartPointer.
66
67class vtkDataSet;
68class vtkTable;
72
73class VTKFILTERSEXTRACTION_EXPORT vtkExtractDataArraysOverTime
75{
76public:
79 void PrintSelf(ostream& os, vtkIndent indent) override;
80
82
85 vtkGetMacro(NumberOfTimeSteps, int);
87
89
94 vtkSetClampMacro(
96 vtkGetMacro(FieldAssociation, int);
98
100
110 vtkSetMacro(ReportStatisticsOnly, bool);
111 vtkGetMacro(ReportStatisticsOnly, bool);
112 vtkBooleanMacro(ReportStatisticsOnly, bool);
114
116
120 vtkSetMacro(UseGlobalIDs, bool);
121 vtkGetMacro(UseGlobalIDs, bool);
123
124protected:
127
129 vtkInformationVector* outputVector) override;
131 vtkInformationVector* outputVector) override;
133 vtkInformationVector* outputVector) override;
134
135 virtual void PostExecute(vtkInformation* request, vtkInformationVector** inputVector,
136 vtkInformationVector* outputVector);
137
139
145 int Error;
147 {
149 MoreThan1Indices
150 };
151
154
155private:
157 void operator=(const vtkExtractDataArraysOverTime&) = delete;
158
159 class vtkInternal;
160 friend class vtkInternal;
161 vtkInternal* Internal;
162};
163#endif
represent and manipulate attribute data in a dataset
abstract class to specify dataset behavior
Definition: vtkDataSet.h:166
A class for univariate descriptive statistics.
extracts array from input dataset over time.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkExtractDataArraysOverTime() override
virtual void PostExecute(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkExtractDataArraysOverTime * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkSmartPointer< vtkDescriptiveStatistics > NewDescriptiveStatistics()
virtual vtkSmartPointer< vtkOrderStatistics > NewOrderStatistics()
a simple class to control print indentation
Definition: vtkIndent.h:113
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
A class for univariate order statistics.
Hold a reference to a vtkObjectBase instance.
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:172
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453