26 #ifndef vtkImageDecomposeFilter_h 27 #define vtkImageDecomposeFilter_h 50 void SetDimensionality(
int dim);
51 vtkGetMacro(Dimensionality,
int);
58 void PermuteIncrements(vtkIdType *increments, vtkIdType &inc0,
59 vtkIdType &inc1, vtkIdType &inc2);
60 void PermuteExtent(
int *
extent,
int &min0,
int &max0,
int &min1,
int &max1,
61 int &min2,
int &max2);
a simple class to control print indentation
#define VTKIMAGINGCORE_EXPORT
~vtkImageDecomposeFilter() override
Multiple executes per update.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Filters that execute axes in series.