Public Member Functions | Public Attributes | List of all members
vil_exception_pixel_formats_incompatible Class Reference

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

#include <vil_exception.h>

Inheritance diagram for vil_exception_pixel_formats_incompatible:
Inheritance graph
[legend]

Public Member Functions

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

Public Attributes

enum vil_pixel_format src_type dest_type
 
std::string operation_name
 

Detailed Description

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

Definition at line 47 of file vil_exception.h.

Constructor & Destructor Documentation

◆ vil_exception_pixel_formats_incompatible()

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

Definition at line 53 of file vil_exception.h.

◆ ~vil_exception_pixel_formats_incompatible()

vil_exception_pixel_formats_incompatible::~vil_exception_pixel_formats_incompatible ( )
throw (
)
overridedefault

Member Data Documentation

◆ dest_type

enum vil_pixel_format src_type vil_exception_pixel_formats_incompatible::dest_type

Definition at line 51 of file vil_exception.h.

◆ operation_name

std::string vil_exception_pixel_formats_incompatible::operation_name

Definition at line 52 of file vil_exception.h.


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