
#include <Image/PixelsTypes.H>
Inheritance diagram for PixHyper< T, dim >:


Definition at line 1262 of file PixelsTypes.H.
Public Member Functions | |
| PixHyper () | |
| ~PixHyper () | |
| PixHyper (const T val) | |
| template<class T2> | |
| PixHyper (const PixRGB< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixHSV< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixJpegYUV< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixVideoYUV< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixYIQ< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixHSL< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixH2SV1< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixH2SV2< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixH2SV3< T2 > &A) | |
| template<class T2> | |
| PixHyper (const PixHyper< T2, dim > &A) | |
| PixHyper (const PixHyper< T, dim > &pix) | |
| construct pixel from another. Defined here for tech reasons | |
Static Public Attributes | |
| static const enum PixType | pType = PixTypeHyper |
| static const size_t | myDim = dim |
|
||||||||||
|
construct pixel from another. Defined here for tech reasons
Definition at line 3589 of file PixelsTypes.H. |
1.4.4