Skip to content
Snippets Groups Projects
Commit dae349a5 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: add a group inside another group in TestApplication

parent b1971337
No related branches found
No related tags found
No related merge requests found
......@@ -74,8 +74,9 @@ private:
AddParameter(ParameterType_Group, "ingroup", "Input Group");
AddParameter(ParameterType_Int, "ingroup.integer", "Integer of Group");
AddParameter(ParameterType_InputImage, "ingroup.inputimage", "Input Image");
AddParameter(ParameterType_InputComplexImage, "ingroup.inputcompleximage", "Input Complex Image");
AddParameter(ParameterType_Group, "ingroup.images", "Input Images Group");
AddParameter(ParameterType_InputImage, "ingroup.images.inputimage", "Input Image");
AddParameter(ParameterType_InputComplexImage, "ingroup.images.inputcompleximage", "Input Complex Image");
AddParameter(ParameterType_InputVectorData, "ingroup.inputvectordata", "Input Vector Data");
AddParameter(ParameterType_Group, "outgroup", "Output Group");
......
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