BRL-CAD
Loading...
Searching...
No Matches
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)
 
char dfile [128]
 name of data file
 
char fmt [8]
 CV style file format descriptor.
 
uint32_t w
 # samples wide of data file. ("i", "x")
 
uint32_t n
 nlines of data file. ("j", "y")
 
uint32_t 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)
 
struct bu_mapped_filemp
 actual data
 

Detailed Description

Definition at line 384 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 385 of file geom.h.

◆ cfile

char cfile[128]

name of control file (optional)

Definition at line 387 of file geom.h.

◆ dfile

char dfile[128]

name of data file

Definition at line 388 of file geom.h.

◆ fmt

char fmt[8]

CV style file format descriptor.

Definition at line 389 of file geom.h.

◆ w

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

Definition at line 393 of file geom.h.

◆ n

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

Definition at line 394 of file geom.h.

◆ shorts

uint32_t shorts

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

Definition at line 395 of file geom.h.

◆ file2mm

fastf_t file2mm

scale factor to cvt file units to mm

Definition at line 396 of file geom.h.

◆ v

vect_t v

origin of HT in model space

Definition at line 397 of file geom.h.

◆ x

vect_t x

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

Definition at line 398 of file geom.h.

◆ y

vect_t y

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

Definition at line 399 of file geom.h.

◆ xlen

fastf_t xlen

model len of HT rpp in "w" dir

Definition at line 400 of file geom.h.

◆ ylen

fastf_t ylen

model len of HT rpp in "n" dir

Definition at line 401 of file geom.h.

◆ zscale

fastf_t zscale

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

Definition at line 402 of file geom.h.

◆ mp

struct bu_mapped_file* mp

actual data

Definition at line 404 of file geom.h.


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