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

ENH: reset global shift over inputRegion (box param) to allow multiple call to Update

parent d2799d73
No related branches found
No related tags found
No related merge requests found
......@@ -671,9 +671,12 @@ ImageFileWriter<TInputImage>
* Release any inputs if marked for release
*/
this->ReleaseInputs();
//Reset global shift on input region (box parameter)
//It allows to call multiple update over the writer
m_ShiftOutputIndex.Fill(0);
}
//---------------------------------------------------------
/**
*
......
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