Skip to content
Snippets Groups Projects
Commit ac1b8eef authored by Julien Michel's avatar Julien Michel
Browse files

BUG: Fixed a bug on image list requested region

parent eff07546
Branches
Tags
No related merge requests found
......@@ -96,7 +96,7 @@ ImageListToVectorImageFilter<TImageList,TVectorImage>
// fills the vector of input iterators
for(;inputListIt!=inputPtr->End();++inputListIt)
{
inputIteratorList.push_back(InputIteratorType(inputListIt.Get(),inputListIt.Get()->GetRequestedRegion()));
inputIteratorList.push_back(InputIteratorType(inputListIt.Get(),outputPtr->GetRequestedRegion()));
inputIteratorList.back().GoToBegin();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment