Skip to content
Snippets Groups Projects
Commit d399840f authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: add debug msg to compare ioRegion

parent 612d5d8c
No related branches found
No related tags found
No related merge requests found
......@@ -623,7 +623,9 @@ ImageFileWriter<TInputImage>
{
ioRegion.SetSize(i, streamRegion.GetSize(i));
ioRegion.SetIndex(i, streamRegion.GetIndex(i));
//ioRegion.SetIndex(i, streamRegion.GetIndex(i) - inputRegion.GetIndex(i));
}
otbMsgDevMacro(<< "ioregion " << ioRegion )
this->SetIORegion(ioRegion);
m_ImageIO->SetIORegion(m_IORegion);
......@@ -725,6 +727,8 @@ ImageFileWriter<TInputImage>
cacheImage->SetBufferedRegion(ioRegion);
cacheImage->Allocate();
otbMsgDevMacro(<< "ioRegion " << ioRegion);
typedef itk::ImageRegionConstIterator<TInputImage> ConstIteratorType;
typedef itk::ImageRegionIterator<TInputImage> IteratorType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment