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

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

#include <igstkPETImageSpatialObject.h>

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

List of all members.

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.

Detailed Description

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.

See also:
MRImageSpatialObject
CTImageSpatialObject
PETImageReader
PETImageSpatialObjectRepresentation

Definition at line 42 of file igstkPETImageSpatialObject.h.


Member Typedef Documentation

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.


Member Function Documentation

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


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