 |
VTK
9.0.1
|
Go to the documentation of this file.
37 #ifndef vtkImageAccumulate_h
38 #define vtkImageAccumulate_h
41 #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,
int minZ,
int maxZ);
91 void GetComponentExtent(
int extent[6]);
110 vtkSetClampMacro(ReverseStencil,
vtkTypeBool, 0, 1);
121 vtkGetVector3Macro(Min,
double);
122 vtkGetVector3Macro(Max,
double);
123 vtkGetVector3Macro(Mean,
double);
124 vtkGetVector3Macro(StandardDeviation,
double);
141 double ComponentSpacing[3];
142 double ComponentOrigin[3];
143 int ComponentExtent[6];
154 double StandardDeviation[3];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
Generic algorithm superclass for image algs.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to translate the update extent requests from each output port ...
#define VTK_SIZEHINT(...)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
Generalized histograms up to 3 dimensions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
int * GetComponentExtent()
efficient description of an image stencil
vtkTypeBool ReverseStencil
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.