Skip to content
Snippets Groups Projects
Commit d3f57824 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

STYLE

parent e22a48f8
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,13 @@ int VectorDataTransformFilterApplication::Describe(ApplicationDescriptor* descri
descriptor->AddOption("Output","Output vector data","out", 1, true, ApplicationDescriptor::FileName);
descriptor->AddOption("TanslationX","Translation in the X direction","tx", 1, false, ApplicationDescriptor::Real);
descriptor->AddOption("TanslationY","Translation in the Y direction","ty", 1, false, ApplicationDescriptor::Real);
descriptor->AddOption("Angle","Angle of the rotation to apply in degrees","rot", 1, false, ApplicationDescriptor::Real);
descriptor->AddOption("CenterX","The first coordinate of the rotation center","cx", 1, false, ApplicationDescriptor::Real);
descriptor->AddOption("CenterY","The second coordinate of the rotation center","cy", 1, false, ApplicationDescriptor::Real);
descriptor->AddOption("Angle",
"Angle of the rotation to apply in degrees","rot",
1, false, ApplicationDescriptor::Real);
descriptor->AddOption("CenterX","The first coordinate of the rotation center","cx", 1,
false, ApplicationDescriptor::Real);
descriptor->AddOption("CenterY","The second coordinate of the rotation center","cy", 1,
false, ApplicationDescriptor::Real);
descriptor->AddOption("Scale","The scale to apply ","sc", 1, false, ApplicationDescriptor::Real);
return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment