18 #ifndef vtkNormalizeMatrixVectors_h
19 #define vtkNormalizeMatrixVectors_h
22 #include "vtkFiltersGeneralModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
36 vtkGetMacro(VectorDimension,
int);
37 vtkSetMacro(VectorDimension,
int);
44 vtkGetMacro(PValue,
double);
45 vtkSetMacro(PValue,
double);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
given a sparse input matrix, produces a sparse output matrix with each vector normalized to unit leng...
a simple class to control print indentation
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.