Skip to content
Snippets Groups Projects
Commit 562c6be4 authored by OTB Bot's avatar OTB Bot
Browse files

STYLE

parent bf383368
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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
{
......
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment