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  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 XRayNN::CastNext(), MaxIntensityNN::CastNext(), FirstHitNN::CastNext(), Ray::CastNext(), and Ray::Lighting().


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