VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkAreaContourSpectrumFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: $RCSfile$
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
=========================================================================*/
46
#ifndef __vtkAreaContourSpectrumFilter_h
47
#define __vtkAreaContourSpectrumFilter_h
48
49
#include "
vtkDataObjectAlgorithm.h
"
50
51
class
vtkTable
;
52
53
class
VTK_GRAPHICS_EXPORT
vtkAreaContourSpectrumFilter
:
54
public
vtkDataObjectAlgorithm
55
{
56
public
:
57
static
vtkAreaContourSpectrumFilter
*
New
();
58
vtkTypeMacro(
vtkAreaContourSpectrumFilter
,
vtkDataObjectAlgorithm
);
59
void
PrintSelf
(ostream& os,
vtkIndent
indent);
60
62
64
vtkSetMacro(ArcId,
vtkIdType
);
65
vtkGetMacro(ArcId,
vtkIdType
);
67
69
70
vtkSetMacro(NumberOfSamples,
int
);
71
vtkGetMacro(NumberOfSamples,
int
);
73
75
76
vtkSetMacro(FieldId,
vtkIdType
);
77
vtkGetMacro(FieldId,
vtkIdType
);
79
80
vtkTable
*
GetOutput
();
81
82
protected
:
83
vtkAreaContourSpectrumFilter
();
84
~
vtkAreaContourSpectrumFilter
();
85
86
vtkIdType
ArcId,
FieldId
;
87
int
NumberOfSamples
;
88
89
int
FillInputPortInformation
(
int
portNumber,
vtkInformation
*);
90
int
FillOutputPortInformation
(
int
portNumber,
vtkInformation
*
info
);
91
92
int
RequestData
(
vtkInformation
*request,
93
vtkInformationVector
**inputVector,
vtkInformationVector
*outputVector);
94
95
private
:
96
vtkAreaContourSpectrumFilter
(
const
vtkAreaContourSpectrumFilter
&);
// Not implemented.
97
void
operator=(
const
vtkAreaContourSpectrumFilter
&);
// Not implemented.
98
};
99
100
#endif
Generated on Wed Nov 21 2012 21:33:47 for VTK by
1.8.2