36 #ifndef __vtkPowerWeighting_h
37 #define __vtkPowerWeighting_h
50 vtkSetMacro(Power,
double);
51 vtkGetMacro(Power,
double);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Given an arbitrary-dimension array of doubles, replaces each value x with x^Power.