39 #ifndef __vtkArrayNorm_h
40 #define __vtkArrayNorm_h
42 #include "vtkInfovisCoreModule.h"
44 #include <vtkArrayRange.h>
51 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkGetMacro(Dimension,
int);
58 vtkSetMacro(Dimension,
int);
69 vtkSetMacro(Invert,
int);
70 vtkGetMacro(Invert,
int);
77 void SetWindow(
const vtkArrayRange& window);
78 vtkArrayRange GetWindow();
87 vtkInformationVector**,
88 vtkInformationVector*);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Computes L-norms along one dimension of an array.
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)