Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

slice.h File Reference

#include "data.h"
#include "transfunc.h"

Go to the source code of this file.

Compounds

class  Slice

Defines

#define CLAMP0255(x)   x = ((x < 0) ? 0 : ((x < 255) ? x : 255))


Define Documentation

#define CLAMP0255      x = ((x < 0) ? 0 : ((x < 255) ? x : 255))
 

Definition at line 8 of file slice.h.

Referenced by Slice::SetPixels().


Generated on Thu Jan 30 21:35:44 2003 for 3DVis by doxygen1.3-rc2