IGSTK
Public Types | Public Member Functions

igstk::CTImageSpatialObject Class Reference

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

#include <igstkCTImageSpatialObject.h>

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

List of all members.

Public Types

typedef ImageSpatialObject
< signed short, 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 CT scan placed correctly in physical coordinates.

This class is the data structure used for containing a volumetric CT scan. The scan is usually provided by a CTImageReader 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
CTImageReader
CTImageSpatialObjectRepresentation

Definition at line 41 of file igstkCTImageSpatialObject.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 50 of file igstkCTImageSpatialObject.h.


Member Function Documentation

void igstk::CTImageSpatialObject::PrintSelf ( std::ostream &  os,
itk::Indent  indent 
) const [virtual]

Print the object information in a stream.

Reimplemented from igstk::ImageSpatialObject< signed short, 3 >.


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