BRL-CAD
|
#include "common.h"
#include "bu/list.h"
#include "bu/magic.h"
#include "bu/bitv.h"
#include "rt/hit.h"
#include "rt/soltab.h"
#include "rt/space_partition.h"
Go to the source code of this file.
Data Structures | |
struct | rt_htbl |
struct | rt_piecestate |
struct | rt_piecelist |
Macros | |
#define | RT_CK_HTBL(_p) BU_CKMAG(_p, RT_HTBL_MAGIC, "rt_htbl") |
#define | RT_CK_PIECESTATE(_p) BU_CKMAG(_p, RT_PIECESTATE_MAGIC, "struct rt_piecestate") |
#define | RT_CK_PIECELIST(_p) BU_CKMAG(_p, RT_PIECELIST_MAGIC, "struct rt_piecelist") |
#define RT_CK_HTBL | ( | _p | ) | BU_CKMAG(_p, RT_HTBL_MAGIC, "rt_htbl") |
#define RT_CK_PIECESTATE | ( | _p | ) | BU_CKMAG(_p, RT_PIECESTATE_MAGIC, "struct rt_piecestate") |
#define RT_CK_PIECELIST | ( | _p | ) | BU_CKMAG(_p, RT_PIECELIST_MAGIC, "struct rt_piecelist") |