 |
VTK
9.0.1
|
Go to the documentation of this file.
32 #ifndef vtkNormalizeMatrixVectors_h
33 #define vtkNormalizeMatrixVectors_h
36 #include "vtkFiltersGeneralModule.h"
49 vtkGetMacro(VectorDimension,
int);
50 vtkSetMacro(VectorDimension,
int);
57 vtkGetMacro(PValue,
double);
58 vtkSetMacro(PValue,
double);
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.
static vtkNormalizeMatrixVectors * New()
a simple class to control print indentation
vtkNormalizeMatrixVectors()
Superclass for algorithms that produce vtkArrayDatas as output.
given a sparse input matrix, produces a sparse output matrix with each vector normalized to unit leng...
~vtkNormalizeMatrixVectors() override