|
uint32_t | magic |
|
char | ft_name [17] |
|
char | ft_label [9] |
|
void(* | ft_labels )(int *num_lines, point_t *lines, struct rt_point_labels *pl, int max_pl, const mat_t xform, struct rt_edit *s, struct bn_tol *tol) |
|
const char *(* | ft_keypoint )(point_t *pt, const char *keystr, const mat_t mat, struct rt_edit *s, const struct bn_tol *tol) |
|
void(* | ft_e_axes_pos )(struct rt_edit *s, const struct rt_db_internal *ip, const struct bn_tol *tol) |
|
void(* | ft_write_params )(struct bu_vls *p, const struct rt_db_internal *ip, const struct bn_tol *tol, fastf_t base2local) |
|
int(* | ft_read_params )(struct rt_db_internal *ip, const char *fc, const struct bn_tol *tol, fastf_t local2base) |
|
int(* | ft_edit )(struct rt_edit *s) |
|
int(* | ft_edit_xy )(struct rt_edit *s, const vect_t mousevec) |
|
void *(* | ft_prim_edit_create )(struct rt_edit *s) |
|
void(* | ft_prim_edit_destroy )(void *) |
|
void(* | ft_prim_edit_reset )(struct rt_edit *s) |
|
int(* | ft_menu_str )(struct bu_vls *m, const struct rt_db_internal *ip, const struct bn_tol *tol) |
|
void(* | ft_set_edit_mode )(struct rt_edit *s, int mode) |
|
struct rt_edit_menu_item *(* | ft_menu_item )(const struct bn_tol *tol) |
|
Definition at line 349 of file functab.h.