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 "vtkDataSetAlgorithm.h"
33 
35 {
36 public:
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:
52 
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 
#define VTK_GRAPHICS_EXPORT
Store vtkAlgorithm input/output information.
generate scalars along a specified direction
a simple class to control print indentation
Definition: vtkIndent.h:37
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()