|
TPCCLIB
|
#include <libtpcimgio.h>
Data Fields | |
| int | x |
| int | y |
| int | z |
| int | t |
Structure for IMG 4D voxel volume
Definition at line 1645 of file libtpcimgio.h.
| int VOXEL_4D::t |
IMG time frame [1..dimt]
Definition at line 1653 of file libtpcimgio.h.
Referenced by imgMaxDifference().
| int VOXEL_4D::x |
IMG column [1..dimx] (from left to right)
Definition at line 1647 of file libtpcimgio.h.
Referenced by imgMaxDifference().
| int VOXEL_4D::y |
IMG row [1..dimy] (from top to bottom)
Definition at line 1649 of file libtpcimgio.h.
Referenced by imgMaxDifference().
| int VOXEL_4D::z |
IMG plane [1..dimz] (from up to down)
Definition at line 1651 of file libtpcimgio.h.
Referenced by imgMaxDifference().