Go to the documentation of this file.
26 #ifndef vtkImageDecomposeFilter_h
27 #define vtkImageDecomposeFilter_h
30 #include "vtkImagingCoreModule.h"
51 vtkGetMacro(Dimensionality,
int);
61 int &min2,
int &max2);
void PermuteIncrements(vtkIdType *increments, vtkIdType &inc0, vtkIdType &inc1, vtkIdType &inc2)
Private methods kept public for template execute functions.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetDimensionality(int dim)
Dimensionality is the number of axes which are considered during execution.
void PermuteExtent(int *extent, int &min0, int &max0, int &min1, int &max1, int &min2, int &max2)
a simple class to control print indentation
Filters that execute axes in series.
~vtkImageDecomposeFilter() override
Multiple executes per update.
vtkImageDecomposeFilter()