diff --git a/Examples/BasicFilters/BandMathFilterExample.cxx b/Examples/BasicFilters/BandMathFilterExample.cxx index 0c12e89b6400614316a1c112b915e46130f05539..0d73cadadb481ed7c3387340e1924d3a190f73c1 100644 --- a/Examples/BasicFilters/BandMathFilterExample.cxx +++ b/Examples/BasicFilters/BandMathFilterExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {qb_RoadExtract.tif} diff --git a/Examples/BasicFilters/DEMToRainbowExample.cxx b/Examples/BasicFilters/DEMToRainbowExample.cxx index 336fbcf3869df61810eee02b56d2b23fd15f529e..93c7f1ab26fce25ca9cc20ac4834c349799b9ed1 100644 --- a/Examples/BasicFilters/DEMToRainbowExample.cxx +++ b/Examples/BasicFilters/DEMToRainbowExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // OUTPUTS: {DEMToRainbowImageGenerator.png} diff --git a/Examples/BasicFilters/FrostImageFilter.cxx b/Examples/BasicFilters/FrostImageFilter.cxx index 4fb5ea61794f6fc00227563d21d85ccffa722f01..e1aa5d4798fd17bf1d6244f460e74c617c32a9c5 100644 --- a/Examples/BasicFilters/FrostImageFilter.cxx +++ b/Examples/BasicFilters/FrostImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {GomaSmall.png} diff --git a/Examples/BasicFilters/HillShadingExample.cxx b/Examples/BasicFilters/HillShadingExample.cxx index 121d7d98cd3a8a11be16304e56dbd7b3582000ee..c0db709aa47e9f06587ac3f20193ea670cd0f75f 100644 --- a/Examples/BasicFilters/HillShadingExample.cxx +++ b/Examples/BasicFilters/HillShadingExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // OUTPUTS: {HillShadingExample.png}, {HillShadingColorExample.png} diff --git a/Examples/BasicFilters/IndexedToRGBExample.cxx b/Examples/BasicFilters/IndexedToRGBExample.cxx index 29370a25d8e0ff00d154f7206f8999df85d71221..e00a8a9ad599e42bb2df4463762af2f599a5f5cc 100644 --- a/Examples/BasicFilters/IndexedToRGBExample.cxx +++ b/Examples/BasicFilters/IndexedToRGBExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {buildingExtractionIndexed.tif} diff --git a/Examples/BasicFilters/LeeImageFilter.cxx b/Examples/BasicFilters/LeeImageFilter.cxx index 4abf642f2b235f91cfcf59f493a7f1b1e81fa4ec..7d491b374d4c646854d8f78d6b8771070a72a040 100644 --- a/Examples/BasicFilters/LeeImageFilter.cxx +++ b/Examples/BasicFilters/LeeImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {GomaSmall.png} diff --git a/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx b/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx index 1a9af81eec195809e289da99505a4a2110b553a7..50136066ebb35616c22e3f0ac2f0a32d801741ef 100644 --- a/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx +++ b/Examples/BasicFilters/MeanShiftVectorImageFilterExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_1.png} diff --git a/Examples/BasicFilters/PrintableImageFilterExample.cxx b/Examples/BasicFilters/PrintableImageFilterExample.cxx index 31b2ccadec5d35a013cf4c6bccfb3aa4d0798d31..30144b638f96305b94fb24d375bc94e338243a52 100644 --- a/Examples/BasicFilters/PrintableImageFilterExample.cxx +++ b/Examples/BasicFilters/PrintableImageFilterExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {IMAGERY_SSECH.tif} diff --git a/Examples/BasicFilters/ScalingFilterExample.cxx b/Examples/BasicFilters/ScalingFilterExample.cxx index a356daeb78134035dd014ebd6a4d19f688f4fe32..b3c03e606997cad231918e9eeeedb9f1391f2396 100644 --- a/Examples/BasicFilters/ScalingFilterExample.cxx +++ b/Examples/BasicFilters/ScalingFilterExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Toulouse_Ortho_PAN.tif} diff --git a/Examples/BasicFilters/otbBasicFiltersExamplesTests.cxx b/Examples/BasicFilters/otbBasicFiltersExamplesTests.cxx index bbff41a0205a6140a6c4772ecac34758a4b6b4d9..071d6fdbd32acd02354cefd0f4614f6a9e32f36e 100644 --- a/Examples/BasicFilters/otbBasicFiltersExamplesTests.cxx +++ b/Examples/BasicFilters/otbBasicFiltersExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx b/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx index bf2b0e35c6c63b89191a259810411ef775fceca8..7da485672110298fc23596853da8aa1ad8ae884b 100644 --- a/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx +++ b/Examples/ChangeDetection/ChangeDetectionFrameworkExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/ChangeDetection/DiffChDet.cxx b/Examples/ChangeDetection/DiffChDet.cxx index 418ffe299181daa1fe2edb82475b0e9dbba67c11..6b1ee9110fa1e78ad1c2c6da2cb30ee28b2f15e3 100644 --- a/Examples/ChangeDetection/DiffChDet.cxx +++ b/Examples/ChangeDetection/DiffChDet.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {SpotBefore.png}, {SpotAfter.png} diff --git a/Examples/ChangeDetection/otbChangeDetectionExamplesTests.cxx b/Examples/ChangeDetection/otbChangeDetectionExamplesTests.cxx index 4ad6b16a29f017542329f4fd3a8dfb1a3a063d25..d4206a6c8da955d7097b364c44a60e981aa1b763 100644 --- a/Examples/ChangeDetection/otbChangeDetectionExamplesTests.cxx +++ b/Examples/ChangeDetection/otbChangeDetectionExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Classification/BayesianPluginClassifier.cxx b/Examples/Classification/BayesianPluginClassifier.cxx index e704c557a3c6fc955cb30cbed310b889a35dd4f8..f2e5bf96e78814b121a02fccd949911dcba46e0d 100644 --- a/Examples/Classification/BayesianPluginClassifier.cxx +++ b/Examples/Classification/BayesianPluginClassifier.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Classification/ExpectationMaximizationMixtureModelEstimator.cxx b/Examples/Classification/ExpectationMaximizationMixtureModelEstimator.cxx index a4b5f6ae5e7e3dd285156de9315efef46accdf99..6ebbafab1c97a96abc1e241afb19bbd62dd9d3ad 100644 --- a/Examples/Classification/ExpectationMaximizationMixtureModelEstimator.cxx +++ b/Examples/Classification/ExpectationMaximizationMixtureModelEstimator.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Classification/KdTreeBasedKMeansClustering.cxx b/Examples/Classification/KdTreeBasedKMeansClustering.cxx index 8ff59373938298b2ca4488405025acfc303c2a2f..9d1314e71dd8844988c6c3f52e71a33f5af23ad8 100644 --- a/Examples/Classification/KdTreeBasedKMeansClustering.cxx +++ b/Examples/Classification/KdTreeBasedKMeansClustering.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // \index{Statistics!k-means clustering (using k-d tree)} diff --git a/Examples/Classification/ScalarImageKmeansClassifier.cxx b/Examples/Classification/ScalarImageKmeansClassifier.cxx index 2bf725824a107e785595cbc165f8b94e7ea2fdf8..3dd64b609967d521e94aa9695acd7938731cb674 100644 --- a/Examples/Classification/ScalarImageKmeansClassifier.cxx +++ b/Examples/Classification/ScalarImageKmeansClassifier.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Classification/ScalarImageKmeansModelEstimator.cxx b/Examples/Classification/ScalarImageKmeansModelEstimator.cxx index 33f74478cdea90b5a80accc78afb6df12c82640b..e5795042af8da186d3fa6aa3826060b7f9932199 100644 --- a/Examples/Classification/ScalarImageKmeansModelEstimator.cxx +++ b/Examples/Classification/ScalarImageKmeansModelEstimator.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Classification/ScalarImageMarkovRandomField1.cxx b/Examples/Classification/ScalarImageMarkovRandomField1.cxx index 65809b4600264636d4b902d172237899e919ef64..b27b22d760115d9a9a71ca288216bfedf83814c5 100644 --- a/Examples/Classification/ScalarImageMarkovRandomField1.cxx +++ b/Examples/Classification/ScalarImageMarkovRandomField1.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // // Software Guide : BeginCommandLineArgs diff --git a/Examples/Classification/otbClassificationExamplesTests.cxx b/Examples/Classification/otbClassificationExamplesTests.cxx index 06e57a4328062346916d472ba8522a38afd942bb..448d008747776cd98651945a390e60cf393bf74c 100644 --- a/Examples/Classification/otbClassificationExamplesTests.cxx +++ b/Examples/Classification/otbClassificationExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/DataRepresentation/Containers/TreeContainer.cxx b/Examples/DataRepresentation/Containers/TreeContainer.cxx index 56fe244d2ae3b117b0e97dc1a9c1c81ae33d7f60..339c7ca515ffe8948029882cca73e9b98f2ec5f3 100644 --- a/Examples/DataRepresentation/Containers/TreeContainer.cxx +++ b/Examples/DataRepresentation/Containers/TreeContainer.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/Image1.cxx b/Examples/DataRepresentation/Image/Image1.cxx index 3871746a19d2824f501f6bce6888fde2fb45674f..f1fa46297076c263f3dbcc6fd99bdda689b69eca 100644 --- a/Examples/DataRepresentation/Image/Image1.cxx +++ b/Examples/DataRepresentation/Image/Image1.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/Image2.cxx b/Examples/DataRepresentation/Image/Image2.cxx index 5100218438c275cd2d5eef623118ca2cc5281d26..0474eb296074e0d29d51e9be2c6e8c9d31993c78 100644 --- a/Examples/DataRepresentation/Image/Image2.cxx +++ b/Examples/DataRepresentation/Image/Image2.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" diff --git a/Examples/DataRepresentation/Image/Image3.cxx b/Examples/DataRepresentation/Image/Image3.cxx index b86469951ced9ac1a01b4145e4e57f51425ff555..f94e4942a7313ac3662d4463c9719053418c78c7 100644 --- a/Examples/DataRepresentation/Image/Image3.cxx +++ b/Examples/DataRepresentation/Image/Image3.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/Image4.cxx b/Examples/DataRepresentation/Image/Image4.cxx index 7058d3e0e73a3973c90d793e80c36ac87cead135..6e1f0ab593748830049346f2625723fdf277b336 100644 --- a/Examples/DataRepresentation/Image/Image4.cxx +++ b/Examples/DataRepresentation/Image/Image4.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // // Even though OTB can be used to perform diff --git a/Examples/DataRepresentation/Image/Image5.cxx b/Examples/DataRepresentation/Image/Image5.cxx index b20d3713475db0563ac7d75dce11e693bb1c4ba8..337df65135151653703a204a367d8817a4cc26e7 100644 --- a/Examples/DataRepresentation/Image/Image5.cxx +++ b/Examples/DataRepresentation/Image/Image5.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/Image6.cxx b/Examples/DataRepresentation/Image/Image6.cxx index 7e24d42aae08c00b8037397d668fbc8d4715358d..2ebd2b9dee2266a8fbfabd0888142b21d93506ba 100644 --- a/Examples/DataRepresentation/Image/Image6.cxx +++ b/Examples/DataRepresentation/Image/Image6.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/ImageAdaptor1.cxx b/Examples/DataRepresentation/Image/ImageAdaptor1.cxx index 83c32232943cdf1f2605e52188e58251e180ba74..9ac7846486ca007ef80a1718400f281e5a1f7867 100644 --- a/Examples/DataRepresentation/Image/ImageAdaptor1.cxx +++ b/Examples/DataRepresentation/Image/ImageAdaptor1.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/ImageAdaptor2.cxx b/Examples/DataRepresentation/Image/ImageAdaptor2.cxx index d6fea4a7f162da8b909ef04b1606407b64b69a5c..b533a2b6dbb8c143c68b3744c1ac0822a904e5f0 100644 --- a/Examples/DataRepresentation/Image/ImageAdaptor2.cxx +++ b/Examples/DataRepresentation/Image/ImageAdaptor2.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/ImageAdaptor3.cxx b/Examples/DataRepresentation/Image/ImageAdaptor3.cxx index a65a42097cf75020fe5ec9cdaba721ea4179adfd..e6d9ec55cdae4ac34013bb19c1622735af49b398 100644 --- a/Examples/DataRepresentation/Image/ImageAdaptor3.cxx +++ b/Examples/DataRepresentation/Image/ImageAdaptor3.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/ImageAdaptor4.cxx b/Examples/DataRepresentation/Image/ImageAdaptor4.cxx index 0192b367bb50be8e5ae263672d5f2051fe004eca..9fbd661f6324bbe3d17a17fdc3cfde767d6986b5 100644 --- a/Examples/DataRepresentation/Image/ImageAdaptor4.cxx +++ b/Examples/DataRepresentation/Image/ImageAdaptor4.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/DataRepresentation/Image/RGBImage.cxx b/Examples/DataRepresentation/Image/RGBImage.cxx index 1356b99ad08abe1b892274ddee3cf5164e44c451..7256539588f72b77a2db7a3975dfe12df39f8104 100644 --- a/Examples/DataRepresentation/Image/RGBImage.cxx +++ b/Examples/DataRepresentation/Image/RGBImage.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" diff --git a/Examples/DataRepresentation/Image/VectorImage.cxx b/Examples/DataRepresentation/Image/VectorImage.cxx index 242c9702860dbb8f779e8e27c9951e6f70c47c09..aa01b347f93413847dd3f7e5825f9ebe3108d547 100644 --- a/Examples/DataRepresentation/Image/VectorImage.cxx +++ b/Examples/DataRepresentation/Image/VectorImage.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Image/otbImageExamplesTests.cxx b/Examples/DataRepresentation/Image/otbImageExamplesTests.cxx index 8d6999a430b1589a13e3b8ba112e536790db8149..361fd2c8f9c20f89f5abb215aeccf3ba35647142 100644 --- a/Examples/DataRepresentation/Image/otbImageExamplesTests.cxx +++ b/Examples/DataRepresentation/Image/otbImageExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/DataRepresentation/Mesh/Mesh1.cxx b/Examples/DataRepresentation/Mesh/Mesh1.cxx index 9e26a81cde2dfa8390e498f5b6e5b24a57c13b2a..c93640b27bd577ff7fe89bc47879fbe9a2f1fe73 100644 --- a/Examples/DataRepresentation/Mesh/Mesh1.cxx +++ b/Examples/DataRepresentation/Mesh/Mesh1.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Mesh/Mesh2.cxx b/Examples/DataRepresentation/Mesh/Mesh2.cxx index ae4705005d02a8992f773462d7c9ddb625fad8da..398eca34f8c81f72673b91926c3a675c21de103e 100644 --- a/Examples/DataRepresentation/Mesh/Mesh2.cxx +++ b/Examples/DataRepresentation/Mesh/Mesh2.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Mesh/Mesh3.cxx b/Examples/DataRepresentation/Mesh/Mesh3.cxx index a32302d04e4a794879cd1e687168eea05a7acb24..2f443f733b7ffb5d3a49523b104fd763c6b0d9a7 100644 --- a/Examples/DataRepresentation/Mesh/Mesh3.cxx +++ b/Examples/DataRepresentation/Mesh/Mesh3.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Mesh/PointSet1.cxx b/Examples/DataRepresentation/Mesh/PointSet1.cxx index 9df19ec0f6cff8849cd2c0425850ba72fba4781b..7f71c9ab11d157087f425577f29898880444d2a0 100644 --- a/Examples/DataRepresentation/Mesh/PointSet1.cxx +++ b/Examples/DataRepresentation/Mesh/PointSet1.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Mesh/PointSet2.cxx b/Examples/DataRepresentation/Mesh/PointSet2.cxx index a855dae8a2c570ddbbaf0db5a362b8d214934cf4..3eb073718c46cff711b2762a2112d2417fd97748 100644 --- a/Examples/DataRepresentation/Mesh/PointSet2.cxx +++ b/Examples/DataRepresentation/Mesh/PointSet2.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Mesh/PointSet3.cxx b/Examples/DataRepresentation/Mesh/PointSet3.cxx index 8f9d221e7e8690253ca728b3e2273be7d9919c9a..e9ca365d7cc562eadafa68a3621de817db94a65d 100644 --- a/Examples/DataRepresentation/Mesh/PointSet3.cxx +++ b/Examples/DataRepresentation/Mesh/PointSet3.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx b/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx index 330db6e9128f789ae68f2e09a948cc700c3d2579..5f8a1781192a53d83a476f6cb2c16ddf8657c861 100644 --- a/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx +++ b/Examples/DataRepresentation/Mesh/PointSetWithVectors.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx b/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx index 00665da6f99df9a3ce537c963f8dbca338ad8cf3..7e76268ba79197e0ccc6795fef92df4459ac064f 100644 --- a/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx +++ b/Examples/DataRepresentation/Path/PolyLineParametricPath1.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx b/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx index 40b3fd4fec6d87862e8e81e86d1752aff27662f4..131e81dac8d978171293a2d09fe7c1276bfe7406 100644 --- a/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx +++ b/Examples/DisparityMap/FineRegistrationImageFilterExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {StereoFixed.png}, {StereoMoving.png} diff --git a/Examples/DisparityMap/NCCRegistrationFilterExample.cxx b/Examples/DisparityMap/NCCRegistrationFilterExample.cxx index fe36c014ee74ba57d92add8e72c5c5026a849c6d..aa951f92f73035341772c63afaf1104b350f1a03 100644 --- a/Examples/DisparityMap/NCCRegistrationFilterExample.cxx +++ b/Examples/DisparityMap/NCCRegistrationFilterExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {StereoFixed.png}, {StereoMoving.png} diff --git a/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx b/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx index 744f5fe7281df41e69fe6b87962897afc29fa37f..eb023dc5d9fb11984b0d359ea2a8340bf918455c 100644 --- a/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx +++ b/Examples/DisparityMap/SimpleDisparityMapEstimationExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {StereoFixed.png}, {StereoMoving.png} diff --git a/Examples/DisparityMap/otbDisparityMapExamplesTests.cxx b/Examples/DisparityMap/otbDisparityMapExamplesTests.cxx index 76c5b3ceb28baa2e7b58bcdfe90a55614bdd2475..26d2e6f72c9826b02faeb59687d0b81b961fbaed 100644 --- a/Examples/DisparityMap/otbDisparityMapExamplesTests.cxx +++ b/Examples/DisparityMap/otbDisparityMapExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/FeatureExtraction/AlignmentsExample.cxx b/Examples/FeatureExtraction/AlignmentsExample.cxx index 70f7a8ad70c8bbf38c61b70272e27c1dbccece06..5442391a3acf5cd87d916b07fbdf4100fb48f7ac 100644 --- a/Examples/FeatureExtraction/AlignmentsExample.cxx +++ b/Examples/FeatureExtraction/AlignmentsExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx b/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx index ddb373c9bb0101bae3c5eb068020b62b46166ca9..64f4fda985253e0a9b17f60704f285471aedbeec 100644 --- a/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/AssymmetricFusionOfLineDetectorExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {amst.png} diff --git a/Examples/FeatureExtraction/CloudDetectionExample.cxx b/Examples/FeatureExtraction/CloudDetectionExample.cxx index cd681808abdb58d16192668b0629edf5d9b76fd0..43724f35135b13c599150beb8cd8f6012be7a25d 100644 --- a/Examples/FeatureExtraction/CloudDetectionExample.cxx +++ b/Examples/FeatureExtraction/CloudDetectionExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {CloudsOnReunion.tif} diff --git a/Examples/FeatureExtraction/ComplexMomentPathExample.cxx b/Examples/FeatureExtraction/ComplexMomentPathExample.cxx index 37a832b4012fb641f01393d63443df35c121bd0b..b4690ab0fa24ae77ee80f7a2214227a7d50632d2 100644 --- a/Examples/FeatureExtraction/ComplexMomentPathExample.cxx +++ b/Examples/FeatureExtraction/ComplexMomentPathExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "itkExceptionObject.h" #include "otbImage.h" diff --git a/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx b/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx index aa9246222575812520093c61255c2b129e87944f..d9372ba67c63d3740409a52142b0d47097f032f8 100644 --- a/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx +++ b/Examples/FeatureExtraction/ComplexMomentsImageFunctionExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "itkExceptionObject.h" #include "otbImage.h" diff --git a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx index cbf625b690f79ae77f68db1a6a1515f4d3dc50e7..1d5b6c7aeb9902942a085a5bcb684e3b17b61b42 100644 --- a/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/CorrelationLineDetectorExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {amst.png} diff --git a/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx b/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx index ec9a47c7854623ab3544326c05f74aceb6f70864..7aeb7a02a5715cf7f8bc5261d4f5a97eb63c70e3 100644 --- a/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx +++ b/Examples/FeatureExtraction/ExtractRoadByStepsExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/FeatureExtraction/ExtractRoadExample.cxx b/Examples/FeatureExtraction/ExtractRoadExample.cxx index 6573004b9c744a0687cb2a57605d2d050ff0cd78..29c670809c82d95339f5667b6ecc88648b4e55e4 100644 --- a/Examples/FeatureExtraction/ExtractRoadExample.cxx +++ b/Examples/FeatureExtraction/ExtractRoadExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {qb_RoadExtract.tif} diff --git a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx index 17549b87f03ca02f063769349b15dddf20797d69..a7488617979d0108333b50b20cd93de1e9bdeac5 100644 --- a/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx +++ b/Examples/FeatureExtraction/ExtractSegmentsByStepsExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {amst.png} diff --git a/Examples/FeatureExtraction/ExtractSegmentsExample.cxx b/Examples/FeatureExtraction/ExtractSegmentsExample.cxx index 5240938d139ee233be177ee2131f0c4f9a213bca..fe9e98a06ab24b29ffa42e2dfbb906c7aafcf37d 100644 --- a/Examples/FeatureExtraction/ExtractSegmentsExample.cxx +++ b/Examples/FeatureExtraction/ExtractSegmentsExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {amst.png} diff --git a/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx b/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx index 88a85a112bef4fc0c7e68e0994645734d0d51644..b88b7234d274fff4161e95f526d3f4b4b49d2f24 100644 --- a/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx +++ b/Examples/FeatureExtraction/FlusserMomentsImageFunctionExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "itkExceptionObject.h" #include "otbImage.h" diff --git a/Examples/FeatureExtraction/HarrisExample.cxx b/Examples/FeatureExtraction/HarrisExample.cxx index 86021d8e51cf6f2a18774a842a49126b24112542..a00b54a37b533c910ab20f2dd769b3291ba4cd0b 100644 --- a/Examples/FeatureExtraction/HarrisExample.cxx +++ b/Examples/FeatureExtraction/HarrisExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "itkExceptionObject.h" #include "otbImage.h" diff --git a/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx b/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx index 01cc9c8294f72af7b90739aa34d59bc91cdde163..af96258f4aec34060401b53f6306ef3dd1efcfc1 100644 --- a/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx +++ b/Examples/FeatureExtraction/HuMomentsImageFunctionExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "itkExceptionObject.h" #include "otbImage.h" diff --git a/Examples/FeatureExtraction/PanTexExample.cxx b/Examples/FeatureExtraction/PanTexExample.cxx index 677c37fac0c238f96ce51b65675da672c070df52..3165c871bbed66d4068557c81115e5e0dba56b42 100644 --- a/Examples/FeatureExtraction/PanTexExample.cxx +++ b/Examples/FeatureExtraction/PanTexExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_1.png} diff --git a/Examples/FeatureExtraction/ParallelLineDetectionExample.cxx b/Examples/FeatureExtraction/ParallelLineDetectionExample.cxx index 1bc2253c8c927e8deeb41755bcb3c3b7531cab28..84a228f521a0f64e61cc85cf3d7f9f48766f1784 100644 --- a/Examples/FeatureExtraction/ParallelLineDetectionExample.cxx +++ b/Examples/FeatureExtraction/ParallelLineDetectionExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // OUTPUTS: {Lines.png}, {ParallelLines.png} diff --git a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx index f96fc7212d605241846559231ac11c10c132b68d..e726a000346ca2ec744064cdeb27f8a8e30cce3a 100644 --- a/Examples/FeatureExtraction/RatioLineDetectorExample.cxx +++ b/Examples/FeatureExtraction/RatioLineDetectorExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {amst.png} diff --git a/Examples/FeatureExtraction/SeamCarvingExample.cxx b/Examples/FeatureExtraction/SeamCarvingExample.cxx index 7bab6c6420905581a28f4b682e6d6b618d0c9a64..8efaebe8b65b6be9c42db39f9cdece31d8f646a7 100644 --- a/Examples/FeatureExtraction/SeamCarvingExample.cxx +++ b/Examples/FeatureExtraction/SeamCarvingExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx index 068a79ff044d775ff6e62c0490c2c305dde6721f..b3a665d111478dbc303e3d476f330f6a88a7812c 100644 --- a/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx +++ b/Examples/FeatureExtraction/SeamCarvingOtherExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/FeatureExtraction/TextureExample.cxx b/Examples/FeatureExtraction/TextureExample.cxx index 4f53b99b31d84ea40b652996efa81261dee80a09..c99778c47a53a3c7cf75c623ecb89a91eaffae64 100644 --- a/Examples/FeatureExtraction/TextureExample.cxx +++ b/Examples/FeatureExtraction/TextureExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ADS40RoiSmall.png} diff --git a/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx b/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx index f395503084f7528f6a7c35bd30e0e60fb09a08a6..fb6d538592093c8f53c551008c2bd19f7413bff2 100644 --- a/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx +++ b/Examples/FeatureExtraction/ThresholdToPointSetExample.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx index 95033cf57467e2d77f625071daddfc435b510049..60f9ae013f25c2f48154c80c6579d65b7b4e5cd3 100644 --- a/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx +++ b/Examples/FeatureExtraction/TouziEdgeDetectorExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {amst.png} diff --git a/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests1.cxx b/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests1.cxx index 18a86b70df172eafce4d58a1fd95c34fa4da8b0a..b8a2b895f78c05f616d58f38af39306657f8cb5f 100644 --- a/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests1.cxx +++ b/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests1.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests2.cxx b/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests2.cxx index 67c446b6b4c3dcc2b22547557f93a3ef762cd1d4..29c921eb3fc2609090a72e02611139b1c41bde0a 100644 --- a/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests2.cxx +++ b/Examples/FeatureExtraction/otbFeatureExtractionExamplesTests2.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Filtering/BinaryThresholdImageFilter.cxx b/Examples/Filtering/BinaryThresholdImageFilter.cxx index 86837331823e7d92f152970c14f0556ac7bbd612..b7b0d652613501146fda1d2d5a954f9d4edf87eb 100644 --- a/Examples/Filtering/BinaryThresholdImageFilter.cxx +++ b/Examples/Filtering/BinaryThresholdImageFilter.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx b/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx index d0d3ddcc767adb85597cd331a9273077a8204ccf..9f94439611afbea5683bb8cb3fc904b3d9f03b51 100644 --- a/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx +++ b/Examples/Filtering/CannyEdgeDetectionImageFilter.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/CompositeFilterExample.cxx b/Examples/Filtering/CompositeFilterExample.cxx index 79bb2040fd0bcf027b687cd47a73a19b51393f62..2843790c8e7b065f1bc76967a2a6ee8093067c80 100644 --- a/Examples/Filtering/CompositeFilterExample.cxx +++ b/Examples/Filtering/CompositeFilterExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx b/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx index 0e1b0daa13adb143be282c74d77e6d4aa926da29..bfcbae6da575a01f5f3a0f59a1afcf85cd062472 100644 --- a/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx +++ b/Examples/Filtering/DanielssonDistanceMapImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {FivePoints.png} diff --git a/Examples/Filtering/DerivativeImageFilter.cxx b/Examples/Filtering/DerivativeImageFilter.cxx index b0ccd1dcf66dafcb556a0f7697833afabf5ae203..84dcac7ff6541d5dc8e16db4cb4000f1902ff63c 100644 --- a/Examples/Filtering/DerivativeImageFilter.cxx +++ b/Examples/Filtering/DerivativeImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/DiscreteGaussianImageFilter.cxx b/Examples/Filtering/DiscreteGaussianImageFilter.cxx index 35abb8d836a70154389bb02a6ced3bde74c29e6a..bfe8c2354003e3660b1aca3dba6ace77f7f644cc 100644 --- a/Examples/Filtering/DiscreteGaussianImageFilter.cxx +++ b/Examples/Filtering/DiscreteGaussianImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx b/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx index c9758c6aa649e069692046836e8ce39c6ee924ea..c514ddafcff7d897274cb0a1e6b49dc5b974c41b 100644 --- a/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx +++ b/Examples/Filtering/GradientAnisotropicDiffusionImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Filtering/GradientMagnitudeImageFilter.cxx b/Examples/Filtering/GradientMagnitudeImageFilter.cxx index c9ccc2b43b8555af8bf21600acb7deb2d06fb104..0c9f291b540142066206e8980c83656bf343d50e 100644 --- a/Examples/Filtering/GradientMagnitudeImageFilter.cxx +++ b/Examples/Filtering/GradientMagnitudeImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx b/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx index 9c69531842b2b2c5a123c102179ca73c6340b07d..f4f003ff995cb0d6ae7cea0d05a6e1de45a4dc61 100644 --- a/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx +++ b/Examples/Filtering/GradientMagnitudeRecursiveGaussianImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx index d082150383125ff113916569a832489ee7c1231c..fd76687a6cb1552231a776c072090bba4e2e827b 100644 --- a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx +++ b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter1.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx index c836c141f3430468173ae431c348bfc11804368d..46e77cb6312978f8b188ba614dce657cfbad9e68 100644 --- a/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx +++ b/Examples/Filtering/LaplacianRecursiveGaussianImageFilter2.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx b/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx index 81f09d138b11143706db7c2eb7174c39c8b2144e..8c8aa26903f18f311a45d4efdb5f8ebd07422506 100644 --- a/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx +++ b/Examples/Filtering/MathematicalMorphologyBinaryFilters.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx b/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx index 931d4f5d98ef9179183ad66a2aa5d3f1d36824e3..acadcb1d3ddb7c3f2ef292e2a337cca2853afdbb 100644 --- a/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx +++ b/Examples/Filtering/MathematicalMorphologyGrayscaleFilters.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Filtering/MeanImageFilter.cxx b/Examples/Filtering/MeanImageFilter.cxx index 0619bca4395266a2012ad91bb350b59c58b4f00d..433433df272840357ab8564ae14d35323536408e 100644 --- a/Examples/Filtering/MeanImageFilter.cxx +++ b/Examples/Filtering/MeanImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Filtering/MedianImageFilter.cxx b/Examples/Filtering/MedianImageFilter.cxx index 2421255830580f21af57298671ab5e7f25e3a45e..13c3e5222a6c778f5ce6ed0e139d84ab5104e4ab 100644 --- a/Examples/Filtering/MedianImageFilter.cxx +++ b/Examples/Filtering/MedianImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Filtering/RasterizationExample.cxx b/Examples/Filtering/RasterizationExample.cxx index 7162473f2469ab7efcb4313501337c67107bcc09..ca6e5af3b8dbd5b25e935eefce7771efabfafdb7 100644 --- a/Examples/Filtering/RasterizationExample.cxx +++ b/Examples/Filtering/RasterizationExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {w002n44e.shp} diff --git a/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx b/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx index d2f089f736a80dc39303e4ef87ba43d24aec08d6..b5b480d60ad0732a71671ba1c48936e949db671f 100644 --- a/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx +++ b/Examples/Filtering/SecondDerivativeRecursiveGaussianImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Filtering/ThresholdImageFilter.cxx b/Examples/Filtering/ThresholdImageFilter.cxx index 04308877cc73592b300a5bf8b789b1540d7ae1c9..643330f6849ecd9b7676724367f9b681fc0bda2f 100644 --- a/Examples/Filtering/ThresholdImageFilter.cxx +++ b/Examples/Filtering/ThresholdImageFilter.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png} diff --git a/Examples/Filtering/otbFilteringExamplesTests.cxx b/Examples/Filtering/otbFilteringExamplesTests.cxx index 14049b071236afb444df32d3eb6122e17630810b..29dfec7288bbfc372460677e85398361271cd895 100644 --- a/Examples/Filtering/otbFilteringExamplesTests.cxx +++ b/Examples/Filtering/otbFilteringExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Fusion/BayesianFusionImageFilter.cxx b/Examples/Fusion/BayesianFusionImageFilter.cxx index 409ac6574c7b28278b1343da4176f7e37ee12691..0a5d426dc0ab64af0a9e9c9dccf5aa31b1b0d1bc 100644 --- a/Examples/Fusion/BayesianFusionImageFilter.cxx +++ b/Examples/Fusion/BayesianFusionImageFilter.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {multiSpect.tif} , {multiSpectInterp.tif}, {panchro.tif} diff --git a/Examples/Fusion/PanSharpeningExample.cxx b/Examples/Fusion/PanSharpeningExample.cxx index c3e72da22b6b9669646018174f53a67524d1366d..b139022a42c363c3496fc7a081320700e1ff4cbf 100644 --- a/Examples/Fusion/PanSharpeningExample.cxx +++ b/Examples/Fusion/PanSharpeningExample.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Toulouse_Ortho_PAN.tif}, {QB_Toulouse_Ortho_XS.tif} diff --git a/Examples/Fusion/otbFusionExamplesTests.cxx b/Examples/Fusion/otbFusionExamplesTests.cxx index a5828d5d7e892c64eba7a2b5a61e8786009e4c1f..2be8b1e227b5e49406fe7f5fe7dafdcdf73809c9 100644 --- a/Examples/Fusion/otbFusionExamplesTests.cxx +++ b/Examples/Fusion/otbFusionExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/GeospatialAnalysis/otbGeospatialAnalysisExamplesTests.cxx b/Examples/GeospatialAnalysis/otbGeospatialAnalysisExamplesTests.cxx index a15e2f1dc0ed58268921bc43c0a1a684253fb51f..64ed4826ade60d3407e32bf5b0c43795cdd99494 100644 --- a/Examples/GeospatialAnalysis/otbGeospatialAnalysisExamplesTests.cxx +++ b/Examples/GeospatialAnalysis/otbGeospatialAnalysisExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/IO/ComplexImageReadWrite.cxx b/Examples/IO/ComplexImageReadWrite.cxx index 39d4bd3286d63a30929994665971c8c0ad2b4e87..d7c4e958cd4f40d1a04d23883d0ae51217008971 100644 --- a/Examples/IO/ComplexImageReadWrite.cxx +++ b/Examples/IO/ComplexImageReadWrite.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/IO/DEMToImageGenerator.cxx b/Examples/IO/DEMToImageGenerator.cxx index ab63c9c07ad193f5fdba3ce2873e959b8a1f8beb..728ac7c59664f15e14453dd814104ce426d1e3f6 100644 --- a/Examples/IO/DEMToImageGenerator.cxx +++ b/Examples/IO/DEMToImageGenerator.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // OUTPUTS: {DEMToImageGenerator.tif} diff --git a/Examples/IO/ExplicitStreamingExample.cxx b/Examples/IO/ExplicitStreamingExample.cxx index 456ec666b88be58ee1786a1dd3fa5fae9814f24c..de2b7aa4d7b7fa367c565310a07c6a0590f2e7b1 100644 --- a/Examples/IO/ExplicitStreamingExample.cxx +++ b/Examples/IO/ExplicitStreamingExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbVectorImage.h" #include "otbImageFileReader.h" diff --git a/Examples/IO/ExtractROI.cxx b/Examples/IO/ExtractROI.cxx index 02a42dc5ba4b2adf30c8d144c9bafe6647148267..5961de355da7fdff94a4df8b82f9ba3485344a05 100644 --- a/Examples/IO/ExtractROI.cxx +++ b/Examples/IO/ExtractROI.cxx @@ -19,9 +19,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {IMAGERY_SSECH.tif} diff --git a/Examples/IO/ImageReadCastWrite.cxx b/Examples/IO/ImageReadCastWrite.cxx index de9321b5aaca2ea21fb2bcc7462861830a6acf3c..90a0cc014c0ae476c4006c3596263518a91bae76 100644 --- a/Examples/IO/ImageReadCastWrite.cxx +++ b/Examples/IO/ImageReadCastWrite.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/IO/ImageReadRegionOfInterestWrite.cxx b/Examples/IO/ImageReadRegionOfInterestWrite.cxx index ed41816b63f19aaa98f450ef6c0ff8818e3fb425..828fb45129895b3772a6bced112657ee47117fe7 100644 --- a/Examples/IO/ImageReadRegionOfInterestWrite.cxx +++ b/Examples/IO/ImageReadRegionOfInterestWrite.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/IO/ImageReadWrite.cxx b/Examples/IO/ImageReadWrite.cxx index e08bf10d456a5bd53294a6ec623363ac852a6ed4..d91127ed71b52e7452d6aa59b291eedeca0420d0 100644 --- a/Examples/IO/ImageReadWrite.cxx +++ b/Examples/IO/ImageReadWrite.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/IO/ImageSeriesIOExample.cxx b/Examples/IO/ImageSeriesIOExample.cxx index ab599f263e6f33031a26b2882ba8669099580a20..d3ca1cd104521edb8766c0c61e731d5a419b0552 100644 --- a/Examples/IO/ImageSeriesIOExample.cxx +++ b/Examples/IO/ImageSeriesIOExample.cxx @@ -19,9 +19,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> diff --git a/Examples/IO/LidarToImageExample.cxx b/Examples/IO/LidarToImageExample.cxx index b7c44fdb807f173fa27120eb3218289e48034e83..24427082f460ec27ae74e36a5a582f27ef4b3c36 100644 --- a/Examples/IO/LidarToImageExample.cxx +++ b/Examples/IO/LidarToImageExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {TO_core_last_zoom.las} diff --git a/Examples/IO/MetadataExample.cxx b/Examples/IO/MetadataExample.cxx index 77f100fe0b5ef4f3a6ad6589edfaf5ac4f019538..3a37d1f96412cc16ea0f25d4459e189294677203 100644 --- a/Examples/IO/MetadataExample.cxx +++ b/Examples/IO/MetadataExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // SoftwareGuide: BeginLatex // diff --git a/Examples/IO/MultibandImageReadWrite.cxx b/Examples/IO/MultibandImageReadWrite.cxx index efa7d02b8a1f9cd3c99465cb2c8ecd370af78181..b56f4564b627523eb31bd7d747b0333809f11054 100644 --- a/Examples/IO/MultibandImageReadWrite.cxx +++ b/Examples/IO/MultibandImageReadWrite.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/IO/RGBImageReadWrite.cxx b/Examples/IO/RGBImageReadWrite.cxx index 990c1b832fa4a56b41f33486609ea7898c92d528..6c5c5fe11ab63670f0aadfbb427c03f9c0144cce 100644 --- a/Examples/IO/RGBImageReadWrite.cxx +++ b/Examples/IO/RGBImageReadWrite.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/IO/StreamingImageReadWrite.cxx b/Examples/IO/StreamingImageReadWrite.cxx index 349554ae11a4d1f61948b314e4d1f6654ef172d7..c8df7fb7ab1a6aba3620a72ca9692ac15b4dbf06 100644 --- a/Examples/IO/StreamingImageReadWrite.cxx +++ b/Examples/IO/StreamingImageReadWrite.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/IO/TileMapImageIOExample.cxx b/Examples/IO/TileMapImageIOExample.cxx index d7c834409da417e0534b590b9da0ca56dce8a381..fbb5c295a967dea99a6b92b5fcdccb0a8d7e1010 100644 --- a/Examples/IO/TileMapImageIOExample.cxx +++ b/Examples/IO/TileMapImageIOExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {osmfile.otb} diff --git a/Examples/IO/otbIOExamplesTests1.cxx b/Examples/IO/otbIOExamplesTests1.cxx index 594b84052b8684941d43735d9542c1c1d166aea6..3817908a29f51a7f310be5cb6bfd84428dbc6c70 100644 --- a/Examples/IO/otbIOExamplesTests1.cxx +++ b/Examples/IO/otbIOExamplesTests1.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/IO/otbIOExamplesTests2.cxx b/Examples/IO/otbIOExamplesTests2.cxx index 27026df5d1db4d7c8700b2cd437b4a709b65a0c3..aa0aecb1b35f3e141600b4e5426d0ee4a1ef3f44 100644 --- a/Examples/IO/otbIOExamplesTests2.cxx +++ b/Examples/IO/otbIOExamplesTests2.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/IO/otbIOExamplesTests3.cxx b/Examples/IO/otbIOExamplesTests3.cxx index 5e6a4be9ba45212081e4b8062b8ff14c468fdb77..43772d1e9d7b33a9f23f7d34473b11d31911287f 100644 --- a/Examples/IO/otbIOExamplesTests3.cxx +++ b/Examples/IO/otbIOExamplesTests3.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Iterators/ImageLinearIteratorWithIndex.cxx b/Examples/Iterators/ImageLinearIteratorWithIndex.cxx index a9898f00a8faf061aecb65be42d8f810b63c9dfb..f56a35a7f66fde302e6ff8df3d77bc9b4ebff1a8 100644 --- a/Examples/Iterators/ImageLinearIteratorWithIndex.cxx +++ b/Examples/Iterators/ImageLinearIteratorWithIndex.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx b/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx index 23ade6df52428ec5a6ff646d4a5cdcc0243cffac..7b62fba93dad260808c5729f83049ce83b33ae42 100644 --- a/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx +++ b/Examples/Iterators/ImageLinearIteratorWithIndex2.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx b/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx index 0586bf6601608d938ece81c21311e9689b085dae..e29a35a6e233822a715de4b840a0107506002927 100644 --- a/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx +++ b/Examples/Iterators/ImageRandomConstIteratorWithIndex.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Iterators/ImageRegionIterator.cxx b/Examples/Iterators/ImageRegionIterator.cxx index 38707fafd9846d165370ff40e330d423cff86afc..2185c9ade3a15b58d612a16012336559a17733fd 100644 --- a/Examples/Iterators/ImageRegionIterator.cxx +++ b/Examples/Iterators/ImageRegionIterator.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} // OUTPUTS: {ImageRegionIteratorOutput.png} diff --git a/Examples/Iterators/ImageRegionIteratorWithIndex.cxx b/Examples/Iterators/ImageRegionIteratorWithIndex.cxx index 27136599628863a7144c8e15816619cfc1bd7a95..efabca9898b170728b29e0e961161af6f7133f5d 100644 --- a/Examples/Iterators/ImageRegionIteratorWithIndex.cxx +++ b/Examples/Iterators/ImageRegionIteratorWithIndex.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_2.tif} // OUTPUTS: {ImageRegionIteratorWithIndexOutput.jpg} diff --git a/Examples/Iterators/ImageSliceIteratorWithIndex.cxx b/Examples/Iterators/ImageSliceIteratorWithIndex.cxx index 23586a664526ef2c5f7d4132bafab7dd18fc648d..6ad57d39a5052fe572be99cdb1f8661e9a9393fa 100644 --- a/Examples/Iterators/ImageSliceIteratorWithIndex.cxx +++ b/Examples/Iterators/ImageSliceIteratorWithIndex.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Iterators/IteratorsExamples.cxx b/Examples/Iterators/IteratorsExamples.cxx index 46bfc09cf57bd78219d5870e6c05518d27d09244..9a23a60e2279482d81cae1e21c2b5e949038b8ca 100644 --- a/Examples/Iterators/IteratorsExamples.cxx +++ b/Examples/Iterators/IteratorsExamples.cxx @@ -17,9 +17,7 @@ // this file defines the Iterator Examples for the test driver // and all it expects is that you have a function called RegisterTests -#ifdef _MSC_VER -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "itkTestMain.h" diff --git a/Examples/Iterators/NeighborhoodIterators1.cxx b/Examples/Iterators/NeighborhoodIterators1.cxx index c70e539ba2d6af3e8401675711356d89c2c490af..4a46d55846fcb40976accc96005d62af3751ea3d 100644 --- a/Examples/Iterators/NeighborhoodIterators1.cxx +++ b/Examples/Iterators/NeighborhoodIterators1.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_PAN_1.tif} // OUTPUTS: {NeighborhoodIterators1a.png} diff --git a/Examples/Iterators/NeighborhoodIterators2.cxx b/Examples/Iterators/NeighborhoodIterators2.cxx index acdb3eb65fbead799125f6a88a82e1259fab7f97..dbe2a1f9eeb028847b22fefde6cc7f8c717220cf 100644 --- a/Examples/Iterators/NeighborhoodIterators2.cxx +++ b/Examples/Iterators/NeighborhoodIterators2.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Examples/Iterators/NeighborhoodIterators3.cxx b/Examples/Iterators/NeighborhoodIterators3.cxx index bb8a3c6ea8d60d26fab1371ba57d134b19a364f4..fbfab1aeaa114cb9a8bd825381775e699911c79a 100644 --- a/Examples/Iterators/NeighborhoodIterators3.cxx +++ b/Examples/Iterators/NeighborhoodIterators3.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Examples/Iterators/NeighborhoodIterators4.cxx b/Examples/Iterators/NeighborhoodIterators4.cxx index 90f8b789b4796583a61c96a41ecbbf4900810376..fd614641c509c40f8b8eac7a589f7e9b184cbd6c 100644 --- a/Examples/Iterators/NeighborhoodIterators4.cxx +++ b/Examples/Iterators/NeighborhoodIterators4.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} // OUTPUTS: {NeighborhoodIterators4a.png} diff --git a/Examples/Iterators/NeighborhoodIterators5.cxx b/Examples/Iterators/NeighborhoodIterators5.cxx index 918f25bc8fde15a85990782cb78d616da89d5292..b0ad05332cec1840067c227de5b4e945aa477942 100644 --- a/Examples/Iterators/NeighborhoodIterators5.cxx +++ b/Examples/Iterators/NeighborhoodIterators5.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Examples/Iterators/NeighborhoodIterators6.cxx b/Examples/Iterators/NeighborhoodIterators6.cxx index 868a713e97b1728802dfa2b98698e6a9ad95ddba..8382c8e7d188f44239d83ecc96618909ad0f8c03 100644 --- a/Examples/Iterators/NeighborhoodIterators6.cxx +++ b/Examples/Iterators/NeighborhoodIterators6.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Examples/Iterators/ShapedNeighborhoodIterators1.cxx b/Examples/Iterators/ShapedNeighborhoodIterators1.cxx index 725768b8583133e8fa4e48f8b655e18d739cdd17..676dcbd3a23ded67063f35c313156968a204e5ec 100644 --- a/Examples/Iterators/ShapedNeighborhoodIterators1.cxx +++ b/Examples/Iterators/ShapedNeighborhoodIterators1.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" #include "otbImageFileWriter.h" diff --git a/Examples/Iterators/ShapedNeighborhoodIterators2.cxx b/Examples/Iterators/ShapedNeighborhoodIterators2.cxx index b634262b2b298755babaafca8df48e13b05f3d6c..3692e9c6f11a19ac88fe51f1eeac1f9ceee9d0e1 100644 --- a/Examples/Iterators/ShapedNeighborhoodIterators2.cxx +++ b/Examples/Iterators/ShapedNeighborhoodIterators2.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // SoftwareGuide : BeginCommandLineArgs // INPUTS: {BinaryImage.png} // OUTPUTS: {ShapedNeighborhoodIterators1b.png} diff --git a/Examples/Iterators/otbIteratorsExamplesTests.cxx b/Examples/Iterators/otbIteratorsExamplesTests.cxx index cc7bc4ad9ea1455af66aeb691d663287568de6b5..9fd1100590f88f6d6380ccb8607bfd8c75174b23 100644 --- a/Examples/Iterators/otbIteratorsExamplesTests.cxx +++ b/Examples/Iterators/otbIteratorsExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Learning/GenerateTrainingImageExample.cxx b/Examples/Learning/GenerateTrainingImageExample.cxx index efcff4e0a230477d0cb7798f915494e958240ac6..ec0cf5e983d5d873767871c7f7e63288ef52a371 100644 --- a/Examples/Learning/GenerateTrainingImageExample.cxx +++ b/Examples/Learning/GenerateTrainingImageExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_4.tif}, {LearningROIs.txt} diff --git a/Examples/Learning/SOMClassifierExample.cxx b/Examples/Learning/SOMClassifierExample.cxx index 0f26c575e4b0af5154478c81ffe56b7a0ee055ec..9ef3ca48121287ec797efec9df22b0b7a7dc51bd 100644 --- a/Examples/Learning/SOMClassifierExample.cxx +++ b/Examples/Learning/SOMClassifierExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <fstream> #include "otbImage.h" diff --git a/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx b/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx index ae56c34bd5ff51f20d65877e43b8ebfb9e8276e7..9831ceb8fbb27fc22c611ba3ee1559d78424c683 100644 --- a/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx +++ b/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx @@ -18,9 +18,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <fstream> diff --git a/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx b/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx index 448f7a4c3a4e40f84e90eed8f18d5eaa29a08094..4be95b68c9805ecf079191f790182a0419fc45ea 100644 --- a/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx +++ b/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx @@ -18,9 +18,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // This example illustrates the modifications to be added to the diff --git a/Examples/Learning/SVMImageClassificationExample.cxx b/Examples/Learning/SVMImageClassificationExample.cxx index 4ae51d9d34da764bebc59c044c2d2541c7f0fd60..6b9cb844fd10c21af8294395f910a36a994e312d 100644 --- a/Examples/Learning/SVMImageClassificationExample.cxx +++ b/Examples/Learning/SVMImageClassificationExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <fstream> diff --git a/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx b/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx index 60e754bf400cfb5fcaa886ef6ff3fe036e6c1fb9..2a25d1ca021a857cdcbd4f88a072b4e82ad7e10f 100644 --- a/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx +++ b/Examples/Learning/SVMImageEstimatorClassificationMultiExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_1.png}, {ROI_mask_multi.png} diff --git a/Examples/Learning/SVMImageModelEstimatorExample.cxx b/Examples/Learning/SVMImageModelEstimatorExample.cxx index da9770a4ccb2c5785c8de841ddd3572fd1eaf860..38fa7a36adce2184488fc0474ae3be706aa3af4f 100644 --- a/Examples/Learning/SVMImageModelEstimatorExample.cxx +++ b/Examples/Learning/SVMImageModelEstimatorExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_1.png}, {ROI_mask.png} diff --git a/Examples/Learning/SVMPointSetClassificationExample.cxx b/Examples/Learning/SVMPointSetClassificationExample.cxx index 863ac21ba771ba0bc499e3f2dab65c0f9d856584..c21eede18220fa10a275fee1506df2403d7f87e8 100644 --- a/Examples/Learning/SVMPointSetClassificationExample.cxx +++ b/Examples/Learning/SVMPointSetClassificationExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {svm_model.svn} diff --git a/Examples/Learning/SVMPointSetExample.cxx b/Examples/Learning/SVMPointSetExample.cxx index d4acd535dac813838eaa81dcf9a96ee801527f7e..f5dfa91f2a27855318ecfd59b83a76e2f60ab355 100644 --- a/Examples/Learning/SVMPointSetExample.cxx +++ b/Examples/Learning/SVMPointSetExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "itkExceptionObject.h" #include "itkPointSet.h" diff --git a/Examples/Learning/SVMPointSetModelEstimatorExample.cxx b/Examples/Learning/SVMPointSetModelEstimatorExample.cxx index c0e68cc02c849c97c10aeb00dee10695e228b3a5..1c86dcf21a6a5019f54146056774ea122d562ad3 100644 --- a/Examples/Learning/SVMPointSetModelEstimatorExample.cxx +++ b/Examples/Learning/SVMPointSetModelEstimatorExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "itkExceptionObject.h" #include "itkPointSet.h" diff --git a/Examples/Learning/otbLearningExamplesTests.cxx b/Examples/Learning/otbLearningExamplesTests.cxx index 82ee5b3218c64213e950548b2ca07c7989aaea42..9b3e3bb6a4747eb8688d7a1e5cfb87f4bfa186ac 100644 --- a/Examples/Learning/otbLearningExamplesTests.cxx +++ b/Examples/Learning/otbLearningExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Markov/MarkovClassification1Example.cxx b/Examples/Markov/MarkovClassification1Example.cxx index ab57a9ac3898e13b244da52c9775d85b7d1ea27c..4b8996eadacb33e16c910d5483ea0422ce72543d 100644 --- a/Examples/Markov/MarkovClassification1Example.cxx +++ b/Examples/Markov/MarkovClassification1Example.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Markov/MarkovClassification2Example.cxx b/Examples/Markov/MarkovClassification2Example.cxx index 45cf5d547b46cca004a06422c326ec98addb774b..5872176dd106315b2ee6c2f18e80b6a907c6723b 100644 --- a/Examples/Markov/MarkovClassification2Example.cxx +++ b/Examples/Markov/MarkovClassification2Example.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Markov/MarkovClassification3Example.cxx b/Examples/Markov/MarkovClassification3Example.cxx index c9f8481ff3398d726f62036e0619289a77fb04cd..35de5af20cb8cdcf74e5e717e0bb39a0002f9394 100644 --- a/Examples/Markov/MarkovClassification3Example.cxx +++ b/Examples/Markov/MarkovClassification3Example.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Markov/MarkovRegularizationExample.cxx b/Examples/Markov/MarkovRegularizationExample.cxx index 0fe16cdc279952f711693006106b54873c013b5b..22bba756e9eb16d67548b099c29442c4418f979b 100644 --- a/Examples/Markov/MarkovRegularizationExample.cxx +++ b/Examples/Markov/MarkovRegularizationExample.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_1_SVN_CLASS_MULTI.png} diff --git a/Examples/Markov/MarkovRestaurationExample.cxx b/Examples/Markov/MarkovRestaurationExample.cxx index 9424650cd173d00c230cc57a83d0447aec4f15de..85425713385b4805390a77e4b00c69fa2adeafad 100644 --- a/Examples/Markov/MarkovRestaurationExample.cxx +++ b/Examples/Markov/MarkovRestaurationExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png}, {QB_Suburb.png} diff --git a/Examples/Markov/otbMarkovExamplesTests.cxx b/Examples/Markov/otbMarkovExamplesTests.cxx index 02849dcac7fa02dbaf6c5d6ff072bbce12133472..7a0462a8240b5c7ad5b85eee9939b7dc38b59f72 100644 --- a/Examples/Markov/otbMarkovExamplesTests.cxx +++ b/Examples/Markov/otbMarkovExamplesTests.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/MultiScale/otbMultiScaleExamplesTests.cxx b/Examples/MultiScale/otbMultiScaleExamplesTests.cxx index dadf7473396f6896c24b47782a6d238aee97dbf5..59da62bb131e9aa49a1cc9f01fbdcec54d40d942 100644 --- a/Examples/MultiScale/otbMultiScaleExamplesTests.cxx +++ b/Examples/MultiScale/otbMultiScaleExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/OBIA/otbOBIAExamplesTests.cxx b/Examples/OBIA/otbOBIAExamplesTests.cxx index 08728cc154a64f67ca8375cd432a596696fe1848..60a10429c22554b445323debd9f243512d356dca 100644 --- a/Examples/OBIA/otbOBIAExamplesTests.cxx +++ b/Examples/OBIA/otbOBIAExamplesTests.cxx @@ -16,9 +16,7 @@ =========================================================================*/ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Patented/EstimateAffineTransformationExample.cxx b/Examples/Patented/EstimateAffineTransformationExample.cxx index 041f0fb131209808af32b7eae83df4f203f1ff46..e642fe81009c9293f7f1793fcd69c2bea1cf2d5b 100644 --- a/Examples/Patented/EstimateAffineTransformationExample.cxx +++ b/Examples/Patented/EstimateAffineTransformationExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png}, {QB_SuburbR10X13Y17.png} diff --git a/Examples/Patented/FuzzyConnectednessImageFilter.cxx b/Examples/Patented/FuzzyConnectednessImageFilter.cxx index e6cfdf77fc3389b1eaced43a54fec15d60a9f724..2a709edaf998a56ecb944b4de38ef0b192d85eb1 100644 --- a/Examples/Patented/FuzzyConnectednessImageFilter.cxx +++ b/Examples/Patented/FuzzyConnectednessImageFilter.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#ifdef _MSC_VER -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx b/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx index de0ef6eb042bd447d3de00df2c4f06a1834c6c07..90a113a7c029cfc63dee39fe78130f80bd53c674 100644 --- a/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx +++ b/Examples/Patented/HybridSegmentationFuzzyVoronoi.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#ifdef _MSC_VER -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Patented/SIFTDisparityMapEstimation.cxx b/Examples/Patented/SIFTDisparityMapEstimation.cxx index c0f037b9a0e422da5636e9ccf78e952aec5e06f9..3a0df04f96ba9cee6e10a64905d684aaae7a74ef 100644 --- a/Examples/Patented/SIFTDisparityMapEstimation.cxx +++ b/Examples/Patented/SIFTDisparityMapEstimation.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROISpot5.png}, {ROISpot5Warped.png} diff --git a/Examples/Patented/ScaleInvariantFeatureImageFilter.cxx b/Examples/Patented/ScaleInvariantFeatureImageFilter.cxx index 9341dc3ede89c216949b6bf764f175b3d833e700..7b10225f12406253af5947af929add63f022ec46 100644 --- a/Examples/Patented/ScaleInvariantFeatureImageFilter.cxx +++ b/Examples/Patented/ScaleInvariantFeatureImageFilter.cxx @@ -30,9 +30,7 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #ifdef __BORLANDC__ #define ITK_LEAN_AND_MEAN diff --git a/Examples/Patented/otbPatentedExamplesTests.cxx b/Examples/Patented/otbPatentedExamplesTests.cxx index 8e79980e1a362c7b0cca3f7107e4ecdd91157691..96504515b84e7dc8c666fe4e5d7987baf395fbd2 100644 --- a/Examples/Patented/otbPatentedExamplesTests.cxx +++ b/Examples/Patented/otbPatentedExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Projections/CoordinateToNameExample.cxx b/Examples/Projections/CoordinateToNameExample.cxx index 60bfff6d20ee13b11587feecce084d2ad18d3de9..f048f00a9831080413d9a48c368693a7271ea41b 100644 --- a/Examples/Projections/CoordinateToNameExample.cxx +++ b/Examples/Projections/CoordinateToNameExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <fstream> diff --git a/Examples/Projections/MapProjectionExample.cxx b/Examples/Projections/MapProjectionExample.cxx index d788aae0c41f1250cf6a2b893a315770c2422156..13e88e57a72ab55007aa944fa25b1ae68818e456 100644 --- a/Examples/Projections/MapProjectionExample.cxx +++ b/Examples/Projections/MapProjectionExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // OUTPUTS: {mapProjectionExample-output.txt} diff --git a/Examples/Projections/OrthoRectificationExample.cxx b/Examples/Projections/OrthoRectificationExample.cxx index 46cca22b4b3069f8195960cf03dd530540a2040a..20570835e28fb9d7bb25e698882226cbbb0fc78e 100644 --- a/Examples/Projections/OrthoRectificationExample.cxx +++ b/Examples/Projections/OrthoRectificationExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbVectorImage.h" diff --git a/Examples/Projections/PlaceNameToLonLatExample.cxx b/Examples/Projections/PlaceNameToLonLatExample.cxx index aac2a083e09473a93689e781870018a4d02b8897..a3176d6a2e01becbdf1c5759d208aa23e9f3d7c8 100644 --- a/Examples/Projections/PlaceNameToLonLatExample.cxx +++ b/Examples/Projections/PlaceNameToLonLatExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Projections/SensorModelExample.cxx b/Examples/Projections/SensorModelExample.cxx index b541a73fe9f95236e617ff3bce39318378b7412b..8ad29dcc63a2918c742581c3ac7ce717767bbb72 100644 --- a/Examples/Projections/SensorModelExample.cxx +++ b/Examples/Projections/SensorModelExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" diff --git a/Examples/Projections/VectorDataExtractROIExample.cxx b/Examples/Projections/VectorDataExtractROIExample.cxx index 7887d9b94a53dad8ce4a337839ca4d4d9857d810..747f505cf48fd8af1f3862a9cf75da7df0a5cceb 100644 --- a/Examples/Projections/VectorDataExtractROIExample.cxx +++ b/Examples/Projections/VectorDataExtractROIExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Projections/VectorDataProjectionExample.cxx b/Examples/Projections/VectorDataProjectionExample.cxx index 168b32cc6c36507a579002ee87635a4ef3afc77c..c1fab385dc045f034f5f8f59a278d5d50b7bfaf6 100644 --- a/Examples/Projections/VectorDataProjectionExample.cxx +++ b/Examples/Projections/VectorDataProjectionExample.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Projections/otbProjectionsExamplesTests.cxx b/Examples/Projections/otbProjectionsExamplesTests.cxx index 1a75c93fa065d979f109bda6f4e3ba803d90ed4e..52de224b84605d29084c443f7dac918fda0377d4 100644 --- a/Examples/Projections/otbProjectionsExamplesTests.cxx +++ b/Examples/Projections/otbProjectionsExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Projections/otbProjectionsExamplesTests2.cxx b/Examples/Projections/otbProjectionsExamplesTests2.cxx index 607ddde3606ec9010fc2975f0c52f885ba36b395..f7a4c36ffade2278c452de5498194cfb329dde55 100644 --- a/Examples/Projections/otbProjectionsExamplesTests2.cxx +++ b/Examples/Projections/otbProjectionsExamplesTests2.cxx @@ -17,9 +17,7 @@ =========================================================================*/ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx index 7511e458dce7b3c084bf619e614cd762040251ab..af6ae5c3ad2200a89ed942f9ddf8740ab7bf43ba 100644 --- a/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx +++ b/Examples/Radiometry/ARVIMultiChannelRAndBAndNIRVegetationIndexImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {VegetationIndex.hd} diff --git a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx index 94edd4d01e1923f1b84663493bd338b51fc7769f..65f5f6096a62ed024883a4625ffcf44570722877 100644 --- a/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx +++ b/Examples/Radiometry/AVIMultiChannelRAndGAndNIRVegetationIndexImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {verySmallFSATSW.tif} diff --git a/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx b/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx index 606a09508e30ac0281a44b5032eeda9b62e11aa9..6a6438995cf95203819b4ff56edb3e88eaaeb5ec 100644 --- a/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx +++ b/Examples/Radiometry/AtmosphericCorrectionSequencement.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {Romania_Extract.tif} diff --git a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx index b65ff31848ff392cea9a9dacc2ad32fa8a7c403f..0412d9b53019f1fc04f439c6a81173afa6895a38 100644 --- a/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx +++ b/Examples/Radiometry/NDVIRAndNIRVegetationIndexImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {NDVI_2.hdr} , {NDVI_3.hdr} diff --git a/Examples/Radiometry/otbRadiometryExamplesTests.cxx b/Examples/Radiometry/otbRadiometryExamplesTests.cxx index 023f300c63e1690b10bff13749a52f66b852d80a..4ef53d93dff616755285c4b16e442c21e7d6ef1f 100644 --- a/Examples/Radiometry/otbRadiometryExamplesTests.cxx +++ b/Examples/Radiometry/otbRadiometryExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Registration/ImageRegistration1.cxx b/Examples/Registration/ImageRegistration1.cxx index aaa2b1160f8a91bdcc8d43fd038b7e389b8da748..728f71f51a1450ac820ca579965b6d1d4f12bae9 100644 --- a/Examples/Registration/ImageRegistration1.cxx +++ b/Examples/Registration/ImageRegistration1.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Registration/ImageRegistration2.cxx b/Examples/Registration/ImageRegistration2.cxx index b4554c67a9926245b0afb1c0ed1d44495ac4c351..b1c078768249e88f50b4af58bbd3922cf7e0a837 100644 --- a/Examples/Registration/ImageRegistration2.cxx +++ b/Examples/Registration/ImageRegistration2.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {RamsesROISmall.png}, {ADS40RoiSmall.png} diff --git a/Examples/Registration/ImageRegistration5.cxx b/Examples/Registration/ImageRegistration5.cxx index 3578f71b8b31112709ca07e2b022579655d52e8b..899688c69e75bbfc5204a02c16bef47d6f703205 100644 --- a/Examples/Registration/ImageRegistration5.cxx +++ b/Examples/Registration/ImageRegistration5.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Registration/ImageRegistration9.cxx b/Examples/Registration/ImageRegistration9.cxx index e663d77ea89ab6387d577cc18b346e2e0ad3e898..34abbc627a1008edaf0fb1d2196bd6c6ca431852 100644 --- a/Examples/Registration/ImageRegistration9.cxx +++ b/Examples/Registration/ImageRegistration9.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Registration/otbRegistrationExamplesTests.cxx b/Examples/Registration/otbRegistrationExamplesTests.cxx index 25533f34e268d3fb686e47f104792e44988dc616..45399cf2110ec973c4c3970c09eac58b32a6d3e7 100644 --- a/Examples/Registration/otbRegistrationExamplesTests.cxx +++ b/Examples/Registration/otbRegistrationExamplesTests.cxx @@ -16,9 +16,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/SARPolarimetry/PiOver4ExamplePolarimetricSynthesisFilter.cxx b/Examples/SARPolarimetry/PiOver4ExamplePolarimetricSynthesisFilter.cxx index 66185e393d21b929614393a388872bc80bb3816d..436e2efa944f530954956e3b9b7507b559588708 100644 --- a/Examples/SARPolarimetry/PiOver4ExamplePolarimetricSynthesisFilter.cxx +++ b/Examples/SARPolarimetry/PiOver4ExamplePolarimetricSynthesisFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include "otbImage.h" #include "otbImageFileReader.h" diff --git a/Examples/SARPolarimetry/otbSARPolarimetryExamplesTests.cxx b/Examples/SARPolarimetry/otbSARPolarimetryExamplesTests.cxx index 913469a728b3934eb95e601defcf2a2c44d7c3f8..e27165bf4cfefc9e0faf1eafc1658b72474223e9 100644 --- a/Examples/SARPolarimetry/otbSARPolarimetryExamplesTests.cxx +++ b/Examples/SARPolarimetry/otbSARPolarimetryExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Segmentation/ConfidenceConnected.cxx b/Examples/Segmentation/ConfidenceConnected.cxx index e56ac85c39fcdfb93d314a2b52a91f076563da66..37f1e5a2eb3584497864e113abbb26d750f4cc75 100644 --- a/Examples/Segmentation/ConfidenceConnected.cxx +++ b/Examples/Segmentation/ConfidenceConnected.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Segmentation/ConnectedThresholdImageFilter.cxx b/Examples/Segmentation/ConnectedThresholdImageFilter.cxx index 693b3789d97fad0ca228ab1f05ff1f46bdc4b5c7..6d8acf4facfa5b13a2c6ac3614116c34824bd9f1 100644 --- a/Examples/Segmentation/ConnectedThresholdImageFilter.cxx +++ b/Examples/Segmentation/ConnectedThresholdImageFilter.cxx @@ -19,9 +19,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Segmentation/FastMarchingImageFilter.cxx b/Examples/Segmentation/FastMarchingImageFilter.cxx index 1079bdda816c1142a9a6a29b2ec107b495acb599..0479794af6edf1dc45499f74f99f058137dccc79 100644 --- a/Examples/Segmentation/FastMarchingImageFilter.cxx +++ b/Examples/Segmentation/FastMarchingImageFilter.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Segmentation/IsolatedConnectedImageFilter.cxx b/Examples/Segmentation/IsolatedConnectedImageFilter.cxx index e2e07ad6346ba7325eff24981b5d9cfea06fa7ca..129bbee97c032c2547f6caad59534891e4b69ff2 100644 --- a/Examples/Segmentation/IsolatedConnectedImageFilter.cxx +++ b/Examples/Segmentation/IsolatedConnectedImageFilter.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // INPUTS: {QB_Suburb.png} // OUTPUTS: {ConnectedThresholdOutput1.png} diff --git a/Examples/Segmentation/LabelizeNeighborhoodConnectedImageFilter.cxx b/Examples/Segmentation/LabelizeNeighborhoodConnectedImageFilter.cxx index 2522850b25a0a47c534e4d2c3934b44b42c14adf..8b421c1fd39ab09974130e98d9d4c5a521593124 100644 --- a/Examples/Segmentation/LabelizeNeighborhoodConnectedImageFilter.cxx +++ b/Examples/Segmentation/LabelizeNeighborhoodConnectedImageFilter.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx b/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx index a8646e61b574e61364397d86631fe9d4a25a4e5b..ebca209511cba008ed4ff6c2941ecd7fb61d4841 100644 --- a/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx +++ b/Examples/Segmentation/NeighborhoodConnectedImageFilter.cxx @@ -19,9 +19,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx index 017c74332c02694ab879aa4b041e1e3044a1d549..a87ffb1c28256c33a3540617137796259121c056 100644 --- a/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuMultipleThresholdImageFilter.cxx @@ -19,9 +19,7 @@ =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Segmentation/OtsuThresholdImageFilter.cxx b/Examples/Segmentation/OtsuThresholdImageFilter.cxx index dba81ee0d0cd675fa95cc932a7323e3a789e0cc5..951ddb1aaf7154118dd485c42f0e68f3451e1776 100644 --- a/Examples/Segmentation/OtsuThresholdImageFilter.cxx +++ b/Examples/Segmentation/OtsuThresholdImageFilter.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {QB_Suburb.png} diff --git a/Examples/Segmentation/VectorConfidenceConnected.cxx b/Examples/Segmentation/VectorConfidenceConnected.cxx index 3599eb624a2e1b758ba01874c8e58ea3bf1698ad..2369957e55d285b5e42177766fc7d6438a411504 100644 --- a/Examples/Segmentation/VectorConfidenceConnected.cxx +++ b/Examples/Segmentation/VectorConfidenceConnected.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {VisibleWomanEyeSlice.png} diff --git a/Examples/Segmentation/WatershedSegmentation.cxx b/Examples/Segmentation/WatershedSegmentation.cxx index a711c5e02936038bce914f7237c202866bfa93ed..bbaf56dad664305bf5394c9ea2e0a252b2634f6b 100644 --- a/Examples/Segmentation/WatershedSegmentation.cxx +++ b/Examples/Segmentation/WatershedSegmentation.cxx @@ -18,9 +18,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#ifdef _MSC_VER -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginCommandLineArgs // INPUTS: {ROI_QB_MUL_3.tif} diff --git a/Examples/Segmentation/otbSegmentationExamplesTests.cxx b/Examples/Segmentation/otbSegmentationExamplesTests.cxx index 33908b4fef4ccc92fdf1f6571d0ba67f35f22f50..06be697e4153c755cf3c037561f3cce604a993b2 100644 --- a/Examples/Segmentation/otbSegmentationExamplesTests.cxx +++ b/Examples/Segmentation/otbSegmentationExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Tutorials/OrthoFusion.cxx b/Examples/Tutorials/OrthoFusion.cxx index 5b74a8dca3894cde5fea250b7d12601fc545ea72..04fff71ab545c34b829e4cd4106321dfe5a95d84 100644 --- a/Examples/Tutorials/OrthoFusion.cxx +++ b/Examples/Tutorials/OrthoFusion.cxx @@ -15,9 +15,7 @@ PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + // Software Guide : BeginLatex // diff --git a/Examples/Tutorials/otbTutorialsExamplesTests.cxx b/Examples/Tutorials/otbTutorialsExamplesTests.cxx index 46c73b51ff599c59f0eb471bc8e801b3ef7b7b72..96de34dbf942b7ab6c10c79944926abd819a045c 100644 --- a/Examples/Tutorials/otbTutorialsExamplesTests.cxx +++ b/Examples/Tutorials/otbTutorialsExamplesTests.cxx @@ -17,9 +17,7 @@ // this file defines the otbMultiScaleTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h" diff --git a/Examples/Visualization/otbVisualizationExamplesTests.cxx b/Examples/Visualization/otbVisualizationExamplesTests.cxx index 28d7ce836c48b36a3fce4270fde3aca9d93bc83c..e12c7782456865916961d58fe2bd55a991b4ece1 100644 --- a/Examples/Visualization/otbVisualizationExamplesTests.cxx +++ b/Examples/Visualization/otbVisualizationExamplesTests.cxx @@ -18,9 +18,7 @@ // this file defines the otbVisualizationExamplesTest for the test driver // and all it expects is that you have a function called RegisterTests -#if defined(_MSC_VER) -#pragma warning ( disable : 4786 ) -#endif + #include <iostream> #include "otbTestMain.h"