#include <ImageHanningSmoother.h>
Public Member Functions | |
ImageHanningSmoother (const SPCIIT image, const Record *const region, const String &maskInp, const String &outname, Bool overwrite) | |
Top level interface for 1-D hanning smoothing of images. | |
~ImageHanningSmoother () | |
destructor | |
String | getClass () const |
Protected Member Functions | |
SPIIT | _smooth (const ImageInterface< T > &image) const |
Private Member Functions | |
ImageHanningSmoother () | |
disallow default constructor | |
Array< T > | _hanningSmooth (const Array< T > &in) const |
Definition at line 10 of file ImageHanningSmoother.h.
casa::ImageHanningSmoother< T >::ImageHanningSmoother | ( | const SPCIIT | image, | |
const Record *const | region, | |||
const String & | maskInp, | |||
const String & | outname, | |||
Bool | overwrite | |||
) |
casa::ImageHanningSmoother< T >::~ImageHanningSmoother | ( | ) | [inline] |
destructor
Definition at line 39 of file ImageHanningSmoother.h.
casa::ImageHanningSmoother< T >::ImageHanningSmoother | ( | ) | [private] |
disallow default constructor
Array<T> casa::ImageHanningSmoother< T >::_hanningSmooth | ( | const Array< T > & | in | ) | const [private] |
SPIIT casa::ImageHanningSmoother< T >::_smooth | ( | const ImageInterface< T > & | image | ) | const [protected, virtual] |
Implements casa::Image1DSmoother< T >.
String casa::ImageHanningSmoother< T >::getClass | ( | ) | const [inline, virtual] |
Reimplemented from casa::Image1DSmoother< T >.
Definition at line 41 of file ImageHanningSmoother.h.
References String.