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

ENH: add complex params to the ApplicationTest

parent 63c38c3d
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ private: ...@@ -86,7 +86,7 @@ private:
AddParameter(ParameterType_OutputImage, "outgroup.outputimage", "Output Image"); AddParameter(ParameterType_OutputImage, "outgroup.outputimage", "Output Image");
//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"); AddParameter(ParameterType_InputImageList, "il", "Input image list");
MandatoryOff("il"); MandatoryOff("il");
...@@ -95,7 +95,7 @@ private: ...@@ -95,7 +95,7 @@ private:
AddChoice("cl.choice1", "cl.choice1"); AddChoice("cl.choice1", "cl.choice1");
AddChoice("cl.choice2", "cl.choice2"); AddChoice("cl.choice2", "cl.choice2");
MandatoryOff("cl"); MandatoryOff("cl");
AddParameter(ParameterType_ComplexInputImage, "cin", "Input Complex Image"); AddParameter(ParameterType_ComplexInputImage, "cin", "Input Complex Image");
AddParameter(ParameterType_ComplexOutputImage, "cout", "Output Complex Image"); AddParameter(ParameterType_ComplexOutputImage, "cout", "Output Complex Image");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment