18 #ifndef __otbWrapperParameterGroup_h
19 #define __otbWrapperParameterGroup_h
49 void AddChoice(std::string paramKey, std::string paramName);
52 void ClearChoices(std::string paramKey);
55 std::vector<int> GetSelectedItems(std::string paramKey);
60 void AddParameter(
ParameterType type, std::string paramKey, std::string paramName);
66 unsigned int GetNumberOfParameters();
68 std::vector<std::string> GetParametersKeys(
bool recursive =
true);