EleFits
4.0.1
A modern C++ API on top of CFitsIO
|
◆ ELEFITS_FOREACH_RASTER_TYPE
Value:
MACRO(char, char) \
MACRO(std::int16_t, int16) \
MACRO(std::int32_t, int32) \
MACRO(std::int64_t, int64) \
MACRO(float, float) \
MACRO(double, double) \
MACRO(unsigned char, uchar) \
MACRO(std::uint16_t, uint16) \
MACRO(std::uint32_t, uint32) \
MACRO(std::uint64_t, uint64)
Loop over supported raster types.
|