From e0f63246085c008801b196ce88a214fd95a2e42b Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@orfeo-toolbox.org> Date: Wed, 12 Dec 2007 08:38:06 +0000 Subject: [PATCH] prise en compte des OUTPUTS --- Examples/Fusion/PanSharpeningExample.cxx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Examples/Fusion/PanSharpeningExample.cxx b/Examples/Fusion/PanSharpeningExample.cxx index 66b4f08480..5a9305ea0a 100644 --- a/Examples/Fusion/PanSharpeningExample.cxx +++ b/Examples/Fusion/PanSharpeningExample.cxx @@ -26,6 +26,14 @@ #define ITK_LEAN_AND_MEAN #endif +// Software Guide : BeginCommandLineArgs +// INPUTS: {QB_Toulouse_Ortho_PAN.tif}, {QB_Toulouse_Ortho_XS.tif} +// OUTPUTS: {QB_Toulouse_Ortho_PXS.tif} +// OUTPUTS: {pretty_QB_Toulouse_Ortho_PXS.png} +// OUTPUTS: {pretty_QB_Toulouse_Ortho_PAN.png} +// OUTPUTS: {pretty_QB_Toulouse_Ortho_XS.png} +// Software Guide : EndCommandLineArgs + // Software Guide : BeginLatex // @@ -42,11 +50,6 @@ // // Software Guide : EndLatex -// Software Guide : BeginCommandLineArgs -// INPUTS: {QB_Toulouse_Ortho_PAN.tif QB_Toulouse_Ortho_XS.tif} -// OUTPUTS: {QB_Toulouse_Ortho_PXS.tif pretty_QB_Toulouse_Ortho_PXS.png -// pretty_QB_Toulouse_Ortho_PAN.png pretty_QB_Toulouse_Ortho_XS.png} -// Software Guide : EndCommandLineArgs // Software Guide : BeginLatex // @@ -180,7 +183,7 @@ int main( int argc, char* argv[] ) // Software Guide : BeginCodeSnippet return EXIT_SUCCESS; -} + // Software Guide : EndCodeSnippet // Software Guide : BeginLatex @@ -202,4 +205,4 @@ int main( int argc, char* argv[] ) // // Software Guide : EndLatex - +} -- GitLab