26#ifndef vtkImageDecomposeFilter_h
27#define vtkImageDecomposeFilter_h
30#include "vtkImagingCoreModule.h"
51 vtkGetMacro(Dimensionality,
int);
61 int &min2,
int &max2);
Filters that execute axes in series.
vtkImageDecomposeFilter()
void PermuteIncrements(vtkIdType *increments, vtkIdType &inc0, vtkIdType &inc1, vtkIdType &inc2)
Private methods kept public for template execute functions.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
~vtkImageDecomposeFilter()
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)
Multiple executes per update.
a simple class to control print indentation