Loading...
Searching...
No Matches
#include "common.h"
#include "vmath.h"
#include "bu/magic.h"
#include "bu/list.h"
#include "bu/ptbl.h"
#include "rt/defines.h"
#include "rt/db_fullpath.h"
Go to the source code of this file.
|
| #define | RT_SOLTAB_INIT_ZERO {BU_LIST_INIT_ZERO, BU_LIST_INIT_ZERO, NULL, NULL, 0, 0, VINIT_ZERO, 0.0, 0.0, NULL, NULL, VINIT_ZERO, VINIT_ZERO, 0, BU_PTBL_INIT_ZERO, NULL, DB_FULL_PATH_INIT_ZERO, 0, 0, NULL} |
| |
| #define | st_name st_dp->d_namep |
| |
| #define | RT_SOLTAB_NULL ((struct soltab *)0) |
| |
| #define | SOLTAB_NULL RT_SOLTAB_NULL |
| | backwards compat
|
| |
| #define | RT_CHECK_SOLTAB(_p) BU_CKMAG(_p, RT_SOLTAB_MAGIC, "struct soltab") |
| |
| #define | RT_CK_SOLTAB(_p) BU_CKMAG(_p, RT_SOLTAB_MAGIC, "struct soltab") |
| |