BRL-CAD
|
#include <geom.h>
Data Fields | |
uint32_t | magic |
char | name [RT_VOL_NAME_LEN] |
uint32_t | xdim |
X dimension. | |
uint32_t | ydim |
Y dimension. | |
uint32_t | zdim |
Z dimension. | |
uint32_t | lo |
Low threshold. | |
uint32_t | hi |
High threshold. | |
vect_t | cellsize |
ideal coords: size of each cell | |
mat_t | mat |
convert local coords to model space | |
struct rt_db_internal * | bip |
char | datasrc |
which type of data source | |
unsigned char * | map |
char name[RT_VOL_NAME_LEN] |
struct rt_db_internal* bip |