This class implements a reader specific for US modality. More...
#include <igstkUSImageReader.h>
Public Member Functions | |
bool | CheckModalityType (DICOMInformationType modality) |
check if the dicom data is from a "US" modality | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const |
Print the object information in a stream. |
This class implements a reader specific for US modality.
This class derives from the DICOMImageReader. It expects to load a volume from a set of DICOM files.
Definition at line 38 of file igstkUSImageReader.h.
bool igstk::USImageReader::CheckModalityType | ( | DICOMInformationType | modality | ) | [virtual] |
check if the dicom data is from a "US" modality
Reimplemented from igstk::DICOMImageReader< USImageObject >.
void igstk::USImageReader::PrintSelf | ( | std::ostream & | os, | |
itk::Indent | indent | |||
) | const [virtual] |
Print the object information in a stream.
Reimplemented from igstk::DICOMImageReader< USImageObject >.