Changeset 984 for trunk/thirds/otb2zcfg/otb2zcfg.cxx
- Timestamp:
- Mar 3, 2021, 3:41:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/otb2zcfg/otb2zcfg.cxx
r917 r984 222 222 if(type == ParameterType_StringList || type == ParameterType_String || type == ParameterType_Float 223 223 || type == ParameterType_Int || type == ParameterType_Choice || type == ParameterType_ListView 224 || type == ParameterType_RAM || type == ParameterType_ Empty || type == ParameterType_Directory){224 || type == ParameterType_RAM || type == ParameterType_Directory){ 225 225 std::cout << " <LiteralData>" << std::endl; 226 226 std::string lt; … … 233 233 || type == ParameterType_ListView) 234 234 lt="string"; 235 if(type == ParameterType_Empty)236 lt="boolean";237 235 std::cout << " dataType = " << lt << std::endl; 238 236 if(type == ParameterType_Choice || type == ParameterType_ListView){ … … 281 279 } 282 280 else{ 283 if(type == ParameterType_ComplexOutputImage){ 284 printOutputComplexImage(m_Application->GetParameterComplexOutputImagePixelType(paramKey)); 285 }else{ 281 { 286 282 std::cout << " <ComplexData>" << std::endl; 287 if(type == ParameterType_InputImage || type == ParameterType_InputImageList || type == ParameterType_ComplexInputImage){283 if(type == ParameterType_InputImage || type == ParameterType_InputImageList){ 288 284 printImages(); 289 285 } … … 338 334 if(paramKey!="inxml" && paramKey!="outxml" && 339 335 ((type == ParameterType_OutputVectorData || type == ParameterType_OutputImage 340 || type == ParameterType_OutputImage || type == ParameterType_ComplexOutputImage336 || type == ParameterType_OutputImage 341 337 || type == ParameterType_OutputFilename) || role==1) && type != ParameterType_Group){ 342 338 hasOutput=1; … … 356 352 } 357 353 358 if(type == ParameterType_OutputImage || type == ParameterType_ComplexOutputImage){354 if(type == ParameterType_OutputImage){ 359 355 std::cout << " <ComplexData>" << std::endl; 360 356 printImages();
Note: See TracChangeset
for help on using the changeset viewer.