VTK
9.1.0
Filters
Extraction
vtkExtractTemporalFieldData.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractTemporalFieldData.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
=========================================================================*/
26
#ifndef vtkExtractTemporalFieldData_h
27
#define vtkExtractTemporalFieldData_h
28
29
#include "
vtkDataObjectAlgorithm.h
"
30
#include "
vtkDeprecation.h
"
// For VTK_DEPRECATED_IN_9_0_0
31
#include "vtkFiltersExtractionModule.h"
// For export macro
32
33
class
vtkDataSet
;
34
class
vtkTable
;
35
class
vtkDataSetAttributes
;
36
37
VTK_DEPRECATED_IN_9_0_0
(
"Use vtkExtractExodusGlobalTemporalVariables instead"
)
38
class VTKFILTERSEXTRACTION_EXPORT
vtkExtractTemporalFieldData
: public
vtkDataObjectAlgorithm
39
{
40
public
:
41
static
vtkExtractTemporalFieldData
*
New
();
42
vtkTypeMacro(
vtkExtractTemporalFieldData
,
vtkDataObjectAlgorithm
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
44
48
int
GetNumberOfTimeSteps
();
49
51
56
vtkSetMacro(HandleCompositeDataBlocksIndividually,
bool
);
57
vtkGetMacro(HandleCompositeDataBlocksIndividually,
bool
);
58
vtkBooleanMacro(HandleCompositeDataBlocksIndividually,
bool
);
60
61
protected
:
62
vtkExtractTemporalFieldData
();
63
~vtkExtractTemporalFieldData
()
override
;
64
65
int
RequestDataObject
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
66
int
RequestInformation
(
vtkInformation
* request,
vtkInformationVector
** inputVector,
67
vtkInformationVector
* outputVector)
override
;
68
int
RequestData
(
vtkInformation
* request,
vtkInformationVector
** inputVector,
69
vtkInformationVector
* outputVector)
override
;
70
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
)
override
;
71
77
bool
CopyDataToOutput
(
vtkDataSet
* input,
vtkTable
* output);
78
79
bool
HandleCompositeDataBlocksIndividually
;
80
81
private
:
82
vtkExtractTemporalFieldData
(
const
vtkExtractTemporalFieldData
&) =
delete
;
83
void
operator=(
const
vtkExtractTemporalFieldData
&) =
delete
;
84
85
class
vtkInternals;
86
vtkInternals* Internals;
87
};
88
89
#endif
vtkExtractTemporalFieldData
Extract temporal arrays from input field data.
Definition:
vtkExtractTemporalFieldData.h:39
vtkExtractTemporalFieldData::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition:
vtkDataSetAttributes.h:170
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:145
vtkTable
A table, which contains similar-typed columns of data.
Definition:
vtkTable.h:172
vtkDataObjectAlgorithm
Superclass for algorithms that produce only data object as output.
Definition:
vtkDataObjectAlgorithm.h:63
vtkExtractTemporalFieldData::HandleCompositeDataBlocksIndividually
bool HandleCompositeDataBlocksIndividually
Definition:
vtkExtractTemporalFieldData.h:79
vtkExtractTemporalFieldData::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractTemporalFieldData::vtkExtractTemporalFieldData
vtkExtractTemporalFieldData()
vtkX3D::port
@ port
Definition:
vtkX3D.h:453
vtkExtractTemporalFieldData::CopyDataToOutput
bool CopyDataToOutput(vtkDataSet *input, vtkTable *output)
This looks at the arrays in the vtkFieldData of input and copies them to the output point data.
vtkExtractTemporalFieldData::RequestData
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
vtkExtractTemporalFieldData::~vtkExtractTemporalFieldData
~vtkExtractTemporalFieldData() override
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:113
VTK_DEPRECATED_IN_9_0_0
#define VTK_DEPRECATED_IN_9_0_0(reason)
Definition:
vtkDeprecation.h:126
vtkDataSet
abstract class to specify dataset behavior
Definition:
vtkDataSet.h:166
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:183
vtkX3D::info
@ info
Definition:
vtkX3D.h:382
vtkDeprecation.h
vtkExtractTemporalFieldData::GetNumberOfTimeSteps
int GetNumberOfTimeSteps()
Get the number of time steps.
vtkDataObjectAlgorithm.h
vtkExtractTemporalFieldData::New
static vtkExtractTemporalFieldData * New()
vtkExtractTemporalFieldData::RequestDataObject
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkExtractTemporalFieldData::RequestInformation
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Generated on Fri Nov 5 2021 00:11:05 for VTK by
1.8.20