ImageDecimatorData.h

Go to the documentation of this file.
00001 #ifndef IMAGES_IMAGEEDECIMATORDATA_H
00002 #define IMAGES_IMAGEEDECIMATORDATA_H
00003 
00004 #include <casa/namespace.h>
00005 
00006 namespace casa {
00007 
00008 class ImageDecimatorData {
00009         // <summary>
00010         // Holds data for ImageDecimator class.
00011         // </summary>
00012 
00013         // <reviewed reviewer="" date="" tests="" demos="">
00014         // </reviewed>
00015 
00016         // <prerequisite>
00017         // </prerequisite>
00018 
00019         // <etymology>
00020         // </etymology>
00021 
00022         // <synopsis>
00023         // </synopsis>
00024 
00025 public:
00026 
00027         // Put new functions before NFUNCS.
00028         enum Function {
00029                 // just copy the nth plane as is, no function applied
00030                 COPY,
00031                 MEAN,
00032                 NFUNCS
00033         };
00034 };
00035 }
00036 
00037 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1