VTK
vtkImageDecomposeFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageDecomposeFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
25 #ifndef vtkImageDecomposeFilter_h
26 #define vtkImageDecomposeFilter_h
27 
28 
29 #include "vtkImagingCoreModule.h" // For export macro
30 #include "vtkImageIterateFilter.h"
31 
33 {
34 public:
36 
39  void PrintSelf(ostream& os, vtkIndent indent);
41 
43 
45  void SetDimensionality(int dim);
46  vtkGetMacro(Dimensionality,int);
48 
50 
51  void PermuteIncrements(vtkIdType *increments, vtkIdType &inc0,
52  vtkIdType &inc1, vtkIdType &inc2);
53  void PermuteExtent(int *extent, int &min0, int &max0, int &min1, int &max1,
54  int &min2, int &max2);
56 
57 protected:
60 
62 
63 
64 private:
65  vtkImageDecomposeFilter(const vtkImageDecomposeFilter&); // Not implemented.
66  void operator=(const vtkImageDecomposeFilter&); // Not implemented.
67 };
68 
69 #endif
70 
71 
72 
73 
74 
75 
76 
77 
78 
79 
void PrintSelf(ostream &os, vtkIndent indent)
int vtkIdType
Definition: vtkType.h:275
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKIMAGINGCORE_EXPORT
Multiple executes per update.
Filters that execute axes in series.