30 #ifndef vtkImageWeightedSum_h
31 #define vtkImageWeightedSum_h
59 vtkGetMacro(NormalizeByWeight,
int);
60 vtkSetClampMacro(NormalizeByWeight,
int, 0, 1);
61 vtkBooleanMacro(NormalizeByWeight,
int);
65 double CalculateTotalWeight();
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of double
Generic filter that has one input..
adds any number of images, weighting each according to the weight set using this->SetWeights(i,w).
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId)
static vtkAlgorithm * New()
#define VTKIMAGINGMATH_EXPORT