VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkVolumeContourSpectrumFilter.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 __vtkVolumeContourSpectrumFilter_h
47
#define __vtkVolumeContourSpectrumFilter_h
48
49
#include "
vtkDataObjectAlgorithm.h
"
50
51
class
vtkReebGraph
;
52
class
vtkTable
;
53
54
class
VTK_GRAPHICS_EXPORT
vtkVolumeContourSpectrumFilter
:
55
public
vtkDataObjectAlgorithm
56
{
57
public
:
58
static
vtkVolumeContourSpectrumFilter
*
New
();
59
vtkTypeMacro(
vtkVolumeContourSpectrumFilter
,
vtkDataObjectAlgorithm
);
60
void
PrintSelf
(ostream& os,
vtkIndent
indent);
61
63
65
vtkSetMacro(ArcId,
vtkIdType
);
66
vtkGetMacro(ArcId,
vtkIdType
);
68
70
71
vtkSetMacro(NumberOfSamples,
int
);
72
vtkGetMacro(NumberOfSamples,
int
);
74
76
77
vtkSetMacro(FieldId,
vtkIdType
);
78
vtkGetMacro(FieldId,
vtkIdType
);
80
81
vtkTable
*
GetOutput
();
82
83
protected
:
84
vtkVolumeContourSpectrumFilter
();
85
~
vtkVolumeContourSpectrumFilter
();
86
87
vtkIdType
ArcId,
FieldId
;
88
int
NumberOfSamples
;
89
90
int
FillInputPortInformation
(
int
portNumber,
vtkInformation
*);
91
int
FillOutputPortInformation
(
int
portNumber,
vtkInformation
*
info
);
92
93
int
RequestData
(
vtkInformation
*request,
94
vtkInformationVector
**inputVector,
vtkInformationVector
*outputVector);
95
96
private
:
97
vtkVolumeContourSpectrumFilter
(
const
vtkVolumeContourSpectrumFilter
&);
// Not implemented.
98
void
operator=(
const
vtkVolumeContourSpectrumFilter
&);
// Not implemented.
99
};
100
101
#endif
Generated on Fri Aug 2 2013 12:19:57 for VTK by
1.8.4