35#ifndef vtkNormalizeMatrixVectors_h
36#define vtkNormalizeMatrixVectors_h
39#include "vtkFiltersGeneralModule.h"
52 vtkGetMacro(VectorDimension,
int);
53 vtkSetMacro(VectorDimension,
int);
60 vtkGetMacro(PValue,
double);
61 vtkSetMacro(PValue,
double);
Superclass for algorithms that produce vtkArrayDatas as output.
a simple class to control print indentation
given a sparse input matrix, produces a sparse output matrix with each vector normalized to unit leng...
static vtkNormalizeMatrixVectors * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkNormalizeMatrixVectors() override
vtkNormalizeMatrixVectors()