Public Member Functions | Public Attributes
vil_exception_pixel_formats_incompatible Class Reference

Indicates that a function call failed because the pixel types were incompatible. More...

#include <vil_exception.h>

List of all members.

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

Detailed Description

Indicates that a function call failed because the pixel types were incompatible.

Definition at line 45 of file vil_exception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

const char* vil_exception_pixel_formats_incompatible::what ( ) const [inline]

Definition at line 62 of file vil_exception.h.


Member Data Documentation

Definition at line 51 of file vil_exception.h.

Definition at line 52 of file vil_exception.h.


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