VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Filters
Core
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 "vtkFiltersCoreModule.h"
// For export macro
33
#include "
vtkDataSetAlgorithm.h
"
34
35
class
VTKFILTERSCORE_EXPORT
vtkSimpleElevationFilter
:
public
vtkDataSetAlgorithm
36
{
37
public
:
38
vtkTypeMacro(
vtkSimpleElevationFilter
,
vtkDataSetAlgorithm
);
39
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
42
static
vtkSimpleElevationFilter
*
New
();
43
45
46
vtkSetVector3Macro(Vector,
double
);
47
vtkGetVectorMacro(Vector,
double
,3);
49
50
protected
:
51
vtkSimpleElevationFilter
();
52
~vtkSimpleElevationFilter
() {};
53
54
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
55
double
Vector[3];
56
private
:
57
vtkSimpleElevationFilter
(
const
vtkSimpleElevationFilter
&);
// Not implemented.
58
void
operator=(
const
vtkSimpleElevationFilter
&);
// Not implemented.
59
};
60
61
#endif
62
63
Generated on Thu May 24 2012 22:22:14 for VTK by
1.8.1