Public Types
vil_pixel_format_type_of< pix_type > Struct Template Reference

The C++ type corresponding to a pixel format enumeration. More...

#include <vil_pixel_format.h>

List of all members.

Public Types

typedef
vil_pixel_format_invalid_type 
type
typedef
vil_pixel_format_invalid_type 
component_type

Detailed Description

template<vil_pixel_format pix_type>
struct vil_pixel_format_type_of< pix_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 105 of file vil_pixel_format.h.


Member Typedef Documentation

template<vil_pixel_format pix_type>
typedef vil_pixel_format_invalid_type vil_pixel_format_type_of< pix_type >::component_type

Definition at line 108 of file vil_pixel_format.h.

template<vil_pixel_format pix_type>
typedef vil_pixel_format_invalid_type vil_pixel_format_type_of< pix_type >::type

Definition at line 107 of file vil_pixel_format.h.


The documentation for this struct was generated from the following file: