HDK
|
#include <limits.h>
#include <stdlib.h>
#include <SYS/SYS_Types.h>
#include <SYS/SYS_Math.h>
#include <SYS/SYS_Floor.h>
#include <UT/UT_Endian.h>
#include "PXL_Pixel.h"
Go to the source code of this file.
Macros | |
#define | ABS(x) ((x) < 0 ? -x : x) |