casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
casa::ImageMask Class Reference

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)
 

Detailed Description

Static functions for interrogating image masks.

Definition at line 41 of file ImageMask.h.

Constructor & Destructor Documentation

casa::ImageMask::ImageMask ( )
delete
virtual casa::ImageMask::~ImageMask ( )
virtual

Member Function Documentation

template<class T >
static casacore::Bool casa::ImageMask::isAllMaskFalse ( const casacore::ImageInterface< T > &  image)
static

check the mask piecemeal because loading it all into memory will crash for very large images

template<class T >
static casacore::Bool casa::ImageMask::isAllMaskTrue ( const casacore::MaskedLattice< T > &  image)
static

is the image's mask all true valued?

static casacore::Bool casa::ImageMask::isAllMaskTrue ( const casacore::Lattice< casacore::Bool > &  mask)
static

The documentation for this class was generated from the following file: