VTK
9.2.6
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
Extraction
vtkExtractDataOverTime.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkExtractDataOverTime.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
=========================================================================*/
28
#ifndef vtkExtractDataOverTime_h
29
#define vtkExtractDataOverTime_h
30
31
#include "vtkFiltersExtractionModule.h"
// For export macro
32
#include "
vtkPointSetAlgorithm.h
"
33
34
class
VTKFILTERSEXTRACTION_EXPORT
vtkExtractDataOverTime
:
public
vtkPointSetAlgorithm
35
{
36
public
:
37
static
vtkExtractDataOverTime
*
New
();
38
vtkTypeMacro(
vtkExtractDataOverTime
,
vtkPointSetAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
40
42
45
vtkSetMacro(PointIndex,
int
);
46
vtkGetMacro(PointIndex,
int
);
48
50
53
vtkGetMacro(NumberOfTimeSteps,
int
);
55
56
protected
:
57
vtkExtractDataOverTime
();
58
~vtkExtractDataOverTime
()
override
=
default
;
59
60
int
RequestInformation
(
vtkInformation
* request,
vtkInformationVector
** inputVector,
61
vtkInformationVector
* outputVector);
62
63
vtkTypeBool
ProcessRequest
(
64
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
65
66
int
AllocateOutputData
(
vtkPointSet
* input,
vtkPointSet
* output);
67
68
int
PointIndex
;
69
int
CurrentTimeIndex
;
70
int
NumberOfTimeSteps
;
71
72
private
:
73
vtkExtractDataOverTime
(
const
vtkExtractDataOverTime
&) =
delete
;
74
void
operator=(
const
vtkExtractDataOverTime
&) =
delete
;
75
};
76
77
#endif
vtkExtractDataOverTime
extract point data from a time sequence for a specified point id.
Definition
vtkExtractDataOverTime.h:35
vtkExtractDataOverTime::vtkExtractDataOverTime
vtkExtractDataOverTime()
vtkExtractDataOverTime::CurrentTimeIndex
int CurrentTimeIndex
Definition
vtkExtractDataOverTime.h:69
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:68
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:70
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:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition
vtkInformation.h:74
vtkPointSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition
vtkPointSetAlgorithm.h:44
vtkPointSet
concrete class for storing a set of points
Definition
vtkPointSet.h:70
vtkTypeBool
int vtkTypeBool
Definition
vtkABI.h:69
vtkPointSetAlgorithm.h
Generated on Sat Dec 14 2024 00:00:00 for VTK by
1.12.0