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

maj appli de segmentation

parent 713478a1
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,9 @@ namespace otb
// input/output wiring
PathListConstPointerType inputPtr = this->GetInput();
PathListPointerType outputPtr = this->GetOutput();
// Reset the output list in case of multiple updates
outputPtr->Clear();
// path iterator typedef
typedef typename PathListType::ConstIterator PathIteratorType;
......
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