◆ type()
Get the type of the HDU.
As opposed to category(), the return value of this method can be tested for equality, e.g.: if (ext.type() == HduCategory::Image) {
process_image(ext);
}
static const HduCategory Image Image HDU. Definition: HduCategory.h:223 |