diff --git a/Applications/Projections/otbSuperimpose.cxx b/Applications/Projections/otbSuperimpose.cxx index 2433ef0caa066240eda513d3ab6f80a02cc8dc6f..3663d1595499e833b1993d91b78fb1b3029d1996 100644 --- a/Applications/Projections/otbSuperimpose.cxx +++ b/Applications/Projections/otbSuperimpose.cxx @@ -44,7 +44,7 @@ public: typedef unsigned short int PixelType; typedef otb::BCOInterpolateImageFunction<UInt16VectorImageType> InterpolatorType; - typedef otb::GenericRSResampleImageFilter<UInt16VectorImageType, + typedef otb::GenericRSResampleImageFilter<UInt16VectorImageType, UInt16VectorImageType> ResamplerType; private: diff --git a/Applications/Util/otbOSMDownloader.cxx b/Applications/Util/otbOSMDownloader.cxx index a0c375fa5ebfe1409ed782e32f88272a30cb8b5e..ae45aab492208badfed305f5fdb63efce49b9e99 100644 --- a/Applications/Util/otbOSMDownloader.cxx +++ b/Applications/Util/otbOSMDownloader.cxx @@ -82,7 +82,7 @@ private: MandatoryOff("value"); AddParameter(ParameterType_Directory, "dem", "DEM directory"); - SetParameterDescription("dem", "Path to the directory that contains elevation information."); + SetParameterDescription("dem", "Path to the directory that contains elevation information."); MandatoryOff("dem"); AddParameter(ParameterType_Empty, "printclasses", "option to display available key/value classes"); @@ -113,7 +113,7 @@ private: } void DoExecute() - { + { typedef otb::ImageToEnvelopeVectorDataFilter<FloatVectorImageType, VectorDataType> EnvelopeFilterType; typedef otb::VectorDataProperties<VectorDataType> VectorDataPropertiesType; @@ -190,8 +190,8 @@ private: this->GetParameterString("value")))); - otbAppLogINFO( << m_VdOSMGenerator->GetVectorDataByName(this->GetParameterString("key"), this->GetParameterString("value"))->Size()-3 - << " elements retrieved"); + otbAppLogINFO( << m_VdOSMGenerator->GetVectorDataByName(this->GetParameterString("key"), this->GetParameterString("value"))->Size()-3 + << " elements retrieved"); } else { diff --git a/Code/ApplicationEngine/otbWrapperComplexOutputImageParameter.cxx b/Code/ApplicationEngine/otbWrapperComplexOutputImageParameter.cxx index b36bb990d35917d120a59a56211f4973234012d7..6c21035e98e816db36712e7f70651f7e09a3e554 100644 --- a/Code/ApplicationEngine/otbWrapperComplexOutputImageParameter.cxx +++ b/Code/ApplicationEngine/otbWrapperComplexOutputImageParameter.cxx @@ -25,7 +25,7 @@ namespace Wrapper { ComplexOutputImageParameter::ComplexOutputImageParameter() - : m_ComplexPixelType(ComplexImagePixelType_float),m_RAMValue(0) + : m_ComplexPixelType(ComplexImagePixelType_float), m_RAMValue(0) { this->SetName("Complex Output Image"); this->SetKey("cout");