TPCCLIB
Loading...
Searching...
No Matches
VOXEL_4D Struct Reference

#include <libtpcimgio.h>

Data Fields

int x
int y
int z
int t

Detailed Description

Structure for IMG 4D voxel volume

Definition at line 1645 of file libtpcimgio.h.

Field Documentation

◆ t

int VOXEL_4D::t

IMG time frame [1..dimt]

Definition at line 1653 of file libtpcimgio.h.

Referenced by imgMaxDifference().

◆ x

int VOXEL_4D::x

IMG column [1..dimx] (from left to right)

Definition at line 1647 of file libtpcimgio.h.

Referenced by imgMaxDifference().

◆ y

int VOXEL_4D::y

IMG row [1..dimy] (from top to bottom)

Definition at line 1649 of file libtpcimgio.h.

Referenced by imgMaxDifference().

◆ z

int VOXEL_4D::z

IMG plane [1..dimz] (from up to down)

Definition at line 1651 of file libtpcimgio.h.

Referenced by imgMaxDifference().


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