BRL-CAD
rt_hf_internal Struct Reference

#include <geom.h>

Collaboration diagram for rt_hf_internal:
[legend]

Data Fields

uint32_t magic
 
char cfile [128]
 name of control file (optional) More...
 
char dfile [128]
 name of data file More...
 
char fmt [8]
 CV style file format descriptor. More...
 
uint32_t w
 # samples wide of data file. ("i", "x") More...
 
uint32_t n
 nlines of data file. ("j", "y") More...
 
uint32_t shorts
 !0 --> memory array is short, not float More...
 
fastf_t file2mm
 scale factor to cvt file units to mm More...
 
vect_t v
 origin of HT in model space More...
 
vect_t x
 model vect corresponding to "w" dir (will be unitized) More...
 
vect_t y
 model vect corresponding to "n" dir (will be unitized) More...
 
fastf_t xlen
 model len of HT rpp in "w" dir More...
 
fastf_t ylen
 model len of HT rpp in "n" dir More...
 
fastf_t zscale
 scale of data in ''up'' dir (after file2mm is applied) More...
 
struct bu_mapped_filemp
 actual data More...
 

Detailed Description

Definition at line 378 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 379 of file geom.h.

◆ cfile

char cfile[128]

name of control file (optional)

Definition at line 381 of file geom.h.

◆ dfile

char dfile[128]

name of data file

Definition at line 382 of file geom.h.

◆ fmt

char fmt[8]

CV style file format descriptor.

Definition at line 383 of file geom.h.

◆ w

uint32_t w

# samples wide of data file. ("i", "x")

Definition at line 387 of file geom.h.

◆ n

uint32_t n

nlines of data file. ("j", "y")

Definition at line 388 of file geom.h.

◆ shorts

uint32_t shorts

!0 --> memory array is short, not float

Definition at line 389 of file geom.h.

◆ file2mm

fastf_t file2mm

scale factor to cvt file units to mm

Definition at line 390 of file geom.h.

◆ v

vect_t v

origin of HT in model space

Definition at line 391 of file geom.h.

◆ x

vect_t x

model vect corresponding to "w" dir (will be unitized)

Definition at line 392 of file geom.h.

◆ y

vect_t y

model vect corresponding to "n" dir (will be unitized)

Definition at line 393 of file geom.h.

◆ xlen

fastf_t xlen

model len of HT rpp in "w" dir

Definition at line 394 of file geom.h.

◆ ylen

fastf_t ylen

model len of HT rpp in "n" dir

Definition at line 395 of file geom.h.

◆ zscale

fastf_t zscale

scale of data in ''up'' dir (after file2mm is applied)

Definition at line 396 of file geom.h.

◆ mp

struct bu_mapped_file* mp

actual data

Definition at line 398 of file geom.h.


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