#include <igstkCTImageSpatialObject.h>
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. |
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.
Definition at line 41 of file igstkCTImageSpatialObject.h.
typedef ImageSpatialObject< signed short, 3> igstk::CTImageSpatialObject::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 50 of file igstkCTImageSpatialObject.h.
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 >.