28 #ifndef __vtkVectorDot_h
29 #define __vtkVectorDot_h
31 #include "vtkFiltersCoreModule.h"
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) ...
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()