From 411db1e269d57d7199c6eac871017aa0a3c8ccf1 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Wed, 28 Sep 2011 10:21:58 +0200 Subject: [PATCH] ENH: add ListView and InputImageList parameter to the applicationTest --- Applications/Test/otbTestApplication.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Applications/Test/otbTestApplication.cxx b/Applications/Test/otbTestApplication.cxx index 46597b5162..df85ec3bf8 100644 --- a/Applications/Test/otbTestApplication.cxx +++ b/Applications/Test/otbTestApplication.cxx @@ -87,6 +87,15 @@ private: //AddParameter(ParameterType_OutputVectorData, "outgroup.outputvectordata", "Output Vector Data"); 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() -- GitLab