casa
5.7.0-16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
casa
code
imageanalysis
ImageAnalysis
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
8
class
ImageDecimatorData
{
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
30
COPY
,
31
MEAN
,
32
NFUNCS
33
};
34
};
35
}
36
37
#endif
casa::ImageDecimatorData::Function
Function
Holds data for ImageDecimator class.
Definition:
ImageDecimatorData.h:28
casa::ImageDecimatorData::COPY
just copy the nth plane as is, no function applied
Definition:
ImageDecimatorData.h:30
casa::ImageDecimatorData::NFUNCS
Definition:
ImageDecimatorData.h:32
casa::ImageDecimatorData::MEAN
Definition:
ImageDecimatorData.h:31
casa::ImageDecimatorData
Definition:
ImageDecimatorData.h:8
namespace.h
Generated on Sun Sep 1 2019 23:32:35 for casa by
1.8.5