casa
5.7.0-16
|
Static functions for interrogating image masks. More...
#include <ImageMask.h>
Public Member Functions | |
ImageMask ()=delete | |
virtual | ~ImageMask () |
Static Public Member Functions | |
template<class T > | |
static casacore::Bool | isAllMaskFalse (const casacore::ImageInterface< T > &image) |
check the mask piecemeal because loading it all into memory will crash for very large images More... | |
template<class T > | |
static casacore::Bool | isAllMaskTrue (const casacore::MaskedLattice< T > &image) |
is the image's mask all true valued? More... | |
static casacore::Bool | isAllMaskTrue (const casacore::Lattice< casacore::Bool > &mask) |
|
delete |
|
virtual |
|
static |
check the mask piecemeal because loading it all into memory will crash for very large images
|
static |
is the image's mask all true valued?
|
static |