23 #ifndef vtkArrayNorm_h
24 #define vtkArrayNorm_h
28 #include "vtkInfovisCoreModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
43 vtkGetMacro(Dimension,
int);
44 vtkSetMacro(Dimension,
int);
59 vtkSetMacro(Invert,
int);
60 vtkGetMacro(Invert,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Computes L-norms along one dimension of an array.
Stores a half-open range of array coordinates.
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.