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

ENH: add ListView and InputImageList parameter to the applicationTest

parent eaad7619
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,15 @@ private: ...@@ -87,6 +87,15 @@ private:
//AddParameter(ParameterType_OutputVectorData, "outgroup.outputvectordata", "Output Vector Data"); //AddParameter(ParameterType_OutputVectorData, "outgroup.outputvectordata", "Output Vector Data");
AddParameter(ParameterType_Radius, "radius", "Radius"); AddParameter(ParameterType_Radius, "radius", "Radius");
AddParameter(ParameterType_InputImageList, "il", "Input image list");
MandatoryOff("il");
AddParameter(ParameterType_ListView, "cl", "Output Image channels");
AddChoice("cl.choice1", "cl.choice1");
AddChoice("cl.choice2", "cl.choice2");
MandatoryOff("cl");
} }
void DoUpdateParameters() 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