37 #ifndef vtkVectorDot_h
38 #define vtkVectorDot_h
58 vtkSetMacro(MapScalars,
int);
59 vtkGetMacro(MapScalars,
int);
60 vtkBooleanMacro(MapScalars,
int);
66 vtkSetVector2Macro(ScalarRange,
double);
67 vtkGetVectorMacro(ScalarRange,
double,2);
73 vtkGetVectorMacro(ActualRange,
double,2);
81 double ScalarRange[2];
82 double ActualRange[2];
#define VTKFILTERSCORE_EXPORT
generate scalars from dot product of vectors and normals (e.g., show displacement plot) ...
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()