IGSTK
Public Types | Public Member Functions
igstk::MRImageSpatialObject Class Reference

Represents a MR scan placed correctly in physical coordinates. More...

#include <igstkMRImageSpatialObject.h>

Inheritance diagram for igstk::MRImageSpatialObject:
Inheritance graph
[legend]
Collaboration diagram for igstk::MRImageSpatialObject:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Represents a MR scan placed correctly in physical coordinates.

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.

See also:
CTImageSpatialObject
MRImageReader
MRImageSpatialObjectRepresentation

Definition at line 41 of file igstkMRImageSpatialObject.h.


Member Typedef Documentation

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.


Member Function Documentation

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 >.


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