#include <ImageHdu.h>
A structure which holds everything known at image extension initialization.
Public Attributes | |
| const T * | data |
| The data, if any. | |
| long | index |
| The extension index. | |
| const std::string & | name |
| The extension name, or an empty string. | |
| const RecordSeq & | records |
| The possibly empty sequence of records. | |
| Position<-1 > | shape |
| The shape. | |