Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Modules/IO/ImageBase/include/itkImageFileWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ class ITK_TEMPLATE_EXPORT ImageFileWriter : public ProcessObject
std::string m_FileName{};

ImageIOBase::Pointer m_ImageIO{};
bool m_UserSpecifiedImageIO{ false };

ImageIORegion m_PasteIORegion{ TInputImage::ImageDimension };
unsigned int m_NumberOfStreamDivisions{ 1 };
Expand Down
3 changes: 0 additions & 3 deletions Modules/IO/ImageBase/include/itkImageSeriesWriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ class ITK_TEMPLATE_EXPORT ImageSeriesWriter : public ProcessObject

Comment thread
hjmjohnson marked this conversation as resolved.
ImageIOBase::Pointer m_ImageIO{};

// track whether the ImageIO is user specified
bool m_UserSpecifiedImageIO{ false };

private:
/** A list of filenames to be processed. */
FileNamesContainer m_FileNames{};
Expand Down
1 change: 0 additions & 1 deletion Modules/IO/ImageBase/include/itkImageSeriesWriter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ ImageSeriesWriter<TInputImage, TOutputImage>::PrintSelf(std::ostream & os, Inden

Comment thread
hjmjohnson marked this conversation as resolved.
itkPrintSelfObjectMacro(ImageIO);

itkPrintSelfBooleanMacro(UserSpecifiedImageIO);
for (unsigned int i = 0; i < m_FileNames.size(); ++i)
{
os << indent << "FileNames[" << i << "]: " << m_FileNames[i] << std::endl;
Expand Down
Loading