BRL-CAD

#include <geom.h>

Collaboration diagram for rt_dsp_internal:
[legend]

Data Fields

uint32_t magic
 
struct bu_vls dsp_name
 
uint32_t dsp_xcnt
 # samples in row of data More...
 
uint32_t dsp_ycnt
 # of columns in data More...
 
unsigned short dsp_smooth
 bool: surf normal interp More...
 
unsigned char dsp_cuttype
 type of cut to make More...
 
mat_t dsp_mtos
 model to solid space More...
 
mat_t dsp_stom
 solid to model space computed from dsp_mtos More...
 
unsigned short * dsp_buf
 actual data More...
 
struct bu_mapped_filedsp_mp
 mapped file for data More...
 
struct rt_db_internaldsp_bip
 db object for data More...
 
char dsp_datasrc
 which type of data source More...
 

Detailed Description

Definition at line 561 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 562 of file geom.h.

◆ dsp_name

struct bu_vls dsp_name
Todo:
make this a pointer, name of data file

Definition at line 562 of file geom.h.

◆ dsp_xcnt

uint32_t dsp_xcnt

# samples in row of data

Definition at line 570 of file geom.h.

◆ dsp_ycnt

uint32_t dsp_ycnt

# of columns in data

Definition at line 571 of file geom.h.

◆ dsp_smooth

unsigned short dsp_smooth

bool: surf normal interp

Definition at line 572 of file geom.h.

◆ dsp_cuttype

unsigned char dsp_cuttype

type of cut to make

Definition at line 576 of file geom.h.

◆ dsp_mtos

mat_t dsp_mtos

model to solid space

Definition at line 578 of file geom.h.

◆ dsp_stom

mat_t dsp_stom

solid to model space computed from dsp_mtos

Definition at line 580 of file geom.h.

◆ dsp_buf

unsigned short* dsp_buf

actual data

Definition at line 582 of file geom.h.

◆ dsp_mp

struct bu_mapped_file* dsp_mp

mapped file for data

Definition at line 583 of file geom.h.

◆ dsp_bip

struct rt_db_internal* dsp_bip

db object for data

Definition at line 584 of file geom.h.

◆ dsp_datasrc

char dsp_datasrc

which type of data source

Definition at line 588 of file geom.h.


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