Skip to content
Snippets Groups Projects
Commit b1093c15 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: SetParameterRole to output parameter in Estimates image statistics application.

parent 7b6d739f
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ private:
AddParameter(ParameterType_Filename, "out", "Output XML file");
SetParameterDescription( "out", "Name of the XML file where the statistics are saved for future reuse" );
MandatoryOff("out");
SetParameterRole("out",Role_Output);
}
void DoUpdateParameters()
......
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