IGSTK
|
Represents an Ultrasound Image Object in physical space. More...
#include <igstkUSImageObject.h>
Public Types | |
typedef ImageSpatialObject < unsigned char, 3 > | SuperclassType |
Typedef for the superclass. | |
typedef SuperclassType::ImageType | ImageType |
Macro with standard traits declarations. | |
Public Member Functions | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. |
Represents an Ultrasound Image Object in physical space.
This class is the data structure used for containing a volumetric US image. The image is usually provided by a USImageReader 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 43 of file igstkUSImageObject.h.
typedef ImageSpatialObject< unsigned char, 3 > igstk::USImageObject::SuperclassType |
Typedef for the superclass.
This is needed because the igstkStandardClassTraitsMacro gets confused with the commas in the template declaration.
Definition at line 52 of file igstkUSImageObject.h.
Macro with standard traits declarations.
Reimplemented from igstk::ImageSpatialObject< unsigned char, 3 >.
Definition at line 53 of file igstkUSImageObject.h.
void igstk::USImageObject::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [virtual] |
Print the object information in a stream.
Reimplemented from igstk::ImageSpatialObject< unsigned char, 3 >.