Go to the documentation of this file.
30 #ifndef vtkImageWeightedSum_h
31 #define vtkImageWeightedSum_h
int RequestInformation(vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *outputVector)
#define vtkGetObjectMacro(name, type)
virtual void SetWeights(vtkDoubleArray *)
static vtkImageWeightedSum * New()
#define vtkTypeMacro(thisClass, superclass)
Generic filter that has one input..
double CalculateTotalWeight()
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetClampMacro(name, type, min, max)
topologically and geometrically regular array of data
a simple class to control print indentation
#define vtkGetMacro(name, type)
int FillInputPortInformation(int i, vtkInformation *info)
vtkBooleanMacro(IgnoreDriverBugs, bool)
adds any number of images, weighting each according to the weight set using this->SetWeights(i,...
virtual void SetWeight(vtkIdType id, double weight)
dynamic, self-adjusting array of double
void ThreadedRequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int ext[6], int id)
#define VTKIMAGINGMATH_EXPORT