31 #ifndef __vtkElevationFilter_h
32 #define __vtkElevationFilter_h
46 vtkSetVector3Macro(LowPoint,
double);
47 vtkGetVectorMacro(LowPoint,
double,3);
53 vtkSetVector3Macro(HighPoint,
double);
54 vtkGetVectorMacro(HighPoint,
double,3);
59 vtkSetVector2Macro(ScalarRange,
double);
60 vtkGetVectorMacro(ScalarRange,
double,2);
73 double ScalarRange[2];
generate scalars along a specified direction
a simple class to control print indentation
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()