diff --git a/Documentation/SoftwareGuide/Latex/WriteAnApplication.tex b/Documentation/SoftwareGuide/Latex/WriteAnApplication.tex index 448e0c0d8fe52c158cdbf5492b24deb0eaa31293..f019cba0774c7460ea73be2d85277e7296443fc0 100644 --- a/Documentation/SoftwareGuide/Latex/WriteAnApplication.tex +++ b/Documentation/SoftwareGuide/Latex/WriteAnApplication.tex @@ -54,7 +54,7 @@ contain the following actions: \item Declare all the parameters \item Define the documentation link: \item for contrib application use SetDocLink("\textit{docLink}") function defined in \doxygen{otb}{Wrapper::Application} - \item for official application use otbAppDocLink() macro + \item for official application use SetOfficialDocLink() function defined in \doxygen{otb}{Wrapper::Application} \end{itemize} diff --git a/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx b/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx index 65ee96289d73b405b1f6e05ff870bebff93d5208..c54940788ca5b0684e436f635d02fe07d92346f4 100644 --- a/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx +++ b/Modules/Applications/AppChangeDetection/app/otbMultivariateAlterationDetector.cxx @@ -106,7 +106,7 @@ private: SetDocExampleParameterValue("in2", "Spot5-Gloucester-after.tif"); SetDocExampleParameterValue("out", "detectedChangeImage.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbClassificationMapRegularization.cxx b/Modules/Applications/AppClassification/app/otbClassificationMapRegularization.cxx index 97699b4ff74613260ace227eb16956d6f0fa68ad..c5b0262be43c83ff560ec97ea3a418411ef5d17f 100644 --- a/Modules/Applications/AppClassification/app/otbClassificationMapRegularization.cxx +++ b/Modules/Applications/AppClassification/app/otbClassificationMapRegularization.cxx @@ -122,7 +122,7 @@ private: SetDocExampleParameterValue("ip.nodatalabel", "10"); SetDocExampleParameterValue("ip.undecidedlabel", "7"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx b/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx index 7fb18699ccc0a1965cdaae35f740d5dd0b423f63..d092cf8c2a77786fd077ddca0ee3994b4330f6e3 100644 --- a/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx +++ b/Modules/Applications/AppClassification/app/otbComputeConfusionMatrix.cxx @@ -179,7 +179,7 @@ private: SetDocExampleParameterValue("ref.vector.field","Class"); SetDocExampleParameterValue("ref.vector.nodata","255"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbComputeImagesStatistics.cxx b/Modules/Applications/AppClassification/app/otbComputeImagesStatistics.cxx index 3a2ac5ede9597aa05224269e400b068aabd76c11..fbb8bef4b1d27b6b4ea6739a02d018f6e4f8d745 100644 --- a/Modules/Applications/AppClassification/app/otbComputeImagesStatistics.cxx +++ b/Modules/Applications/AppClassification/app/otbComputeImagesStatistics.cxx @@ -75,7 +75,7 @@ private: SetDocExampleParameterValue("il", "QB_1_ortho.tif"); SetDocExampleParameterValue("out", "EstimateImageStatisticsQB1.xml"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx b/Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx index 00fbd684ccfb4ad96d0a5536902e2f62a0bf3a46..c9afc715e9f28a85260245a65d0a354bdcc26264 100644 --- a/Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx +++ b/Modules/Applications/AppClassification/app/otbComputeOGRLayersFeaturesStatistics.cxx @@ -72,7 +72,7 @@ private: SetDocExampleParameterValue("outstats", "results.xml"); SetDocExampleParameterValue("feat", "perimeter"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbComputePolylineFeatureFromImage.cxx b/Modules/Applications/AppClassification/app/otbComputePolylineFeatureFromImage.cxx index 392ab08cf85d99c8e77eaf188f8d5492db55723c..385a97c9f264dacaf128f3ab47d576a29c592072 100644 --- a/Modules/Applications/AppClassification/app/otbComputePolylineFeatureFromImage.cxx +++ b/Modules/Applications/AppClassification/app/otbComputePolylineFeatureFromImage.cxx @@ -113,7 +113,7 @@ private: SetDocExampleParameterValue("field", "NONDVI"); SetDocExampleParameterValue("out", "PolylineFeatureFromImage_LI_NONDVI_gt.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx b/Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx index 7a251250408d4e55e2a973016b33eeabc7102137..e6343bf4b9654a41b82317f7c8d6412b87e2e940 100644 --- a/Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx +++ b/Modules/Applications/AppClassification/app/otbDSFuzzyModelEstimation.cxx @@ -181,7 +181,7 @@ private: SetDocExampleParameterValue("optobs", "true"); SetDocExampleParameterValue("out", "DSFuzzyModelEstimation.xml"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx b/Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx index 43f715b27e8ec4f748e390c5a915ee80ad675c70..15c821e9b090661314c066b678fa1651a61886bf 100644 --- a/Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx +++ b/Modules/Applications/AppClassification/app/otbFusionOfClassifications.cxx @@ -170,7 +170,7 @@ private: SetDocExampleParameterValue("undecidedlabel","10"); SetDocExampleParameterValue("out","classification_fused.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbImageClassifier.cxx b/Modules/Applications/AppClassification/app/otbImageClassifier.cxx index 7aa14c137a1037b9a1279f4520b4a49a8d626400..47ba61e9b705da15b83794d55ecb3be5284a569c 100644 --- a/Modules/Applications/AppClassification/app/otbImageClassifier.cxx +++ b/Modules/Applications/AppClassification/app/otbImageClassifier.cxx @@ -128,7 +128,7 @@ private: SetDocExampleParameterValue("model", "clsvmModelQB1.svm"); SetDocExampleParameterValue("out", "clLabeledImageQB1.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx b/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx index ff42a351e6faa20a4e8b4bf3f08fba757ba1310b..36eeb318fadd983426556b41c0336d21a0366448 100644 --- a/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx +++ b/Modules/Applications/AppClassification/app/otbKMeansClassification.cxx @@ -221,7 +221,7 @@ private: SetDocExampleParameterValue("ct", "0.0001"); SetDocExampleParameterValue("out", "ClassificationFilterOutput.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbMultiImageSamplingRate.cxx b/Modules/Applications/AppClassification/app/otbMultiImageSamplingRate.cxx index 9c290be546ee02dd7f7264e1aef13f0ef06776a7..6eb8ee539b14b8faa821bc6211ddc41c6afd8118 100644 --- a/Modules/Applications/AppClassification/app/otbMultiImageSamplingRate.cxx +++ b/Modules/Applications/AppClassification/app/otbMultiImageSamplingRate.cxx @@ -183,7 +183,7 @@ private: SetDocExampleParameterValue("strategy", "smallest"); SetDocExampleParameterValue("mim","proportional"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() diff --git a/Modules/Applications/AppClassification/app/otbOGRLayerClassifier.cxx b/Modules/Applications/AppClassification/app/otbOGRLayerClassifier.cxx index 97cf6226ec3f60548cb3e0e99420c24787842b0f..971c79a427a44e1064f75c194e2630ebfa73affb 100644 --- a/Modules/Applications/AppClassification/app/otbOGRLayerClassifier.cxx +++ b/Modules/Applications/AppClassification/app/otbOGRLayerClassifier.cxx @@ -91,7 +91,7 @@ private: SetDocExampleParameterValue("feat", "perimeter"); SetDocExampleParameterValue("cfield", "predicted"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbPolygonClassStatistics.cxx b/Modules/Applications/AppClassification/app/otbPolygonClassStatistics.cxx index acabbc68e77aad8a810d4fcd5a728db8e5512501..c1600ebce7e4730d13136682d8d602a583671e7b 100644 --- a/Modules/Applications/AppClassification/app/otbPolygonClassStatistics.cxx +++ b/Modules/Applications/AppClassification/app/otbPolygonClassStatistics.cxx @@ -124,7 +124,7 @@ private: SetDocExampleParameterValue("field", "label"); SetDocExampleParameterValue("out","polygonStat.xml"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbPredictRegression.cxx b/Modules/Applications/AppClassification/app/otbPredictRegression.cxx index c9bba80a726731882971ed3d9a3ddd797dfd7e73..8a4401679f240d9edfb086e520e21d519acea157 100644 --- a/Modules/Applications/AppClassification/app/otbPredictRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbPredictRegression.cxx @@ -179,7 +179,7 @@ private: SetDocExampleParameterValue("model", "clsvmModelQB1.svm"); SetDocExampleParameterValue("out", "clLabeledImageQB1.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbSOMClassification.cxx b/Modules/Applications/AppClassification/app/otbSOMClassification.cxx index 7c123d1ccf3b0402548382393b36c59700e03916..18e12db92ef7836209082b73816c04196be2c9bf 100644 --- a/Modules/Applications/AppClassification/app/otbSOMClassification.cxx +++ b/Modules/Applications/AppClassification/app/otbSOMClassification.cxx @@ -175,7 +175,7 @@ private: SetDocExampleParameterValue("bf", "0.1"); SetDocExampleParameterValue("iv", "0"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbSampleExtraction.cxx b/Modules/Applications/AppClassification/app/otbSampleExtraction.cxx index 0f3ee04db503ff2f9c6a361bcc3b7cae7fce97c3..a9c2b07fbde06f288706a67fb9b7b999cb7de076 100644 --- a/Modules/Applications/AppClassification/app/otbSampleExtraction.cxx +++ b/Modules/Applications/AppClassification/app/otbSampleExtraction.cxx @@ -116,7 +116,7 @@ private: SetDocExampleParameterValue("field", "label"); SetDocExampleParameterValue("out","sample_values.sqlite"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() diff --git a/Modules/Applications/AppClassification/app/otbSampleSelection.cxx b/Modules/Applications/AppClassification/app/otbSampleSelection.cxx index d12ce423343c2b5be6476dde03f13951d4fa0b4c..0437978311aff3e1de752907edf94bcc05bd6333 100644 --- a/Modules/Applications/AppClassification/app/otbSampleSelection.cxx +++ b/Modules/Applications/AppClassification/app/otbSampleSelection.cxx @@ -224,7 +224,7 @@ private: SetDocExampleParameterValue("instats","apTvClPolygonClassStatisticsOut.xml"); SetDocExampleParameterValue("out","resampledVectors.sqlite"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() diff --git a/Modules/Applications/AppClassification/app/otbTrainImagesClassifier.cxx b/Modules/Applications/AppClassification/app/otbTrainImagesClassifier.cxx index 65b84607cf42efcf869c1a20b3d3ec3a28f6c8e0..a76f81dce73870d4d6820f4931999d5253e9fed5 100644 --- a/Modules/Applications/AppClassification/app/otbTrainImagesClassifier.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainImagesClassifier.cxx @@ -83,7 +83,7 @@ public: SetDocExampleParameterValue( "io.out", "svmModelQB1.txt" ); SetDocExampleParameterValue( "io.confmatout", "svmConfusionMatrixQB1.csv" ); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbTrainRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainRegression.cxx index 921ea20dd8461fa811fdc874201a666822dec04f..0140e5f8d1bc0526f2db915c78ef571cc83dceab 100644 --- a/Modules/Applications/AppClassification/app/otbTrainRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainRegression.cxx @@ -175,7 +175,7 @@ void DoInit() ITK_OVERRIDE SetDocExampleParameterValue("io.imstat", "training_statistics.xml"); SetDocExampleParameterValue("classifier", "libsvm"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx b/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx index 3acfdc0f0382e118b71c4d40e3337305e329453a..21d3b58552dcd0799d2849632d57093238a7d489 100644 --- a/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainVectorClassifier.cxx @@ -66,7 +66,7 @@ protected: SetDocAuthors( "OTB Team" ); SetDocSeeAlso( " " ); - otbAppDocLink(); + SetOfficialDocLink(); Superclass::DoInit(); } diff --git a/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx b/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx index f71bdc2ae128fdd70d83221060c672de40b3b469..61d3a691f4560c46d2f76427f49ca7423cd159b8 100644 --- a/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx +++ b/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx @@ -146,7 +146,7 @@ private: SetDocExampleParameterValue("feat", "perimeter area width"); SetDocExampleParameterValue("cfield", "predicted"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppClassification/app/otbVectorDataDSValidation.cxx b/Modules/Applications/AppClassification/app/otbVectorDataDSValidation.cxx index abd98ff2eae7c758876e2304720616370500a3ea..11e75421ae78dee6bd5e17de99aefa91fe660ee4 100644 --- a/Modules/Applications/AppClassification/app/otbVectorDataDSValidation.cxx +++ b/Modules/Applications/AppClassification/app/otbVectorDataDSValidation.cxx @@ -103,7 +103,7 @@ private: SetDocExampleParameterValue("descmod", "DSFuzzyModel.xml"); SetDocExampleParameterValue("out", "VectorDataDSValidation.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx b/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx index 7c00321195f6c086a500b666cff688242ab71536..f186df01d8a091296296cc324f627a4de605c7a4 100644 --- a/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx +++ b/Modules/Applications/AppDescriptors/app/otbHomologousPointsExtraction.cxx @@ -199,7 +199,7 @@ private: SetDocExampleParameterValue("mode","full"); SetDocExampleParameterValue("out","homologous.txt"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx b/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx index b6cfe5d440e1b0fbaf5b671dd86e0ea44d8b56d9..686b78bb4cad81a332c249358998b59523fabdc6 100644 --- a/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx +++ b/Modules/Applications/AppDimensionalityReduction/app/otbDimensionalityReduction.cxx @@ -181,7 +181,7 @@ private: SetDocExampleParameterValue("out", "FilterOutput.tif"); SetDocExampleParameterValue("method", "pca"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx b/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx index 85509ba8167442aaab4cb520dd2a62da94007d14..54dbe894f6520795efb9066b3d1546f89c991cd8 100644 --- a/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx +++ b/Modules/Applications/AppDomainTransform/app/otbDomainTransform.cxx @@ -170,7 +170,7 @@ private: SetDocExampleParameterValue("mode.wavelet.form", "haar"); SetDocExampleParameterValue("out", "output_wavelet_haar.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx b/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx index 021f4480c265c08eb9ac1ea97ef8add257da0671..c4bcb9841cc0e87bcc760520165ef7913a27c5e9 100644 --- a/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx +++ b/Modules/Applications/AppEdge/app/otbEdgeExtraction.cxx @@ -123,7 +123,7 @@ SetDocExampleParameterValue("in", "qb_RoadExtract.tif"); SetDocExampleParameterValue("channel", "1"); SetDocExampleParameterValue("out", "Edges.tif"); -otbAppDocLink(); +SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx b/Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx index c918f9f888959579590a7c5f7f1cd43e2523609a..65eb71689cf5a51cb89610765d5a7b427cc44f6b 100644 --- a/Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx +++ b/Modules/Applications/AppEdge/app/otbLineSegmentDetection.cxx @@ -86,7 +86,7 @@ private: SetDocExampleParameterValue("in", "QB_Suburb.png"); SetDocExampleParameterValue("out", "LineSegmentDetection.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppFiltering/app/otbDespeckle.cxx b/Modules/Applications/AppFiltering/app/otbDespeckle.cxx index 2f481a6d9faa9a95476ec774a63d623fb4bcf9fc..2d3a2de8d2d280d82070dbffff49e44f0c18d4d4 100644 --- a/Modules/Applications/AppFiltering/app/otbDespeckle.cxx +++ b/Modules/Applications/AppFiltering/app/otbDespeckle.cxx @@ -125,7 +125,7 @@ private: SetDocExampleParameterValue("filter.lee.rad", "5"); SetDocExampleParameterValue("out", "despeckle.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppFiltering/app/otbSmoothing.cxx b/Modules/Applications/AppFiltering/app/otbSmoothing.cxx index 6306b4f85840ef071dc85874d9b725002fa2ff04..e80df1eea21a22aaa0c9473aaa0bda8b8efe2421 100644 --- a/Modules/Applications/AppFiltering/app/otbSmoothing.cxx +++ b/Modules/Applications/AppFiltering/app/otbSmoothing.cxx @@ -122,7 +122,7 @@ private: SetDocExampleParameterValue("type.anidif.nbiter", "5", exId); SetDocExampleParameterValue("type.anidif.conductance", "1.5", exId); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx b/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx index 237b97024df88d2e22badacdc37604b8ad1cfaa7..7c67d80359a6041a0f7c9019973c788b1311427c 100644 --- a/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx +++ b/Modules/Applications/AppFusion/app/otbBundleToPerfectSensor.cxx @@ -83,7 +83,7 @@ private: SetDocExampleParameterValue("inxs", "QB_Toulouse_Ortho_XS.tif"); SetDocExampleParameterValue("out", "BundleToPerfectSensor.png uchar"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppFusion/app/otbPansharpening.cxx b/Modules/Applications/AppFusion/app/otbPansharpening.cxx index 85faaeb46a6e1c1b039e9158b05171ccdbd3f1b0..15fa33cc7e8cb2e995dc16383b14f78824d1a680 100644 --- a/Modules/Applications/AppFusion/app/otbPansharpening.cxx +++ b/Modules/Applications/AppFusion/app/otbPansharpening.cxx @@ -135,7 +135,7 @@ private: SetDocExampleParameterValue("inxs", "QB_Toulouse_Ortho_XS.tif"); SetDocExampleParameterValue("out", "Pansharpening.tif uint16"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx b/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx index 9d118f36dcd18ad1c0466cb9f5ed6cd9d550b98b..a16a00b234aae826d1df74d828868b7c40ec99ef 100644 --- a/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx +++ b/Modules/Applications/AppHyperspectral/app/otbHyperspectralUnmixing.cxx @@ -136,7 +136,7 @@ private: SetDocExampleParameterValue("out", "HyperspectralUnmixing.tif double"); SetDocExampleParameterValue("ua", "ucls"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx b/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx index a86468ea8ddcba24adcbac856f8b2cee9ac6b02b..4fe87620f4a2aa88bf6eb1ba246b9b5e99402e71 100644 --- a/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx +++ b/Modules/Applications/AppHyperspectral/app/otbVertexComponentAnalysis.cxx @@ -81,7 +81,7 @@ private: SetDocExampleParameterValue("ne", "5"); SetDocExampleParameterValue("outendm", "VertexComponentAnalysis.tif double"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx b/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx index e2d3ddf893b9398be54186d7984f16d1841085ed..ad8c68b614ed9b23f12182729964cabaae40f104 100644 --- a/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx +++ b/Modules/Applications/AppImageUtils/app/otbColorMapping.cxx @@ -394,7 +394,7 @@ private: SetDocExampleParameterValue("method.custom.lut", "ROI_QB_MUL_1_SVN_CLASS_MULTI_PNG_ColorTable.txt"); SetDocExampleParameterValue("out", "Colorized_ROI_QB_MUL_1_SVN_CLASS_MULTI.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx b/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx index b8694d08011293d63ab0c519c9bc3ae2279cf666..2d0d54c83c8e1297ebcbfba5206cf88a231f2bc0 100644 --- a/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx +++ b/Modules/Applications/AppImageUtils/app/otbCompareImages.cxx @@ -131,7 +131,7 @@ private: SetDocExampleParameterValue("roi.sizex", "150"); SetDocExampleParameterValue("roi.sizey", "200"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx b/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx index 4f6dc3d16776a48df258e913a715f4957fbc9d2a..5ebe69ddb418378e02d3808e4fd129ed4c51537c 100644 --- a/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx +++ b/Modules/Applications/AppImageUtils/app/otbConcatenateImages.cxx @@ -86,7 +86,7 @@ private: SetDocExampleParameterValue("il", "GomaAvant.png GomaApres.png"); SetDocExampleParameterValue("out", "otbConcatenateImages.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbConvert.cxx b/Modules/Applications/AppImageUtils/app/otbConvert.cxx index 440a1105e341f0595fe25a2d93547b0c20f8a4de..c06b1c07b46d451f675642973346f8a614be3942 100644 --- a/Modules/Applications/AppImageUtils/app/otbConvert.cxx +++ b/Modules/Applications/AppImageUtils/app/otbConvert.cxx @@ -139,7 +139,7 @@ private: SetDocExampleParameterValue("out", "otbConvertWithScalingOutput.png uint8"); SetDocExampleParameterValue("type", "linear"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbDEMConvert.cxx b/Modules/Applications/AppImageUtils/app/otbDEMConvert.cxx index 848c9481d86ce451269b199c6c5911fedf2cea68..3e79f0ad67be01a4f00562120800bd1df7a90f6e 100644 --- a/Modules/Applications/AppImageUtils/app/otbDEMConvert.cxx +++ b/Modules/Applications/AppImageUtils/app/otbDEMConvert.cxx @@ -72,7 +72,7 @@ private: SetDocExampleParameterValue("in", "QB_Toulouse_Ortho_Elev.tif"); SetDocExampleParameterValue("out", "outputDEM"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx index d70087ad386e2fb618035f2f13bc2822afce07c7..1004b4c628a6a5b0591560d05be9d96bb492f419 100644 --- a/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx +++ b/Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx @@ -133,7 +133,7 @@ private: SetDocExampleParameterValue("mode", "list"); SetDocExampleParameterValue("mode.list.indir", "/home/user/srtm_dir/"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx b/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx index 29802ca98ce39ac67859aa22a4d9e404a6f097fa..b7a4110b39cccfdef8838cf1d345e94f58414bfb 100644 --- a/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx +++ b/Modules/Applications/AppImageUtils/app/otbExtractROI.cxx @@ -118,7 +118,7 @@ private: SetDocExampleParameterValue("sizey", "150"); SetDocExampleParameterValue("out", "ExtractROI.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx b/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx index 82e05e60d7d4ef2bd2547cde87e506ab890efdb4..439ba055904d6e1a3c8c5e72e367d2a27cc73771 100644 --- a/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx +++ b/Modules/Applications/AppImageUtils/app/otbManageNoData.cxx @@ -122,7 +122,7 @@ private: SetDocExampleParameterValue("mode.buildmask.inv", "255"); SetDocExampleParameterValue("mode.buildmask.outv", "0"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx b/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx index eb5598f8eecb082b28b2bf42aa0f93800ae7ee05..d94f67b260a694de203b6814f20b67ce207b6c03 100644 --- a/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx +++ b/Modules/Applications/AppImageUtils/app/otbMultiResolutionPyramid.cxx @@ -111,7 +111,7 @@ private: SetDocExampleParameterValue("vfactor", "0.6"); SetDocExampleParameterValue("fast", "false"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx b/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx index 24dd0ba98b643a8880e6c90521ee51af81872440..3296b1742877c97e04af6b0035f796461fbea9f4 100644 --- a/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx +++ b/Modules/Applications/AppImageUtils/app/otbPixelValue.cxx @@ -88,7 +88,7 @@ private: SetDocExampleParameterValue("coordy", "100"); SetDocExampleParameterValue("cl", "Channel1"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbQuicklook.cxx b/Modules/Applications/AppImageUtils/app/otbQuicklook.cxx index f5f39a13e24ffac04de6d340e94799a7837ad7c9..dd7134c62009cdfadc14b11f98f9f39734b09c50 100644 --- a/Modules/Applications/AppImageUtils/app/otbQuicklook.cxx +++ b/Modules/Applications/AppImageUtils/app/otbQuicklook.cxx @@ -118,7 +118,7 @@ private: SetDocExampleParameterValue("in", "qb_RoadExtract.tif"); SetDocExampleParameterValue("out", "quicklookImage.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx b/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx index be45483a390ce6783f243ab23180dbe070ebcc9e..62857abd2bbbd6d000f8e3cace1acc599d4df260 100644 --- a/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx +++ b/Modules/Applications/AppImageUtils/app/otbReadImageInfo.cxx @@ -247,7 +247,7 @@ private: // Doc example parameter settings SetDocExampleParameterValue("in", "QB_Toulouse_Ortho_XS.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbRescale.cxx b/Modules/Applications/AppImageUtils/app/otbRescale.cxx index 5213819a95bd66a6cc7f41bd1f098c0249227908..54cb606e0ac84f2489b8046e19fe44a365d69595 100644 --- a/Modules/Applications/AppImageUtils/app/otbRescale.cxx +++ b/Modules/Applications/AppImageUtils/app/otbRescale.cxx @@ -87,7 +87,7 @@ private: SetDocExampleParameterValue("outmin", "0"); SetDocExampleParameterValue("outmax", "255"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbSplitImage.cxx b/Modules/Applications/AppImageUtils/app/otbSplitImage.cxx index 4f4dc8fef4abfc6dde28ad3373f26e24c5a8f869..ece8b815a3b7252b5d243833bf327c1b08842195 100644 --- a/Modules/Applications/AppImageUtils/app/otbSplitImage.cxx +++ b/Modules/Applications/AppImageUtils/app/otbSplitImage.cxx @@ -75,7 +75,7 @@ private: SetDocExampleParameterValue("in", "VegetationIndex.hd"); SetDocExampleParameterValue("out", "splitImage.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppImageUtils/app/otbTileFusion.cxx b/Modules/Applications/AppImageUtils/app/otbTileFusion.cxx index bb33e98344d2714f05eede4cc3bbbc5389ef6c1a..a3f6a688aebd5402ef489e07e8c4e28311b6b4a7 100644 --- a/Modules/Applications/AppImageUtils/app/otbTileFusion.cxx +++ b/Modules/Applications/AppImageUtils/app/otbTileFusion.cxx @@ -77,7 +77,7 @@ private: SetDocExampleParameterValue("rows","2"); SetDocExampleParameterValue("out", "EntireImage.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx b/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx index 8c3129249d9af647983db1ee54505f1046c10d9e..7204d68c7e2dae14ecb4ade41479c0205f6bba44 100644 --- a/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx +++ b/Modules/Applications/AppIndices/app/otbRadiometricIndices.cxx @@ -205,7 +205,7 @@ private: SetDocExampleParameterValue("list", "Vegetation:NDVI Vegetation:RVI Vegetation:IPVI"); SetDocExampleParameterValue("out", "RadiometricIndicesImage.tif"); - otbAppDocLink(); + SetOfficialDocLink(); m_Map.clear(); diff --git a/Modules/Applications/AppKMZ/app/otbKmzExport.cxx b/Modules/Applications/AppKMZ/app/otbKmzExport.cxx index 56f5292aec3a485b7a0c4037bb925495f1737f66..efda73d3c981aa5015f0a5c573d738eea4b8692d 100644 --- a/Modules/Applications/AppKMZ/app/otbKmzExport.cxx +++ b/Modules/Applications/AppKMZ/app/otbKmzExport.cxx @@ -87,7 +87,7 @@ private: SetDocExampleParameterValue("out", "otbKmzExport.kmz"); SetDocExampleParameterValue("logo", "otb_big.png"); - otbAppDocLink(); + SetOfficialDocLink(); } diff --git a/Modules/Applications/AppMathParser/app/otbBandMath.cxx b/Modules/Applications/AppMathParser/app/otbBandMath.cxx index 7b98ba9d1b04aaf89c682044734b9416b01c6b55..7a03d84c69aa80382941c2e6d5b60b538f2532fa 100644 --- a/Modules/Applications/AppMathParser/app/otbBandMath.cxx +++ b/Modules/Applications/AppMathParser/app/otbBandMath.cxx @@ -88,7 +88,7 @@ private: SetDocExampleParameterValue("out", "apTvUtBandMathOutput.tif"); SetDocExampleParameterValue("exp", "\"cos(im1b1) > cos(im2b1) ? im3b1 : im3b2\""); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx b/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx index 4dda6c1c692a4ded6528473b51b7ff469bbcb87f..ef5ed35775a42984592332e274417f1faca2f40a 100644 --- a/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx +++ b/Modules/Applications/AppMathParserX/app/otbBandMathX.cxx @@ -173,7 +173,7 @@ private: SetDocExampleParameterValue("out", "apTvUtBandMathOutput.tif"); SetDocExampleParameterValue("exp", "\"cos(im1b1)+im2b1*im3b1-im3b2+ndvi(im3b3, im3b4)\""); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx b/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx index aaf832d0254ff0a8efe5cfd8e971cd09e4b1460e..c743fa256d96629631fb472a79222feda970256c 100644 --- a/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx +++ b/Modules/Applications/AppMoments/app/otbLocalStatisticExtraction.cxx @@ -94,7 +94,7 @@ SetDocExampleParameterValue("channel", "1"); SetDocExampleParameterValue("radius", "3"); SetDocExampleParameterValue("out", "Statistics.tif"); -otbAppDocLink(); +SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx b/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx index fa74a38e0ded54b50e341c3c20548e8d64fa5f9d..486dd179452aca498030c435bea314084c3ac8f6 100644 --- a/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx +++ b/Modules/Applications/AppMorphology/app/otbBinaryMorphologicalOperation.cxx @@ -158,7 +158,7 @@ SetDocExampleParameterValue("structype.ball.xradius", "5"); SetDocExampleParameterValue("structype.ball.yradius", "5"); SetDocExampleParameterValue("filter", "erode"); -otbAppDocLink(); +SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx b/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx index 7daf4db95e1af3b5df924ed85083681e8bfadd1b..b9d26d0f97908f7ca28d79cb582fb8c806d890db 100644 --- a/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx +++ b/Modules/Applications/AppMorphology/app/otbGrayScaleMorphologicalOperation.cxx @@ -141,7 +141,7 @@ SetDocExampleParameterValue("structype.ball.xradius", "5"); SetDocExampleParameterValue("structype.ball.yradius", "5"); SetDocExampleParameterValue("filter", "erode"); -otbAppDocLink(); +SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppMorphology/app/otbMorphologicalClassification.cxx b/Modules/Applications/AppMorphology/app/otbMorphologicalClassification.cxx index 60bd751535874f2d7b333563f3c95380442e1eb6..3e6d338a0979dade558c2e19ee6278ee93c097fc 100644 --- a/Modules/Applications/AppMorphology/app/otbMorphologicalClassification.cxx +++ b/Modules/Applications/AppMorphology/app/otbMorphologicalClassification.cxx @@ -140,7 +140,7 @@ private: SetDocExampleParameterValue( "sigma", "0.5" ); SetDocExampleParameterValue( "out", "output.tif" ); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppMorphology/app/otbMorphologicalMultiScaleDecomposition.cxx b/Modules/Applications/AppMorphology/app/otbMorphologicalMultiScaleDecomposition.cxx index 2a22e1fd96ab662cc0c1dd92f8f0916c153f53da..3cb2b13b98e0a70f196efef516da17152af16f6b 100644 --- a/Modules/Applications/AppMorphology/app/otbMorphologicalMultiScaleDecomposition.cxx +++ b/Modules/Applications/AppMorphology/app/otbMorphologicalMultiScaleDecomposition.cxx @@ -153,7 +153,7 @@ private: SetDocExampleParameterValue("outconcave", "concave.tif"); SetDocExampleParameterValue("outleveling", "leveling.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppMorphology/app/otbMorphologicalProfilesAnalysis.cxx b/Modules/Applications/AppMorphology/app/otbMorphologicalProfilesAnalysis.cxx index 72c454b67ece14211d977b8f90e8bc295efbd249..3593b85ed6b34fcbd4decaae1f40fa182dd95f46 100644 --- a/Modules/Applications/AppMorphology/app/otbMorphologicalProfilesAnalysis.cxx +++ b/Modules/Applications/AppMorphology/app/otbMorphologicalProfilesAnalysis.cxx @@ -171,7 +171,7 @@ private: SetDocExampleParameterValue( "profile.classification.sigma", "1" ); SetDocExampleParameterValue( "out", "output.tif" ); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx b/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx index b2423be253416d6c76f0808c63dde5a7a859d0c0..b4253f066542b5eb1cb0186d2f1dd1d94fb6c124 100644 --- a/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx +++ b/Modules/Applications/AppOpticalCalibration/app/otbOpticalCalibration.cxx @@ -353,7 +353,7 @@ private: SetDocExampleParameterValue("level", "toa"); SetDocExampleParameterValue("out", "OpticalCalibration.tif"); - otbAppDocLink(); + SetOfficialDocLink(); m_inImageName = ""; m_currentEnabledStateOfFluxParam=false; diff --git a/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx b/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx index 255e00f4f1489a89c6e348139d01cb2510f7e0cd..1d9642aa01d6577af4743d7da28310d63d52c3db 100644 --- a/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx +++ b/Modules/Applications/AppProjection/app/otbConvertCartoToGeoPoint.cxx @@ -90,7 +90,7 @@ private: SetDocExampleParameterValue("mapproj.utm.northhem", "true"); SetDocExampleParameterValue("mapproj.utm.zone", "31"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbConvertSensorToGeoPoint.cxx b/Modules/Applications/AppProjection/app/otbConvertSensorToGeoPoint.cxx index eee000f1cf30ad666cd4d187fd3bcf42957e8338..384c892f14addbc1c66ac4b2f6b66d6ed28b460a 100644 --- a/Modules/Applications/AppProjection/app/otbConvertSensorToGeoPoint.cxx +++ b/Modules/Applications/AppProjection/app/otbConvertSensorToGeoPoint.cxx @@ -98,7 +98,7 @@ private: SetDocExampleParameterValue("input.idx","200"); SetDocExampleParameterValue("input.idy","200"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx b/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx index 33d40a6115dd9265e966f35d881ab51d24bcd8bd..1e3691514c23b39cd9b203a723d09b9817432009 100644 --- a/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx +++ b/Modules/Applications/AppProjection/app/otbGenerateRPCSensorModel.cxx @@ -105,7 +105,7 @@ private: SetDocExampleParameterValue("map","epsg"); SetDocExampleParameterValue("map.epsg.code","32631"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx b/Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx index f401e712ad86d72183aeb7072f41c7b75f30d469..72c9073a536035db0bf7b54dce52958e420590d4 100644 --- a/Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx +++ b/Modules/Applications/AppProjection/app/otbGridBasedImageResampling.cxx @@ -185,7 +185,7 @@ private: SetDocExampleParameterValue("out.sizey","256"); SetDocExampleParameterValue("grid.type","def"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbImageEnvelope.cxx b/Modules/Applications/AppProjection/app/otbImageEnvelope.cxx index abeb06e90bb3862ccd925b16b36fcc6d925c0ca7..4dcee6f2347d56c1c837f2d28b7ed558562fbb55 100644 --- a/Modules/Applications/AppProjection/app/otbImageEnvelope.cxx +++ b/Modules/Applications/AppProjection/app/otbImageEnvelope.cxx @@ -86,7 +86,7 @@ private: SetDocExampleParameterValue("in", "QB_TOULOUSE_MUL_Extract_500_500.tif"); SetDocExampleParameterValue("out", "ImageEnvelope.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx b/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx index 0f1ad545d4b147a0e069f4a5046b97149695801a..37d0ec7b74b4104ef1ab1e6e893a8dac585d513c 100644 --- a/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx +++ b/Modules/Applications/AppProjection/app/otbObtainUTMZoneFromGeoPoint.cxx @@ -81,7 +81,7 @@ private: SetDocExampleParameterValue("lat","10.0"); SetDocExampleParameterValue("lon","124.0"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx b/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx index 11c0060394ef29adad763e1d3fbbc21be67dfaac..11aa91c6f437621b69df524300ca6e3ec46e9561 100644 --- a/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx +++ b/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx @@ -233,7 +233,7 @@ private: SetDocExampleParameterValue("io.in", "QB_TOULOUSE_MUL_Extract_500_500.tif"); SetDocExampleParameterValue("io.out","QB_Toulouse_ortho.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx b/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx index 5576f727ce935a0ff812f09f84420b9940e344db..e5829eb1643d79c2ab859eee304960cb8c7b0232 100644 --- a/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx +++ b/Modules/Applications/AppProjection/app/otbRefineSensorModel.cxx @@ -102,7 +102,7 @@ private: SetDocExampleParameterValue("map","epsg"); SetDocExampleParameterValue("map.epsg.code","32631"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx b/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx index 53e7cd08b9d65ed42193270e51705cbe07dd4345..f1941b5e9a4637fdd3d8318c34129cf079b9c870 100644 --- a/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx +++ b/Modules/Applications/AppProjection/app/otbRigidTransformResample.cxx @@ -173,7 +173,7 @@ private: SetDocExampleParameterValue("transform.type.rotation.scalex", "2."); SetDocExampleParameterValue("transform.type.rotation.scaley", "2."); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbSuperimpose.cxx b/Modules/Applications/AppProjection/app/otbSuperimpose.cxx index 0ec5ca5d75794c34adcad98389aa15acf4925eee..95ed2a5e93dd031c513799aa44337b027240a18f 100644 --- a/Modules/Applications/AppProjection/app/otbSuperimpose.cxx +++ b/Modules/Applications/AppProjection/app/otbSuperimpose.cxx @@ -156,7 +156,7 @@ private: SetDocExampleParameterValue("inm", "QB_Toulouse_Ortho_XS.tif"); SetDocExampleParameterValue("out", "SuperimposedXS_to_PAN.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx b/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx index 659f69f49c1c4cc9f67f3f1a0dd23ffe47f28ea3..82efac5377770e0e18f83f83c18170784f1def27 100644 --- a/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx +++ b/Modules/Applications/AppProjection/app/otbVectorDataReprojection.cxx @@ -114,7 +114,7 @@ private: SetDocExampleParameterValue("out.proj.image.in", "ROI_QB_MUL_1.tif"); SetDocExampleParameterValue("out.vd","reprojected_vd.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSARCalibration/app/otbSARCalibration.cxx b/Modules/Applications/AppSARCalibration/app/otbSARCalibration.cxx index 25105a875d33089deba5054a868f2d928f7ab3fd..d38349f8eab904fec0c2b4bba68648015bcc0295 100644 --- a/Modules/Applications/AppSARCalibration/app/otbSARCalibration.cxx +++ b/Modules/Applications/AppSARCalibration/app/otbSARCalibration.cxx @@ -88,7 +88,7 @@ private: SetDocExampleParameterValue("in", "RSAT_imagery_HH.tif"); SetDocExampleParameterValue("out", "SarRadiometricCalibration.tif" ); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx b/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx index 5784e9b3b39b7c42d9cb2e0defa3aed1536f5184..98bbd5924b8ffb5520adcfd53ceaa7d0389755ef 100644 --- a/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx +++ b/Modules/Applications/AppSARCalibration/app/otbSARDeburst.cxx @@ -70,7 +70,7 @@ private: SetDocExampleParameterValue("in","s1_iw_slc.tif"); SetDocExampleParameterValue("out","s1_iw_slc_deburst.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx b/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx index 9ace67b59de44617d469460f4afe462b2abbc7bf..8d0e99cffc0c68bc3239114eb1c76bf031a0e2b3 100644 --- a/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx +++ b/Modules/Applications/AppSARDecompositions/app/otbSARDecompositions.cxx @@ -157,7 +157,7 @@ private: SetDocExampleParameterValue("decomp", "haa"); SetDocExampleParameterValue("out", "HaA.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx b/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx index cd8e0015fec255ff03d72bb31348c7dde32074de..e558ac68a08f7c3751a843556588c65860ca2e17 100644 --- a/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx +++ b/Modules/Applications/AppSARPolarMatrixConvert/app/otbSARPolarMatrixConvert.cxx @@ -353,7 +353,7 @@ private: SetDocExampleParameterValue("conv", "msinclairtocoherency"); SetDocExampleParameterValue("outc", "mcoherency.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx b/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx index f4daf0c6d88f740cc43f3817cab6cc4d6a9e7bf6..236ac0789fa1e8e2077e9903bcc5c4c0e8aa9733 100644 --- a/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx +++ b/Modules/Applications/AppSARPolarSynth/app/otbSARPolarSynth.cxx @@ -151,7 +151,7 @@ private: SetDocExampleParameterValue("khir", "10."); SetDocExampleParameterValue("out", "newbasis.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSARUtils/app/otbComputeModulusAndPhase.cxx b/Modules/Applications/AppSARUtils/app/otbComputeModulusAndPhase.cxx index c0f318bfe434c640fd2b674f7b8efcbf6d3677f4..a1ec51a1d3df70c47a5bb4016b7f93d6fd98395d 100644 --- a/Modules/Applications/AppSARUtils/app/otbComputeModulusAndPhase.cxx +++ b/Modules/Applications/AppSARUtils/app/otbComputeModulusAndPhase.cxx @@ -91,7 +91,7 @@ private: SetDocExampleParameterValue("modulus", "modulus.tif"); SetDocExampleParameterValue("phase", "phase.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } // DoUpdateParameters() is called as soon as a parameter value change. diff --git a/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx b/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx index aef539c34b76f722a057e095161b882c82f56d5d..c141e8c8c942be5c797726e0efa3fd7bdd1db252 100644 --- a/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx +++ b/Modules/Applications/AppSegmentation/app/otbConnectedComponentSegmentation.cxx @@ -121,7 +121,7 @@ private: SetDocExampleParameterValue("obia", "\"SHAPE_Elongation>8\""); SetDocExampleParameterValue("out", "ConnectedComponentSegmentation.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSegmentation/app/otbHooverCompareSegmentation.cxx b/Modules/Applications/AppSegmentation/app/otbHooverCompareSegmentation.cxx index 59ad146ac8019b98306b6d484b83bf3f6c92f0c1..48dd57c2ad75d5f31c5eddd08ff606239f7aaa2a 100644 --- a/Modules/Applications/AppSegmentation/app/otbHooverCompareSegmentation.cxx +++ b/Modules/Applications/AppSegmentation/app/otbHooverCompareSegmentation.cxx @@ -199,7 +199,7 @@ private: SetDocExampleParameterValue("inms", "maur_labelled.tif"); SetDocExampleParameterValue("outgt", "maur_colored_GT.tif uint8"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx b/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx index 61c2db9c616b8b70eee0652237d420f5730c365c..dd624673d0490e3d74402faba8a41f904868aa60 100644 --- a/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx +++ b/Modules/Applications/AppSegmentation/app/otbLSMSSegmentation.cxx @@ -285,7 +285,7 @@ private: SetDocExampleParameterValue("tilesizex","256"); SetDocExampleParameterValue("tilesizey","256"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx b/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx index 41c7a59689515bd2ad8caeeda3b9bf85689fe3f6..dc04847b2c8e5c4137cb6dd695368786ca33835f 100644 --- a/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx +++ b/Modules/Applications/AppSegmentation/app/otbLSMSSmallRegionsMerging.cxx @@ -121,7 +121,7 @@ private: SetDocExampleParameterValue("tilesizex","256"); SetDocExampleParameterValue("tilesizey","256"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSegmentation/app/otbLSMSVectorization.cxx b/Modules/Applications/AppSegmentation/app/otbLSMSVectorization.cxx index 8ac2029decc2d120884f664b333dc9f65259c654..aa3ea2a1be6bb89977ebe11083f27168bf92ecf3 100644 --- a/Modules/Applications/AppSegmentation/app/otbLSMSVectorization.cxx +++ b/Modules/Applications/AppSegmentation/app/otbLSMSVectorization.cxx @@ -106,7 +106,7 @@ private: SetDocExampleParameterValue("tilesizex","256"); SetDocExampleParameterValue("tilesizey","256"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSegmentation/app/otbMeanShiftSmoothing.cxx b/Modules/Applications/AppSegmentation/app/otbMeanShiftSmoothing.cxx index 4d2219190e480d78ce1a3b8e7eaa0c1280f20bc2..6f34edd86e8fee07d85cde3147e195f0436abd83 100644 --- a/Modules/Applications/AppSegmentation/app/otbMeanShiftSmoothing.cxx +++ b/Modules/Applications/AppSegmentation/app/otbMeanShiftSmoothing.cxx @@ -116,7 +116,7 @@ private: SetDocExampleParameterValue("thres", "0.1"); SetDocExampleParameterValue("maxiter", "100"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx b/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx index 2759e04ddaca21f8a0a06fc153422a9910f1f3f0..c8c975c57148fcd2ad4c2c7f5ed4d878dd9ffab8 100644 --- a/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx +++ b/Modules/Applications/AppSegmentation/app/otbSegmentation.cxx @@ -342,7 +342,7 @@ private: SetDocExampleParameterValue("mode.raster.out", "SegmentationRaster.tif uint16",1); SetDocExampleParameterValue("filter", "meanshift",1); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppStereo/app/otbBlockMatching.cxx b/Modules/Applications/AppStereo/app/otbBlockMatching.cxx index 064a05b9aa6af5620cfd5ecdb2a5564821f120e6..8b19cfabd052bd1abf2806821615347a4bfe67e2 100644 --- a/Modules/Applications/AppStereo/app/otbBlockMatching.cxx +++ b/Modules/Applications/AppStereo/app/otbBlockMatching.cxx @@ -323,7 +323,7 @@ private: SetDocExampleParameterValue("mask.variancet","10"); SetDocExampleParameterValue("io.out","MyDisparity.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppStereo/app/otbDisparityMapToElevationMap.cxx b/Modules/Applications/AppStereo/app/otbDisparityMapToElevationMap.cxx index cca506163c6bec6aa98ce6e1b1604939eb2b665a..6f626cf70ae661ec1fc534772fae3874703c71eb 100644 --- a/Modules/Applications/AppStereo/app/otbDisparityMapToElevationMap.cxx +++ b/Modules/Applications/AppStereo/app/otbDisparityMapToElevationMap.cxx @@ -127,7 +127,7 @@ private: SetDocExampleParameterValue("io.rgrid","grid_epi_right.tif"); SetDocExampleParameterValue("io.out","dem.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppStereo/app/otbFineRegistration.cxx b/Modules/Applications/AppStereo/app/otbFineRegistration.cxx index 4452fbc123381d3283b3e81dc9afb69e95057328..d24627f06f90b7f8bd8beaccb4b5ffe58ddc4ffe 100644 --- a/Modules/Applications/AppStereo/app/otbFineRegistration.cxx +++ b/Modules/Applications/AppStereo/app/otbFineRegistration.cxx @@ -233,7 +233,7 @@ private: SetDocExampleParameterValue("mrx", "3"); SetDocExampleParameterValue("mry", "3"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx b/Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx index 4801e5bfc18df37c72d3dc77190a921ca482bed3..fde86538aef54ca2e7bf7ff6b903325f4ed2665c 100644 --- a/Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx +++ b/Modules/Applications/AppStereo/app/otbGeneratePlyFile.cxx @@ -89,7 +89,7 @@ private: SetDocExampleParameterValue("out","out.ply"); SetDocExampleParameterValue("incolor","image_color.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppStereo/app/otbStereoFramework.cxx b/Modules/Applications/AppStereo/app/otbStereoFramework.cxx index d929ae28da24dcfc013ee1024a742b879d4b6b20..312cff69e50867b3ac2ee6d0b5c4ce9bce98b4b5 100644 --- a/Modules/Applications/AppStereo/app/otbStereoFramework.cxx +++ b/Modules/Applications/AppStereo/app/otbStereoFramework.cxx @@ -521,7 +521,7 @@ private: SetDocExampleParameterValue("output.res","2.5"); SetDocExampleParameterValue("output.out","dem.tif"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppStereo/app/otbStereoRectificationGridGenerator.cxx b/Modules/Applications/AppStereo/app/otbStereoRectificationGridGenerator.cxx index f40cc288c584e2fc03049296e2411f3eda17a045..ac8bcfa806b2aa2593d18a59efcf5e9489acd8cb 100644 --- a/Modules/Applications/AppStereo/app/otbStereoRectificationGridGenerator.cxx +++ b/Modules/Applications/AppStereo/app/otbStereoRectificationGridGenerator.cxx @@ -200,7 +200,7 @@ private: SetDocExampleParameterValue("io.outright","wv2_xs_right_epi_field.tif"); SetDocExampleParameterValue("epi.elevation.default","400"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppTest/app/otbTestApplication.cxx b/Modules/Applications/AppTest/app/otbTestApplication.cxx index 396a60ed3bd5e44509213c5ff18fb63927be67c2..662529c4ca81f854c1b9482fef5dcc133fdb7f8e 100644 --- a/Modules/Applications/AppTest/app/otbTestApplication.cxx +++ b/Modules/Applications/AppTest/app/otbTestApplication.cxx @@ -101,7 +101,7 @@ private: SetDocExampleParameterValue("boolean", "true"); SetDocExampleParameterValue("filename", "myFilename.foo"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx index bbef68085c47872a56f45a37cc7ada1a8fd03ab8..7c73c7d7d7b49a263a05951b4da74821f87d0f89 100644 --- a/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx +++ b/Modules/Applications/AppTextures/app/otbHaralickTextureExtraction.cxx @@ -163,7 +163,7 @@ SetDocExampleParameterValue("parameters.yrad", "3"); SetDocExampleParameterValue("texture", "simple"); SetDocExampleParameterValue("out", "HaralickTextures.tif"); -otbAppDocLink(); +SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx b/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx index 2b1ac3f8f39bce831d0ca31da43524caee88fd86..14fb6df2b3ee8499943cc14dbb27a34a6bcd5c51 100644 --- a/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx +++ b/Modules/Applications/AppTextures/app/otbSFSTextureExtraction.cxx @@ -118,7 +118,7 @@ SetDocExampleParameterValue("parameters.spethre", "50.0"); SetDocExampleParameterValue("parameters.spathre", "100"); SetDocExampleParameterValue("out", "SFSTextures.tif"); -otbAppDocLink(); +SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx b/Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx index 5fad81fb89a06f5eeeefe516cf2c85a2ee8268db..7e35f67165e2ac5108cc54e1dcaf20f2a21b12b8 100644 --- a/Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx +++ b/Modules/Applications/AppVectorDataTranslation/app/otbRasterization.cxx @@ -141,7 +141,7 @@ private: SetDocExampleParameterValue("spx","1."); SetDocExampleParameterValue("spy","1."); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppVectorUtils/app/otbConcatenateVectorData.cxx b/Modules/Applications/AppVectorUtils/app/otbConcatenateVectorData.cxx index e98e0a4559d73cda88b4c7e1aeb717416027be41..0710b1bf50ff0772fa6ce96ec4eda04879edb969 100644 --- a/Modules/Applications/AppVectorUtils/app/otbConcatenateVectorData.cxx +++ b/Modules/Applications/AppVectorUtils/app/otbConcatenateVectorData.cxx @@ -71,7 +71,7 @@ private: SetDocExampleParameterValue("vd", "ToulousePoints-examples.shp ToulouseRoad-examples.shp"); SetDocExampleParameterValue("out", "ConcatenatedVectorData.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } diff --git a/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx b/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx index 935494cbd603009c17784928630d6207f7d2a55e..0cc82f51d11a29ae4f492af0f1c7dbe1f3541bc8 100644 --- a/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx +++ b/Modules/Applications/AppVectorUtils/app/otbOSMDownloader.cxx @@ -94,7 +94,7 @@ private: SetDocExampleParameterValue("key", "highway"); SetDocExampleParameterValue("out", "apTvUtOSMDownloader.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } diff --git a/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx b/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx index c5f529685a468f1a8bb15b3898cbf05f42c863ca..1b4e8c8bf7cb404e6e117735310b24059d63f538 100644 --- a/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx +++ b/Modules/Applications/AppVectorUtils/app/otbVectorDataExtractROI.cxx @@ -103,7 +103,7 @@ private: SetDocExampleParameterValue("io.vd", "qb_RoadExtract_classification.shp"); SetDocExampleParameterValue("io.out", "apTvUtVectorDataExtractROIApplicationTest.shp"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppVectorUtils/app/otbVectorDataSetField.cxx b/Modules/Applications/AppVectorUtils/app/otbVectorDataSetField.cxx index b62d1f30aa9d26a1e2ff7ae5445636e8a99be4a0..696a48a7f2dd1f29f8a7b609be96f85d2b8c1344 100644 --- a/Modules/Applications/AppVectorUtils/app/otbVectorDataSetField.cxx +++ b/Modules/Applications/AppVectorUtils/app/otbVectorDataSetField.cxx @@ -73,7 +73,7 @@ private: SetDocExampleParameterValue("fn", "Info"); SetDocExampleParameterValue("fv", "Sample polygon"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Applications/AppVectorUtils/app/otbVectorDataTransform.cxx b/Modules/Applications/AppVectorUtils/app/otbVectorDataTransform.cxx index 5dac5118d6c19d8ea32e7996ff07b75e9301d225..8dc890b605564e56f7dc813f114fed0e97a53823 100644 --- a/Modules/Applications/AppVectorUtils/app/otbVectorDataTransform.cxx +++ b/Modules/Applications/AppVectorUtils/app/otbVectorDataTransform.cxx @@ -108,7 +108,7 @@ private: SetDocExampleParameterValue("out", "VectorDataTransform.shp"); SetDocExampleParameterValue("transform.ro", "5"); - otbAppDocLink(); + SetOfficialDocLink(); } void DoUpdateParameters() ITK_OVERRIDE diff --git a/Modules/Wrappers/ApplicationEngine/include/otbWrapperApplication.h b/Modules/Wrappers/ApplicationEngine/include/otbWrapperApplication.h index 56ce4e3a41c82042f4d80e564561a63f859f3965..741f5c4e80294c866f1ef441245adf60cec7b2e2 100644 --- a/Modules/Wrappers/ApplicationEngine/include/otbWrapperApplication.h +++ b/Modules/Wrappers/ApplicationEngine/include/otbWrapperApplication.h @@ -789,6 +789,14 @@ public: return m_Doclink; } + inline void SetOfficialDocLink() + { + std::string link = "http://www.orfeo-toolbox.org/Applications/"; + link.append(this->GetName()); + link.append(".html"); + this->SetDocLink(link); + } + protected: /** Constructor */ Application(); @@ -979,13 +987,5 @@ private: //#include "otbWrapperApplication.txx" //#endif -// doc link application macro -#define otbAppDocLink() \ - { \ - std::string link = "http://www.orfeo-toolbox.org/Applications/"; \ - link.append(Application::GetName()); \ - link.append(".html"); \ - Application::SetDocLink(link); \ - } #endif // otbWrapperApplication_h_