VTK
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 
36 {
37 public:
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:
53 
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 
Store vtkAlgorithm input/output information.
#define VTKFILTERSCORE_EXPORT
generate scalars along a specified direction
a simple class to control print indentation
Definition: vtkIndent.h:38
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()