Commit 133409e9 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Automatic updated of modules dependencies

No related merge requests found
Showing with 140 additions and 99 deletions
+140 -99
set(DOCUMENTATION "Adapters for the Curl library.") set(DOCUMENTATION "Adapters for the Curl library.")
otb_module(OTBCurlAdapters otb_module(OTBCurlAdapters
DEPENDS DEPENDS
OTBCommon OTBCommon
OTBITK
OPTIONAL_DEPENDS OPTIONAL_DEPENDS
OTBCurl OTBCurl
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Adapters for the Gdal Library ( for reading and writing ).") set(DOCUMENTATION "Adapters for the Gdal Library ( for reading and writing ).")
otb_module(OTBGdalAdapters otb_module(OTBGdalAdapters
DEPENDS DEPENDS
OTBBoostAdapters OTBBoostAdapters
OTBBoost OTBBoost
OTBCommon OTBCommon
OTBGDAL OTBGDAL
TEST_DEPENDS OTBITK
OTBTestKernel
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
...@@ -3,17 +3,22 @@ process imagery, maps, terrain, and vector data). It is used inside OTB for ...@@ -3,17 +3,22 @@ process imagery, maps, terrain, and vector data). It is used inside OTB for
several purposes: sensor models (especially RPC), metadata parsers, DEM handlers, and several purposes: sensor models (especially RPC), metadata parsers, DEM handlers, and
so on.") so on.")
otb_module(OTBOSSIMAdapters otb_module(OTBOSSIMAdapters
DEPENDS DEPENDS
OTBGDAL OTBOpenThreads
OTBITK
OTBCommon OTBCommon
OTBOssim OTBGDAL
OTBOssimPlugins OTBOssimPlugins
OTBOpenThreads OTBOssim
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBImageBase
OTBImageIO
OTBTransform
OTBProjection OTBProjection
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Adapters for the OpenThreads library (thread interface for set(DOCUMENTATION "Adapters for the OpenThreads library (thread interface for
C++).") C++).")
otb_module(OTBOpenThreadsAdapters otb_module(OTBOpenThreadsAdapters
DEPENDS
OTBCommon
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBITK
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Classification application.") set(DOCUMENTATION "Classification application.")
otb_module(OTBAppClassification otb_module(OTBAppClassification
DEPENDS DEPENDS
OTBVectorDataBase OTBVectorDataBase
OTBConversion OTBConversion
...@@ -12,10 +12,10 @@ otb_module(OTBAppClassification ...@@ -12,10 +12,10 @@ otb_module(OTBAppClassification
OTBVectorDataIO OTBVectorDataIO
OTBSOM OTBSOM
OTBSupervised OTBSupervised
OTBLearningBase
OTBApplicationEngine OTBApplicationEngine
OTBIndices OTBIndices
OTBMathParser OTBMathParser
OTBITK
OTBDempsterShafer OTBDempsterShafer
OTBGdalAdapters OTBGdalAdapters
OTBProjection OTBProjection
...@@ -26,11 +26,11 @@ otb_module(OTBAppClassification ...@@ -26,11 +26,11 @@ otb_module(OTBAppClassification
OTBImageManipulation OTBImageManipulation
OTBObjectList OTBObjectList
OTBCommon OTBCommon
OTBStreaming
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Edge detection and extraction application (see also Edge set(DOCUMENTATION "Edge detection and extraction application (see also Edge
module).") module).")
otb_module(OTBAppEdge otb_module(OTBAppEdge
DEPENDS DEPENDS
OTBStatistics OTBStatistics
OTBProjection OTBITK
OTBImageBase OTBImageBase
OTBEdge
OTBApplicationEngine OTBApplicationEngine
OTBEdge
OTBImageManipulation OTBImageManipulation
OTBProjection
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Basic filters application.") set(DOCUMENTATION "Basic filters application.")
otb_module(OTBAppFiltering otb_module(OTBAppFiltering
DEPENDS DEPENDS
OTBImageNoise OTBImageNoise
OTBImageManipulation OTBImageManipulation
OTBITK
OTBApplicationEngine OTBApplicationEngine
OTBImageBase OTBImageBase
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Fusion of classifications application.") set(DOCUMENTATION "Fusion of classifications application.")
otb_module(OTBAppFusion otb_module(OTBAppFusion
DEPENDS DEPENDS
OTBImageBase OTBITK
OTBInterpolation
OTBPanSharpening OTBPanSharpening
OTBImageBase
OTBApplicationEngine OTBApplicationEngine
OTBProjection OTBProjection
OTBInterpolation
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Image utils and handling application.") set(DOCUMENTATION "Image utils and handling application.")
otb_module(OTBAppImageUtils otb_module(OTBAppImageUtils
DEPENDS DEPENDS
OTBStatistics OTBStatistics
OTBColorMap OTBColorMap
OTBImageBase OTBImageBase
OTBTransform OTBTransform
OTBApplicationEngine OTBKMZWriter
OTBImageManipulation
OTBStreaming OTBStreaming
OTBCarto OTBCarto
OTBImageManipulation OTBApplicationEngine
OTBCurlAdapters OTBCurlAdapters
OTBProjection OTBITK
OTBMathParser OTBMathParser
OTBCommon OTBCommon
OTBInterpolation
OTBKMZWriter
OTBOSSIMAdapters
OTBObjectList OTBObjectList
OTBStreaming OTBOSSIMAdapters
OTBProjection
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Geometric moments (for pattern recognition) application.") set(DOCUMENTATION "Geometric moments (for pattern recognition) application.")
otb_module(OTBAppMoments otb_module(OTBAppMoments
DEPENDS DEPENDS
OTBMoments OTBMoments
OTBImageBase OTBImageBase
OTBApplicationEngine OTBApplicationEngine
OTBITK
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Morphomath application.") set(DOCUMENTATION "Morphomath application.")
otb_module(OTBAppMorphology otb_module(OTBAppMorphology
DEPENDS DEPENDS
OTBImageBase OTBImageBase
OTBApplicationEngine
OTBObjectList OTBObjectList
OTBITK
OTBApplicationEngine
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Optical calibration application.") set(DOCUMENTATION "Optical calibration application.")
otb_module(OTBAppOpticalCalibration otb_module(OTBAppOpticalCalibration
DEPENDS DEPENDS
OTBOpticalCalibration OTBOpticalCalibration
OTBProjection
OTBApplicationEngine
OTBImageManipulation OTBImageManipulation
OTBITK
OTBApplicationEngine
OTBProjection
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Projection application (see also Projection module).") set(DOCUMENTATION "Projection application (see also Projection module).")
otb_module(OTBAppProjection otb_module(OTBAppProjection
DEPENDS DEPENDS
OTBGdalAdapters OTBGdalAdapters
OTBImageManipulation OTBImageManipulation
...@@ -12,12 +12,14 @@ otb_module(OTBAppProjection ...@@ -12,12 +12,14 @@ otb_module(OTBAppProjection
OTBApplicationEngine OTBApplicationEngine
OTBMathParser OTBMathParser
OTBCommon OTBCommon
OTBGDAL
OTBInterpolation OTBInterpolation
OTBGDAL
OTBITK
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Segmentation application.") set(DOCUMENTATION "Segmentation application.")
otb_module(OTBAppSegmentation otb_module(OTBAppSegmentation
DEPENDS DEPENDS
OTBVectorDataBase OTBVectorDataBase
OTBLabelMap OTBOGRProcessing
OTBConversion OTBConversion
OTBImageManipulation OTBStatistics
OTBImageIO OTBImageIO
OTBProjection OTBITK
OTBImageBase OTBCCOBIA
OTBWatersheds OTBWatersheds
OTBGdalAdapters OTBTransform
OTBSmoothing
OTBMetrics OTBMetrics
OTBOGRProcessing OTBSmoothing
OTBStatistics
OTBMeanShift OTBMeanShift
OTBGdalAdapters
OTBApplicationEngine OTBApplicationEngine
OTBCCOBIA OTBImageBase
OTBMathParser OTBMathParser
OTBMorphologicalProfiles
OTBTransform
OTBCommon OTBCommon
OTBImageManipulation
OTBMorphologicalProfiles
OTBLabelMap
OTBProjection
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Stereo application (see also Stereo module).") set(DOCUMENTATION "Stereo application (see also Stereo module).")
otb_module(OTBAppStereo otb_module(OTBAppStereo
DEPENDS DEPENDS
OTBStereo OTBStereo
OTBStatistics OTBStatistics
OTBImageIO OTBImageIO
OTBITK
OTBImageBase OTBImageBase
OTBInterpolation OTBInterpolation
OTBTransform OTBTransform
...@@ -14,10 +15,11 @@ otb_module(OTBAppStereo ...@@ -14,10 +15,11 @@ otb_module(OTBAppStereo
OTBMathParser OTBMathParser
OTBObjectList OTBObjectList
OTBApplicationEngine OTBApplicationEngine
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "Textures application (see also Textures module).") set(DOCUMENTATION "Textures application (see also Textures module).")
otb_module(OTBAppTextures otb_module(OTBAppTextures
DEPENDS DEPENDS
OTBTextures OTBTextures
OTBITK
OTBImageBase OTBImageBase
OTBObjectList
OTBApplicationEngine OTBApplicationEngine
OTBImageManipulation OTBImageManipulation
OTBObjectList
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "VectorUtils application.") set(DOCUMENTATION "VectorUtils application.")
otb_module(OTBAppVectorUtils otb_module(OTBAppVectorUtils
DEPENDS DEPENDS
OTBVectorDataBase OTBVectorDataBase
OTBProjection OTBProjection
OTBVectorDataManipulation OTBVectorDataManipulation
OTBCarto OTBCarto
OTBCommon
OTBApplicationEngine OTBApplicationEngine
OTBCommon
OTBITK
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBCommandLine OTBCommandLine
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "TO BE DOCUMENTED") set(DOCUMENTATION "TO BE DOCUMENTED")
otb_module(OTBCommon otb_module(OTBCommon
DEPENDS DEPENDS
OTBITKPendingPatches OTBBoost
OTBITK OTBITK
OTBITKPendingPatches
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "This module contains base classes that allow the set(DOCUMENTATION "This module contains base classes that allow the
representation of mono- and multiband images.") representation of mono- and multiband images.")
otb_module(OTBImageBase otb_module(OTBImageBase
DEPENDS DEPENDS
OTBCommon OTBMetadata
OTBOSSIMAdapters OTBOSSIMAdapters
OTBITK
OTBITKPendingPatches OTBITKPendingPatches
OTBMetadata OTBCommon
TEST_DEPENDS TEST_DEPENDS
OTBStatistics
OTBImageIO
OTBMoments OTBMoments
OTBTestKernel OTBTestKernel
OTBDescriptors OTBDescriptors
OTBBoost
OTBOssim
OTBObjectList
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
set(DOCUMENTATION "This module contains additional interpolation functions set(DOCUMENTATION "This module contains additional interpolation functions
(compared to the ones already available in itk -see itk::InterpolateImageFunction-).") (compared to the ones already available in itk -see itk::InterpolateImageFunction-).")
otb_module(OTBInterpolation otb_module(OTBInterpolation
DEPENDS DEPENDS
OTBImageBase OTBImageBase
OTBBoost
OTBCommon OTBCommon
OTBITKPendingPatches OTBITK
TEST_DEPENDS TEST_DEPENDS
OTBTestKernel OTBTestKernel
OTBImageIO
DESCRIPTION DESCRIPTION
"${DOCUMENTATION}" "${DOCUMENTATION}"
) )
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment