VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
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
=========================================================================*/
34
#ifndef __vtkExtractTemporalFieldData_h
35
#define __vtkExtractTemporalFieldData_h
36
37
#include "
vtkTableAlgorithm.h
"
38
39
class
vtkDataSet
;
40
class
vtkTable
;
41
class
vtkDataSetAttributes
;
42
43
class
VTK_GRAPHICS_EXPORT
vtkExtractTemporalFieldData
:
public
vtkTableAlgorithm
44
{
45
public
:
46
static
vtkExtractTemporalFieldData
*
New
();
47
vtkTypeMacro(
vtkExtractTemporalFieldData
,
vtkTableAlgorithm
);
48
void
PrintSelf
(ostream& os,
vtkIndent
indent);
49
51
52
vtkGetMacro(NumberOfTimeSteps,
int
);
54
55
protected
:
56
vtkExtractTemporalFieldData
();
57
~
vtkExtractTemporalFieldData
();
58
59
virtual
int
ProcessRequest
(
vtkInformation
*,
60
vtkInformationVector
**,
61
vtkInformationVector
*);
62
63
virtual
int
RequestInformation
(
vtkInformation
* request,
64
vtkInformationVector
** inputVector,
65
vtkInformationVector
* outputVector);
66
virtual
int
RequestData
(
vtkInformation
* request,
67
vtkInformationVector
** inputVector,
68
vtkInformationVector
* outputVector);
69
70
71
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
72
74
76
void
CopyDataToOutput(
vtkInformation
* inInfo,
77
vtkDataSet
*input,
vtkTable
*output);
79
80
int
NumberOfTimeSteps
;
81
82
private
:
83
vtkExtractTemporalFieldData
(
const
vtkExtractTemporalFieldData
&);
// Not implemented.
84
void
operator=(
const
vtkExtractTemporalFieldData
&);
// Not implemented.
85
};
86
87
#endif
88
89
90
Generated on Thu Mar 13 2014 08:10:01 for VTK by
1.8.1.2