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 =========================================================================*/
42 #ifndef vtkSimpleElevationFilter_h
43 #define vtkSimpleElevationFilter_h
44 
45 #include "vtkFiltersCoreModule.h" // For export macro
46 #include "vtkDataSetAlgorithm.h"
47 
49 {
50 public:
52  void PrintSelf(ostream& os, vtkIndent indent);
53 
55  static vtkSimpleElevationFilter *New();
56 
58 
59  vtkSetVector3Macro(Vector,double);
60  vtkGetVectorMacro(Vector,double,3);
62 
63 protected:
66 
68  double Vector[3];
69 private:
70  vtkSimpleElevationFilter(const vtkSimpleElevationFilter&); // Not implemented.
71  void operator=(const vtkSimpleElevationFilter&); // Not implemented.
72 };
73 
74 #endif
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()