BRL-CAD
ged_drawable Struct Reference

#include <defines.h>

Collaboration diagram for ged_drawable:
[legend]

Data Fields

struct bu_listgd_headDisplay
 head of display list More...
 
struct bu_listgd_headVDraw
 head of vdraw list More...
 
struct vd_curvegd_currVHead
 current vdraw head More...
 
char ** gd_rt_cmd
 
int gd_rt_cmd_len
 
void(* gd_rtCmdNotify )(int aborted)
 function called when rt command completes More...
 
int gd_uplotOutputMode
 output mode for unix plots More...
 
struct bu_vls gd_qray_basename
 basename of query ray vlist More...
 
struct bu_vls gd_qray_script
 query ray script More...
 
char gd_qray_effects
 t for text, g for graphics or b for both More...
 
int gd_qray_cmd_echo
 0 - don't echo command, 1 - echo command More...
 
struct ged_qray_fmtgd_qray_fmts
 
struct ged_qray_color gd_qray_odd_color
 
struct ged_qray_color gd_qray_even_color
 
struct ged_qray_color gd_qray_void_color
 
struct ged_qray_color gd_qray_overlap_color
 
int gd_shaded_mode
 1 - draw bots shaded by default More...
 

Detailed Description

Definition at line 166 of file defines.h.

Field Documentation

◆ gd_headDisplay

struct bu_list* gd_headDisplay

head of display list

Definition at line 167 of file defines.h.

◆ gd_headVDraw

struct bu_list* gd_headVDraw

head of vdraw list

Definition at line 168 of file defines.h.

◆ gd_currVHead

struct vd_curve* gd_currVHead

current vdraw head

Definition at line 169 of file defines.h.

◆ gd_rt_cmd

char** gd_rt_cmd

Definition at line 171 of file defines.h.

◆ gd_rt_cmd_len

int gd_rt_cmd_len

Definition at line 172 of file defines.h.

◆ gd_rtCmdNotify

void(* gd_rtCmdNotify) (int aborted)

function called when rt command completes

Definition at line 174 of file defines.h.

◆ gd_uplotOutputMode

int gd_uplotOutputMode

output mode for unix plots

Definition at line 176 of file defines.h.

◆ gd_qray_basename

struct bu_vls gd_qray_basename

basename of query ray vlist

Definition at line 176 of file defines.h.

◆ gd_qray_script

struct bu_vls gd_qray_script

query ray script

Definition at line 176 of file defines.h.

◆ gd_qray_effects

char gd_qray_effects

t for text, g for graphics or b for both

Definition at line 181 of file defines.h.

◆ gd_qray_cmd_echo

int gd_qray_cmd_echo

0 - don't echo command, 1 - echo command

Definition at line 182 of file defines.h.

◆ gd_qray_fmts

struct ged_qray_fmt* gd_qray_fmts

Definition at line 183 of file defines.h.

◆ gd_qray_odd_color

struct ged_qray_color gd_qray_odd_color

Definition at line 183 of file defines.h.

◆ gd_qray_even_color

struct ged_qray_color gd_qray_even_color

Definition at line 183 of file defines.h.

◆ gd_qray_void_color

struct ged_qray_color gd_qray_void_color

Definition at line 183 of file defines.h.

◆ gd_qray_overlap_color

struct ged_qray_color gd_qray_overlap_color

Definition at line 183 of file defines.h.

◆ gd_shaded_mode

int gd_shaded_mode

1 - draw bots shaded by default

Definition at line 188 of file defines.h.


The documentation for this struct was generated from the following file: