#include <raytrace.h>
Collaboration diagram for cutter::nugridnode:
Data Fields | |
int | nu_type |
cutter::nugridnode::nu_axis * | nu_axis [3] |
int | nu_cells_per_axis [3] |
number of slabs | |
int | nu_stepsize [3] |
number of cells to jump for one step in each axis | |
cutter * | nu_grid |
3-D array of boxnodes | |
Data Structures | |
struct | nu_axis |
Definition at line 733 of file raytrace.h.
|
Definition at line 734 of file raytrace.h. |
|
Referenced by rt_advance_to_next_cell(), rt_cell_n_on_ray(), rt_shootray(), and rt_shootray_bundle(). |
|
number of slabs
Definition at line 740 of file raytrace.h. Referenced by rt_advance_to_next_cell(), rt_cell_n_on_ray(), rt_shootray(), and rt_shootray_bundle(). |
|
number of cells to jump for one step in each axis
Definition at line 741 of file raytrace.h. Referenced by rt_advance_to_next_cell(). |
|
3-D array of boxnodes
Definition at line 742 of file raytrace.h. Referenced by rt_advance_to_next_cell(), rt_ct_measure(), and rt_plot_cut(). |