#include <igstkMRImageSpatialObject.h>
Public Types | |
typedef ImageSpatialObject < unsigned short, 3 > | SuperclassType |
Typedef for the superclass. | |
Public Member Functions | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. |
This class is the data structure used for containing a volumetric MRI scan. The scan is usually provided by a MRImageReader class, but can also be provided by other sources. Due to the protection of the ITK layer, any other potential source of ITK images must be included in the Friends mechanism.
Definition at line 41 of file igstkMRImageSpatialObject.h.
typedef ImageSpatialObject< unsigned short, 3 > igstk::MRImageSpatialObject::SuperclassType |
Typedef for the superclass.
This is needed because the igstkStandardClassTraitsMacro gets confused with the commas in the template declaration.
Definition at line 50 of file igstkMRImageSpatialObject.h.
void igstk::MRImageSpatialObject::PrintSelf | ( | std::ostream & | os, | |
itk::Indent | indent | |||
) | const [virtual] |
Print the object information in a stream.
Reimplemented from igstk::ImageSpatialObject< unsigned short, 3 >.