28 #ifndef vtkImageWeightedSum_h 29 #define vtkImageWeightedSum_h 31 #include "vtkImagingMathModule.h" 63 vtkGetMacro(NormalizeByWeight,
int);
64 vtkSetClampMacro(NormalizeByWeight,
int, 0, 1);
71 double CalculateTotalWeight();
81 int NormalizeByWeight;
91 int ext[6],
int id) VTK_OVERRIDE;
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
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.