BRL-CAD
|
Files | |
file | pg.h |
Data Structures | |
struct | rt_pg_face_internal |
has npoly elements More... | |
struct | rt_pg_internal |
Macros | |
#define | RT_PG_CK_MAGIC(_p) BU_CKMAG(_p, RT_PG_INTERNAL_MAGIC, "rt_pg_internal") |
Functions | |
int | rt_pg_to_bot (struct rt_db_internal *ip, const struct bn_tol *tol, struct resource *resp0) |
int | rt_pg_plot (struct bu_list *vhead, struct rt_db_internal *ip, const struct bg_tess_tol *ttol, const struct bn_tol *tol, const struct bview *info) |
int | rt_pg_plot_poly (struct bu_list *vhead, struct rt_db_internal *ip, const struct bg_tess_tol *ttol, const struct bn_tol *tol) |
#define RT_PG_CK_MAGIC | ( | _p | ) | BU_CKMAG(_p, RT_PG_INTERNAL_MAGIC, "rt_pg_internal") |
int rt_pg_to_bot | ( | struct rt_db_internal * | ip, |
const struct bn_tol * | tol, | ||
struct resource * | resp0 | ||
) |
int rt_pg_plot | ( | struct bu_list * | vhead, |
struct rt_db_internal * | ip, | ||
const struct bg_tess_tol * | ttol, | ||
const struct bn_tol * | tol, | ||
const struct bview * | info | ||
) |
int rt_pg_plot_poly | ( | struct bu_list * | vhead, |
struct rt_db_internal * | ip, | ||
const struct bg_tess_tol * | ttol, | ||
const struct bn_tol * | tol | ||
) |