31 #ifndef vtkImageAccumulate_h
32 #define vtkImageAccumulate_h
35 #include "vtkImagingStatisticsModule.h"
37 VTK_ABI_NAMESPACE_BEGIN
57 vtkSetVector3Macro(ComponentSpacing,
double);
58 vtkGetVector3Macro(ComponentSpacing,
double);
71 vtkSetVector3Macro(ComponentOrigin,
double);
72 vtkGetVector3Macro(ComponentOrigin,
double);
84 void SetComponentExtent(
int extent[6]);
85 void SetComponentExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
86 void GetComponentExtent(
int extent[6]);
105 vtkSetClampMacro(ReverseStencil,
vtkTypeBool, 0, 1);
116 vtkGetVector3Macro(Min,
double);
117 vtkGetVector3Macro(Max,
double);
118 vtkGetVector3Macro(Mean,
double);
119 vtkGetVector3Macro(StandardDeviation,
double);
136 double ComponentSpacing[3];
137 double ComponentOrigin[3];
138 int ComponentExtent[6];
149 double StandardDeviation[3];
161 VTK_ABI_NAMESPACE_END
vtkTypeBool ReverseStencil
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
a simple class to control print indentation
efficient description of an image stencil
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
#define VTK_SIZEHINT(...)
Generalized histograms up to 3 dimensions.
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
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.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
int * GetComponentExtent()
Set/Get - The component extent sets the number/extent of the bins.