#include "IMG_API.h"#include <UT/UT_PtrArray.h>Go to the source code of this file.
Classes | |
| class | IMG_DeepPixelReader |
| Thread-safe convenience class to make reading DSM pixels easy. More... | |
| class | IMG_DeepShadowChannel |
| Single channel of a Houdini DSM image. More... | |
| class | IMG_DeepShadow |
| Class to read or write deep shadow/camera images. More... | |
Enumerations | |
| enum | IMG_DepthMode { IMG_DEPTH_NEAREST = 0, IMG_DEPTH_FARTHEST = 1, IMG_DEPTH_MIDPOINT = 2 } |
| enum | IMG_DepthInterp { IMG_COMPRESS_DISCRETE = 0, IMG_COMPRESS_LINEAR = 1 } |
| enum IMG_DepthInterp |
Definition at line 39 of file IMG_DeepShadow.h.
| enum IMG_DepthMode |
Definition at line 32 of file IMG_DeepShadow.h.
1.5.9