]> Creatis software - cpPlugins.git/commit
...
authorLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Tue, 26 Sep 2017 20:47:04 +0000 (15:47 -0500)
committerLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Tue, 26 Sep 2017 20:47:04 +0000 (15:47 -0500)
commitf79968f83cb36df7db9cb4e5f0ff1a47cb83a489
tree4bccad770cc6aec0af84cd5d9ceb4df6023c0c70
parentb2496f3e2bf05c18475e98c57a0c598489e4842f
...
82 files changed:
CMakeLists.txt [new file with mode: 0644]
cmake/Definitions.cmake [new file with mode: 0644]
cmake/Functions.cmake [new file with mode: 0644]
cmake/InstallCommands.cmake [new file with mode: 0644]
cmake/cpPluginsConfig.cmake.in [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/cpPlugins/CMakeLists.txt [new file with mode: 0644]
lib/cpPlugins/Config.h.in [new file with mode: 0644]
lib/cpPlugins/Interface/ComponentInterface.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/ComponentInterface.h [new file with mode: 0644]
lib/cpPlugins/Interface/GarbageCollector.h [new file with mode: 0644]
lib/cpPlugins/Interface/GarbageCollector.hxx [new file with mode: 0644]
lib/cpPlugins/Interface/Manager.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/Manager.h [new file with mode: 0644]
lib/cpPlugins/Pipeline/Object.cxx [new file with mode: 0644]
lib/cpPlugins/Pipeline/Object.h [new file with mode: 0644]
lib/cpPlugins/Pipeline/Parameters.cxx [new file with mode: 0644]
lib/cpPlugins/Pipeline/Parameters.h [new file with mode: 0644]
lib/cpPlugins/Pipeline/ProcessObject.h [new file with mode: 0644]
lib/cpPlugins/Utils/ExpandTemplates.cxx [new file with mode: 0644]
lib/cpPlugins/Utils/ExpandTemplates.h [new file with mode: 0644]
lib/cpPlugins/Version.cxx.in [new file with mode: 0644]
lib/ivq/CMakeLists.txt [new file with mode: 0644]
lib/ivq/Config.h.in [new file with mode: 0644]
lib/ivq/ITK/BooleanMapSaliencyFunction.h [new file with mode: 0644]
lib/ivq/ITK/BooleanMapSaliencyFunction.hxx [new file with mode: 0644]
lib/ivq/ITK/CPRImageFilter.h [new file with mode: 0644]
lib/ivq/ITK/CPRImageFilter.hxx [new file with mode: 0644]
lib/ivq/ITK/ExtractLabelFunction.h [new file with mode: 0644]
lib/ivq/ITK/ExtractLabelFunction.hxx [new file with mode: 0644]
lib/ivq/ITK/ImageROIFromFunction.h [new file with mode: 0644]
lib/ivq/ITK/ImageROIFromFunction.hxx [new file with mode: 0644]
lib/ivq/ITK/ImageStatisticsFromSeeds.h [new file with mode: 0644]
lib/ivq/ITK/ImageStatisticsFromSeeds.hxx [new file with mode: 0644]
lib/ivq/ITK/ImageUnaryFunctionFilter.h [new file with mode: 0644]
lib/ivq/ITK/ImageUnaryFunctionFilter.hxx [new file with mode: 0644]
lib/ivq/ITK/IncrementalMeanAndVariance.cxx [new file with mode: 0644]
lib/ivq/ITK/IncrementalMeanAndVariance.h [new file with mode: 0644]
lib/ivq/ITK/IsoImageSlicer.h [new file with mode: 0644]
lib/ivq/ITK/IsoImageSlicer.hxx [new file with mode: 0644]
lib/ivq/ITK/PeakDetector.cxx [new file with mode: 0644]
lib/ivq/ITK/PeakDetector.h [new file with mode: 0644]
lib/ivq/ITK/RasterContourFilter.h [new file with mode: 0644]
lib/ivq/ITK/RasterContourFilter.hxx [new file with mode: 0644]
lib/ivq/ITK/Simple3DCurve.cxx [new file with mode: 0644]
lib/ivq/ITK/Simple3DCurve.h [new file with mode: 0644]
lib/ivq/ITK/ThresholdFunction.h [new file with mode: 0644]
lib/ivq/ITK/ThresholdFunction.hxx [new file with mode: 0644]
lib/ivq/Qt/DicomSeriesSelectorDialog.cxx [new file with mode: 0644]
lib/ivq/Qt/DicomSeriesSelectorDialog.h [new file with mode: 0644]
lib/ivq/Qt/DicomSeriesSelectorDialog.ui [new file with mode: 0644]
lib/ivq/Qt/DicomSeriesSelectorWidget.cxx [new file with mode: 0644]
lib/ivq/Qt/DicomSeriesSelectorWidget.h [new file with mode: 0644]
lib/ivq/Qt/DicomSeriesSelectorWidget.ui [new file with mode: 0644]
lib/ivq/Qt/ImageViewerWidget.cxx [new file with mode: 0644]
lib/ivq/Qt/ImageViewerWidget.h [new file with mode: 0644]
lib/ivq/Qt/MPRViewersWidget.cxx [new file with mode: 0644]
lib/ivq/Qt/MPRViewersWidget.h [new file with mode: 0644]
lib/ivq/Qt/MPRViewersWidget.ui [new file with mode: 0644]
lib/ivq/Qt/RendererWidget.cxx [new file with mode: 0644]
lib/ivq/Qt/RendererWidget.h [new file with mode: 0644]
lib/ivq/VTK/BrushWidget.cxx [new file with mode: 0644]
lib/ivq/VTK/BrushWidget.h [new file with mode: 0644]
lib/ivq/VTK/ImageActor.cxx [new file with mode: 0644]
lib/ivq/VTK/ImageActor.h [new file with mode: 0644]
lib/ivq/VTK/ImageSlicePointPlacer.cxx [new file with mode: 0644]
lib/ivq/VTK/ImageSlicePointPlacer.h [new file with mode: 0644]
lib/ivq/VTK/ImageViewer.cxx [new file with mode: 0644]
lib/ivq/VTK/ImageViewer.h [new file with mode: 0644]
lib/ivq/VTK/InteractorStyleImage.cxx [new file with mode: 0644]
lib/ivq/VTK/InteractorStyleImage.h [new file with mode: 0644]
lib/ivq/VTK/MPRViewers.cxx [new file with mode: 0644]
lib/ivq/VTK/MPRViewers.h [new file with mode: 0644]
lib/ivq/VTK/PolyDataActor.cxx [new file with mode: 0644]
lib/ivq/VTK/PolyDataActor.h [new file with mode: 0644]
lib/ivq/VTK/SeedWidget.cxx [new file with mode: 0644]
lib/ivq/VTK/SeedWidget.h [new file with mode: 0644]
lib/ivq/VTK/SeedWidgetOverImageActor.cxx [new file with mode: 0644]
lib/ivq/VTK/SeedWidgetOverImageActor.h [new file with mode: 0644]
lib/ivq/VTK/Simple3DCurveToPolyData.cxx [new file with mode: 0644]
lib/ivq/VTK/Simple3DCurveToPolyData.h [new file with mode: 0644]
lib/ivq/Version.cxx.in [new file with mode: 0644]