IGSTK
|
This class implements a spatial object representation for US modality. More...
#include <igstkUSImageObjectRepresentation.h>
Public Member Functions | |
igstkStandardClassTraitsMacro (USImageObjectRepresentation, ImageSpatialObjectRepresentation< USImageObject >) Pointer Copy() const | |
Macro with standard traits declarations. | |
Protected Member Functions | |
USImageObjectRepresentation (void) | |
virtual | ~USImageObjectRepresentation (void) |
void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. |
This class implements a spatial object representation for US modality.
ImageRepresentation objects are responsible for rendering images according to their specific characteristics of PixelType and Dimension. In this case, this image representation class is tailored for displaying Ultrasound images.
Definition at line 39 of file igstkUSImageObjectRepresentation.h.
igstk::USImageObjectRepresentation::USImageObjectRepresentation | ( | void | ) | [protected] |
virtual igstk::USImageObjectRepresentation::~USImageObjectRepresentation | ( | void | ) | [protected, virtual] |
igstk::USImageObjectRepresentation::igstkStandardClassTraitsMacro | ( | USImageObjectRepresentation | , |
ImageSpatialObjectRepresentation< USImageObject > | |||
) | const |
Macro with standard traits declarations.
Return a copy of the current object representation.
void igstk::USImageObjectRepresentation::PrintSelf | ( | std::ostream & | os, |
itk::Indent | indent | ||
) | const [protected, virtual] |
Print the object information in a stream.
Reimplemented from igstk::ImageSpatialObjectRepresentation< USImageObject >.