Inviwo module providing functionality for loading and writing DICOM files using the Grassroots DICOM GDCM library.
- checkout Inviwo https://github.com/inviwo/inviwo.git
- init submodules of the Inviwo repo
git submodule update --init --recursive - checkout https://github.com/inviwo/modules.git
- init submodules of the modules repo
git submodule update --init --recursive - in CMake
a) append
medvisdirectory of the modules repo toIVW_EXTERNAL_MODULES, e.g.c:/dev/inviwo/modules/medvis;c:/dev/inviwo/modules/miscb) run CMake c) make sure theDICOMmodule is enabled (IVW_MODULE_DICOM) - compile
- run Inviwo.