Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
LSGRM
Commits
152ceb17
Commit
152ceb17
authored
Dec 11, 2018
by
Gaetano Raffaele
Browse files
Working on the resume option to resume segmentation after fail or abort.
parent
855bb32a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lsgrmController.txx
View file @
152ceb17
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment