]> Creatis software - cpPlugins.git/commit
Pipeline editor added.
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 10 Dec 2015 00:22:50 +0000 (19:22 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 10 Dec 2015 00:22:50 +0000 (19:22 -0500)
commit950ea6d252c9a5bc5be29d413497fe0ef69e6703
treeae8f6c9cacfb5d45599e00292282a941170c6a2d
parentf654620df52b811be7bd263a1775c93d29c69a65
Pipeline editor added.
25 files changed:
appli/CMakeLists.txt
appli/cpPipelineEditor/CMakeLists.txt [new file with mode: 0644]
appli/cpPipelineEditor/Edge.cxx [new file with mode: 0644]
appli/cpPipelineEditor/Edge.h [new file with mode: 0644]
appli/cpPipelineEditor/GraphWidget.cxx [new file with mode: 0644]
appli/cpPipelineEditor/GraphWidget.h [new file with mode: 0644]
appli/cpPipelineEditor/Node.cxx [new file with mode: 0644]
appli/cpPipelineEditor/Node.h [new file with mode: 0644]
appli/cpPipelineEditor/cpPipelineEditor.cxx [new file with mode: 0644]
appli/cpPipelineEditor/cpPipelineEditor.h [new file with mode: 0644]
appli/cpPipelineEditor/cpPipelineEditor.ui [new file with mode: 0644]
appli/cpPipelineEditor/main.cxx [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/Interaction/ImageInteractorStyle.cxx
lib/cpExtensions/Interaction/ImageInteractorStyle.h
lib/cpPlugins/Interface/CMakeLists.txt
lib/cpPlugins/Interface/SimpleMPRWidget.cxx [new file with mode: 0644]
lib/cpPlugins/Interface/SimpleMPRWidget.h [new file with mode: 0644]
lib/cpPlugins/Interface/SimpleMPRWidget.ui [new file with mode: 0644]
lib/cpPlugins/Interface/Workspace.cxx
lib/cpPlugins/Interface/Workspace.h
lib/cpPlugins/Plugins/BasicFilters/CMakeLists.txt
lib/cpPlugins/Plugins/BasicFilters/DoubleFloodImageFilter.cxx [new file with mode: 0644]
lib/cpPlugins/Plugins/BasicFilters/DoubleFloodImageFilter.h [new file with mode: 0644]