Public Member Functions | Public Attributes | List of all members
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>

Inheritance diagram for vil_exception_unsupported_pixel_format:
Inheritance graph
[legend]

Public Member Functions

 vil_exception_unsupported_pixel_format (enum vil_pixel_format src, const std::string &operation)
 
 ~vil_exception_unsupported_pixel_format () override=default throw ()
 

Public Attributes

enum vil_pixel_format src_type
 
std::string operation_name
 

Detailed Description

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

Definition at line 62 of file vil_exception.h.

Constructor & Destructor Documentation

◆ vil_exception_unsupported_pixel_format()

vil_exception_unsupported_pixel_format::vil_exception_unsupported_pixel_format ( enum vil_pixel_format  src,
const std::string &  operation 
)
inline

Definition at line 68 of file vil_exception.h.

◆ ~vil_exception_unsupported_pixel_format()

vil_exception_unsupported_pixel_format::~vil_exception_unsupported_pixel_format ( )
throw (
)
overridedefault

Member Data Documentation

◆ operation_name

std::string vil_exception_unsupported_pixel_format::operation_name

Definition at line 67 of file vil_exception.h.

◆ src_type

enum vil_pixel_format vil_exception_unsupported_pixel_format::src_type

Definition at line 66 of file vil_exception.h.


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