From 3d2c5fda6772c435b0093d9e749f2aff7a13be0c Mon Sep 17 00:00:00 2001 From: OTB Bot <otbbot@orfeo-toolbox.org> Date: Wed, 11 May 2011 19:55:38 +0200 Subject: [PATCH] STYLE --- Utils/otbVectorDataTransformFilterApplication.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Utils/otbVectorDataTransformFilterApplication.cxx b/Utils/otbVectorDataTransformFilterApplication.cxx index dae24c066d..59cbf8702e 100644 --- a/Utils/otbVectorDataTransformFilterApplication.cxx +++ b/Utils/otbVectorDataTransformFilterApplication.cxx @@ -61,13 +61,13 @@ int VectorDataTransformFilterApplication::Execute(otb::ApplicationOptionsResult* typedef otb::VectorDataFileWriter<VectorDataType> VectorDataFileWriterType; typedef otb::VectorDataTransformFilter <VectorDataType, VectorDataType> VectorDataTransformType; - typedef otb::VectorDataProjectionFilter<VectorDataType, + typedef otb::VectorDataProjectionFilter<VectorDataType, VectorDataType> VDProjectionFilterType; - typedef otb::VectorImage<double,2> ImageType; + typedef otb::VectorImage<double, 2> ImageType; typedef otb::ImageFileReader<ImageType> ReaderType; - // Instanciate the image reader + // Instanciate the image reader ReaderType::Pointer reader = ReaderType::New(); reader->SetFileName(parseResult->GetParameterString("Input")); reader->UpdateOutputInformation(); @@ -122,7 +122,7 @@ int VectorDataTransformFilterApplication::Execute(otb::ApplicationOptionsResult* transformFilter->SetInput(vdproj->GetOutput()); transformFilter->SetTransform(transform); - // retransform int the input vector projection + // retransform int the input vector projection VDProjectionFilterType::Pointer reverseVdProj = VDProjectionFilterType::New(); reverseVdProj->SetInput(transformFilter->GetOutput()); reverseVdProj->SetOutputProjectionRef(vdreader->GetOutput()->GetProjectionRef()); -- GitLab