-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Description
Found this issue in the v2.4.0 doc, as well as the latest doc (archive).
The same issue also exists for all derived classes such as ImageFileReader.
This issue may due to the lack of documentation for the ImageReaderBase::Execute method in the code:
SimpleITK/Code/IO/include/sitkImageReaderBase.h
Lines 52 to 67 in 9a29ed9
| /** \brief Set/Get The output PixelType of the image. | |
| * | |
| * By default the value is sitkUnknown, which enable the output | |
| * pixel type to be same as the file. If the pixel type is | |
| * specified then the itk::ConvertPixelBuffer will be used to | |
| * convert the pixels. | |
| * @{ | |
| */ | |
| SITK_RETURN_SELF_TYPE_HEADER | |
| SetOutputPixelType(PixelIDValueEnum pixelID); | |
| PixelIDValueEnum | |
| GetOutputPixelType() const; | |
| /* @} */ | |
| virtual Image | |
| Execute() = 0; |
Metadata
Metadata
Assignees
Labels
No labels