#include <ImageBoxcarSmoother.h>
Public Member Functions | |
ImageBoxcarSmoother (const SPCIIT image, const Record *const region, const String &maskInp, const String &outname, Bool overwrite) | |
Top level interface for 1-D boxcar smoothing of images. | |
~ImageBoxcarSmoother () | |
destructor | |
String | getClass () const |
void | setWidth (uInt w) |
set witdth of boxcar | |
Protected Member Functions | |
SPIIT | _smooth (const ImageInterface< T > &image) const |
Private Member Functions | |
ImageBoxcarSmoother () | |
disallow default constructor | |
void | _boxcarSmooth (Array< T > &out, const Array< T > &in) const |
Private Attributes | |
uInt | _width |
Definition at line 10 of file ImageBoxcarSmoother.h.
casa::ImageBoxcarSmoother< T >::ImageBoxcarSmoother | ( | const SPCIIT | image, | |
const Record *const | region, | |||
const String & | maskInp, | |||
const String & | outname, | |||
Bool | overwrite | |||
) |
casa::ImageBoxcarSmoother< T >::~ImageBoxcarSmoother | ( | ) | [inline] |
destructor
Definition at line 38 of file ImageBoxcarSmoother.h.
casa::ImageBoxcarSmoother< T >::ImageBoxcarSmoother | ( | ) | [private] |
disallow default constructor
void casa::ImageBoxcarSmoother< T >::_boxcarSmooth | ( | Array< T > & | out, | |
const Array< T > & | in | |||
) | const [private] |
SPIIT casa::ImageBoxcarSmoother< T >::_smooth | ( | const ImageInterface< T > & | image | ) | const [protected, virtual] |
Implements casa::Image1DSmoother< T >.
String casa::ImageBoxcarSmoother< T >::getClass | ( | ) | const [inline, virtual] |
Reimplemented from casa::Image1DSmoother< T >.
Definition at line 40 of file ImageBoxcarSmoother.h.
References String.
void casa::ImageBoxcarSmoother< T >::setWidth | ( | uInt | w | ) |
set witdth of boxcar
uInt casa::ImageBoxcarSmoother< T >::_width [private] |
Definition at line 53 of file ImageBoxcarSmoother.h.