BRL-CAD
rt_vol_internal Struct Reference

#include <geom.h>

Collaboration diagram for rt_vol_internal:
[legend]

Data Fields

uint32_t magic
 
char name [RT_VOL_NAME_LEN]
 
uint32_t xdim
 X dimension. More...
 
uint32_t ydim
 Y dimension. More...
 
uint32_t zdim
 Z dimension. More...
 
uint32_t lo
 Low threshold. More...
 
uint32_t hi
 High threshold. More...
 
vect_t cellsize
 ideal coords: size of each cell More...
 
mat_t mat
 convert local coords to model space More...
 
struct rt_db_internalbip
 
char datasrc
 which type of data source More...
 
unsigned char * map
 

Detailed Description

Definition at line 350 of file geom.h.

Field Documentation

◆ magic

uint32_t magic

Definition at line 351 of file geom.h.

◆ name

char name[RT_VOL_NAME_LEN]

Definition at line 352 of file geom.h.

◆ xdim

uint32_t xdim

X dimension.

Definition at line 356 of file geom.h.

◆ ydim

uint32_t ydim

Y dimension.

Definition at line 357 of file geom.h.

◆ zdim

uint32_t zdim

Z dimension.

Definition at line 358 of file geom.h.

◆ lo

uint32_t lo

Low threshold.

Definition at line 359 of file geom.h.

◆ hi

uint32_t hi

High threshold.

Definition at line 360 of file geom.h.

◆ cellsize

vect_t cellsize

ideal coords: size of each cell

Definition at line 361 of file geom.h.

◆ mat

mat_t mat

convert local coords to model space

Definition at line 362 of file geom.h.

◆ bip

struct rt_db_internal* bip

Definition at line 363 of file geom.h.

◆ datasrc

char datasrc

which type of data source

Definition at line 366 of file geom.h.

◆ map

unsigned char* map

Definition at line 368 of file geom.h.


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