Static functions for interrogating image masks. More...
#include <ImageMask.h>
Public Member Functions | |
ImageMask () | |
virtual | ~ImageMask () |
Static Public Member Functions | |
template<class T > | |
static Bool | isAllMaskFalse (const ImageInterface< T > &image) |
check the mask piecemeal because loading it all into memory will crash for very large images | |
template<class T > | |
static Bool | isAllMaskTrue (const MaskedLattice< T > &image) |
is the image's mask all true valued? | |
static Bool | isAllMaskTrue (const Lattice< Bool > &mask) |
Static functions for interrogating image masks.
Definition at line 41 of file ImageMask.h.
casa::ImageMask::ImageMask | ( | ) |
virtual casa::ImageMask::~ImageMask | ( | ) | [virtual] |
static Bool casa::ImageMask::isAllMaskFalse | ( | const ImageInterface< T > & | image | ) | [inline, static] |
check the mask piecemeal because loading it all into memory will crash for very large images
static Bool casa::ImageMask::isAllMaskTrue | ( | const Lattice< Bool > & | mask | ) | [static] |
static Bool casa::ImageMask::isAllMaskTrue | ( | const MaskedLattice< T > & | image | ) | [inline, static] |
is the image's mask all true valued?