]> Creatis software - cpPlugins.git/commit
MPR widget added. Not yet fully tested.
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 11 Dec 2014 16:27:21 +0000 (17:27 +0100)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 11 Dec 2014 16:27:21 +0000 (17:27 +0100)
commit02010627b7276dc77962719b3e5be13c2a5b4605
treebf9d488f3f0276871b6bd0cd0b3e20a531f5eb12
parent1740a32cbb99c4abd76ee0c0e5e45e0df3a8e800
MPR widget added. Not yet fully tested.
17 files changed:
CMakeLists.txt
appli/CMakeLists.txt
appli/ImageMPR/CMakeLists.txt [new file with mode: 0644]
appli/ImageMPR/ImageMPR.cxx [new file with mode: 0644]
appli/ImageMPR/ImageMPR.h [new file with mode: 0644]
appli/ImageMPR/ImageMPR.ui [new file with mode: 0644]
appli/ImageMPR/main.cxx [new file with mode: 0644]
appli/examples/CMakeLists.txt
appli/examples/example_MPR.cxx [new file with mode: 0644]
lib/cpPlugins/Extensions/CMakeLists.txt
lib/cpPlugins/Extensions/Visualization/ImageInteractorStyle.cxx [new file with mode: 0644]
lib/cpPlugins/Extensions/Visualization/ImageInteractorStyle.h [new file with mode: 0644]
lib/cpPlugins/Extensions/Visualization/ImageSliceActors.cxx [new file with mode: 0644]
lib/cpPlugins/Extensions/Visualization/ImageSliceActors.h [new file with mode: 0644]
lib/cpPlugins/Extensions/Visualization/MPRActors.cxx [new file with mode: 0644]
lib/cpPlugins/Extensions/Visualization/MPRActors.h [new file with mode: 0644]
lib/cpPlugins/Interface/CMakeLists.txt