MITK-IGT
IGT Extension of MITK
|
This specialization of mitk::Image only appends necessary Metadata to an MITK image. Otherwise it can safely be treated like it's mother class. To generate an USImage from a standard mitkImage, call the appropriate constructor USImage(image::Pointer) More...
#include <mitkUSImage.h>
Public Member Functions | |
mitkClassMacro (USImage, mitk::Image) | |
itkFactorylessNewMacro (Self) | |
itkCloneMacro (Self) mitkNewMacro1Param(Self | |
this constructor creates an US Image identical to the recieved mitkImage. The Metadata are set to default. The image data is shared, so don't continue to manipulate the original image. | |
mitk::USImageMetadata::Pointer | GetMetadata () const |
Reads out this image's Metadata set from the properties and returns a corresponding USImageMetadata object. | |
void | SetMetadata (mitk::USImageMetadata::Pointer metadata) |
Writes the information of the metadata object into the image's properties. | |
Protected Member Functions | |
USImage () | |
This constructor creates an empty USImage. The Metadata are set to default. | |
USImage (mitk::Image::Pointer image) | |
this constructor creates an US Image identical to the recieved mitkImage. The Metadata are set to default. The image data is shared, so don't continue to manipulate the original image. | |
~USImage () override | |
This specialization of mitk::Image only appends necessary Metadata to an MITK image. Otherwise it can safely be treated like it's mother class. To generate an USImage from a standard mitkImage, call the appropriate constructor USImage(image::Pointer)
DocumentationZ
Definition at line 31 of file mitkUSImage.h.
|
protected |
This constructor creates an empty USImage. The Metadata are set to default.
Definition at line 19 of file mitkUSImage.cpp.
|
protected |
this constructor creates an US Image identical to the recieved mitkImage. The Metadata are set to default. The image data is shared, so don't continue to manipulate the original image.
Definition at line 24 of file mitkUSImage.cpp.
|
overrideprotected |
Definition at line 38 of file mitkUSImage.cpp.
mitk::USImageMetadata::Pointer mitk::USImage::GetMetadata | ( | ) | const |
Reads out this image's Metadata set from the properties and returns a corresponding USImageMetadata object.
Definition at line 43 of file mitkUSImage.cpp.
mitk::USImage::itkCloneMacro | ( | Self | ) |
this constructor creates an US Image identical to the recieved mitkImage. The Metadata are set to default. The image data is shared, so don't continue to manipulate the original image.
mitk::Exception | Throws an exception if there is a problem with access to the data while constructing the image. |
mitk::USImage::itkFactorylessNewMacro | ( | Self | ) |
mitk::USImage::mitkClassMacro | ( | USImage | , |
mitk::Image | ) |
void mitk::USImage::SetMetadata | ( | mitk::USImageMetadata::Pointer | metadata | ) |
Writes the information of the metadata object into the image's properties.
Definition at line 59 of file mitkUSImage.cpp.