39 #ifndef __vtkArrayNorm_h
40 #define __vtkArrayNorm_h
42 #include "vtkInfovisCoreModule.h"
43 #include <vtkArrayDataAlgorithm.h>
44 #include <vtkArrayRange.h>
46 class VTKINFOVISCORE_EXPORT
vtkArrayNorm :
public vtkArrayDataAlgorithm
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*);
Computes L-norms along one dimension of an array.