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

ray.h File Reference

#include <assert.h>
#include "vector.h"
#include "transfunc.h"
#include "data.h"
#include "plane.h"

Go to the source code of this file.

Compounds

class  AverageNN
class  AverageTRI
class  FirstHitNN
class  FirstHitTRI
class  MaxIntensityNN
class  MaxIntensityTRI
class  Ray
class  Trilinear
class  XRayNN
class  XRayTRI

Defines

#define ROUND(x)   (((fabs(x - floor(x))) < 0.5) ? floor(x) : ceil(x))


Define Documentation

#define ROUND      (((fabs(x - floor(x))) < 0.5) ? floor(x) : ceil(x))
 

Definition at line 11 of file ray.h.

Referenced by AverageTRI::CastNext(), AverageNN::CastNext(), XRayNN::CastNext(), MaxIntensityNN::CastNext(), FirstHitNN::CastNext(), Ray::CastNext(), and Ray::Lighting().


Generated on Thu Jan 23 12:32:16 2003 by doxygen1.3-rc2