#include <irtkImageAttributes.h>


Definition at line 9 of file irtkImageAttributes.h.
Public Member Functions | |
| irtkImageAttributes () | |
| Constructor. | |
| irtkImageAttributes (const irtkImageAttributes &) | |
| Copy constructor. | |
| irtkImageAttributes & | operator= (const irtkImageAttributes &) |
| Copy operator. | |
| Bool | operator== (const irtkImageAttributes &attr) const |
| Comparison operator. | |
Public Attributes | |
| int | _x |
| Image x-dimension (in voxels). | |
| int | _y |
| Image y-dimension (in voxels). | |
| int | _z |
| Image z-dimension (in voxels). | |
| int | _t |
| Image t-dimension (in voxels). | |
| double | _dx |
| Voxel x-dimensions (in mm). | |
| double | _dy |
| Voxel y-dimensions (in mm). | |
| double | _dz |
| Voxel z-dimensions (in mm). | |
| double | _dt |
| Voxel t-dimensions (in ms). | |
| double | _xorigin |
| Image x-origin. | |
| double | _yorigin |
| Image y-origin. | |
| double | _zorigin |
| Image z-origin. | |
| double | _torigin |
| Image origin (temporal). | |
| double | _xaxis [3] |
| Direction of x-axis. | |
| double | _yaxis [3] |
| Direction of y-axis. | |
| double | _zaxis [3] |
| Direction of z-axis. | |