Definition of image types and handlers. More...
#include <CasaImageOpener.h>
Static Public Member Functions | |
| static ImageTypes | imageType (const String &fileName) |
| Return the type of an image with the given name. | |
| static LatticeBase * | openImage (const String &fileName, const MaskSpecifier &spec=MaskSpecifier()) |
Static Private Member Functions | |
| static void | _registerOpenFuncs () |
Static Private Attributes | |
| static Bool | _openFuncsRegistered |
Definition of image types and handlers.
Internal
Extension of imageopener to allow for virtual concat image hiding inside a directory
Definition at line 54 of file CasaImageOpener.h.
| static void casa::CasaImageOpener::_registerOpenFuncs | ( | ) | [static, private] |
| static ImageTypes casa::CasaImageOpener::imageType | ( | const String & | fileName | ) | [static] |
Return the type of an image with the given name.
Will throw an exception if file does not exist.
| static LatticeBase* casa::CasaImageOpener::openImage | ( | const String & | fileName, | |
| const MaskSpecifier & | spec = MaskSpecifier() | |||
| ) | [static] |
Bool casa::CasaImageOpener::_openFuncsRegistered [static, private] |
Definition at line 66 of file CasaImageOpener.h.
1.6.1