]> Creatis software - cpPlugins.git/commit
yet another refactoring
authorLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Thu, 2 Feb 2017 18:44:54 +0000 (13:44 -0500)
committerLeonardo Flórez-Valencia <florez-l@javeriana.edu.co>
Thu, 2 Feb 2017 18:44:54 +0000 (13:44 -0500)
commit3c250e0e573d7f08276aefd93a5336f128e6b1a7
tree84ab9d88652e16fa5f5ff88fb2d3c0e398e88461
parent32cfe91acc85230333199444bc712ea86da65c4e
yet another refactoring
358 files changed:
CMakeLists.txt [new file with mode: 0644]
appli/CMakeLists.txt [new file with mode: 0644]
appli/PipelineEditor/CMakeLists.txt [new file with mode: 0644]
appli/PipelineEditor/PipelineEditor.cxx [new file with mode: 0644]
appli/PipelineEditor/PipelineEditor.h [new file with mode: 0644]
appli/PipelineEditor/PipelineEditor.ui [new file with mode: 0644]
bash/CMakeLists.txt [new file with mode: 0644]
bash/Config.h.in [new file with mode: 0644]
bash/CreateDemanglers.cxx [new file with mode: 0644]
bash/CreateInstances.cxx [new file with mode: 0644]
bash/CreateRealConfig.cxx [new file with mode: 0644]
bash/HostCreator.cxx [new file with mode: 0644]
cmake/BaseConfig.cmake [new file with mode: 0644]
cmake/CMakeLists.txt [new file with mode: 0644]
cmake/Functions.cmake [new file with mode: 0644]
cmake/KitwareTools.cmake [new file with mode: 0644]
cmake/Options.cmake [new file with mode: 0644]
cmake/QtTools.cmake [new file with mode: 0644]
cmake/cpPluginsConfig.cmake.in [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/cpBaseQtApplication/Blocker.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Blocker.h [new file with mode: 0644]
lib/cpBaseQtApplication/MainHelper.h [new file with mode: 0644]
lib/cpBaseQtApplication/MainWindow.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/MainWindow.h [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Block.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Block.h [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Canvas.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Canvas.h [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Connection.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Connection.h [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/EventFilter.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/EventFilter.h [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Port.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Pipeline/Port.h [new file with mode: 0644]
lib/cpBaseQtApplication/Plugins/Navigator.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Plugins/Navigator.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/BezierCurveFunction.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/BezierCurveFunction.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/CPRImageFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/CPRImageFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/FluxMedialness.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/FluxMedialness.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/GaussianDensityImageFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/GradientImageFunctionBase.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/GradientImageFunctionBase.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/GulsunTekMedialness.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/GulsunTekMedialness.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/ImageBlender.cxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/ImageBlender.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/ImageFunctionFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/ImageFunctionFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/ImageFunctorFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/ImageToBoundingBoxFromThreshold.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/ImageToBoundingBoxFromThreshold.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/InertiaMedialness.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/InertiaTensorFunction.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/IsoImageSlicer.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/IsoImageSlicer.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/IterativeGaussianModelEstimator.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/IterativeGaussianModelEstimator.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/KalmanConstantFilter.cxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/KalmanConstantFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/KalmanFilter.cxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/KalmanFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/KalmanFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/KalmanVelocityFilter.cxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/KalmanVelocityFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/LightCompensationFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/LightCompensationFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/MFluxMedialness.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/MFluxMedialness.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/MacheteImageFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/MacheteImageFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/MultiScaleGaussianImageFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/MultiScaleGaussianImageFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/ParallelImageMean.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/ParallelImageMean.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/PolyLineParametricPathToSimple3DCurve.cxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/PolyLineParametricPathToSimple3DCurve.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/PolyLineParametricPathWriter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/PolyLineParametricPathWriter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/RGBExtractFunction.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/RGBImageToOtherChannelsFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/RGBToHSVFunction.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/RGBToYPbPrFunction.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/RasterContourFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/RasterContourFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/RegionOfInterestImageCalculator.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/RegionOfInterestImageCalculator.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/SkeletonReader.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/SkeletonReader.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/SkeletonToImageFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/SkeletonToImageFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/SkeletonWriter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/SkeletonWriter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/SpatialObjectMaskImageFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/SpatialObjectMaskImageFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Algorithms/UnaryThresholdImageFilter.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/UnaryThresholdImageFilter.hxx [new file with mode: 0644]
lib/cpExtensions/Config.h.in [new file with mode: 0644]
lib/cpExtensions/DataStructures/Graph.h [new file with mode: 0644]
lib/cpExtensions/DataStructures/Graph.hxx [new file with mode: 0644]
lib/cpExtensions/DataStructures/PolyLineParametricPath.h [new file with mode: 0644]
lib/cpExtensions/DataStructures/PolyLineParametricPath.hxx [new file with mode: 0644]
lib/cpExtensions/DataStructures/Simple3DCurve.cxx [new file with mode: 0644]
lib/cpExtensions/DataStructures/Simple3DCurve.h [new file with mode: 0644]
lib/cpExtensions/DataStructures/Skeleton.h [new file with mode: 0644]
lib/cpExtensions/DataStructures/Skeleton.hxx [new file with mode: 0644]
lib/cpExtensions/Interaction/BaseStyle.cxx [new file with mode: 0644]
lib/cpExtensions/Interaction/BaseStyle.h [new file with mode: 0644]
lib/cpExtensions/Interaction/ImageSlicePointPlacer.cxx [new file with mode: 0644]
lib/cpExtensions/Interaction/ImageSlicePointPlacer.h [new file with mode: 0644]
lib/cpExtensions/Interaction/ImageSliceStyle.cxx [new file with mode: 0644]
lib/cpExtensions/Interaction/ImageSliceStyle.h [new file with mode: 0644]
lib/cpExtensions/Interaction/SeedWidget.cxx [new file with mode: 0644]
lib/cpExtensions/Interaction/SeedWidget.h [new file with mode: 0644]
lib/cpExtensions/QT/ActorsWidgetInterface.h [new file with mode: 0644]
lib/cpExtensions/QT/ConfigurationChooser.cxx [new file with mode: 0644]
lib/cpExtensions/QT/ConfigurationChooser.h [new file with mode: 0644]
lib/cpExtensions/QT/ConfigurationChooser.ui [new file with mode: 0644]
lib/cpExtensions/QT/ImageWidget.cxx [new file with mode: 0644]
lib/cpExtensions/QT/ImageWidget.h [new file with mode: 0644]
lib/cpExtensions/QT/MPR3DWidget.cxx [new file with mode: 0644]
lib/cpExtensions/QT/MPR3DWidget.h [new file with mode: 0644]
lib/cpExtensions/QT/MPRInteractionCommand.cxx [new file with mode: 0644]
lib/cpExtensions/QT/MPRInteractionCommand.h [new file with mode: 0644]
lib/cpExtensions/QT/RendererWidget.cxx [new file with mode: 0644]
lib/cpExtensions/QT/RendererWidget.h [new file with mode: 0644]
lib/cpExtensions/QT/SimpleMPRWidget.cxx [new file with mode: 0644]
lib/cpExtensions/QT/SimpleMPRWidget.h [new file with mode: 0644]
lib/cpExtensions/QT/SimpleMPRWidget.ui [new file with mode: 0644]
lib/cpExtensions/QT/WindowLevelImageConfiguration.cxx [new file with mode: 0644]
lib/cpExtensions/QT/WindowLevelImageConfiguration.h [new file with mode: 0644]
lib/cpExtensions/QT/WindowLevelImageConfiguration.ui [new file with mode: 0644]
lib/cpExtensions/Visualization/CursorActors.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/CursorActors.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageActor.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageActor.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageIndexesContainerToPolyData.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageIndexesContainerToPolyData.hxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageOutlineActor.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageOutlineActor.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageOutlineSource.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageOutlineSource.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageSliceActors.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageSliceActors.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageSliceMapper.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageSliceMapper.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageViewerActors.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageViewerActors.h [new file with mode: 0644]
lib/cpExtensions/Visualization/LUTImageActor.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/LUTImageActor.h [new file with mode: 0644]
lib/cpExtensions/Visualization/LineSource.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/LineSource.h [new file with mode: 0644]
lib/cpExtensions/Visualization/MPR3DActors.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/MPR3DActors.h [new file with mode: 0644]
lib/cpExtensions/Visualization/MeshActor.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/MeshActor.h [new file with mode: 0644]
lib/cpExtensions/Visualization/OutlineSource.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/OutlineSource.h [new file with mode: 0644]
lib/cpExtensions/Visualization/PolyLineParametricPathToPolyData.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/PolyLineParametricPathToPolyData.h [new file with mode: 0644]
lib/cpExtensions/Visualization/Simple3DCurveToPolyData.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/Simple3DCurveToPolyData.h [new file with mode: 0644]
lib/cpExtensions/Visualization/SkeletonToPolyData.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/SkeletonToPolyData.h [new file with mode: 0644]
lib/cpExtensions/Visualization/WindowLevelImageActor.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/WindowLevelImageActor.h [new file with mode: 0644]
lib/cpInstances/BaseObjects/ITKBaseObjects.i [new file with mode: 0644]
lib/cpInstances/BaseObjects/ITKBoundingBoxes.i [new file with mode: 0644]
lib/cpInstances/BaseObjects/ITKTransforms.i [new file with mode: 0644]
lib/cpInstances/CMakeLists.txt [new file with mode: 0644]
lib/cpInstances/DataObjects/BoundingBox.cxx [new file with mode: 0644]
lib/cpInstances/DataObjects/BoundingBox.h [new file with mode: 0644]
lib/cpInstances/DataObjects/Image.cxx [new file with mode: 0644]
lib/cpInstances/DataObjects/Image.d [new file with mode: 0644]
lib/cpInstances/DataObjects/Image.h [new file with mode: 0644]
lib/cpInstances/DataObjects/Mesh.cxx [new file with mode: 0644]
lib/cpInstances/DataObjects/Mesh.d [new file with mode: 0644]
lib/cpInstances/DataObjects/Mesh.h [new file with mode: 0644]
lib/cpInstances/DataObjects/PolyLineParametricPath.cxx [new file with mode: 0644]
lib/cpInstances/DataObjects/PolyLineParametricPath.d [new file with mode: 0644]
lib/cpInstances/DataObjects/PolyLineParametricPath.h [new file with mode: 0644]
lib/cpInstances/DataObjects/Simple3DCurve.cxx [new file with mode: 0644]
lib/cpInstances/DataObjects/Simple3DCurve.d [new file with mode: 0644]
lib/cpInstances/DataObjects/Simple3DCurve.h [new file with mode: 0644]
lib/cpInstances/DataObjects/Skeleton.cxx [new file with mode: 0644]
lib/cpInstances/DataObjects/Skeleton.d [new file with mode: 0644]
lib/cpInstances/DataObjects/Skeleton.h [new file with mode: 0644]
lib/cpInstances/Extensions/Paths.i [new file with mode: 0644]
lib/cpInstances/Extensions/Skeleton.i [new file with mode: 0644]
lib/cpInstances/Geometries/ITKMeshes.i [new file with mode: 0644]
lib/cpInstances/Geometries/ITKPaths.i [new file with mode: 0644]
lib/cpInstances/Images/ITK2VTKImageFilters.i [new file with mode: 0644]
lib/cpInstances/Images/ITKImageFunctions.i [new file with mode: 0644]
lib/cpInstances/Images/ITKImageInterpolators.i [new file with mode: 0644]
lib/cpInstances/Images/ITKImages.i [new file with mode: 0644]
lib/cpInstances/Images/ITKImagesBaseFilters.i [new file with mode: 0644]
lib/cpInstances/Images/ITKImagesNeighborhoodIterators.i [new file with mode: 0644]
lib/cpInstances/Images/ITKImagesSimpleIterators.i [new file with mode: 0644]
lib/cpInstances/Images/itkImageToVTKImageFilter.h [new file with mode: 0644]
lib/cpInstances/Images/itkImageToVTKImageFilter.hxx [new file with mode: 0644]
lib/cpInstances/Images/itkVTKImageToImageFilter.h [new file with mode: 0644]
lib/cpInstances/Images/itkVTKImageToImageFilter.hxx [new file with mode: 0644]
lib/cpPlugins/Config.h.in [new file with mode: 0644]
lib/cpPlugins/Interface/Loader.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/Loader.h [new file with mode: 0644]
lib/cpPlugins/Interface/Workspace.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/Workspace.h [new file with mode: 0644]
lib/cpPlugins/Interface/WorkspaceIO.cxx [new file with mode: 0644]
lib/cpPlugins/OS/Chrono.h [new file with mode: 0644]
lib/cpPlugins/OS/DLLManager.cxx [new file with mode: 0644]
lib/cpPlugins/OS/DLLManager.h [new file with mode: 0644]
lib/cpPlugins/OS/FileSystem.cxx [new file with mode: 0644]
lib/cpPlugins/OS/FileSystem.h [new file with mode: 0644]
lib/cpPlugins/OS/String.cxx [new file with mode: 0644]
lib/cpPlugins/OS/String.h [new file with mode: 0644]
lib/cpPlugins/OS/tinydir.h [new file with mode: 0644]
lib/cpPlugins/OS/tinydir_COPYING.txt [new file with mode: 0644]
lib/cpPlugins/OS/tinydir_README.md.txt [new file with mode: 0644]
lib/cpPlugins/Pipeline/DataObject.cxx [new file with mode: 0644]
lib/cpPlugins/Pipeline/DataObject.h [new file with mode: 0644]
lib/cpPlugins/Pipeline/Events.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/Port.cxx [new file with mode: 0644]
lib/cpPlugins/Pipeline/Port.h [new file with mode: 0644]
lib/cpPlugins/Pipeline/ProcessObject.cxx [new file with mode: 0644]
lib/cpPlugins/Pipeline/ProcessObject.h [new file with mode: 0644]
lib/cpPlugins/Pipeline/ProcessObject.hxx [new file with mode: 0644]
lib/cpPlugins/Pipeline/Widget.cxx [new file with mode: 0644]
lib/cpPlugins/Pipeline/Widget.h [new file with mode: 0644]
lib/cpPlugins/QT/OpenFileDialog.cxx [new file with mode: 0644]
lib/cpPlugins/QT/OpenFileDialog.h [new file with mode: 0644]
lib/cpPlugins/QT/ParametersDialog.cxx [new file with mode: 0644]
lib/cpPlugins/QT/ParametersDialog.h [new file with mode: 0644]
lib/cpPlugins/QT/SaveFileDialog.cxx [new file with mode: 0644]
lib/cpPlugins/QT/SaveFileDialog.h [new file with mode: 0644]
lib/cpPlugins/tinyxml2/OLD_CMakeLists.txt.old [new file with mode: 0644]
lib/cpPlugins/tinyxml2/readme.md [new file with mode: 0644]
lib/cpPlugins/tinyxml2/tinyxml2.cpp [new file with mode: 0644]
lib/cpPlugins/tinyxml2/tinyxml2.h [new file with mode: 0644]
plugins/CMakeLists.txt [new file with mode: 0644]
plugins/GenericPlugins/DataReproducer.cxx [new file with mode: 0644]
plugins/GenericPlugins/DataReproducer.h [new file with mode: 0644]
plugins/GenericPlugins/JoinBoundingBoxes.cxx [new file with mode: 0644]
plugins/GenericPlugins/JoinBoundingBoxes.h [new file with mode: 0644]
plugins/ITKAnisotropicSmoothing/CurvatureAnisotropicDiffusionImageFilter.cxx [new file with mode: 0644]
plugins/ITKAnisotropicSmoothing/CurvatureAnisotropicDiffusionImageFilter.h [new file with mode: 0644]
plugins/ITKAnisotropicSmoothing/ITKAnisotropicSmoothing.i [new file with mode: 0644]
plugins/ITKBinaryFunctorFilters/BinaryArithmeticImageFilter.cxx [new file with mode: 0644]
plugins/ITKBinaryFunctorFilters/BinaryArithmeticImageFilter.h [new file with mode: 0644]
plugins/ITKBinaryFunctorFilters/BinaryBooleanImageFilter.cxx [new file with mode: 0644]
plugins/ITKBinaryFunctorFilters/BinaryBooleanImageFilter.h [new file with mode: 0644]
plugins/ITKBinaryFunctorFilters/ITKBinaryFunctorFilters.i [new file with mode: 0644]
plugins/ITKDistanceMapFilters/BinaryContourImageFilter.cxx [new file with mode: 0644]
plugins/ITKDistanceMapFilters/BinaryContourImageFilter.h [new file with mode: 0644]
plugins/ITKDistanceMapFilters/ITKDistanceMapFilters.i [new file with mode: 0644]
plugins/ITKDistanceMapFilters/SignedMaurerDistanceMapImageFilter.cxx [new file with mode: 0644]
plugins/ITKDistanceMapFilters/SignedMaurerDistanceMapImageFilter.h [new file with mode: 0644]
plugins/ITKFiniteDifference/ITKFiniteDifference.i [new file with mode: 0644]
plugins/ITKIO/DicomSeriesReader.cxx [new file with mode: 0644]
plugins/ITKIO/DicomSeriesReader.h [new file with mode: 0644]
plugins/ITKIO/DicomSeriesReaderQDialog.h [new file with mode: 0644]
plugins/ITKIO/DicomSeriesReaderQDialog.ui [new file with mode: 0644]
plugins/ITKIO/DicomSeriesSelectorWidget.cxx [new file with mode: 0644]
plugins/ITKIO/DicomSeriesSelectorWidget.h [new file with mode: 0644]
plugins/ITKIO/DicomSeriesSelectorWidget.ui [new file with mode: 0644]
plugins/ITKIO/ITKIO.i [new file with mode: 0644]
plugins/ITKIO/ImageReader.cxx [new file with mode: 0644]
plugins/ITKIO/ImageReader.h [new file with mode: 0644]
plugins/ITKIO/ImageWriter.cxx [new file with mode: 0644]
plugins/ITKIO/ImageWriter.h [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/CastImageFilter.cxx [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/CastImageFilter.h [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/ITKImageGenericFilters_1.i [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/ImageToBoundingBoxFromThreshold.cxx [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/ImageToBoundingBoxFromThreshold.h [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/MinimumMaximumImageCalculator.cxx [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/MinimumMaximumImageCalculator.h [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/RegionOfInterestImageFilter.cxx [new file with mode: 0644]
plugins/ITKImageGenericFilters_1/RegionOfInterestImageFilter.h [new file with mode: 0644]
plugins/ITKImageInterpolators/BSplineInterpolateImageFunction.cxx [new file with mode: 0644]
plugins/ITKImageInterpolators/BSplineInterpolateImageFunction.h [new file with mode: 0644]
plugins/ITKImageInterpolators/ITKImageInterpolators.i [new file with mode: 0644]
plugins/ITKImageInterpolators/InterpolateImageFunction.cxx [new file with mode: 0644]
plugins/ITKImageInterpolators/InterpolateImageFunction.h [new file with mode: 0644]
plugins/ITKImageInterpolators/LinearInterpolateImageFunction.cxx [new file with mode: 0644]
plugins/ITKImageInterpolators/LinearInterpolateImageFunction.h [new file with mode: 0644]
plugins/ITKLevelSetFilters/ITKLevelSetFilters.i [new file with mode: 0644]
plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.cxx [new file with mode: 0644]
plugins/ITKLevelSetFilters/LaplacianSegmentationLevelSetImageFilter.h [new file with mode: 0644]
plugins/ITKLevelSetFilters/ThresholdSegmentationLevelSetImageFilter.cxx [new file with mode: 0644]
plugins/ITKLevelSetFilters/ThresholdSegmentationLevelSetImageFilter.h [new file with mode: 0644]
plugins/ITKMorphology/ITKMorphology.i [new file with mode: 0644]
plugins/ITKNeighborhoodOperatorFilters/ITKNeighborhoodOperatorFilters.i [new file with mode: 0644]
plugins/ITKParaMorphology/BinaryDilateParaImageFilter.cxx [new file with mode: 0644]
plugins/ITKParaMorphology/BinaryDilateParaImageFilter.h [new file with mode: 0644]
plugins/ITKParaMorphology/BinaryErodeParaImageFilter.cxx [new file with mode: 0644]
plugins/ITKParaMorphology/BinaryErodeParaImageFilter.h [new file with mode: 0644]
plugins/ITKParaMorphology/ITKParaMorphology.i [new file with mode: 0644]
plugins/ITKSeparableFilters/ITKSeparableFilters.i [new file with mode: 0644]
plugins/ITKSeparableFilters/SmoothingRecursiveGaussianImageFilter.cxx [new file with mode: 0644]
plugins/ITKSeparableFilters/SmoothingRecursiveGaussianImageFilter.h [new file with mode: 0644]
plugins/ITKSliceFilters/CPRImageFilter.cxx [new file with mode: 0644]
plugins/ITKSliceFilters/CPRImageFilter.h [new file with mode: 0644]
plugins/ITKSliceFilters/ITKSliceFilters.i [new file with mode: 0644]
plugins/ITKSliceFilters/IsoResampleImageFilter.cxx [new file with mode: 0644]
plugins/ITKSliceFilters/IsoResampleImageFilter.h [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/AbsImageFilter.cxx [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/AbsImageFilter.h [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/BinaryThresholdImageFilter.cxx [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/BinaryThresholdImageFilter.h [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/ITKUnaryFunctorFilters.i [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/InvertIntensityImageFilter.cxx [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/InvertIntensityImageFilter.h [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/UnaryBooleanImageFilter.cxx [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/UnaryBooleanImageFilter.h [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/UnaryThresholdImageFilter.cxx [new file with mode: 0644]
plugins/ITKUnaryFunctorFilters/UnaryThresholdImageFilter.h [new file with mode: 0644]
plugins/VTKFilters/CylinderSource.cxx [new file with mode: 0644]
plugins/VTKFilters/CylinderSource.h [new file with mode: 0644]
plugins/VTKFilters/MarchingCubes.cxx [new file with mode: 0644]
plugins/VTKFilters/MarchingCubes.h [new file with mode: 0644]
plugins/VTKFilters/SphereSource.cxx [new file with mode: 0644]
plugins/VTKFilters/SphereSource.h [new file with mode: 0644]
plugins/VTKIO/MeshReader.cxx [new file with mode: 0644]
plugins/VTKIO/MeshReader.h [new file with mode: 0644]
plugins/VTKIO/MeshWriter.cxx [new file with mode: 0644]
plugins/VTKIO/MeshWriter.h [new file with mode: 0644]
plugins/VTKWidgets/LineWidget.cxx [new file with mode: 0644]
plugins/VTKWidgets/LineWidget.h [new file with mode: 0644]
plugins/VTKWidgets/SeedWidget.cxx [new file with mode: 0644]
plugins/VTKWidgets/SeedWidget.h [new file with mode: 0644]
plugins/VTKWidgets/SplineWidget.cxx [new file with mode: 0644]
plugins/VTKWidgets/SplineWidget.h [new file with mode: 0644]
plugins/change.csv [new file with mode: 0644]
plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.cxx [new file with mode: 0644]
plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.h [new file with mode: 0644]
plugins/cpExtensions/PolyLineParametricPathWriter.cxx [new file with mode: 0644]
plugins/cpExtensions/PolyLineParametricPathWriter.h [new file with mode: 0644]
plugins/cpExtensions/SkeletonReader.cxx [new file with mode: 0644]
plugins/cpExtensions/SkeletonReader.h [new file with mode: 0644]
plugins/cpExtensions/SkeletonToImageFilter.cxx [new file with mode: 0644]
plugins/cpExtensions/SkeletonToImageFilter.h [new file with mode: 0644]
plugins/cpExtensions/SkeletonWriter.cxx [new file with mode: 0644]
plugins/cpExtensions/SkeletonWriter.h [new file with mode: 0644]
plugins/cpExtensions/cpExtensions.i [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/ExecutePipeline.cxx [new file with mode: 0644]
tools/PrintDirInfo.cxx [new file with mode: 0644]
tools/PrintFileInfo.cxx [new file with mode: 0644]
tools/PrintGuessInfo.cxx [new file with mode: 0644]
tools/RenameImageFile.cxx [new file with mode: 0644]