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

Go to the source code of this file.

Data Structures

struct  bound_rpp
 
struct  soltab
 

Macros

#define st_name   st_dp->d_namep
 
#define RT_SOLTAB_NULL   ((struct soltab *)0)
 
#define SOLTAB_NULL   RT_SOLTAB_NULL
 backwards compat More...
 
#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")
 

Functions

void rt_free_soltab (struct soltab *stp)
 
void rt_pr_soltab (const struct soltab *stp)