From: dsarrut Date: Wed, 7 Jul 2010 07:08:28 +0000 (+0000) Subject: add plastimatch tool X-Git-Tag: v1.2.0~554 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c336123cf386ff6d95e17ad45029c221276c736e;p=clitk.git add plastimatch tool --- diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index ae9d80a..9b1a005 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -67,7 +67,9 @@ SET(vv_SRCS vvROIActor.cxx vvToolResample.cxx vvBlendImageActor.cxx -# vvToolExtractLung.cxx + vvLabelImageLoaderWidget.cxx + vvToolExtractLung.cxx + vvToolPlastimatch.cxx # vvToolConnectedComponentLabeling.cxx ) #========================================================= @@ -111,7 +113,9 @@ QT4_WRAP_CPP(vv_SRCS vvStructureSetActor.h vvROIActor.h vvToolResample.h -# vvToolExtractLung.h + vvLabelImageLoaderWidget.h + vvToolExtractLung.h + vvToolPlastimatch.h # vvToolConnectedComponentLabeling.h ) @@ -143,7 +147,9 @@ QT4_WRAP_UI(vv_UI_CXX qt_ui/vvToolImageArithm.ui qt_ui/vvToolStructureSetManager.ui qt_ui/vvToolResample.ui -# qt_ui/vvToolExtractLung.ui + qt_ui/vvLabelImageLoaderWidget.ui + qt_ui/vvToolExtractLung.ui + qt_ui/vvToolPlastimatch.ui # qt_ui/vvToolConnectedComponentLabeling.ui ) @@ -198,7 +204,7 @@ ENDIF(WIN32) LINK_DIRECTORIES(${QT_INCLUDES}) ADD_EXECUTABLE(vv ${vv_SRCS} vv.cxx ${vv_UI_CXX} ${EXE_ICON}) -TARGET_LINK_LIBRARIES(vv clitkCommon clitkDicomRTStruct clitkFilters ${ITK_LIBRARIES} QVTK vtkHybrid) +TARGET_LINK_LIBRARIES(vv clitkCommon clitkDicomRTStruct clitkFilters clitkSegmentationFilters ${ITK_LIBRARIES} QVTK vtkHybrid) #=========================================================