The C++ type corresponding to a pixel format enumeration. More...
#include <vil_pixel_format.h>
Public Types | |
| typedef vil_pixel_format_invalid_type | type |
| typedef vil_pixel_format_invalid_type | component_type |
The C++ type corresponding to a pixel format enumeration.
Use like
This is specialized for each pixel type enumeration for which a C++ type exists.
If the resulting type is vil_pixel_format_invalid_type, then the pixel format enumeration is not valid.
Definition at line 108 of file vil_pixel_format.h.
| typedef vil_pixel_format_invalid_type vil_pixel_format_type_of< pix_type >::component_type |
Definition at line 111 of file vil_pixel_format.h.
| typedef vil_pixel_format_invalid_type vil_pixel_format_type_of< pix_type >::type |
Definition at line 110 of file vil_pixel_format.h.
1.8.15