irtkImageAttributes Class Reference

#include <irtkImageAttributes.h>

Inheritance diagram for irtkImageAttributes:

Inheritance graph
[legend]
Collaboration diagram for irtkImageAttributes:

Collaboration graph
[legend]

List of all members.


Detailed Description

Class which defines the attributes of the imaging geometry.

Definition at line 9 of file irtkImageAttributes.h.


Public Member Functions

 irtkImageAttributes ()
 Constructor.
 irtkImageAttributes (const irtkImageAttributes &)
 Copy constructor.
irtkImageAttributesoperator= (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.

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