Read the DICOM image. There are two reason for failure: 1. The input filename is not DICOM 2. The input DICOM file does not contains an Image. Reimplemented from gdcm::PixmapReader. Definition at line 53 of file gdcmImageReader.cxx. References gdcm::PixmapReader::Read(). Referenced by itk::GDCMImageIO2::CanReadFile(), and itk::GDCMImageIO2::Read(). { return PixmapReader::Read(); }
|