VTK
9.3.1
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
Extraction
vtkExtractDataOverTime.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
16
#ifndef vtkExtractDataOverTime_h
17
#define vtkExtractDataOverTime_h
18
19
#include "vtkFiltersExtractionModule.h"
// For export macro
20
#include "
vtkPointSetAlgorithm.h
"
21
22
VTK_ABI_NAMESPACE_BEGIN
23
class
VTKFILTERSEXTRACTION_EXPORT
vtkExtractDataOverTime
:
public
vtkPointSetAlgorithm
24
{
25
public
:
26
static
vtkExtractDataOverTime
*
New
();
27
vtkTypeMacro(
vtkExtractDataOverTime
,
vtkPointSetAlgorithm
);
28
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
29
31
34
vtkSetMacro(PointIndex,
int
);
35
vtkGetMacro(PointIndex,
int
);
37
39
42
vtkGetMacro(NumberOfTimeSteps,
int
);
44
45
protected
:
46
vtkExtractDataOverTime
();
47
~vtkExtractDataOverTime
()
override
=
default
;
48
49
int
RequestInformation
(
vtkInformation
* request,
vtkInformationVector
** inputVector,
50
vtkInformationVector
* outputVector);
51
52
vtkTypeBool
ProcessRequest
(
53
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
54
55
int
AllocateOutputData
(
vtkPointSet
* input,
vtkPointSet
* output);
56
57
int
PointIndex
;
58
int
CurrentTimeIndex
;
59
int
NumberOfTimeSteps
;
60
61
private
:
62
vtkExtractDataOverTime
(
const
vtkExtractDataOverTime
&) =
delete
;
63
void
operator=(
const
vtkExtractDataOverTime
&) =
delete
;
64
};
65
66
VTK_ABI_NAMESPACE_END
67
#endif
vtkExtractDataOverTime
extract point data from a time sequence for a specified point id.
Definition
vtkExtractDataOverTime.h:24
vtkExtractDataOverTime::vtkExtractDataOverTime
vtkExtractDataOverTime()
vtkExtractDataOverTime::CurrentTimeIndex
int CurrentTimeIndex
Definition
vtkExtractDataOverTime.h:58
vtkExtractDataOverTime::ProcessRequest
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
vtkExtractDataOverTime::PointIndex
int PointIndex
Definition
vtkExtractDataOverTime.h:57
vtkExtractDataOverTime::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractDataOverTime::NumberOfTimeSteps
int NumberOfTimeSteps
Definition
vtkExtractDataOverTime.h:59
vtkExtractDataOverTime::RequestInformation
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkExtractDataOverTime::New
static vtkExtractDataOverTime * New()
vtkExtractDataOverTime::AllocateOutputData
int AllocateOutputData(vtkPointSet *input, vtkPointSet *output)
vtkExtractDataOverTime::~vtkExtractDataOverTime
~vtkExtractDataOverTime() override=default
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:31
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:63
vtkPointSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition
vtkPointSetAlgorithm.h:33
vtkPointSet
concrete class for storing a set of points
Definition
vtkPointSet.h:59
vtkTypeBool
int vtkTypeBool
Definition
vtkABI.h:64
vtkPointSetAlgorithm.h
Generated on Tue Oct 8 2024 00:00:00 for VTK by
1.12.0