IGSTK
|
Represents a PET scan placed correctly in physical coordinates. More...
#include <igstkPETImageSpatialObject.h>
Public Types | |
typedef ImageSpatialObject < float, 3 > | SuperclassType |
Type of the superclass. | |
Public Member Functions | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. |
Represents a PET scan placed correctly in physical coordinates.
This class is the data structure used for containing a volumetric PET scan. The scan is usually provided by a PETImageReader 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 42 of file igstkPETImageSpatialObject.h.
typedef ImageSpatialObject< float, 3> igstk::PETImageSpatialObject::SuperclassType |
Type of the superclass.
This must be declared first because the StandardClassTraitsMacro will otherwise get confused with the commas of the template
Definition at line 51 of file igstkPETImageSpatialObject.h.
void igstk::PETImageSpatialObject::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [virtual] |
Print the object information in a stream.
Reimplemented from igstk::ImageSpatialObject< float, 3 >.