Indicates that a function call failed because a pixel format could not be handled. More...
#include <vil_exception.h>
Public Member Functions | |
| vil_exception_unsupported_pixel_format (enum vil_pixel_format src, const vcl_string &operation) | |
| const char * | what () const |
Public Attributes | |
| enum vil_pixel_format | src_type |
| vcl_string | operation_name |
Indicates that a function call failed because a pixel format could not be handled.
Definition at line 68 of file vil_exception.h.
| vil_exception_unsupported_pixel_format::vil_exception_unsupported_pixel_format | ( | enum vil_pixel_format | src, |
| const vcl_string & | operation | ||
| ) | [inline] |
Definition at line 76 of file vil_exception.h.
| const char* vil_exception_unsupported_pixel_format::what | ( | ) | const [inline] |
Definition at line 85 of file vil_exception.h.
Definition at line 75 of file vil_exception.h.
Definition at line 74 of file vil_exception.h.
1.7.5.1