28 #ifndef __vtkVectorDot_h
29 #define __vtkVectorDot_h
31 #include "vtkFiltersCoreModule.h"
32 #include "vtkDataSetAlgorithm.h"
34 class VTKFILTERSCORE_EXPORT
vtkVectorDot :
public vtkDataSetAlgorithm
38 void PrintSelf(ostream& os, vtkIndent indent);
45 vtkSetVector2Macro(ScalarRange,
double);
50 vtkGetVectorMacro(ScalarRange,
double,2);
57 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
58 double ScalarRange[2];
generate scalars from dot product of vectors and normals (e.g., show displacement plot) ...