43 #ifndef vtkElevationFilter_h
44 #define vtkElevationFilter_h
59 vtkSetVector3Macro(LowPoint,
double);
60 vtkGetVectorMacro(LowPoint,
double,3);
66 vtkSetVector3Macro(HighPoint,
double);
67 vtkGetVectorMacro(HighPoint,
double,3);
72 vtkSetVector2Macro(ScalarRange,
double);
73 vtkGetVectorMacro(ScalarRange,
double,2);
86 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()