Public Member Functions | Public Attributes
vil_exception_unsupported_pixel_format Class Reference

Indicates that a function call failed because a pixel format could not be handled. More...

#include <vil_exception.h>

List of all members.

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

Detailed Description

Indicates that a function call failed because a pixel format could not be handled.

Definition at line 68 of file vil_exception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Definition at line 85 of file vil_exception.h.


Member Data Documentation

Definition at line 75 of file vil_exception.h.

Definition at line 74 of file vil_exception.h.


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