29 #ifndef __vtkSimpleElevationFilter_h
30 #define __vtkSimpleElevationFilter_h
32 #include "vtkFiltersCoreModule.h"
39 void PrintSelf(ostream& os, vtkIndent indent);
46 vtkSetVector3Macro(Vector,
double);
47 vtkGetVectorMacro(Vector,
double,3);
54 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
~vtkSimpleElevationFilter()
generate scalars along a specified direction
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()