|
BRL-CAD
|
#include "common.h"#include "vmath.h"#include "bu/magic.h"#include "bu/log.h"#include "bu/ptbl.h"#include "bn/tabdata.h"#include "rt/defines.h"#include "rt/ray_partition.h"#include "rt/region.h"#include "rt/resource.h"#include "rt/seg.h"#include "rt/xray.h"Go to the source code of this file.
Data Structures | |
| struct | application |
| struct | application_bundle |
Macros | |
| #define | RT_APPLICATION_NULL ((struct application *)0) |
| #define | RT_AFN_NULL ((int (*)(struct application *, struct partition *, struct region *, struct region *, struct partition *))NULL) |
| #define | RT_CK_AP(_p) BU_CKMAG(_p, RT_AP_MAGIC, "struct application") |
| #define | RT_CK_APPLICATION(_p) BU_CKMAG(_p, RT_AP_MAGIC, "struct application") |
| #define | RT_APPLICATION_INIT(_p) |
| #define | RT_AP_CHECK(_ap) |