Indicates that a function call failed because the pixel types were incompatible. More...
#include <vil_exception.h>
Public Member Functions | |
| vil_exception_pixel_formats_incompatible (enum vil_pixel_format src, enum vil_pixel_format dest, const vcl_string &operation) | |
| const char * | what () const |
Public Attributes | |
| enum vil_pixel_format src_type | dest_type |
| vcl_string | operation_name |
Indicates that a function call failed because the pixel types were incompatible.
Definition at line 45 of file vil_exception.h.
| vil_exception_pixel_formats_incompatible::vil_exception_pixel_formats_incompatible | ( | enum vil_pixel_format | src, |
| enum vil_pixel_format | dest, | ||
| const vcl_string & | operation | ||
| ) | [inline] |
Definition at line 53 of file vil_exception.h.
| const char* vil_exception_pixel_formats_incompatible::what | ( | ) | const [inline] |
Definition at line 62 of file vil_exception.h.
Definition at line 51 of file vil_exception.h.
Definition at line 52 of file vil_exception.h.
1.7.5.1