#include <vil_pixel_traits.h>
Inheritance diagram for vil_pixel_traits< bool >:
Definition at line 38 of file vil_pixel_traits.h.
Public Types | |
| typedef bool | component_type |
| Type of individual components. | |
Static Public Member Functions | |
| static bool | is_signed () |
| Is signed. | |
| static unsigned | num_bits () |
| Size in bits. | |
| static bool | minval () |
| Minimum value. | |
| static bool | maxval () |
| Maximum value. | |
| static bool | real_number_field () |
| Real number field. | |
| typedef bool vil_pixel_traits< bool >::component_type |
| static bool vil_pixel_traits< bool >::is_signed | ( | ) | [inline, static] |
| static unsigned vil_pixel_traits< bool >::num_bits | ( | ) | [inline, static] |
| static bool vil_pixel_traits< bool >::minval | ( | ) | [inline, static] |
| static bool vil_pixel_traits< bool >::maxval | ( | ) | [inline, static] |
| static bool vil_pixel_traits< bool >::real_number_field | ( | ) | [inline, static] |
1.5.1