37 #ifndef vtkImageAccumulate_h
38 #define vtkImageAccumulate_h
40 #include "vtkImagingStatisticsModule.h"
62 vtkSetVector3Macro(ComponentSpacing,
double);
63 vtkGetVector3Macro(ComponentSpacing,
double);
76 vtkSetVector3Macro(ComponentOrigin,
double);
77 vtkGetVector3Macro(ComponentOrigin,
double);
89 void SetComponentExtent(
int extent[6]);
90 void SetComponentExtent(
int minX,
int maxX,
int minY,
int maxY,
92 void GetComponentExtent(
int extent[6]);
112 vtkSetClampMacro(ReverseStencil,
int, 0, 1);
114 vtkGetMacro(ReverseStencil,
int);
123 vtkGetVector3Macro(Min,
double);
124 vtkGetVector3Macro(Max,
double);
125 vtkGetVector3Macro(Mean,
double);
126 vtkGetVector3Macro(StandardDeviation,
double);
134 vtkSetClampMacro(IgnoreZero,
int, 0, 1);
135 vtkGetMacro(IgnoreZero,
int);
143 double ComponentSpacing[3];
144 double ComponentOrigin[3];
145 int ComponentExtent[6];
149 vtkInformationVector*) VTK_OVERRIDE;
150 int RequestInformation (vtkInformation*,
151 vtkInformationVector**,
152 vtkInformationVector*) VTK_OVERRIDE;
153 int RequestData(vtkInformation* request,
154 vtkInformationVector** inputVector,
155 vtkInformationVector* outputVector) VTK_OVERRIDE;
161 double StandardDeviation[3];
166 int FillInputPortInformation(
int port, vtkInformation*
info) VTK_OVERRIDE;
a simple class to control print indentation
efficient description of an image stencil
Generalized histograms up to 3 dimensions.
Generic algorithm superclass for image algs.
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.
int * GetComponentExtent()
Set/Get - The component extent sets the number/extent of the bins.