Go to the documentation of this file.
40 #ifndef vtkArrayNorm_h
41 #define vtkArrayNorm_h
43 #include "vtkInfovisCoreModule.h"
59 vtkGetMacro(Dimension,
int);
76 vtkGetMacro(Invert,
int);
static vtkArrayNorm * New()
Stores a half-open range of array coordinates.
Computes L-norms along one dimension of an array.
void SetWindow(const vtkArrayRange &window)
Defines an optional "window" used to compute the norm on a subset of the elements in a vector.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce vtkArrayDatas as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkArrayRange GetWindow()