Skip to content
Snippets Groups Projects
Commit 64c1aeb8 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : add a method to clear the internal process list

parent 84e1bc20
No related branches found
No related tags found
No related merge requests found
......@@ -310,6 +310,12 @@ public:
this->Modified();
}
void ClearInternalProcessList( ){
m_InternalProcessList.clear();
m_InternalProcessListName.clear();
this->Modified();
}
itk::Logger* GetLogger();
protected:
......
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