#include <rtgeom.h>
Data Fields | |
long | magic |
char | file [RT_VOL_NAME_LEN] |
int | xdim |
X dimension. | |
int | ydim |
Y dimension. | |
int | zdim |
Z dimension. | |
int | lo |
Low threshold. | |
int | hi |
High threshold. | |
vect_t | cellsize |
ideal coords: size of each cell | |
mat_t | mat |
convert local coords to model space | |
unsigned char * | map |
Definition at line 252 of file rtgeom.h.
|
Definition at line 253 of file rtgeom.h. Referenced by rt_vol_ifree(), rt_vol_import(), and rt_vol_import5(). |
|
Definition at line 254 of file rtgeom.h. Referenced by rt_vol_print(). |
|
X dimension.
Definition at line 255 of file rtgeom.h. Referenced by rt_vol_plot(), rt_vol_prep(), rt_vol_print(), rt_vol_shot(), and rt_vol_tess(). |
|
Y dimension.
Definition at line 256 of file rtgeom.h. Referenced by rt_vol_plot(), rt_vol_prep(), rt_vol_print(), rt_vol_shot(), and rt_vol_tess(). |
|
Z dimension.
Definition at line 257 of file rtgeom.h. Referenced by rt_vol_plot(), rt_vol_prep(), rt_vol_print(), rt_vol_shot(), and rt_vol_tess(). |
|
Low threshold.
Definition at line 258 of file rtgeom.h. Referenced by rt_vol_import(), and rt_vol_import5(). |
|
High threshold.
Definition at line 259 of file rtgeom.h. Referenced by rt_vol_import(), and rt_vol_import5(). |
|
ideal coords: size of each cell
Definition at line 260 of file rtgeom.h. Referenced by rt_vol_import(), rt_vol_import5(), rt_vol_prep(), rt_vol_print(), rt_vol_shot(), and rt_vol_tess(). |
|
convert local coords to model space
Definition at line 261 of file rtgeom.h. Referenced by rt_vol_export(), rt_vol_export5(), rt_vol_import(), rt_vol_import5(), rt_vol_prep(), and rt_vol_tess(). |
|
Definition at line 263 of file rtgeom.h. Referenced by rt_vol_free(), rt_vol_ifree(), and rt_vol_prep(). |