############
DecodedImage
############

.. cpp:namespace:: DecodedImage

.. default-domain:: cpp

Fields
======

============================= ===================================
std::vector< unsigned char >  :cpp:var:`~DecodedImage::pixels`   
unsigned int                  :cpp:var:`~DecodedImage::width`    
unsigned int                  :cpp:var:`~DecodedImage::height`   
int                           :cpp:var:`~DecodedImage::channels` 
============================= ===================================

Functions
=========

=========================== ============================================================================================
..                          :cpp:func:`DecodedImage <DecodedImage::DecodedImage>`                                       
..                          :cpp:func:`DecodedImage <DecodedImage::DecodedImage>`                                       
..                          :cpp:func:`~DecodedImage <DecodedImage::~DecodedImage>`                                     
bool                        :cpp:func:`IsValid <bool DecodedImage::IsValid() const>`                                    
..                          :cpp:func:`DecodedImage <DecodedImage::DecodedImage>`                                       
:doc:`classDecodedImage` &  :cpp:func:`operator= <DecodedImage & DecodedImage::operator=(DecodedImage const &)=delete>` 
..                          :cpp:func:`DecodedImage <DecodedImage::DecodedImage>`                                       
:doc:`classDecodedImage` &  :cpp:func:`operator= <DecodedImage & DecodedImage::operator=(DecodedImage &&)=default>`     
=========================== ============================================================================================

.. cpp:namespace:: nullptr

Detailed Description
====================

.. doxygenclass:: DecodedImage
   :project: mvo
   :members:
   :undoc-members:



