31 #ifndef vtkElevationFilter_h
32 #define vtkElevationFilter_h
47 vtkSetVector3Macro(LowPoint,
double);
48 vtkGetVectorMacro(LowPoint,
double,3);
54 vtkSetVector3Macro(HighPoint,
double);
55 vtkGetVectorMacro(HighPoint,
double,3);
60 vtkSetVector2Macro(ScalarRange,
double);
61 vtkGetVectorMacro(ScalarRange,
double,2);
74 double ScalarRange[2];
generate scalars along a specified direction
#define VTKFILTERSCORE_EXPORT
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()