VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filtering
vtkTemporalDataSetAlgorithm.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTemporalDataSetAlgorithm.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
=========================================================================*/
23
#ifndef __vtkTemporalDataSetAlgorithm_h
24
#define __vtkTemporalDataSetAlgorithm_h
25
26
#include "
vtkAlgorithm.h
"
27
28
class
vtkTemporalDataSet
;
29
30
class
VTK_FILTERING_EXPORT
vtkTemporalDataSetAlgorithm
:
public
vtkAlgorithm
31
{
32
public
:
33
static
vtkTemporalDataSetAlgorithm
*
New
();
34
vtkTypeMacro(
vtkTemporalDataSetAlgorithm
,
vtkAlgorithm
);
35
void
PrintSelf
(ostream& os,
vtkIndent
indent);
36
38
39
vtkTemporalDataSet
* GetOutput();
40
vtkTemporalDataSet
* GetOutput(
int
);
42
44
51
void
SetInput(
vtkDataObject
*);
52
void
SetInput(
int
,
vtkDataObject
*);
54
56
57
virtual
int
ProcessRequest
(
vtkInformation
* request,
58
vtkInformationVector
** inputVector,
59
vtkInformationVector
* outputVector);
61
62
protected
:
63
vtkTemporalDataSetAlgorithm
();
64
~vtkTemporalDataSetAlgorithm
() {};
65
67
69
virtual
int
RequestDataObject(
vtkInformation
*,
70
vtkInformationVector
**,
71
vtkInformationVector
*) {
return
1;};
73
75
77
virtual
int
RequestInformation(
vtkInformation
*,
78
vtkInformationVector
**,
79
vtkInformationVector
*) {
return
1;};
81
83
85
virtual
int
RequestData(
vtkInformation
*,
86
vtkInformationVector
**,
87
vtkInformationVector
*) {
return
1;};
89
91
93
virtual
int
RequestUpdateExtent(
vtkInformation
*,
94
vtkInformationVector
**,
95
vtkInformationVector
*)
96
{
97
return
1;
98
};
100
101
// Create a default executive.
102
virtual
vtkExecutive
*
CreateDefaultExecutive
();
103
104
// see algorithm for more info
105
virtual
int
FillOutputPortInformation
(
int
port
,
vtkInformation
*
info
);
106
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
107
108
vtkDataObject
*GetInput(
int
port
);
109
110
private
:
111
vtkTemporalDataSetAlgorithm
(
const
vtkTemporalDataSetAlgorithm
&);
// Not implemented.
112
void
operator=(
const
vtkTemporalDataSetAlgorithm
&);
// Not implemented.
113
};
114
115
#endif
116
117
Generated on Thu Mar 13 2014 08:09:57 for VTK by
1.8.1.2