BRL-CAD
piece.h File Reference
#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"
Include dependency graph for piece.h:
This graph shows which files directly or indirectly include this file:

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")
 

Macro Definition Documentation

◆ RT_CK_HTBL

#define RT_CK_HTBL (   _p)    BU_CKMAG(_p, RT_HTBL_MAGIC, "rt_htbl")

Definition at line 47 of file piece.h.

◆ RT_CK_PIECESTATE

#define RT_CK_PIECESTATE (   _p)    BU_CKMAG(_p, RT_PIECESTATE_MAGIC, "struct rt_piecestate")

Definition at line 67 of file piece.h.

◆ RT_CK_PIECELIST

#define RT_CK_PIECELIST (   _p)    BU_CKMAG(_p, RT_PIECELIST_MAGIC, "struct rt_piecelist")

Definition at line 90 of file piece.h.