casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImageDecimatorData.h
Go to the documentation of this file.
1 #ifndef IMAGES_IMAGEEDECIMATORDATA_H
2 #define IMAGES_IMAGEEDECIMATORDATA_H
3 
4 #include <casa/namespace.h>
5 
6 namespace casa {
7 
9  // <summary>
10  // Holds data for ImageDecimator class.
11  // </summary>
12 
13  // <reviewed reviewer="" date="" tests="" demos="">
14  // </reviewed>
15 
16  // <prerequisite>
17  // </prerequisite>
18 
19  // <etymology>
20  // </etymology>
21 
22  // <synopsis>
23  // </synopsis>
24 
25 public:
26 
27  // Put new functions before NFUNCS.
28  enum Function {
29  // just copy the nth plane as is, no function applied
33  };
34 };
35 }
36 
37 #endif
Function
Holds data for ImageDecimator class.
just copy the nth plane as is, no function applied