#include <rtgeom.h>
Collaboration diagram for rt_hf_internal:
Data Fields | |
long | magic |
char | cfile [128] |
name of control file (optional) | |
char | dfile [128] |
name of data file | |
char | fmt [8] |
CV style file format descriptor. | |
int | w |
# samples wide of data file. ("i", "x") | |
int | n |
nlines of data file. ("j", "y") | |
int | shorts |
!0 --> memory array is short, not float | |
fastf_t | file2mm |
scale factor to cvt file units to mm | |
vect_t | v |
origin of HT in model space | |
vect_t | x |
model vect corresponding to "w" dir (will be unitized) | |
vect_t | y |
model vect corresponding to "n" dir (will be unitized) | |
fastf_t | xlen |
model len of HT rpp in "w" dir | |
fastf_t | ylen |
model len of HT rpp in "n" dir | |
fastf_t | zscale |
scale of data in ''up'' dir (after file2mm is applied) | |
bu_mapped_file * | mp |
actual data |
Definition at line 271 of file rtgeom.h.
|
Definition at line 272 of file rtgeom.h. Referenced by rt_hf_ifree(), and rt_hf_import(). |
|
name of control file (optional)
|
|
name of data file
Definition at line 275 of file rtgeom.h. Referenced by rt_hf_to_dsp(). |
|
CV style file format descriptor.
Definition at line 276 of file rtgeom.h. Referenced by rt_hf_import(). |
|
# samples wide of data file. ("i", "x")
Definition at line 277 of file rtgeom.h. Referenced by rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
nlines of data file. ("j", "y")
Definition at line 278 of file rtgeom.h. Referenced by rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
!0 --> memory array is short, not float
Definition at line 279 of file rtgeom.h. Referenced by rt_hf_import(), rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
scale factor to cvt file units to mm
Definition at line 280 of file rtgeom.h. Referenced by rt_hf_import(), rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
origin of HT in model space
Definition at line 281 of file rtgeom.h. Referenced by rt_hf_import(), rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
model vect corresponding to "w" dir (will be unitized)
Definition at line 282 of file rtgeom.h. Referenced by rt_hf_import(), rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
model vect corresponding to "n" dir (will be unitized)
Definition at line 283 of file rtgeom.h. Referenced by rt_hf_import(), rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
model len of HT rpp in "w" dir
Definition at line 284 of file rtgeom.h. Referenced by rt_hf_export(), rt_hf_import(), rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
model len of HT rpp in "n" dir
Definition at line 285 of file rtgeom.h. Referenced by rt_hf_export(), rt_hf_import(), rt_hf_plot(), rt_hf_prep(), and rt_hf_to_dsp(). |
|
scale of data in ''up'' dir (after file2mm is applied)
Definition at line 286 of file rtgeom.h. Referenced by rt_hf_export(), rt_hf_import(), and rt_hf_plot(). |
|
actual data
Definition at line 288 of file rtgeom.h. Referenced by rt_hf_ifree(), rt_hf_import(), rt_hf_plot(), and rt_hf_prep(). |