HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PXL_DataFormatResolver< T > Struct Template Reference

#include <PXL_Common.h>

Detailed Description

template<typename T>
struct PXL_DataFormatResolver< T >

Define typresolver structs to translate between the types associated with the pixel storage and the C++ types. This can be used in templated functions:

template <PXL_DataFormat FORMAT> void
function() { const PXL_TypeResolver<FORMAT>::CPPType *raster = ... }

Definition at line 55 of file PXL_Common.h.


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