VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
vtkSimpleElevationFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkSimpleElevationFilter.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
=========================================================================*/
29
#ifndef __vtkSimpleElevationFilter_h
30
#define __vtkSimpleElevationFilter_h
31
32
#include "
vtkDataSetAlgorithm.h
"
33
34
class
VTK_GRAPHICS_EXPORT
vtkSimpleElevationFilter
:
public
vtkDataSetAlgorithm
35
{
36
public
:
37
vtkTypeMacro(
vtkSimpleElevationFilter
,
vtkDataSetAlgorithm
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
static
vtkSimpleElevationFilter
*
New
();
42
44
45
vtkSetVector3Macro(Vector,
double
);
46
vtkGetVectorMacro(Vector,
double
,3);
48
49
protected
:
50
vtkSimpleElevationFilter
();
51
~vtkSimpleElevationFilter
() {};
52
53
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
54
double
Vector[3];
55
private
:
56
vtkSimpleElevationFilter
(
const
vtkSimpleElevationFilter
&);
// Not implemented.
57
void
operator=(
const
vtkSimpleElevationFilter
&);
// Not implemented.
58
};
59
60
#endif
61
62
Generated on Sun Sep 9 2012 13:03:31 for VTK by
1.8.1.2