BRL-CAD
|
#include "common.h"
#include "vmath.h"
#include "bu/list.h"
#include "bu/ptbl.h"
#include "rt/defines.h"
#include "rt/tree.h"
#include "rt/directory.h"
Go to the source code of this file.
Data Structures | |
struct | resource |
Macros | |
#define | RESOURCE_NULL ((struct resource *)0) |
#define | RT_CK_RESOURCE(_p) BU_CKMAG(_p, RESOURCE_MAGIC, "struct resource") |
#define | RT_RESOURCE_INIT_ZERO { RESOURCE_MAGIC, 0, BU_LIST_INIT_ZERO, BU_PTBL_INIT_ZERO, 0, 0, 0, BU_LIST_INIT_ZERO, 0, 0, 0, BU_LIST_INIT_ZERO, BU_LIST_INIT_ZERO, BU_LIST_INIT_ZERO, NULL, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, 0, 0, 0, 0, BU_PTBL_INIT_ZERO, NULL, 0, 0, 0, NULL, BU_PTBL_INIT_ZERO } |
Variables | |
struct resource | rt_uniresource |
default. Defined in librt/globals.c More... | |
int | RT_SEM_WORKER |
int | RT_SEM_MODEL |
int | RT_SEM_RESULTS |
int | RT_SEM_TREE0 |
int | RT_SEM_TREE1 |
int | RT_SEM_TREE2 |
int | RT_SEM_TREE3 |