146#ifndef vtkImageAccumulate_h
147#define vtkImageAccumulate_h
150#include "vtkImagingStatisticsModule.h"
171 vtkSetVector3Macro(ComponentSpacing,
double);
172 vtkGetVector3Macro(ComponentSpacing,
double);
185 vtkSetVector3Macro(ComponentOrigin,
double);
186 vtkGetVector3Macro(ComponentOrigin,
double);
230 vtkGetVector3Macro(Min,
double);
231 vtkGetVector3Macro(Max,
double);
232 vtkGetVector3Macro(Mean,
double);
233 vtkGetVector3Macro(StandardDeviation,
double);
250 double ComponentSpacing[3];
251 double ComponentOrigin[3];
252 int ComponentExtent[6];
263 double StandardDeviation[3];
Generalized histograms up to 3 dimensions.
void SetStencilData(vtkImageStencilData *stencil)
Use a stencil to specify which voxels to accumulate.
vtkTypeBool ReverseStencil
~vtkImageAccumulate() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void GetComponentExtent(int extent[6])
Set/Get - The component extent sets the number/extent of the bins.
vtkImageStencilData * GetStencil()
Use a stencil to specify which voxels to accumulate.
void SetComponentExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
Set/Get - The component extent sets the number/extent of the bins.
static vtkImageAccumulate * New()
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to translate the update extent requests from each output port ...
int FillInputPortInformation(int port, vtkInformation *info) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
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.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetComponentExtent(int extent[6])
Set/Get - The component extent sets the number/extent of the bins.
Generic algorithm superclass for image algs.
efficient description of an image stencil
a simple class to control print indentation
#define VTK_SIZEHINT(...)