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

ENH: add a choice in the test application

parent 4c3cdc11
Branches
Tags
No related merge requests found
......@@ -63,6 +63,11 @@ private:
AddParameter(ParameterType_OutputImage, "outputimage", "Output Image");
AddParameter(ParameterType_OutputVectorData, "outputvectordata", "Output Vector Data");
AddParameter(ParameterType_Radius, "radius", "Radius");
AddParameter(ParameterType_Choice, "choice", "Choice");
AddChoice("choice.choice1", "Choice 1");
AddChoice("choice.choice2", "Choice 2");
AddChoice("choice.choice3", "Choice 3");
//AddParameter(ParameterType_Group, "group", "Group");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment