|
void | dl_set_iflag (struct bu_list *hdlp, int iflag) |
|
void | dl_color_soltab (struct bu_list *hdlp) |
|
void | dl_erasePathFromDisplay (struct ged *gedp, const char *path, int allow_split) |
|
struct display_list * | dl_addToDisplay (struct bu_list *hdlp, struct db_i *dbip, const char *name) |
|
unsigned long long | ged_dl_hash (struct display_list *dl) |
|
int | ged_export_polygon (struct ged *gedp, bv_data_polygon_state *gdpsp, size_t polygon_i, const char *sname) |
|
struct bg_polygon * | ged_import_polygon (struct ged *gedp, const char *sname) |
|
int | ged_polygons_overlap (struct ged *gedp, struct bg_polygon *polyA, struct bg_polygon *polyB) |
|
void | ged_polygon_fill_segments (struct ged *gedp, struct bg_polygon *poly, vect2d_t vfilldir, fastf_t vfilldelta) |
|
int | ged_arot_args (struct ged *gedp, int argc, const char *argv[], mat_t rmat) |
|
int | ged_rot_args (struct ged *gedp, int argc, const char *argv[], char *coord, mat_t rmat) |
|
int | ged_scale_args (struct ged *gedp, int argc, const char *argv[], fastf_t *sf1, fastf_t *sf2, fastf_t *sf3) |
|
int | ged_tra_args (struct ged *gedp, int argc, const char *argv[], char *coord, vect_t tvec) |
|
unsigned long long | dl_name_hash (struct ged *gedp) |
|
struct rt_object_selections * | ged_get_object_selections (struct ged *gedp, const char *object_name) |
|
struct rt_selection_set * | ged_get_selection_set (struct ged *gedp, const char *object_name, const char *selection_name) |
|
struct display_list * | ged_dl (struct ged *gedp) |
|
void | ged_dl_notify_func_set (struct ged *gedp, ged_drawable_notify_func_t f) |
|
ged_drawable_notify_func_t | ged_dl_notify_func_get (struct ged *gedp) |
|
void | nmg_plot_eu (struct ged *gedp, struct edgeuse *es_eu, const struct bn_tol *tol, struct bu_list *vlfree) |
|
Geometry EDiting Library Database View Related Functions.
◆ GED_CHECK_DRAWABLE
Value:
}
struct display_list * ged_dl(struct ged *gedp)
Check if a drawable exists
Definition at line 42 of file view.h.
◆ GED_CHECK_VIEW
Value:Check if a view exists
Definition at line 53 of file view.h.
◆ ged_drawable_notify_func_t
◆ dl_set_iflag()
◆ dl_color_soltab()
◆ dl_erasePathFromDisplay()
void dl_erasePathFromDisplay |
( |
struct ged * |
gedp, |
|
|
const char * |
path, |
|
|
int |
allow_split |
|
) |
| |
|
extern |
◆ dl_addToDisplay()
◆ ged_dl_hash()
◆ ged_export_polygon()
◆ ged_import_polygon()
◆ ged_polygons_overlap()
◆ ged_polygon_fill_segments()
◆ ged_arot_args()
Rotate angle degrees about the specified axis
◆ ged_rot_args()
◆ ged_scale_args()
◆ ged_tra_args()
◆ dl_name_hash()
◆ ged_get_object_selections()
Return ged selections for specified object. Created if it doesn't exist.
◆ ged_get_selection_set()
Return ged selections of specified kind for specified object. Created if it doesn't exist.
◆ ged_dl()
◆ ged_dl_notify_func_set()
◆ ged_dl_notify_func_get()
◆ nmg_plot_eu()
◆ down