#include <pxl_pixeltypes.h>
Public Types | |
| typedef float | Unit |
| The type that represents the Element. | |
| typedef float | CalcUnit |
| The unit which should be used in calculation. | |
Static Public Member Functions | |
| static float | minVal () |
| Max value of the Unit. | |
| static float | maxVal () |
| Max value of the Unit. | |
Static Public Attributes | |
| static const bool | isIntegralType = false |
| Whether it is an integral type or not. | |
| static const size_t | size = 32 |
| Element Size in bits. | |
| static const bool | canPreserveOutOfRangeValues = true |
| Whether it can preserve out of range values or not. | |
Definition at line 368 of file pxl_pixeltypes.h.
| typedef float Celartem::ElementDef< bpcFloat >::Unit |
| typedef float Celartem::ElementDef< bpcFloat >::CalcUnit |
| static float Celartem::ElementDef< bpcFloat >::minVal | ( | ) | [inline, static] |
| static float Celartem::ElementDef< bpcFloat >::maxVal | ( | ) | [inline, static] |
const bool Celartem::ElementDef< bpcFloat >::isIntegralType = false [static] |
const size_t Celartem::ElementDef< bpcFloat >::size = 32 [static] |
const bool Celartem::ElementDef< bpcFloat >::canPreserveOutOfRangeValues = true [static] |
Whether it can preserve out of range values or not.
Definition at line 382 of file pxl_pixeltypes.h.