HDK
|
#include "PXL_API.h"
#include "PXL_Common.h"
#include <UT/UT_Rect.h>
#include <UT/UT_SmallObject.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_UniquePtr.h>
#include <SYS/fpreal16Limits.h>
#include <SYS/SYS_TypeTraits.h>
#include <iosfwd>
#include <limits>
Go to the source code of this file.
Classes | |
class | PXL_Raster |
class | PXL_RasterWrapper< T, NCOMPONENTS, INTERLEAVED, READ_ONLY > |
Macros | |
#define | PXL_ROFF 0 |
Enumerations | |
enum | PXL_StreakComponents { PXL_STREAK_ALL = 0, PXL_STREAK_RGB, PXL_STREAK_A } |
#define PXL_ROFF 0 |
Definition at line 28 of file PXL_Raster.h.
enum PXL_StreakComponents |
Enumerator | |
---|---|
PXL_STREAK_ALL | |
PXL_STREAK_RGB | |
PXL_STREAK_A |
Definition at line 30 of file PXL_Raster.h.