Go to the source code of this file.
Functions | |
| bool | open (const casa::ImageInterface< casa::Float > *inImage) |
| Allow other components that return image tool to open an image. | |
| image (const casa::ImageInterface< casa::Float > *inImage) | |
| Private ImageInterface constructor to make components on the fly. | |
| bool | detached () const |
| Having private version of IS and IH means that they will only recreate storage images if they have to. | |
| casac::record * | recordFromQuantity (casa::Quantity q) |
| casac::record * | recordFromQuantity (const casa::Quantum< casa::Vector< casa::Double > > &q) |
| casa::Quantity | casaQuantityFromVar (const::casac::variant &theVar) |
Variables | |
| casa::LogIO * | itsLog |
| casa::ImageAnalysis * | itsImage |
| casa::Quantity casaQuantityFromVar | ( | const ::casac::variant & | theVar | ) | [private] |
| bool detached | ( | ) | const [private] |
Having private version of IS and IH means that they will only recreate storage images if they have to.
Prints an error message if the image DO is detached and returns True.
| image | ( | const casa::ImageInterface< casa::Float > * | inImage | ) | [private] |
Private ImageInterface constructor to make components on the fly.
| bool open | ( | const casa::ImageInterface< casa::Float > * | inImage | ) |
Allow other components that return image tool to open an image.
| casac::record* recordFromQuantity | ( | const casa::Quantum< casa::Vector< casa::Double > > & | q | ) | [private] |
| casac::record* recordFromQuantity | ( | casa::Quantity | q | ) | [private] |
| casa::ImageAnalysis* itsImage |
Definition at line 11 of file image_private.h.
| casa::LogIO* itsLog |
Definition at line 10 of file image_private.h.
1.5.1