34 #ifndef __vtkNormalizeMatrixVectors_h
35 #define __vtkNormalizeMatrixVectors_h
37 #include "vtkFiltersGeneralModule.h"
45 void PrintSelf(ostream& os, vtkIndent indent);
50 vtkGetMacro(VectorDimension,
int);
51 vtkSetMacro(VectorDimension,
int);
57 vtkGetMacro(PValue,
double);
58 vtkSetMacro(PValue,
double);
67 vtkInformationVector**,
68 vtkInformationVector*);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
given a sparse input matrix, produces a sparse output matrix with each vector normalized to unit leng...
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)