42#include "vtkInfovisCoreModule.h"
56 vtkGetMacro(Dimension,
int);
57 vtkSetMacro(Dimension,
int);
72 vtkSetMacro(Invert,
int);
73 vtkGetMacro(Invert,
int);
Superclass for algorithms that produce vtkArrayDatas as output.
Computes L-norms along one dimension of an array.
static vtkArrayNorm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkArrayRange GetWindow()
Defines an optional "window" used to compute the norm on a subset of the elements in a vector.
void SetWindow(const vtkArrayRange &window)
Defines an optional "window" used to compute the norm on a subset of the elements in a vector.
void SetL(int value)
Controls the L-value.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Stores a half-open range of array coordinates.
a simple class to control print indentation