BRL-CAD
|
This structure is the only parameter to rt_shootray() and holds information about how the ray-casting should be performed. More...
Files | |
file | application.h |
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) |
This structure is the only parameter to rt_shootray() and holds information about how the ray-casting should be performed.
#define RT_APPLICATION_NULL ((struct application *)0) |
Definition at line 190 of file application.h.
#define RT_AFN_NULL ((int (*)(struct application *, struct partition *, struct region *, struct region *, struct partition *))NULL) |
Definition at line 191 of file application.h.
#define RT_CK_AP | ( | _p | ) | BU_CKMAG(_p, RT_AP_MAGIC, "struct application") |
Definition at line 192 of file application.h.
#define RT_CK_APPLICATION | ( | _p | ) | BU_CKMAG(_p, RT_AP_MAGIC, "struct application") |
Definition at line 193 of file application.h.
#define RT_APPLICATION_INIT | ( | _p | ) |
Definition at line 194 of file application.h.
#define RT_AP_CHECK | ( | _ap | ) |
Definition at line 203 of file application.h.