#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 PrimEntry* | PrimEntryPtr | ||
Variables | |||
const PrimEntryPtr | PRIM_GRID_TAG = (PrimEntry*) 0x8 | ||
RT_Lock* | gGridLock = 0 |
#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 PrimEntry* PrimEntryPtr |
Definition at line 126 of file RT_Grid.cc.
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.