Commit 152ceb17 authored by Gaetano Raffaele's avatar Gaetano Raffaele
Browse files

Working on the resume option to resume segmentation after fail or abort.

No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
......@@ -477,5 +477,13 @@ void Controller<TSegmenter>::SetResumingMode(unsigned int rRow, unsigned int rCo
m_ResumeTileCol = rCol;
}
template<class TSegmenter>
void Controller<TSegmenter>::StopResumingMode()
{
m_Resuming = false;
m_ResumeTileRow = 0;
m_ResumeTileCol = 0;
}
} // end of namespace lsgrm
#endif
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment