BRL-CAD

#include <geom.h>

Collaboration diagram for rt_ebm_internal:
[legend]

Data Fields

uint32_t magic
 
char name [RT_EBM_NAME_LEN]
 
uint32_t xdim
 X dimension (w cells) More...
 
uint32_t ydim
 Y dimension (n cells) More...
 
fastf_t tallness
 Z dimension (mm) More...
 
mat_t mat
 convert local coords to model space More...
 
unsigned char * buf
 actual data More...
 
struct bu_mapped_filemp
 mapped file for data More...
 
struct rt_db_internalbip
 db object for data More...
 
char datasrc
 which type of data source More...
 

Detailed Description

Definition at line 324 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 325 of file geom.h.

◆ name

char name[RT_EBM_NAME_LEN]

Definition at line 326 of file geom.h.

◆ xdim

uint32_t xdim

X dimension (w cells)

Definition at line 330 of file geom.h.

◆ ydim

uint32_t ydim

Y dimension (n cells)

Definition at line 331 of file geom.h.

◆ tallness

fastf_t tallness

Z dimension (mm)

Definition at line 332 of file geom.h.

◆ mat

mat_t mat

convert local coords to model space

Definition at line 333 of file geom.h.

◆ buf

unsigned char* buf

actual data

Definition at line 334 of file geom.h.

◆ mp

struct bu_mapped_file* mp

mapped file for data

Definition at line 335 of file geom.h.

◆ bip

struct rt_db_internal* bip

db object for data

Definition at line 336 of file geom.h.

◆ datasrc

char datasrc

which type of data source

Definition at line 339 of file geom.h.


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