]> Creatis software - cpPlugins.git/commit
Code cleaning
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 27 Jun 2016 04:13:31 +0000 (23:13 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Mon, 27 Jun 2016 04:13:31 +0000 (23:13 -0500)
commit201c5026430f9bcc33f9db6a39f5d03db096c860
tree059ef938112d08bf7b421e3e94c4159983408c08
parentaa77db36cc1d87ba014c982a235239c3c87224f3
Code cleaning
290 files changed:
CMakeLists.txt [new file with mode: 0644]
COMPILATION [new file with mode: 0644]
README [new file with mode: 0644]
appli/CMakeLists.txt [new file with mode: 0644]
appli/PipelineEditor/CMakeLists.txt [new file with mode: 0644]
appli/PipelineEditor/PipelineEditorMainWindow.cxx [new file with mode: 0644]
appli/PipelineEditor/PipelineEditorMainWindow.h [new file with mode: 0644]
appli/PipelineEditor/PipelineEditorMainWindow.ui [new file with mode: 0644]
appli/PipelineEditor/main.cxx [new file with mode: 0644]
appli/bash/CMakeLists.txt [new file with mode: 0644]
appli/bash/cpPlugins_CreateInstances.cxx [new file with mode: 0644]
appli/bash/cpPlugins_HostCreator.cxx [new file with mode: 0644]
appli/examples/CMakeLists.txt [new file with mode: 0644]
appli/examples/extensions/CMakeLists.txt [new file with mode: 0644]
appli/examples/extensions/example_extensions_ImageSlice.cxx [new file with mode: 0644]
appli/examples/extensions/example_extensions_IterativeGaussianModelEstimator.cxx [new file with mode: 0644]
appli/examples/extensions/example_extensions_KalmanVelocity.cxx [new file with mode: 0644]
appli/examples/plugins/CMakeLists.txt [new file with mode: 0644]
appli/examples/plugins/example_plugins_GuessPlugins.cxx [new file with mode: 0644]
appli/examples/plugins/example_plugins_LoadDirectory.cxx [new file with mode: 0644]
appli/examples/plugins/example_plugins_LoadFile.cxx [new file with mode: 0644]
appli/examples/plugins/example_plugins_LoadPlugin.cxx [new file with mode: 0644]
appli/examples/plugins/example_plugins_ReadImage.cxx [new file with mode: 0644]
appli/plugins/CMakeLists.txt [new file with mode: 0644]
appli/plugins/cpPlugins_ExecuteWorkspace.cxx [new file with mode: 0644]
cmake/CMakeLists.txt [new file with mode: 0644]
cmake/cpPluginsConfig.cmake.in [new file with mode: 0644]
cmake/cpPlugins_Functions.cmake [new file with mode: 0644]
cmake/cpPlugins_KitwareTools.cmake [new file with mode: 0644]
cmake/cpPlugins_Options.cmake [new file with mode: 0644]
cmake/cpPlugins_Policies.cmake [new file with mode: 0644]
cmake/cpPlugins_Qt4Tools.cmake [new file with mode: 0644]
data/ReadWriteImage.wxml [new file with mode: 0644]
data/circles.png [new file with mode: 0644]
data/inertia.lyx [new file with mode: 0644]
data/line_rad_25.png [new file with mode: 0644]
data/mesh_00.vtk [new file with mode: 0644]
data/mesh_01.obj [new file with mode: 0644]
data/mesh_02.obj [new file with mode: 0644]
data/mesh_03.vtk [new file with mode: 0644]
data/mesh_04.vtk [new file with mode: 0644]
data/mesh_05.obj [new file with mode: 0644]
data/mesh_06.vtk [new file with mode: 0644]
data/save_dicomseries_as_singlefile_image.wxml [new file with mode: 0644]
data/test.png [new file with mode: 0644]
data/test2.png [new file with mode: 0644]
data/test3.png [new file with mode: 0644]
data/workspace_00.xml [new file with mode: 0644]
doc/uml/cpPlugins_classes.dia [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/Instances/BaseImageFilters.i [new file with mode: 0644]
lib/Instances/BaseImages.i [new file with mode: 0644]
lib/Instances/BaseImages_extra.cxx [new file with mode: 0644]
lib/Instances/BaseObjects.i [new file with mode: 0644]
lib/Instances/BaseObjects_extra.cxx [new file with mode: 0644]
lib/Instances/BitwiseImageFilters.i [new file with mode: 0644]
lib/Instances/CMakeLists.txt [new file with mode: 0644]
lib/Instances/CastImageFilters.i [new file with mode: 0644]
lib/Instances/ColorImages.i [new file with mode: 0644]
lib/Instances/DistanceMapFilters.i [new file with mode: 0644]
lib/Instances/ExtractImageFilters.i [new file with mode: 0644]
lib/Instances/GaussianImageFilters.i [new file with mode: 0644]
lib/Instances/ImageMeshFilters.i [new file with mode: 0644]
lib/Instances/ImageReaders.i [new file with mode: 0644]
lib/Instances/ImageWriters.i [new file with mode: 0644]
lib/Instances/MedialnessFilters.i [new file with mode: 0644]
lib/Instances/Mesh.i [new file with mode: 0644]
lib/Instances/MorphologicalImageFilters.i [new file with mode: 0644]
lib/Instances/NeighborhoodIterators.i [new file with mode: 0644]
lib/Instances/Paths.i [new file with mode: 0644]
lib/Instances/ResamplingFilters.i [new file with mode: 0644]
lib/Instances/ScalarImages.i [new file with mode: 0644]
lib/Instances/ScalarImagesFilters.i [new file with mode: 0644]
lib/Instances/ThresholdFilters.i [new file with mode: 0644]
lib/Instances/Transforms.i [new file with mode: 0644]
lib/Instances/VectorImages.i [new file with mode: 0644]
lib/Itk2Vtk/itkImageToVTKImageFilter.h [new file with mode: 0644]
lib/Itk2Vtk/itkImageToVTKImageFilter.hxx [new file with mode: 0644]
lib/Itk2Vtk/itkVTKImageToImageFilter.h [new file with mode: 0644]
lib/Itk2Vtk/itkVTKImageToImageFilter.hxx [new file with mode: 0644]
lib/cpBaseQtApplication/ActorAxesProperties.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/ActorAxesProperties.h [new file with mode: 0644]
lib/cpBaseQtApplication/ActorAxesProperties.ui [new file with mode: 0644]
lib/cpBaseQtApplication/ActorImageProperties.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/ActorImageProperties.h [new file with mode: 0644]
lib/cpBaseQtApplication/ActorImageProperties.ui [new file with mode: 0644]
lib/cpBaseQtApplication/ActorPolyDataProperties.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/ActorPolyDataProperties.h [new file with mode: 0644]
lib/cpBaseQtApplication/ActorPolyDataProperties.ui [new file with mode: 0644]
lib/cpBaseQtApplication/ActorProperties.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/ActorProperties.h [new file with mode: 0644]
lib/cpBaseQtApplication/ActorPropertiesQDialog.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/ActorPropertiesQDialog.h [new file with mode: 0644]
lib/cpBaseQtApplication/Block.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Block.h [new file with mode: 0644]
lib/cpBaseQtApplication/Canvas.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Canvas.h [new file with mode: 0644]
lib/cpBaseQtApplication/Connection.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Connection.h [new file with mode: 0644]
lib/cpBaseQtApplication/Editor.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Editor.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/Port.cxx [new file with mode: 0644]
lib/cpBaseQtApplication/Port.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/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/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/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/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/RegionOfInterestImageCalculator.h [new file with mode: 0644]
lib/cpExtensions/Algorithms/RegionOfInterestImageCalculator.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/CMakeLists.txt [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/ImageIndexesContainer.h [new file with mode: 0644]
lib/cpExtensions/DataStructures/PolyLineParametricPath.h [new file with mode: 0644]
lib/cpExtensions/Interaction/BaseInteractorStyle.cxx [new file with mode: 0644]
lib/cpExtensions/Interaction/BaseInteractorStyle.h [new file with mode: 0644]
lib/cpExtensions/Interaction/ImageInteractorStyle.cxx [new file with mode: 0644]
lib/cpExtensions/Interaction/ImageInteractorStyle.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/DicomSeriesSelectorWidget.cxx [new file with mode: 0644]
lib/cpExtensions/QT/DicomSeriesSelectorWidget.h [new file with mode: 0644]
lib/cpExtensions/QT/DicomSeriesSelectorWidget.ui [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/Utility.h [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageBlender.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageBlender.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/ImageSliceActors.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/ImageSliceActors.h [new file with mode: 0644]
lib/cpExtensions/Visualization/PolyLineParametricPathToPolyData.h [new file with mode: 0644]
lib/cpExtensions/Visualization/PolyLineParametricPathToPolyData.hxx [new file with mode: 0644]
lib/cpExtensions/Visualization/SeedWidgetCorrector.cxx [new file with mode: 0644]
lib/cpExtensions/Visualization/SeedWidgetCorrector.h [new file with mode: 0644]
lib/cpPlugins/BaseWidget.cxx [new file with mode: 0644]
lib/cpPlugins/BaseWidget.h [new file with mode: 0644]
lib/cpPlugins/BoundingBox.cxx [new file with mode: 0644]
lib/cpPlugins/BoundingBox.h [new file with mode: 0644]
lib/cpPlugins/BoundingBox.hxx [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/DataObject.cxx [new file with mode: 0644]
lib/cpPlugins/DataObject.h [new file with mode: 0644]
lib/cpPlugins/Image.cxx [new file with mode: 0644]
lib/cpPlugins/Image.h [new file with mode: 0644]
lib/cpPlugins/Image.hxx [new file with mode: 0644]
lib/cpPlugins/ImageIndexesContainer.cxx [new file with mode: 0644]
lib/cpPlugins/ImageIndexesContainer.h [new file with mode: 0644]
lib/cpPlugins/ImageIndexesContainer.hxx [new file with mode: 0644]
lib/cpPlugins/Interface.cxx [new file with mode: 0644]
lib/cpPlugins/Interface.h [new file with mode: 0644]
lib/cpPlugins/LoadDynamicLibrariesFunctions.cxx [new file with mode: 0644]
lib/cpPlugins/LoadDynamicLibrariesFunctions.h [new file with mode: 0644]
lib/cpPlugins/Mesh.cxx [new file with mode: 0644]
lib/cpPlugins/Mesh.h [new file with mode: 0644]
lib/cpPlugins/Mesh.hxx [new file with mode: 0644]
lib/cpPlugins/Object.cxx [new file with mode: 0644]
lib/cpPlugins/Object.h [new file with mode: 0644]
lib/cpPlugins/Object.hxx [new file with mode: 0644]
lib/cpPlugins/OrthoNormalBase.cxx [new file with mode: 0644]
lib/cpPlugins/OrthoNormalBase.h [new file with mode: 0644]
lib/cpPlugins/OrthoNormalBase.hxx [new file with mode: 0644]
lib/cpPlugins/Parameters.cxx [new file with mode: 0644]
lib/cpPlugins/Parameters.h [new file with mode: 0644]
lib/cpPlugins/ParametersQDialog.cxx [new file with mode: 0644]
lib/cpPlugins/ParametersQDialog.h [new file with mode: 0644]
lib/cpPlugins/Path.cxx [new file with mode: 0644]
lib/cpPlugins/Path.h [new file with mode: 0644]
lib/cpPlugins/Path.hxx [new file with mode: 0644]
lib/cpPlugins/Port.cxx [new file with mode: 0644]
lib/cpPlugins/Port.h [new file with mode: 0644]
lib/cpPlugins/ProcessObject.cxx [new file with mode: 0644]
lib/cpPlugins/ProcessObject.h [new file with mode: 0644]
lib/cpPlugins/ProcessObject.hxx [new file with mode: 0644]
lib/cpPlugins/Utilities.h [new file with mode: 0644]
lib/cpPlugins/Workspace.cxx [new file with mode: 0644]
lib/cpPlugins/Workspace.h [new file with mode: 0644]
lib/cpPlugins/WorkspaceIO.cxx [new file with mode: 0644]
lib/cpPlugins/dirent.h [new file with mode: 0644]
lib/tinyxml2/OLD_CMakeLists.txt.old [new file with mode: 0644]
lib/tinyxml2/readme.md [new file with mode: 0644]
lib/tinyxml2/tinyxml2.cpp [new file with mode: 0644]
lib/tinyxml2/tinyxml2.h [new file with mode: 0644]
plugins/CMakeLists.txt [new file with mode: 0644]
plugins/GenericFilters/JoinBoundingBoxes.cxx [new file with mode: 0644]
plugins/GenericFilters/JoinBoundingBoxes.h [new file with mode: 0644]
plugins/IO/DataReproducer.cxx [new file with mode: 0644]
plugins/IO/DataReproducer.h [new file with mode: 0644]
plugins/IO/DicomSeriesReader.cxx [new file with mode: 0644]
plugins/IO/DicomSeriesReader.h [new file with mode: 0644]
plugins/IO/DicomSeriesReaderQDialog.h [new file with mode: 0644]
plugins/IO/DicomSeriesReaderQDialog.ui [new file with mode: 0644]
plugins/IO/ImageReader.cxx [new file with mode: 0644]
plugins/IO/ImageReader.h [new file with mode: 0644]
plugins/IO/ImageReaderQDialog.h [new file with mode: 0644]
plugins/IO/ImageWriter.cxx [new file with mode: 0644]
plugins/IO/ImageWriter.h [new file with mode: 0644]
plugins/IO/ImageWriterQDialog.h [new file with mode: 0644]
plugins/ImageFilters/AndImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/AndImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/BinaryContourImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/BinaryContourImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/BinaryDilateParaImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/BinaryDilateParaImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/BinaryErodeParaImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/BinaryErodeParaImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/BinaryThresholdImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/BinaryThresholdImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/CastImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/CastImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/GaussianDensityImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/GaussianDensityImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/MultiScaleGaussianImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/MultiScaleGaussianImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/OrImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/OrImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/RegionOfInterestImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/RegionOfInterestImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/ResampleImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/ResampleImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/SignedMaurerDistanceMapImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/SignedMaurerDistanceMapImageFilter.h [new file with mode: 0644]
plugins/ImageFilters/UnaryThresholdImageFilter.cxx [new file with mode: 0644]
plugins/ImageFilters/UnaryThresholdImageFilter.h [new file with mode: 0644]
plugins/ImageMeshFilters/MarchingCubes.cxx [new file with mode: 0644]
plugins/ImageMeshFilters/MarchingCubes.h [new file with mode: 0644]
plugins/ImageMeshFilters/TriangleMeshToBinaryImageFilter.cxx [new file with mode: 0644]
plugins/ImageMeshFilters/TriangleMeshToBinaryImageFilter.h [new file with mode: 0644]
plugins/MedialnessFilters/GulsunTekMedialness.cxx [new file with mode: 0644]
plugins/MedialnessFilters/GulsunTekMedialness.h [new file with mode: 0644]
plugins/MeshFilters/AppendMeshesFilter.cxx [new file with mode: 0644]
plugins/MeshFilters/AppendMeshesFilter.h [new file with mode: 0644]
plugins/MeshSources/CylinderSource.cxx [new file with mode: 0644]
plugins/MeshSources/CylinderSource.h [new file with mode: 0644]
plugins/MeshSources/SphereSource.cxx [new file with mode: 0644]
plugins/MeshSources/SphereSource.h [new file with mode: 0644]
plugins/Widgets/SeedWidget.cxx [new file with mode: 0644]
plugins/Widgets/SeedWidget.h [new file with mode: 0644]
third_party_installers/cpPlugins_Install_CMAKE.sh [new file with mode: 0755]
third_party_installers/cpPlugins_Install_ITK.sh [new file with mode: 0755]
third_party_installers/cpPlugins_Install_QT4.sh [new file with mode: 0755]
third_party_installers/cpPlugins_Install_VTK.sh [new file with mode: 0755]
third_party_installers/qt-4.8.6.patch [new file with mode: 0644]