Static Public Member Functions
check_types< pix_type > Struct Template Reference

Recursive template metaprogram to generate conditionals for checking the traits of each defined pixel type. More...

List of all members.

Static Public Member Functions

static void traits (vidl_pixel_format f, vidl_pixel_traits &t)
static vidl_pixel_format from_string (const vcl_string &s)

Detailed Description

template<vidl_pixel_format pix_type>
struct check_types< pix_type >

Recursive template metaprogram to generate conditionals for checking the traits of each defined pixel type.

Definition at line 35 of file vidl_pixel_format.cxx.


Member Function Documentation

template<vidl_pixel_format pix_type>
static vidl_pixel_format check_types< pix_type >::from_string ( const vcl_string &  s) [inline, static]

Definition at line 54 of file vidl_pixel_format.cxx.

template<vidl_pixel_format pix_type>
static void check_types< pix_type >::traits ( vidl_pixel_format  f,
vidl_pixel_traits t 
) [inline, static]

Definition at line 38 of file vidl_pixel_format.cxx.


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