]> Creatis software - clitk.git/commit
Moved vvImageReader and vvImageWriter to clitkCommon for use in tools. Removed vvCons...
authorsrit <srit>
Mon, 11 Apr 2011 09:54:16 +0000 (09:54 +0000)
committersrit <srit>
Mon, 11 Apr 2011 09:54:16 +0000 (09:54 +0000)
commit62c20109b437bef1b9df091dfe7728a0fdf98bbc
treee1b56cd63a2a961fb9a3e86ea9380154a082601b
parent3438d3adc97629b4e85f1123f4b2883750557eda
Moved vvImageReader and vvImageWriter to clitkCommon for use in tools. Removed vvConstants.h, the typedef is now in vvImageReader. Made vvImageReader Qt independent since the inheritance of QThread did not seem useful.
16 files changed:
common/CMakeLists.txt
common/vvImageReader.cxx [moved from vv/vvImageReader.cxx with 94% similarity]
common/vvImageReader.h [moved from vv/vvImageReader.h with 92% similarity]
common/vvImageReader.txx [moved from vv/vvImageReader.txx with 99% similarity]
common/vvImageWriter.cxx [moved from vv/vvImageWriter.cxx with 100% similarity]
common/vvImageWriter.h [moved from vv/vvImageWriter.h with 100% similarity]
common/vvImageWriter.txx [moved from vv/vvImageWriter.txx with 100% similarity]
vv/CMakeLists.txt
vv/vv.cxx
vv/vvConstants.h [deleted file]
vv/vvDeformableRegistration.cxx
vv/vvMainWindow.cxx
vv/vvMainWindow.h
vv/vvSlicerManager.cxx
vv/vvSlicerManager.h
vv/vvToolStructureSetManager.cxx