IGSTK
Public Types | Public Member Functions

igstk::USImageObject Class Reference

Represents an Ultrasound Image Object in physical space. More...

#include <igstkUSImageObject.h>

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

List of all members.

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.

Detailed Description

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.

See also:
MRImageSpatialObject
CTImageSpatialObject
USImageReader
USImageObjectRepresentation

Definition at line 43 of file igstkUSImageObject.h.


Member Typedef Documentation

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.


Member Function Documentation

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


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