Skip to content

Commit

Permalink
Remove unused IpFunc and IpSegmentation libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kislinsk committed Oct 14, 2021
1 parent 67e1c5c commit 2742996
Show file tree
Hide file tree
Showing 198 changed files with 1 addition and 35,082 deletions.
2 changes: 0 additions & 2 deletions CMake/Whitelists/ClassificationCmdApps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ list(APPEND enabled_modules
CLImportanceWeighting
Segmentation
DataCollection
IpSegmentation
IpFunc
SurfaceInterpolation
GraphAlgorithms
ImageStatistics
Expand Down
2 changes: 0 additions & 2 deletions CMake/Whitelists/FlowBenchSegmentation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ set(enabled_modules
SegmentationUI
PlanarFigure
Annotation
IpSegmentation
IpFunc
SurfaceInterpolation
GraphAlgorithms
ImageExtraction
Expand Down
4 changes: 1 addition & 3 deletions Documentation/doxygen.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -800,9 +800,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE = "@MITK_SOURCE_DIR@/Utilities/IpFunc/" \
"@MITK_SOURCE_DIR@/Utilities/IpSegmentation/" \
"@MITK_SOURCE_DIR@/Utilities/qtsingleapplication/" \
EXCLUDE = "@MITK_SOURCE_DIR@/Utilities/qtsingleapplication/" \
"@MITK_SOURCE_DIR@/Applications/PluginGenerator/" \
"@MITK_SOURCE_DIR@/Modules/CppMicroServices/core/doc/snippets/" \
"@MITK_SOURCE_DIR@/Modules/CppMicroServices/core/doc/doxygen/standalone/" \
Expand Down
13 changes: 0 additions & 13 deletions Utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
SUPPRESS_ALL_WARNINGS()

# most stuff of these uses itk_zlib.h (via mitkIpPic.h)
find_package(ITK)
set(ITK_NO_IO_FACTORY_REGISTER_MANAGER 1)
include(${ITK_USE_FILE})

# some legacy util files include in the old style with prefixed directory,
# like #include <ipPic/mitkIpPic.h>
include_directories(.)

add_subdirectory(IpPic)
add_subdirectory(IpFunc)
add_subdirectory(IpSegmentation)

set(MITK_MODULE_NAME_REGEX_MATCH )
set(MITK_MODULE_NAME_REGEX_NOT_MATCH )
set(MITK_MODULE_NAME_PREFIX )
Expand Down
250 changes: 0 additions & 250 deletions Utilities/IpFunc/AddC.c

This file was deleted.

Loading

0 comments on commit 2742996

Please sign in to comment.