#include <ImageExt.h>
Inheritance diagram for CCfits::ImageExt::
Public Methods | |
ImageExt (const ImageExt< T > &right) | |
~ImageExt () | |
virtual ImageExt<T>* | clone (FITSBase *p) const |
const std::valarray<T>& | image () const |
Protected Methods | |
ImageExt (FITSBase *p, const string &hduName, bool readDataFlag=false, const std::vector< string > &keys=std::vector< string >(), int version=0) | |
ImageExt (FITSBase *p, const string &hduName, int bpix, int naxis, const std::vector< long > &naxes, int version=0) |
|
copy constructor.
|
|
destructor.
|
|
construct and read Image Extension from disk fitsfile by name.
|
|
construct new image extension in FITS object p.
|
|
virtual copy constructor.
Reimplemented from CCfits::ExtHDU. |
|
return a const reference to the image array.
|