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

RT_Grid.cc File Reference

#include "RT_Grid.h"
#include "RT_RayStats.h"
#include "FCompare.h"

Include dependency graph for RT_Grid.cc:

Go to the source code of this file.

Compounds

struct  PrimEntry
struct  PrimListEntry

Defines

#define RT_SetLock(x)
#define RT_UnsetLock(x)
#define RT_Lock   Int
#define DBG_COUT   if (0) cerr
#define FEQG(a, b)    (b >= a)
#define FSGN(x)    (((x) > sEpsilon ) ? 1 : (((x) < -sEpsilon) ? -1 : 0))

Typedefs

typedef PrimEntryPrimEntryPtr

Variables

const PrimEntryPtr PRIM_GRID_TAG = (PrimEntry*) 0x8
RT_Lock* gGridLock = 0


Define Documentation

#define DBG_COUT   if (0) cerr

Definition at line 71 of file RT_Grid.cc.

#define FEQG(a, b)   (b >= a)

Definition at line 186 of file RT_Grid.cc.

#define FSGN(x)   (((x) > sEpsilon ) ? 1 : (((x) < -sEpsilon) ? -1 : 0))

Definition at line 189 of file RT_Grid.cc.

#define RT_Lock   Int

Definition at line 69 of file RT_Grid.cc.

#define RT_SetLock(x)

Definition at line 67 of file RT_Grid.cc.

#define RT_UnsetLock(x)

Definition at line 68 of file RT_Grid.cc.


Typedef Documentation

typedef PrimEntry* PrimEntryPtr

Definition at line 126 of file RT_Grid.cc.


Variable Documentation

const PrimEntryPtr PRIM_GRID_TAG = (PrimEntry*) 0x8

Definition at line 130 of file RT_Grid.cc.

RT_Lock * gGridLock = 0

Definition at line 295 of file RT_Grid.cc.


Generated at Sat Aug 5 00:26:54 2000 for Radiator by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000