BRL-CAD
|
Object-oriented interface to BRL-CAD geometry. More...
Files | |
file | functab.h |
Data Structures | |
struct | rt_functab |
Macros | |
#define | RT_CK_FUNCTAB(_p) BU_CKMAG(_p, RT_FUNCTAB_MAGIC, "functab"); |
Functions | |
const struct rt_functab * | rt_get_functab_by_label (const char *label) |
Variables | |
const struct rt_functab | OBJ [] |
Object-oriented interface to BRL-CAD geometry.
These are the methods for a notional object class "brlcad_solid". The data for each instance is found separately in struct soltab. This table is indexed by ID_xxx value of particular solid found in st_id, or directly pointed at by st_meth.
#define RT_CK_FUNCTAB | ( | _p | ) | BU_CKMAG(_p, RT_FUNCTAB_MAGIC, "functab"); |
const struct rt_functab * rt_get_functab_by_label | ( | const char * | label | ) |
|
extern |