43#ifndef vtkSimpleElevationFilter_h
44#define vtkSimpleElevationFilter_h
47#include "vtkFiltersCoreModule.h"
65 vtkGetVectorMacro(
Vector,
double, 3);
a simple class to control print indentation
~vtkSimpleElevationFilter() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkSimpleElevationFilter * New()
Construct object with Vector=(0,0,1).
vtkSimpleElevationFilter()