#include <rtgeom.h>
Collaboration diagram for rt_ebm_internal:
Data Fields | |
long | magic |
char | file [RT_EBM_NAME_LEN] |
int | xdim |
X dimension (w cells). | |
int | ydim |
Y dimension (n cells). | |
fastf_t | tallness |
Z dimension (mm). | |
mat_t | mat |
convert local coords to model space | |
bu_mapped_file * | mp |
actual data |
Definition at line 235 of file rtgeom.h.
|
Definition at line 236 of file rtgeom.h. Referenced by rt_ebm_ifree(), rt_ebm_import(), rt_ebm_import5(), and rt_ebm_make(). |
|
Definition at line 237 of file rtgeom.h. Referenced by rt_ebm_print(), and rt_ebm_tcladjust(). |
|
X dimension (w cells).
Definition at line 238 of file rtgeom.h. Referenced by rt_ebm_dda(), rt_ebm_plot(), rt_ebm_prep(), rt_ebm_print(), rt_ebm_tcladjust(), and rt_ebm_tess(). |
|
Y dimension (n cells).
Definition at line 239 of file rtgeom.h. Referenced by rt_ebm_dda(), rt_ebm_import(), rt_ebm_import5(), rt_ebm_plot(), rt_ebm_prep(), rt_ebm_print(), rt_ebm_tcladjust(), and rt_ebm_tess(). |
|
Z dimension (mm).
Definition at line 240 of file rtgeom.h. Referenced by rt_ebm_make(), rt_ebm_prep(), rt_ebm_print(), rt_ebm_shot(), and rt_ebm_tcladjust(). |
|
convert local coords to model space
Definition at line 241 of file rtgeom.h. Referenced by rt_ebm_export(), rt_ebm_export5(), rt_ebm_import(), rt_ebm_import5(), rt_ebm_make(), rt_ebm_prep(), rt_ebm_tcladjust(), and rt_ebm_tess(). |
|
actual data
Definition at line 243 of file rtgeom.h. Referenced by rt_ebm_free(), rt_ebm_ifree(), rt_ebm_import(), rt_ebm_import5(), and rt_ebm_prep(). |