src/ |-- app | |-- CMakeLists.txt | |-- medInria | | |-- areas | | | |-- browser | | | | |-- medBrowserArea.cpp | | | | |-- medBrowserArea.h | | | | |-- medBrowserSourceSelectorToolBox.cpp | | | | |-- medBrowserSourceSelectorToolBox.h | | | |-- composer | | | | |-- medComposerArea.cpp | | | | |-- medComposerArea.h | | | | |-- medComposerArea_p.h | | | |-- homepage | | | | |-- medHomepageArea.cpp | | | | |-- medHomepageArea.h | | | | |-- medHomepageButton.cpp | | | | |-- medHomepageButton.h | | | |-- workspaces | | | |-- diffusion | | | | |-- medDiffusionWorkspace.cpp | | | | |-- medDiffusionWorkspace.h | | | |-- filtering | | | | |-- medFilteringWorkspace.cpp | | | | |-- medFilteringWorkspace.h | | | |-- medWorkspaceArea.cpp | | | |-- medWorkspaceArea.h | | | |-- medWorkspaceArea_p.h | | | |-- visualization | | | |-- medVisualizationWorkspace.cpp | | | |-- medVisualizationWorkspace.h | | |-- CMakeLists.txt | | |-- main.cpp | | |-- medApplication.cpp | | |-- medApplication.h | | |-- medDatabaseDataSource.cpp | | |-- medDatabaseDataSource.h | | |-- medDataSourceManager.cpp | | |-- medDataSourceManager.h | | |-- medEmptyDbWarning.cpp | | |-- medEmptyDbWarning.h | | |-- medFileSystemDataSource.cpp | | |-- medFileSystemDataSource.h | | |-- medLogger.cpp | | |-- medLogger.h | | |-- medMainWindow.cpp | | |-- medMainWindow.h | | |-- medPacsDataSource.cpp | | |-- medPacsDataSource.h | | |-- medPluginWidget.cpp | | |-- medPluginWidget.h | | |-- medQuickAccessMenu.cpp | | |-- medQuickAccessMenu.h | | |-- medSaveModifiedDialog.cpp | | |-- medSaveModifiedDialog.h | | |-- medSearchToolboxDialog.cpp | | |-- medSearchToolboxDialog.h | | |-- medSplashScreen.cpp | | |-- medSplashScreen.h | | |-- QSingleApplication | | | |-- CMakeLists.txt | | | |-- qtlocalpeer.cpp | | | |-- qtlocalpeer.h | | | |-- QtLockedFile | | | |-- qtlockedfile.cpp | | | |-- qtlockedfile.h | | | |-- qtlockedfile_unix.cpp | | | |-- qtlockedfile_win.cpp | | | |-- QtSingleApplication | | | |-- qtsingleapplication.cpp | | | |-- qtsingleapplication.h | | | |-- qtsinglecoreapplication.cpp | | | |-- qtsinglecoreapplication.h | | |-- resources | | |-- authors.html | | |-- CMakeLists.txt | | |-- icons | | | |-- 3DIcon.png | | | |-- about.png | | | |-- adjust_size_grey.png | | | |-- adjust_size.png | | | |-- anchor.png | | | |-- AxialIcon.png | | | |-- backward.png | | | |-- broken_link.svg | | | |-- camera_grey.png | | | |-- camera.png | | | |-- cog.png | | | |-- composer.png | | | |-- composer_sc.png | | | |-- CoronalIcon.png | | | |-- cropping.png | | | |-- cross.png | | | |-- cross.svg | | | |-- database.png | | | |-- document-open.png | | | |-- error_add.png | | | |-- error_delete.png | | | |-- error_go.png | | | |-- error.png | | | |-- exclamation.png | | | |-- export.png | | | |-- export.svg | | | |-- eye.png | | | |-- finger.png | | | |-- folder.png | | | |-- forward.png | | | |-- fullscreenExpand.png | | | |-- fullscreenReduce.png | | | |-- fullscreen.svg | | | |-- Gaussian_Filter.png | | | |-- help.png | | | |-- help.svg | | | |-- home.png | | | |-- home_sc.png | | | |-- import.png | | | |-- information.png | | | |-- layer.png | | | |-- length.png | | | |-- lightbulb_add.png | | | |-- lightbulb_delete.png | | | |-- lightbulb_off.png | | | |-- lightbulb.png | | | |-- lightning_add.png | | | |-- lightning_delete.png | | | |-- lightning_go.png | | | |-- lightning.png | | | |-- link_add.png | | | |-- link_break.png | | | |-- link_delete.png | | | |-- link_edit.png | | | |-- link_error.png | | | |-- link_go.png | | | |-- link.png | | | |-- link.svg | | | |-- link_wl.png | | | |-- load.svg | | | |-- lock_add.png | | | |-- lock_break.png | | | |-- lock_delete.png | | | |-- lock_edit.png | | | |-- lock_go.png | | | |-- lock_open.png | | | |-- lock.png | | | |-- magifier_zoom_out.png | | | |-- magnifier.png | | | |-- magnifier.svg | | | |-- magnifier_zoom_in.png | | | |-- magnify.png | | | |-- maximize.svg | | | |-- medCustomViewContainerA.png | | | |-- medCustomViewContainerB.png | | | |-- medCustomViewContainerC.png | | | |-- medCustomViewContainerD.png | | | |-- medCustomViewContainerE.png | | | |-- medCustomViewContainerF.png | | | |-- medInriaPlugin.png | | | |-- medInriaPlugin.svg | | | |-- mouse_add.png | | | |-- mouse_delete.png | | | |-- mouse_error.png | | | |-- mouse.png | | | |-- page_add.png | | | |-- page_edit.png | | | |-- page_white_copy.png | | | |-- page_white_database.png | | | |-- page_white_delete.png | | | |-- page_white_dvd.png | | | |-- page_white_error.png | | | |-- page_white_gear.png | | | |-- page_white_get.png | | | |-- page_white_go.png | | | |-- page_white_key.png | | | |-- page_white_lightning.png | | | |-- page_white_link.png | | | |-- page_white_magnify.png | | | |-- page_white_put.png | | | |-- page_white_stack.png | | | |-- pause.png | | | |-- play.png | | | |-- play.svg | | | |-- quit.png | | | |-- SagittalIcon.png | | | |-- save.png | | | |-- save.svg | | | |-- settings.png | | | |-- settings.svg | | | |-- stack.png | | | |-- star.svg | | | |-- stop.ico | | | |-- stop.png | | | |-- tool.svg | | | |-- un_maximize.svg | | | |-- user_add.png | | | |-- user_edit.png | | | |-- whitecross.svg | | | |-- widget.png | | | |-- wlww.png | | | |-- workspace_Diffusion.png | | | |-- workspace_Filtering dtk2.png | | | |-- workspace_Filtering.png | | | |-- workspace_Meshing.png | | | |-- workspace_Reformat.png | | | |-- workspace_Registration.png | | | |-- workspace_Segmentation.png | | | |-- workspace_Visualization.png | | | |-- zoom_in.png | | | |-- zoom_out.png | | | |-- zoom.png | | |-- medInria.icns | | |-- medInria.ico | | |-- medInria.png | | |-- medInria.qrc | | |-- medInria.qss | | |-- medInria.rc | | |-- pixmaps | | |-- arrow-bot-disabled.png | | |-- arrow-bot.png | | |-- arrow-left-disabled.png | | |-- arrow-left.png | | |-- arrow-right-disabled.png | | |-- arrow-right.png | | |-- arrow-top-disabled.png | | |-- arrow-top.png | | |-- checkbox-checked-disabled.png | | |-- checkbox-checked.png | | |-- checkbox-disabled.png | | |-- checkbox-partial.png | | |-- checkbox.png | | |-- database_navigator_item_checker_checked.png | | |-- database_navigator_item_checker_unchecked.png | | |-- delete.png | | |-- drop-down.png | | |-- icon.svg | | |-- medInria_dmg_mountedimage.icns | | |-- medInria-logo-dmg.png | | |-- medInria-logo-homepage.png | | |-- medInriaLogo.svg | | |-- medInria-splash.png | | |-- plus-button.png | | |-- radio-checked-disabled.png | | |-- radio-checked.png | | |-- radio-disabled.png | | |-- radio-partial.png | | |-- radio.png | | |-- tabwidget-pane.png | | |-- treeview-branch-closed.png | | |-- treeview-branch-open.png | | |-- unknown.jpg | |-- medPluginGenerator | |-- CMakeLists.txt | |-- main.cpp | |-- medPluginGenerator.cpp | |-- medPluginGenerator.h | |-- medPluginGeneratorMainWindow.cpp | |-- medPluginGeneratorMainWindow.h | |-- medPluginGeneratorMainWindow.ui | |-- resources | | |-- medPluginGenerator.icns | |-- template | | |-- cmake | | |-- data | | | |-- data.cpp | | | |-- data.h | | | |-- reader.cpp | | | |-- reader.h | | | |-- writer.cpp | | | |-- writer.h | | |-- filtering | | | |-- cmake | | | |-- plugin.cpp | | | |-- plugin.h | | | |-- type.cpp | | | |-- type.h | | | |-- typeToolBox.cpp | | | |-- typeToolBox.h | | |-- license | | | |-- Apache | | | |-- Artistic | | | |-- BSD | | | |-- Cecill | | | |-- GPL | | | |-- LGPL | | |-- plugin.cpp | | |-- plugin.h | | |-- registration | | | |-- cmake | | | |-- plugin.cpp | | | |-- plugin.h | | | |-- rpiBase.h | | | |-- rpiBase.hxx | | | |-- type.cpp | | | |-- type.h | | | |-- typeToolBox.cpp | | | |-- typeToolBox.h | | |-- template.qrc | | |-- view | | | |-- imageView.cpp | | | |-- imageView.h | | | |-- interactors | | | | |-- extraInteractor.cpp | | | | |-- extraInteractor.h | | | | |-- imageViewInteractor.cpp | | | | |-- imageViewInteractor.h | | | | |-- layeredViewInteractor.cpp | | | | |-- layeredViewInteractor.h | | | | |-- viewInteractor.cpp | | | | |-- viewInteractor.h | | | |-- layeredView.cpp | | | |-- layeredView.h | | | |-- navigators | | | | |-- extraNavigator.cpp | | | | |-- extraNavigator.h | | | | |-- imageViewNavigator.cpp | | | | |-- imageViewNavigator.h | | | | |-- layeredViewNavigator.cpp | | | | |-- layeredViewNavigator.h | | | | |-- viewNavigator.cpp | | | | |-- viewNavigator.h | | | |-- view.cpp | | | |-- view.h | | |-- workspace.cpp | | |-- workspace.h | |-- tests | |-- CMakeLists.txt | |-- medPluginGeneratorTest.cpp | |-- medPluginGeneratorTest.h |-- cmake | |-- medInriaConfig.cmake.in | |-- MedInriaOSXBundleInfo.plist.in | |-- module | |-- add_plugins.cmake | |-- list_header_directories_to_include.cmake | |-- list_source_files.cmake | |-- set_exe_install_rules.cmake | |-- set_lib_install_rules.cmake | |-- set_lib_properties_variables.cmake | |-- set_plugin_install_rules.cmake |-- CMakeLists.txt |-- doc | |-- CMakeLists.txt | |-- css | | |-- medInria.css | |-- dox | | |-- medinria.dox | | |-- modules.dox | |-- generate_doc.cmake.in | |-- img | |-- medInria.png |-- layers | |-- CMakeLists.txt | |-- legacy | | |-- medCoreLegacy | | | |-- CMakeLists.txt | | | |-- data | | | | |-- annotationData | | | | | |-- CMakeLists.txt | | | | | |-- medAnnotationData.cpp | | | | | |-- medAnnotationData.h | | | | | |-- medImageMaskAnnotationData.cpp | | | | | |-- medImageMaskAnnotationData.h | | | | | |-- medSeedPointAnnotationData.cpp | | | | | |-- medSeedPointAnnotationData.h | | | | |-- medAbstractData.cpp | | | | |-- medAbstractDataFactory.cpp | | | | |-- medAbstractDataFactory.h | | | | |-- medAbstractData.h | | | | |-- medAbstractDataWriter.cpp | | | | |-- medAbstractDataWriter.h | | | | |-- medAbstractDiffusionModelImageData.cpp | | | | |-- medAbstractDiffusionModelImageData.h | | | | |-- medAbstractFibersData.cpp | | | | |-- medAbstractFibersData.h | | | | |-- medAbstractImageData.cpp | | | | |-- medAbstractImageData.h | | | | |-- medAbstractMaskData.cpp | | | | |-- medAbstractMaskData.h | | | | |-- medAbstractMeshData.cpp | | | | |-- medAbstractMeshData.h | | | | |-- medAbstractRoi.cpp | | | | |-- medAbstractRoi.h | | | | |-- medAbstractTypedDiffusionModelImageData.h | | | | |-- medAbstractTypedImageData.h | | | | |-- medAttachedData.cpp | | | | |-- medAttachedData.h | | | | |-- medDataReaderWriter.cpp | | | | |-- medDataReaderWriter.h | | | | |-- medMetaDataKeys.cpp | | | | |-- medMetaDataKeys.h | | | |-- database | | | | |-- medAbstractDatabaseImporter.cpp | | | | |-- medAbstractDatabaseImporter.h | | | | |-- medAbstractDatabaseItem.h | | | | |-- medAbstractDbController.h | | | | |-- medDatabaseController.cpp | | | | |-- medDatabaseController.h | | | | |-- medDatabaseExporter.cpp | | | | |-- medDatabaseExporter.h | | | | |-- medDatabaseImporter.cpp | | | | |-- medDatabaseImporter.h | | | | |-- medDatabaseItem.cpp | | | | |-- medDatabaseItem.h | | | | |-- medDatabaseModel.cpp | | | | |-- medDatabaseModel.h | | | | |-- medDatabaseNonPersistentController.cpp | | | | |-- medDatabaseNonPersistentController.h | | | | |-- medDatabaseNonPersistentImporter.cpp | | | | |-- medDatabaseNonPersistentImporter.h | | | | |-- medDatabaseNonPersistentItem.cpp | | | | |-- medDatabaseNonPersistentItem.h | | | | |-- medDatabaseNonPersistentItem_p.h | | | | |-- medDatabaseProxyModel.cpp | | | | |-- medDatabaseProxyModel.h | | | | |-- medDatabaseReader.cpp | | | | |-- medDatabaseReader.h | | | | |-- medDatabaseRemover.cpp | | | | |-- medDatabaseRemover.h | | | | |-- medDataIndex.cpp | | | | |-- medDataIndex.h | | | | |-- medDataManager.cpp | | | | |-- medDataManager.h | | | | |-- medStorage.cpp | | | | |-- medStorage.h | | | |-- gui | | | | |-- commonWidgets | | | | | |-- medButton.cpp | | | | | |-- medButton.h | | | | | |-- medComboBox.h | | | | | |-- medDropSite.cpp | | | | | |-- medDropSite.h | | | | | |-- medGroupBox.cpp | | | | | |-- medGroupBox.h | | | | | |-- medListWidget.h | | | | | |-- medProgressionStack.cpp | | | | | |-- medProgressionStack.h | | | | | |-- medSliderL.cpp | | | | | |-- medSliderL.h | | | | | |-- medSliderSpinboxPair.h | | | | | |-- medStatusBar.cpp | | | | | |-- medStatusBar.h | | | | |-- database | | | | | |-- medDatabaseCompactWidget.cpp | | | | | |-- medDatabaseCompactWidget.h | | | | | |-- medDatabaseEditItemDialog.cpp | | | | | |-- medDatabaseEditItemDialog.h | | | | | |-- medDatabaseMetadataItemDialog.cpp | | | | | |-- medDatabaseMetadataItemDialog.h | | | | | |-- medDatabasePreview.cpp | | | | | |-- medDatabasePreview.h | | | | | |-- medDatabaseSearchPanel.cpp | | | | | |-- medDatabaseSearchPanel.h | | | | | |-- medDatabaseView.cpp | | | | | |-- medDatabaseView.h | | | | |-- factories | | | | | |-- medSettingsWidgetFactory.cpp | | | | | |-- medSettingsWidgetFactory.h | | | | | |-- medToolBoxFactory.cpp | | | | | |-- medToolBoxFactory.h | | | | | |-- medWorkspaceFactory.cpp | | | | | |-- medWorkspaceFactory.h | | | | |-- lookUpTables | | | | | |-- medClutEditor.cpp | | | | | |-- medClutEditor.h | | | | | |-- medLoadLUTDialog.cpp | | | | | |-- medLoadLUTDialog.h | | | | | |-- medLUTToXMLWriter.cpp | | | | | |-- medLUTToXMLWriter.h | | | | | |-- medSaveLUTDialog.cpp | | | | | |-- medSaveLUTDialog.h | | | | | |-- medXMLToLUTReader.cpp | | | | | |-- medXMLToLUTReader.h | | | | |-- medAbstractWorkspaceLegacy.cpp | | | | |-- medAbstractWorkspaceLegacy.h | | | | |-- medLayoutChooser.cpp | | | | |-- medLayoutChooser.h | | | | |-- medLinkMenu.cpp | | | | |-- medLinkMenu.h | | | | |-- medPacsSelector.cpp | | | | |-- medPacsSelector.h | | | | |-- medRootContainer.cpp | | | | |-- medRootContainer.h | | | | |-- medSelectorWorkspace.cpp | | | | |-- medSelectorWorkspace.h | | | | |-- medTabbedViewContainers.cpp | | | | |-- medTabbedViewContainers.h | | | | |-- medToolBoxContainer.cpp | | | | |-- medToolBoxContainer.h | | | | |-- settingsWidgets | | | | | |-- medDatabaseSettingsWidget.cpp | | | | | |-- medDatabaseSettingsWidget.h | | | | | |-- medSettingsEditor.cpp | | | | | |-- medSettingsEditor.h | | | | | |-- medSettingsWidget.cpp | | | | | |-- medSettingsWidget.h | | | | | |-- medStartupSettingsWidget.cpp | | | | | |-- medStartupSettingsWidget.h | | | | |-- tests | | | | | |-- CMakeLists.txt | | | | | |-- medViewContainerSplitterTest.cpp | | | | | |-- medViewContainerSplitterTest.h | | | | | |-- medViewContainersTest.cpp | | | | | |-- medViewContainersTest.h | | | | |-- toolboxes | | | | | |-- medAbstractSelectableToolBox.cpp | | | | | |-- medAbstractSelectableToolBox.h | | | | | |-- medActionsToolBox.cpp | | | | | |-- medActionsToolBox.h | | | | | |-- medBrowserPacsHostToolBox.cpp | | | | | |-- medBrowserPacsHostToolBox.h | | | | | |-- medBrowserPacsNodesToolBox.cpp | | | | | |-- medBrowserPacsNodesToolBox.h | | | | | |-- medBrowserPacsSearchToolBox.cpp | | | | | |-- medBrowserPacsSearchToolBox.h | | | | | |-- medCompositeDataSetImporterAbstractToolBox.cpp | | | | | |-- medCompositeDataSetImporterAbstractToolBox.h | | | | | |-- medCompositeDataSetImporterSelectorToolBox.cpp | | | | | |-- medCompositeDataSetImporterSelectorToolBox.h | | | | | |-- medRegistrationAbstractToolBox.cpp | | | | | |-- medRegistrationAbstractToolBox.h | | | | | |-- medRegistrationSelectorToolBox.cpp | | | | | |-- medRegistrationSelectorToolBox.h | | | | | |-- medSelectorToolBox.cpp | | | | | |-- medSelectorToolBox.h | | | | | |-- medToolBoxBody.cpp | | | | | |-- medToolBoxBody.h | | | | | |-- medToolBox.cpp | | | | | |-- medToolBox.h | | | | | |-- medToolBoxHeader.cpp | | | | | |-- medToolBoxHeader.h | | | | | |-- medToolBoxTab.cpp | | | | | |-- medToolBoxTab.h | | | | |-- viewContainers | | | | |-- medViewContainer.cpp | | | | |-- medViewContainer.h | | | | |-- medViewContainerManager.cpp | | | | |-- medViewContainerManager.h | | | | |-- medViewContainerSplitter.cpp | | | | |-- medViewContainerSplitter.h | | | |-- medAbstractDataSource.cpp | | | |-- medAbstractDataSourceFactory.cpp | | | |-- medAbstractDataSourceFactory.h | | | |-- medAbstractDataSource.h | | | |-- medCoreLegacyExport.h | | | |-- medGlobalDefs.cpp | | | |-- medGlobalDefs.h | | | |-- medJobItemL.cpp | | | |-- medJobItemL.h | | | |-- medJobManagerL.cpp | | | |-- medJobManagerL.h | | | |-- medMessageController.cpp | | | |-- medMessageController.h | | | |-- medPluginLegacy.cpp | | | |-- medPluginLegacy.h | | | |-- medPluginManager.cpp | | | |-- medPluginManager.h | | | |-- medSettingsManager.cpp | | | |-- medSettingsManager.h | | | |-- medStyleSheetParser.cpp | | | |-- medStyleSheetParser.h | | | |-- medViewEventFilter.cpp | | | |-- medViewEventFilter.h | | | |-- parameters | | | | |-- medAbstractParameterGroupL.cpp | | | | |-- medAbstractParameterGroupL.h | | | | |-- medAbstractParameterL.cpp | | | | |-- medAbstractParameterL.h | | | | |-- medBoolGroupParameterL.cpp | | | | |-- medBoolGroupParameterL.h | | | | |-- medBoolParameterL.cpp | | | | |-- medBoolParameterL.h | | | | |-- medCompositeParameterL.cpp | | | | |-- medCompositeParameterL.h | | | | |-- medDataListParameterL.cpp | | | | |-- medDataListParameterL.h | | | | |-- medDoubleParameterL.cpp | | | | |-- medDoubleParameterL.h | | | | |-- medIntParameterL.cpp | | | | |-- medIntParameterL.h | | | | |-- medLayerParameterGroupL.cpp | | | | |-- medLayerParameterGroupL.h | | | | |-- medParameterGroupManagerL.cpp | | | | |-- medParameterGroupManagerL.h | | | | |-- medParameterPoolL.cpp | | | | |-- medParameterPoolL.h | | | | |-- medParameterPoolManagerL.cpp | | | | |-- medParameterPoolManagerL.h | | | | |-- medPoolIndicatorL.cpp | | | | |-- medPoolIndicatorL.h | | | | |-- medStringListParameterL.cpp | | | | |-- medStringListParameterL.h | | | | |-- medTimeLineParameterL.cpp | | | | |-- medTimeLineParameterL.h | | | | |-- medTriggerParameterL.cpp | | | | |-- medTriggerParameterL.h | | | | |-- medVector2DParameterL.cpp | | | | |-- medVector2DParameterL.h | | | | |-- medVector3DParameterL.cpp | | | | |-- medVector3DParameterL.h | | | | |-- medViewParameterGroupL.cpp | | | | |-- medViewParameterGroupL.h | | | | |-- tests | | | | |-- CMakeLists.txt | | | | |-- enCours | | | | | |-- medDoubleParameterTest.cpp | | | | | |-- medDoubleParameterTest.h | | | | | |-- medIntParameterTest.cpp | | | | | |-- medIntParameterTest.h | | | | | |-- medParameterPoolTest.cpp | | | | | |-- medParameterPoolTest.h | | | | |-- medAbstractParameterTest.cpp | | | | |-- medAbstractParameterTest.h | | | | |-- medBoolGroupParameterTest.cpp | | | | |-- medBoolGroupParameterTest.h | | | | |-- medBoolParameterTest.cpp | | | | |-- medBoolParameterTest.h | | | | |-- medStringListParameterTest.cpp | | | | |-- medStringListParameterTest.h | | | | |-- medTriggerParameterTest.cpp | | | | |-- medTriggerParameterTest.h | | | |-- process | | | | |-- medAbstractDiffusionProcess.cpp | | | | |-- medAbstractDiffusionProcess.h | | | | |-- medAbstractProcessLegacy.cpp | | | | |-- medAbstractProcessLegacy.h | | | | |-- medAbstractRegistrationProcess.cpp | | | | |-- medAbstractRegistrationProcess.h | | | | |-- medRunnableProcess.cpp | | | | |-- medRunnableProcess.h | | | |-- resources | | | | |-- icons | | | | | |-- fourViews.png | | | | | |-- splitPresets.png | | | | |-- medCoreLegacy.qrc | | | | |-- pixmaps | | | | |-- closebutton-disabled.png | | | | |-- closebutton.png | | | | |-- default_thumbnail.png | | | | |-- open.png | | | | |-- plus_button.png | | | | |-- splitbutton_horizontal.png | | | | |-- splitbutton_vertical.png | | | | |-- tools.png | | | |-- tests | | | | |-- CMakeLists.txt | | | | |-- medDataManagerTest.cpp | | | | |-- medDataManagerTest.h | | | | |-- medQSSParserTest.cpp | | | | |-- medQSSParserTest.h | | | |-- views | | | |-- interactors | | | | |-- medAbstractImageViewInteractor.cpp | | | | |-- medAbstractImageViewInteractor.h | | | | |-- medAbstractInteractor.cpp | | | | |-- medAbstractInteractor.h | | | | |-- medAbstractLayeredViewInteractor.cpp | | | | |-- medAbstractLayeredViewInteractor.h | | | | |-- medAbstractViewInteractor.cpp | | | | |-- medAbstractViewInteractor.h | | | |-- medAbstractImageView.cpp | | | |-- medAbstractImageView.h | | | |-- medAbstractLayeredView.cpp | | | |-- medAbstractLayeredView.h | | | |-- medAbstractView.cpp | | | |-- medAbstractView.h | | | |-- medImageViewEnum.h | | | |-- medViewFactory.cpp | | | |-- medViewFactory.h | | | |-- navigators | | | |-- medAbstractImageViewNavigator.cpp | | | |-- medAbstractImageViewNavigator.h | | | |-- medAbstractLayeredViewNavigator.cpp | | | |-- medAbstractLayeredViewNavigator.h | | | |-- medAbstractNavigator.cpp | | | |-- medAbstractNavigator.h | | | |-- medAbstractViewNavigator.cpp | | | |-- medAbstractViewNavigator.h | | |-- medImageIO | | | |-- CMakeLists.txt | | | |-- itkDataImageReaderBase.cpp | | | |-- itkDataImageReaderBase.h | | | |-- itkDataImageWriterBase.cpp | | | |-- itkDataImageWriterBase.h | | | |-- itkDCMTKImageIO.cpp | | | |-- itkDCMTKImageIO.h | | | |-- itkGISImageIO.cpp | | | |-- itkGISImageIOFactory.cpp | | | |-- itkGISImageIOFactory.h | | | |-- itkGISImageIO.h | | | |-- itkMultiThreadedImageIOBase.cpp | | | |-- itkMultiThreadedImageIOBase.h | | | |-- medImageIOExport.h | | | |-- medInrimageImageIO.cpp | | | |-- medInrimageImageIO.h | | | |-- vtkItkConversion.cpp | | | |-- vtkItkConversion.h | | | |-- vtkItkConversion.tpp | | |-- medLog | | | |-- CMakeLists.txt | | | |-- itkLogForwarder.cpp | | | |-- itkLogForwarder.h | | | |-- medLogExport.h | | | |-- vtkLogForwarder.cpp | | | |-- vtkLogForwarder.h | | |-- medPacs | | | |-- CMakeLists.txt | | | |-- medAbstractPacsBaseScu.cpp | | | |-- medAbstractPacsBaseScu.h | | | |-- medAbstractPacsEchoScu.cpp | | | |-- medAbstractPacsEchoScu.h | | | |-- medAbstractPacsFactory.cpp | | | |-- medAbstractPacsFactory.h | | | |-- medAbstractPacsFindScu.cpp | | | |-- medAbstractPacsFindScu.h | | | |-- medAbstractPacsKey.h | | | |-- medAbstractPacsMoveScu.cpp | | | |-- medAbstractPacsMoveScu.h | | | |-- medAbstractPacsNode.cpp | | | |-- medAbstractPacsNode.h | | | |-- medAbstractPacsResultDataset.cpp | | | |-- medAbstractPacsResultDataset.h | | | |-- medAbstractPacsStoreScp.cpp | | | |-- medAbstractPacsStoreScp.h | | | |-- medAbstractPacsStoreScu.cpp | | | |-- medAbstractPacsStoreScu.h | | | |-- medMoveCommandItem.h | | | |-- medPacsExport.h | | | |-- medPacsMover.cpp | | | |-- medPacsMover.h | | | |-- medPacsNode.h | | | |-- medPacsWidget.cpp | | | |-- medPacsWidget.h | | |-- medRegistration | | | |-- CMakeLists.txt | | | |-- itkProcessRegistration.cpp | | | |-- itkProcessRegistration.h | | | |-- medRegistrationExport.h | | | |-- registrationFactory.cpp | | | |-- registrationFactory.h | | |-- medUtilities | | | |-- CMakeLists.txt | | | |-- medTransform.h | | | |-- medUtilities.cpp | | | |-- medUtilitiesExport.h | | | |-- medUtilities.h | | | |-- medUtilitiesITK.cpp | | | |-- medUtilitiesITK.h | | | |-- medUtilitiesVTK.cpp | | | |-- medUtilitiesVTK.h | | | |-- statsROI.cpp | | | |-- statsROI.h | | |-- medVtkDataMeshBase | | | |-- CMakeLists.txt | | | |-- medVtkDataMeshBaseExport.h | | | |-- vtkMetaDataSet.cxx | | | |-- vtkMetaDataSet.h | | | |-- vtkMetaDataSetSequence.cxx | | | |-- vtkMetaDataSetSequence.h | | | |-- vtkMetaSurfaceMesh.cxx | | | |-- vtkMetaSurfaceMesh.h | | | |-- vtkMetaVolumeMesh.cxx | | | |-- vtkMetaVolumeMesh.h | | |-- medVtkInria | | |-- CMakeLists.txt | | |-- medClutEditorToolBox | | | |-- medClutEditorToolBox.cpp | | | |-- medClutEditorToolBox.h | | |-- medVtkInriaExport.h | | |-- vtkImageView | | | |-- medVtkImageInfo.cpp | | | |-- medVtkImageInfo.h | | | |-- medVtkViewBackend.cpp | | | |-- medVtkViewBackend.h | | | |-- vtkAxes2DWidget.cxx | | | |-- vtkAxes2DWidget.h | | | |-- vtkDataSet2DWidget.cxx | | | |-- vtkDataSet2DWidget.h | | | |-- vtkImage2DDisplay.cpp | | | |-- vtkImage2DDisplay.h | | | |-- vtkImage3DDisplay.cpp | | | |-- vtkImage3DDisplay.h | | | |-- vtkImageView2DCommand.cxx | | | |-- vtkImageView2DCommand.h | | | |-- vtkImageView2D.cxx | | | |-- vtkImageView2D.h | | | |-- vtkImageView3DCroppingBoxCallback.cxx | | | |-- vtkImageView3DCroppingBoxCallback.h | | | |-- vtkImageView3D.cxx | | | |-- vtkImageView3D.h | | | |-- vtkImageViewCornerAnnotation.cxx | | | |-- vtkImageViewCornerAnnotation.h | | | |-- vtkImageView.cxx | | | |-- vtkImageView.h | | | |-- vtkInriaInteractorStyleRubberBandZoom.cxx | | | |-- vtkInriaInteractorStyleRubberBandZoom.h | | | |-- vtkInteractorStyleImageView2D.cxx | | | |-- vtkInteractorStyleImageView2D.h | | |-- vtkInriaPch | | | |-- vtkInriaPch.cpp | | | |-- vtkInriaPch.h | | |-- vtkVisuManagement | | | |-- lut | | | | |-- Asymmetry.h | | | | |-- BlackBody.h | | | | |-- Cardiac.h | | | | |-- CMakeLists.txt | | | | |-- Flow.h | | | | |-- GEColor.h | | | | |-- GrayRainbow.h | | | | |-- HotGreen.h | | | | |-- HotIron.h | | | | |-- HotMetal.h | | | | |-- jet.h | | | | |-- LONI2.h | | | | |-- LONI.h | | | | |-- Spectrum.h | | | | |-- Stern.h | | | | |-- VRBones.h | | | | |-- VRMusclesBones.h | | | | |-- VRRedVessels.h | | | |-- vtkImageFromBoundsSource.cxx | | | |-- vtkImageFromBoundsSource.h | | | |-- vtkLookupTableManager.cxx | | | |-- vtkLookupTableManager.h | | | |-- vtkTessellatedSphereSource.cxx | | | |-- vtkTessellatedSphereSource.h | | | |-- vtkTransferFunctionPresets.cxx | | | |-- vtkTransferFunctionPresets.h | | |-- vtkWidgetsAddOn | | |-- vtkDistanceWidget2.cxx | | |-- vtkDistanceWidget2.h | | |-- vtkImageOrientedPointWidget.cxx | | |-- vtkImageOrientedPointWidget.h | | |-- vtkInteractorStyleTrackballCamera2.cxx | | |-- vtkInteractorStyleTrackballCamera2.h | | |-- vtkOrientationAnnotation.cxx | | |-- vtkOrientationAnnotation.h | | |-- vtkOrientedBoxWidget.cxx | | |-- vtkOrientedBoxWidget.h | | |-- vtkRulerWidget.cxx | | |-- vtkRulerWidget.h | |-- medComposer | | |-- CMakeLists.txt | | |-- medComposerExport.h | | |-- medComposerExtension.cpp | | |-- medComposerExtension.h | | |-- process | | |-- arithmetic_operation | | | |-- medAddImageProcessNode.cpp | | | |-- medAddImageProcessNode.h | | | |-- medArithmeticOperationProcessNode.h | | | |-- medArithmeticOperationProcessNode.tpp | | | |-- medDivideImageProcessNode.cpp | | | |-- medDivideImageProcessNode.h | | | |-- medMultiplyImageProcessNode.cpp | | | |-- medMultiplyImageProcessNode.h | | | |-- medSubtractImageProcessNode.cpp | | | |-- medSubtractImageProcessNode.h | | |-- diffusion_processes | | | |-- medDiffusionModelEstimationProcessNode.cpp | | | |-- medDiffusionModelEstimationProcessNode.h | | | |-- medDiffusionScalarMapsProcessNode.cpp | | | |-- medDiffusionScalarMapsProcessNode.h | | | |-- medDWIMaskingProcessNode.cpp | | | |-- medDWIMaskingProcessNode.h | | | |-- medTractographyProcessNode.cpp | | | |-- medTractographyProcessNode.h | | |-- mask_image | | | |-- medMaskImageProcessNode.cpp | | | |-- medMaskImageProcessNode.h | | |-- medReaderNodeBase.h | | |-- medWriterNodeBase.cpp | | |-- medWriterNodeBase.h | | |-- morphomath_operation | | | |-- medClosingImageProcessNode.cpp | | | |-- medClosingImageProcessNode.h | | | |-- medDilateImageProcessNode.cpp | | | |-- medDilateImageProcessNode.h | | | |-- medErodeImageProcessNode.cpp | | | |-- medErodeImageProcessNode.h | | | |-- medMorphomathOperationProcessNode.h | | | |-- medMorphomathOperationProcessNode.tpp | | | |-- medOpeningImageProcessNode.cpp | | | |-- medOpeningImageProcessNode.h | | |-- single_filter | | |-- medAddFilterProcessNode.cpp | | |-- medAddFilterProcessNode.h | | |-- medDivideFilterProcessNode.cpp | | |-- medDivideFilterProcessNode.h | | |-- medGaussianFilterProcessNode.cpp | | |-- medGaussianFilterProcessNode.h | | |-- medImageDenoisingProcessNode.cpp | | |-- medImageDenoisingProcessNode.h | | |-- medInvertFilterProcessNode.cpp | | |-- medInvertFilterProcessNode.h | | |-- medMedianFilterProcessNode.cpp | | |-- medMedianFilterProcessNode.h | | |-- medMultiplyFilterProcessNode.cpp | | |-- medMultiplyFilterProcessNode.h | | |-- medNormalizeFilterProcessNode.cpp | | |-- medNormalizeFilterProcessNode.h | | |-- medShrinkFilterProcessNode.cpp | | |-- medShrinkFilterProcessNode.h | | |-- medSingleFilterDoubleOperationProcessNode.h | | |-- medSingleFilterDoubleOperationProcessNode.tpp | | |-- medSingleFilterOperationProcessNode.h | | |-- medSingleFilterOperationProcessNode.tpp | | |-- medSubtractFilterProcessNode.cpp | | |-- medSubtractFilterProcessNode.h | | |-- medSymmetryPlaneAlignmentProcessNode.cpp | | |-- medSymmetryPlaneAlignmentProcessNode.h | | |-- medWindowingFilterProcessNode.cpp | | |-- medWindowingFilterProcessNode.h | |-- medCore | | |-- CMakeLists.txt | | |-- data | | | |-- medAbstractDataConverter.h | | | |-- medDiffusionGradientReader.cpp | | | |-- medDiffusionGradientReader.h | | |-- job | | | |-- medAbstractJob.cpp | | | |-- medAbstractJob.h | | | |-- medJobManager.cpp | | | |-- medJobManager.h | | |-- medCore.cpp | | |-- medCoreExport.h | | |-- medCore.h | | |-- medCore.qrc | | |-- parameter | | | |-- medAbstractParameter.cpp | | | |-- medAbstractParameter.h | | | |-- medBoolParameter.cpp | | | |-- medBoolParameterGroup.cpp | | | |-- medBoolParameterGroup.h | | | |-- medBoolParameter.h | | | |-- medDoubleParameter.cpp | | | |-- medDoubleParameter.h | | | |-- medIntParameter.cpp | | | |-- medIntParameter.h | | | |-- medStringParameter.cpp | | | |-- medStringParameter.h | | |-- process | | |-- arithmetic_operation | | | |-- medAbstractAddImageProcess.h | | | |-- medAbstractAddImageProcess.json | | | |-- medAbstractArithmeticOperationProcess.cpp | | | |-- medAbstractArithmeticOperationProcess.h | | | |-- medAbstractDivideImageProcess.h | | | |-- medAbstractDivideImageProcess.json | | | |-- medAbstractMultiplyImageProcess.h | | | |-- medAbstractMultiplyImageProcess.json | | | |-- medAbstractSubtractImageProcess.h | | | |-- medAbstractSubtractImageProcess.json | | |-- diffusion_processes | | | |-- medAbstractDiffusionModelEstimationProcess.cpp | | | |-- medAbstractDiffusionModelEstimationProcess.h | | | |-- medAbstractDiffusionModelEstimationProcess.json | | | |-- medAbstractDiffusionScalarMapsProcess.cpp | | | |-- medAbstractDiffusionScalarMapsProcess.h | | | |-- medAbstractDiffusionScalarMapsProcess.json | | | |-- medAbstractDWIMaskingProcess.cpp | | | |-- medAbstractDWIMaskingProcess.h | | | |-- medAbstractDWIMaskingProcess.json | | | |-- medAbstractTractographyProcess.cpp | | | |-- medAbstractTractographyProcess.h | | | |-- medAbstractTractographyProcess.json | | | |-- medDiffusionModelEstimationMetaProcess.cpp | | | |-- medDiffusionModelEstimationMetaProcess.h | | |-- mask_image | | | |-- medAbstractMaskImageProcess.cpp | | | |-- medAbstractMaskImageProcess.h | | | |-- medAbstractMaskImageProcess.json | | |-- medAbstractProcess.cpp | | |-- medAbstractProcess.h | | |-- medGenericReaderNode.json | | |-- medGenericWriterNode.json | | |-- medImageReaderNode.json | | |-- medMeshReaderNode.json | | |-- morphomath_operation | | | |-- medAbstractClosingImageProcess.h | | | |-- medAbstractClosingImageProcess.json | | | |-- medAbstractDilateImageProcess.h | | | |-- medAbstractDilateImageProcess.json | | | |-- medAbstractErodeImageProcess.h | | | |-- medAbstractErodeImageProcess.json | | | |-- medAbstractMorphomathOperationProcess.cpp | | | |-- medAbstractMorphomathOperationProcess.h | | | |-- medAbstractOpeningImageProcess.h | | | |-- medAbstractOpeningImageProcess.json | | |-- single_filter | | |-- medAbstractAddFilterProcess.cpp | | |-- medAbstractAddFilterProcess.h | | |-- medAbstractAddFilterProcess.json | | |-- medAbstractBiasCorrectionProcess.h | | |-- medAbstractBiasCorrectionProcess.json | | |-- medAbstractDivideFilterProcess.cpp | | |-- medAbstractDivideFilterProcess.h | | |-- medAbstractDivideFilterProcess.json | | |-- medAbstractGaussianFilterProcess.cpp | | |-- medAbstractGaussianFilterProcess.h | | |-- medAbstractGaussianFilterProcess.json | | |-- medAbstractImageDenoisingProcess.h | | |-- medAbstractImageDenoisingProcess.json | | |-- medAbstractInvertFilterProcess.h | | |-- medAbstractInvertFilterProcess.json | | |-- medAbstractMedianFilterProcess.cpp | | |-- medAbstractMedianFilterProcess.h | | |-- medAbstractMedianFilterProcess.json | | |-- medAbstractMultiplyFilterProcess.cpp | | |-- medAbstractMultiplyFilterProcess.h | | |-- medAbstractMultiplyFilterProcess.json | | |-- medAbstractNormalizeFilterProcess.h | | |-- medAbstractNormalizeFilterProcess.json | | |-- medAbstractRelaxometryEstimationProcess.h | | |-- medAbstractRelaxometryEstimationProcess.json | | |-- medAbstractShrinkFilterProcess.cpp | | |-- medAbstractShrinkFilterProcess.h | | |-- medAbstractShrinkFilterProcess.json | | |-- medAbstractSingleFilterOperationDoubleProcess.cpp | | |-- medAbstractSingleFilterOperationDoubleProcess.h | | |-- medAbstractSingleFilterOperationProcess.cpp | | |-- medAbstractSingleFilterOperationProcess.h | | |-- medAbstractSubtractFilterProcess.cpp | | |-- medAbstractSubtractFilterProcess.h | | |-- medAbstractSubtractFilterProcess.json | | |-- medAbstractSymmetryPlaneAlignmentProcess.h | | |-- medAbstractSymmetryPlaneAlignmentProcess.json | | |-- medAbstractWindowingFilterProcess.cpp | | |-- medAbstractWindowingFilterProcess.h | | |-- medAbstractWindowingFilterProcess.json | |-- medWidgets | |-- area | | |-- medAbstractArea.cpp | | |-- medAbstractArea.h | | |-- medAbstractAreaPlugin.cpp | | |-- medAbstractAreaPlugin.h | |-- CMakeLists.txt | |-- medProcessPresenterFactory.h | |-- medProcessPresenterFactory.tpp | |-- medWidgets.cpp | |-- medWidgetsExport.h | |-- medWidgets.h | |-- parameter | | |-- medAbstractParameterPresenter.cpp | | |-- medAbstractParameterPresenter.h | | |-- medBoolParameterPresenter.cpp | | |-- medBoolParameterPresenter.h | | |-- medDoubleParameterPresenter.cpp | | |-- medDoubleParameterPresenter.h | | |-- medIntParameterPresenter.cpp | | |-- medIntParameterPresenter.h | | |-- medStringParameterPresenter.cpp | | |-- medStringParameterPresenter.h | |-- process | | |-- arithmetic_operation | | | |-- medAbstractAddImageProcessPresenter.h | | | |-- medAbstractArithmeticOperationProcessPresenter.cpp | | | |-- medAbstractArithmeticOperationProcessPresenter.h | | | |-- medAbstractDivideImageProcessPresenter.h | | | |-- medAbstractMultiplyImageProcessPresenter.h | | | |-- medAbstractSubtractImageProcessPresenter.h | | |-- diffusion_processes | | | |-- medAbstractDiffusionModelEstimationProcessPresenter.cpp | | | |-- medAbstractDiffusionModelEstimationProcessPresenter.h | | | |-- medAbstractDiffusionScalarMapsProcessPresenter.cpp | | | |-- medAbstractDiffusionScalarMapsProcessPresenter.h | | | |-- medAbstractDWIMaskingProcessPresenter.cpp | | | |-- medAbstractDWIMaskingProcessPresenter.h | | | |-- medAbstractTractographyProcessPresenter.cpp | | | |-- medAbstractTractographyProcessPresenter.h | | | |-- medDiffusionModelEstimationMetaProcessPresenter.cpp | | | |-- medDiffusionModelEstimationMetaProcessPresenter.h | | |-- mask_image | | | |-- medAbstractMaskImageProcessPresenter.cpp | | | |-- medAbstractMaskImageProcessPresenter.h | | |-- medAbstractProcessPresenter.cpp | | |-- medAbstractProcessPresenter.h | | |-- morphomath_operation | | | |-- medAbstractClosingImageProcessPresenter.h | | | |-- medAbstractDilateImageProcessPresenter.h | | | |-- medAbstractErodeImageProcessPresenter.h | | | |-- medAbstractMorphomathOperationProcessPresenter.cpp | | | |-- medAbstractMorphomathOperationProcessPresenter.h | | | |-- medAbstractOpeningImageProcessPresenter.h | | |-- single_filter | | |-- medAbstractAddFilterProcessPresenter.h | | |-- medAbstractBiasCorrectionProcessPresenter.h | | |-- medAbstractDivideFilterProcessPresenter.h | | |-- medAbstractGaussianFilterProcessPresenter.h | | |-- medAbstractImageDenoisingProcessPresenter.h | | |-- medAbstractInvertFilterProcessPresenter.h | | |-- medAbstractMedianFilterProcessPresenter.cpp | | |-- medAbstractMedianFilterProcessPresenter.h | | |-- medAbstractMultiplyFilterProcessPresenter.h | | |-- medAbstractNormalizeFilterProcessPresenter.h | | |-- medAbstractRelaxometryEstimationProcessPresenter.h | | |-- medAbstractShrinkFilterProcessPresenter.cpp | | |-- medAbstractShrinkFilterProcessPresenter.h | | |-- medAbstractSingleFilterOperationDoubleProcessPresenter.cpp | | |-- medAbstractSingleFilterOperationDoubleProcessPresenter.h | | |-- medAbstractSingleFilterOperationProcessPresenter.cpp | | |-- medAbstractSingleFilterOperationProcessPresenter.h | | |-- medAbstractSubtractFilterProcessPresenter.h | | |-- medAbstractSymmetryPlaneAlignmentProcessPresenter.h | | |-- medAbstractWindowingFilterProcessPresenter.cpp | | |-- medAbstractWindowingFilterProcessPresenter.h | |-- toolboxes | |-- medDiffusionSelectorToolBox.cpp | |-- medDiffusionSelectorToolBox.h |-- plugins | |-- CMakeLists.txt | |-- legacy | | |-- diffeomorphicDemons | | | |-- CMakeLists.txt | | | |-- diffeomorphicDemons.cpp | | | |-- diffeomorphicDemons.h | | | |-- diffeomorphicDemonsPlugin.cpp | | | |-- diffeomorphicDemonsPluginExport.h | | | |-- diffeomorphicDemonsPlugin.h | | | |-- diffeomorphicDemonsPlugin.json | | | |-- diffeomorphicDemonsToolBox.cpp | | | |-- diffeomorphicDemonsToolBox.h | | |-- examples | | | |-- CMakeLists.txt | | | |-- ITKProcessExample | | | |-- CMakeLists.txt | | | |-- ITKProcessExample.cpp | | | |-- ITKProcessExampleDefinitions.h.in | | | |-- ITKProcessExample.h | | | |-- ITKProcessExamplePlugin.cpp | | | |-- ITKProcessExamplePluginExport.h | | | |-- ITKProcessExamplePlugin.h | | | |-- ITKProcessExamplePlugin.json | | | |-- ITKProcessExampleTestingApp.cpp | | | |-- ITKProcessExampleToolBox.cpp | | | |-- ITKProcessExampleToolBox.h | | |-- iterativeClosestPoint | | | |-- CMakeLists.txt | | | |-- iterativeClosestPointPlugin.cpp | | | |-- iterativeClosestPointPluginExport.h | | | |-- iterativeClosestPointPlugin.h | | | |-- iterativeClosestPointPlugin.json | | | |-- iterativeClosestPointProcess.cpp | | | |-- iterativeClosestPointProcess.h | | | |-- iterativeClosestPointToolBox.cpp | | | |-- iterativeClosestPointToolBox.h | | | |-- vtkICPFilter.cxx | | | |-- vtkICPFilter.h | | |-- itkDataDiffusionGradientList | | | |-- CMakeLists.txt | | | |-- itkDataDiffusionGradientList.cpp | | | |-- itkDataDiffusionGradientList.h | | | |-- itkDataDiffusionGradientListPlugin.cpp | | | |-- itkDataDiffusionGradientListPluginExport.h | | | |-- itkDataDiffusionGradientListPlugin.h | | | |-- itkDataDiffusionGradientListPlugin.json | | |-- itkDataImage | | | |-- CMakeLists.txt | | | |-- datas | | | | |-- itkDataImageChar3.h | | | | |-- itkDataImageChar4.h | | | | |-- itkDataImageDouble3.h | | | | |-- itkDataImageDouble4.h | | | | |-- itkDataImageFloat3.h | | | | |-- itkDataImageFloat4.h | | | | |-- itkDataImage.h | | | | |-- itkDataImageInt3.h | | | | |-- itkDataImageInt4.h | | | | |-- itkDataImageLong3.h | | | | |-- itkDataImageLong4.h | | | | |-- itkDataImageRGB3.h | | | | |-- itkDataImageRGBA3.h | | | | |-- itkDataImageShort3.h | | | | |-- itkDataImageShort4.h | | | | |-- itkDataImageUChar3.h | | | | |-- itkDataImageUChar4.h | | | | |-- itkDataImageUInt3.h | | | | |-- itkDataImageUInt4.h | | | | |-- itkDataImageULong3.h | | | | |-- itkDataImageULong4.h | | | | |-- itkDataImageUShort3.h | | | | |-- itkDataImageUShort4.h | | | | |-- itkDataImageVectorDouble3.h | | | | |-- itkDataImageVectorFloat3.h | | | | |-- itkDataImageVectorUChar3.h | | | | |-- itkDataPrivateTypes.h | | | |-- interactors | | | | |-- medVtkViewItkDataImage4DInteractor.cpp | | | | |-- medVtkViewItkDataImage4DInteractor.h | | | | |-- medVtkViewItkDataImageInteractor.cpp | | | | |-- medVtkViewItkDataImageInteractor.h | | | | |-- medVtkViewItkVectorFieldInteractor.cpp | | | | |-- medVtkViewItkVectorFieldInteractor.h | | | |-- itkDataImagePlugin.cpp | | | |-- itkDataImagePluginExport.h | | | |-- itkDataImagePlugin.h | | | |-- itkDataImagePlugin.json | | | |-- limit | | | | |-- vtkLimitVectorsToVOI.cxx | | | | |-- vtkLimitVectorsToVOI.h | | | |-- manager | | | | |-- vtkPolydataNormalsOrienter.cpp | | | | |-- vtkPolydataNormalsOrienter.h | | | | |-- vtkVectorManager.cxx | | | | |-- vtkVectorManager.h | | | | |-- vtkVectorOrienter.cxx | | | | |-- vtkVectorOrienter.h | | | | |-- vtkVectorVisuManager.cxx | | | | |-- vtkVectorVisuManager.h | | | |-- navigators | | | | |-- medVtkViewItkDataImageNavigator.cpp | | | | |-- medVtkViewItkDataImageNavigator.h | | | |-- readers | | | | |-- itkBMPDataImageReader.cpp | | | | |-- itkBMPDataImageReader.h | | | | |-- itkDataImageReaderCommand.cpp | | | | |-- itkDataImageReaderCommand.h | | | | |-- itkDCMTKDataImageReader.cpp | | | | |-- itkDCMTKDataImageReader.h | | | | |-- itkGDCMDataImageReader.cpp | | | | |-- itkGDCMDataImageReader.h | | | | |-- itkGiplDataImageReader.cpp | | | | |-- itkGiplDataImageReader.h | | | | |-- itkGISDataImageReader.cpp | | | | |-- itkGISDataImageReader.h | | | | |-- itkJPEGDataImageReader.cpp | | | | |-- itkJPEGDataImageReader.h | | | | |-- itkMetaDataImageReader.cpp | | | | |-- itkMetaDataImageReader.h | | | | |-- itkNiftiDataImageReader.cpp | | | | |-- itkNiftiDataImageReader.h | | | | |-- itkNrrdDataImageReader.cpp | | | | |-- itkNrrdDataImageReader.h | | | | |-- itkPhilipsRECDataImageReader.cpp | | | | |-- itkPhilipsRECDataImageReader.h | | | | |-- itkPNGDataImageReader.cpp | | | | |-- itkPNGDataImageReader.h | | | | |-- itkTIFFDataImageReader.cpp | | | | |-- itkTIFFDataImageReader.h | | | | |-- itkVTKDataImageReader.cpp | | | | |-- itkVTKDataImageReader.h | | | |-- tests | | | | |-- CMakeLists.txt | | | | |-- itkDataImageDouble3Test.cxx | | | | |-- itkDataImageTest.cxx | | | | |-- itkDCMTKDataImageReaderTest.cxx | | | | |-- itkDCMTKReaderTest.cxx | | | | |-- itkMetaDataImageReaderTest.cxx | | | |-- writers | | | |-- itkDicomDataImageWriter.cpp | | | |-- itkDicomDataImageWriter.h | | | |-- itkGiplDataImageWriter.cpp | | | |-- itkGiplDataImageWriter.h | | | |-- itkGISDataImageWriter.cpp | | | |-- itkGISDataImageWriter.h | | | |-- itkMetaDataImageWriter.cpp | | | |-- itkMetaDataImageWriter.h | | | |-- itkNiftiDataImageWriter.cpp | | | |-- itkNiftiDataImageWriter.h | | | |-- itkNrrdDataImageWriter.cpp | | | |-- itkNrrdDataImageWriter.h | | | |-- itkVTKDataImageWriter.cpp | | | |-- itkVTKDataImageWriter.h | | |-- itkDataSHImage | | | |-- CMakeLists.txt | | | |-- datas | | | | |-- itkDataSHImageDouble3.cpp | | | | |-- itkDataSHImageDouble3.h | | | | |-- itkDataSHImageFloat3.cpp | | | | |-- itkDataSHImageFloat3.h | | | |-- icons | | | | |-- shs.png | | | |-- interactors | | | | |-- itkDataSHImageVtkViewInteractor.cpp | | | | |-- itkDataSHImageVtkViewInteractor.h | | | |-- itkDataSHImagePlugin.cpp | | | |-- itkDataSHImagePluginExport.h | | | |-- itkDataSHImagePlugin.h | | | |-- itkDataSHImagePlugin.json | | | |-- itkDataSHImage.qrc | | | |-- itkSphericalHarmonicITKToVTKFilter.h | | | |-- itkSphericalHarmonicITKToVTKFilter.txx | | | |-- management | | | | |-- vtkSphericalHarmonicGlyph.cxx | | | | |-- vtkSphericalHarmonicGlyph.h | | | | |-- vtkSphericalHarmonicManager.cxx | | | | |-- vtkSphericalHarmonicManager.h | | | | |-- vtkSphericalHarmonicSource.cxx | | | | |-- vtkSphericalHarmonicSource.h | | | | |-- vtkSphericalHarmonicVisuManager.cxx | | | | |-- vtkSphericalHarmonicVisuManager.h | | | |-- readers | | | | |-- itkDataSHImageReader.cpp | | | | |-- itkDataSHImageReader.h | | | |-- writers | | | |-- itkDataSHImageWriterBase.cpp | | | |-- itkDataSHImageWriterBase.h | | | |-- itkMetaDataSHImageWriter.cpp | | | |-- itkMetaDataSHImageWriter.h | | |-- itkDataTensorImage | | | |-- CMakeLists.txt | | | |-- datas | | | | |-- itkDataTensorImageDouble3.cpp | | | | |-- itkDataTensorImageDouble3.h | | | | |-- itkDataTensorImageFloat3.cpp | | | | |-- itkDataTensorImageFloat3.h | | | |-- filter | | | | |-- vtkFlipTensorImageFilter.cxx | | | | |-- vtkFlipTensorImageFilter.h | | | |-- icons | | | | |-- tensors.png | | | |-- interactors | | | | |-- itkDataTensorImageVtkViewInteractor.cpp | | | | |-- itkDataTensorImageVtkViewInteractor.h | | | |-- itkDataTensorImagePlugin.cpp | | | |-- itkDataTensorImagePluginExport.h | | | |-- itkDataTensorImagePlugin.h | | | |-- itkDataTensorImagePlugin.json | | | |-- itkDataTensorImage.qrc | | | |-- manager | | | | |-- vtkTensorManager.cxx | | | | |-- vtkTensorManager.h | | | | |-- vtkTensorVisuManager.cxx | | | | |-- vtkTensorVisuManager.h | | | |-- readers | | | | |-- itkDataTensorImageReaderBase.cpp | | | | |-- itkDataTensorImageReaderBase.h | | | | |-- itkMetaDataTensorImageReader.cpp | | | | |-- itkMetaDataTensorImageReader.h | | | | |-- itkNiftiDataTensorImageReader.cpp | | | | |-- itkNiftiDataTensorImageReader.h | | | | |-- itkNrrdDataTensorImageReader.cpp | | | | |-- itkNrrdDataTensorImageReader.h | | | |-- tests | | | | |-- CMakeLists.txt | | | | |-- itkDataTensorImageTestConfig.h.in | | | | |-- itkDataTensorImageTest.cxx | | | |-- writers | | | |-- itkDataTensorImageWriterBase.cpp | | | |-- itkDataTensorImageWriterBase.h | | | |-- itkMetaDataTensorImageWriter.cpp | | | |-- itkMetaDataTensorImageWriter.h | | | |-- itkNiftiDataTensorImageWriter.cpp | | | |-- itkNiftiDataTensorImageWriter.h | | | |-- itkNrrdDataTensorImageWriter.cpp | | | |-- itkNrrdDataTensorImageWriter.h | | |-- itkDWIBrainMaskCalculatorProcess | | | |-- CMakeLists.txt | | | |-- itkDWIBrainMaskCalculatorProcess.cpp | | | |-- itkDWIBrainMaskCalculatorProcess.h | | | |-- itkDWIBrainMaskCalculatorProcessPlugin.cpp | | | |-- itkDWIBrainMaskCalculatorProcessPluginExport.h | | | |-- itkDWIBrainMaskCalculatorProcessPlugin.h | | | |-- itkDWIBrainMaskCalculatorProcessPlugin.json | | | |-- itkDWIBrainMaskCalculatorProcessPlugin.qrc | | | |-- itkDWIBrainMaskCalculatorProcessPresenter.cpp | | | |-- itkDWIBrainMaskCalculatorProcessPresenter.h | | |-- itkFilters | | | |-- CMakeLists.txt | | | |-- itkFiltersAddProcess.cpp | | | |-- itkFiltersAddProcess.h | | | |-- itkFiltersBinaryCloseProcess.cpp | | | |-- itkFiltersBinaryCloseProcess.h | | | |-- itkFiltersBinaryOpenProcess.cpp | | | |-- itkFiltersBinaryOpenProcess.h | | | |-- itkFiltersBinaryThresholdingProcess.cpp | | | |-- itkFiltersBinaryThresholdingProcess.h | | | |-- itkFiltersComponentSizeThresholdProcess.cpp | | | |-- itkFiltersComponentSizeThresholdProcess.h | | | |-- itkFiltersDilateProcess.cpp | | | |-- itkFiltersDilateProcess.h | | | |-- itkFiltersDivideProcess.cpp | | | |-- itkFiltersDivideProcess.h | | | |-- itkFiltersErodeProcess.cpp | | | |-- itkFiltersErodeProcess.h | | | |-- itkFiltersGaussianProcess.cpp | | | |-- itkFiltersGaussianProcess.h | | | |-- itkFiltersGrayscaleCloseProcess.cpp | | | |-- itkFiltersGrayscaleCloseProcess.h | | | |-- itkFiltersGrayscaleOpenProcess.cpp | | | |-- itkFiltersGrayscaleOpenProcess.h | | | |-- itkFiltersInvertProcess.cpp | | | |-- itkFiltersInvertProcess.h | | | |-- itkFiltersMedianProcess.cpp | | | |-- itkFiltersMedianProcess.h | | | |-- itkFiltersMultiplyProcess.cpp | | | |-- itkFiltersMultiplyProcess.h | | | |-- itkFiltersNormalizeProcess.cpp | | | |-- itkFiltersNormalizeProcess.h | | | |-- itkFiltersPlugin.cpp | | | |-- itkFiltersPluginExport.h | | | |-- itkFiltersPlugin.h | | | |-- itkFiltersPlugin.json | | | |-- itkFiltersProcessBase.cpp | | | |-- itkFiltersProcessBase.h | | | |-- itkFiltersShrinkProcess.cpp | | | |-- itkFiltersShrinkProcess.h | | | |-- itkFiltersSubtractProcess.cpp | | | |-- itkFiltersSubtractProcess.h | | | |-- itkFiltersThresholdingProcess.cpp | | | |-- itkFiltersThresholdingProcess.h | | | |-- itkFiltersToolBox.cpp | | | |-- itkFiltersToolBox.h | | | |-- itkFiltersWindowingProcess.cpp | | | |-- itkFiltersWindowingProcess.h | | | |-- itkMorphologicalFiltersProcessBase.cpp | | | |-- itkMorphologicalFiltersProcessBase.h | | | |-- itkMorphologicalFiltersToolBox.cpp | | | |-- itkMorphologicalFiltersToolBox.h | | |-- itkINRDataImageReader | | | |-- CMakeLists.txt | | | |-- itkINRDataImageReader.cpp | | | |-- itkINRDataImageReader.h | | | |-- itkINRDataImageReaderPlugin.cpp | | | |-- itkINRDataImageReaderPluginExport.h | | | |-- itkINRDataImageReaderPlugin.h | | | |-- itkINRDataImageReaderPlugin.json | | |-- itkINRDataImageWriter | | | |-- CMakeLists.txt | | | |-- itkINRDataImageWriter.cpp | | | |-- itkINRDataImageWriter.h | | | |-- itkINRDataImageWriterPlugin.cpp | | | |-- itkINRDataImageWriterPluginExport.h | | | |-- itkINRDataImageWriterPlugin.h | | | |-- itkINRDataImageWriterPlugin.json | | |-- LCCLogDemons | | | |-- CMakeLists.txt | | | |-- LCCLogDemons.cpp | | | |-- LCCLogDemons.h | | | |-- LCCLogDemonsPlugin.cpp | | | |-- LCCLogDemonsPluginExport.h | | | |-- LCCLogDemonsPlugin.h | | | |-- LCCLogDemonsPlugin.json | | | |-- LCCLogDemonsToolBox.cpp | | | |-- LCCLogDemonsToolBox.h | | |-- manualRegistration | | | |-- CMakeLists.txt | | | |-- manualRegistration.cpp | | | |-- manualRegistration.h | | | |-- manualRegistrationLandmarkController.cpp | | | |-- manualRegistrationLandmarkController.h | | | |-- manualRegistrationLandmark.cpp | | | |-- manualRegistrationLandmark.h | | | |-- manualRegistrationPlugin.cpp | | | |-- manualRegistrationPluginExport.h | | | |-- manualRegistrationPlugin.h | | | |-- manualRegistrationPlugin.json | | | |-- manualRegistrationToolBox.cpp | | | |-- manualRegistrationToolBox.h | | |-- medAlgorithmPaint | | | |-- CMakeLists.txt | | | |-- medAlgorithmPaintPlugin.cpp | | | |-- medAlgorithmPaintPluginExport.h | | | |-- medAlgorithmPaintPlugin.h | | | |-- medAlgorithmPaintPlugin.json | | | |-- medAlgorithmPaintToolBox.cpp | | | |-- medAlgorithmPaintToolBox.h | | | |-- medPaintBrush.cpp | | | |-- medPaintBrush.h | | |-- medBinaryOperation | | | |-- CMakeLists.txt | | | |-- itkAndOperator.cpp | | | |-- itkAndOperator.h | | | |-- itkNotOperator.cpp | | | |-- itkNotOperator.h | | | |-- itkOrOperator.cpp | | | |-- itkOrOperator.h | | | |-- itkXorOperator.cpp | | | |-- itkXorOperator.h | | | |-- medBinaryOperationPlugin.cpp | | | |-- medBinaryOperationPluginExport.h | | | |-- medBinaryOperationPlugin.h | | | |-- medBinaryOperationPlugin.json | | | |-- medBinaryOperationToolBox.cpp | | | |-- medBinaryOperationToolBox.h | | | |-- medBinaryOperatorBase.cpp | | | |-- medBinaryOperatorBase.h | | |-- medComposerArea | | | |-- CMakeLists.txt | | | |-- medComposerArea.cpp | | | |-- medComposerArea.h | | | |-- medComposerAreaPlugin.cpp | | | |-- medComposerAreaPlugin.h | | | |-- medComposerAreaPlugin.json | | |-- medCompositeDataSets | | | |-- CMakeLists.txt | | | |-- COPYING.txt | | | |-- DiffusionSequenceDelegate.h | | | |-- DiffusionSequenceWidget.h | | | |-- dirTools.cpp | | | |-- dirTools.h | | | |-- IOUtils.H | | | |-- medCompositeDataSetsBase.h | | | |-- medCompositeDataSetsPlugin.cpp | | | |-- medCompositeDataSetsPluginExport.h | | | |-- medCompositeDataSetsPlugin.h | | | |-- medCompositeDataSetsPlugin.json | | | |-- medCompositeDataSetsReader.cpp | | | |-- medCompositeDataSetsReader.h | | | |-- medCompositeDataSetsWriter.cpp | | | |-- medCompositeDataSetsWriter.h | | | |-- medDiffusionSequenceCompositeData.cpp | | | |-- medDiffusionSequenceCompositeData.h | | | |-- medDiffusionSequenceCompositeDataToolBox.cpp | | | |-- medDiffusionSequenceCompositeDataToolBox.h | | | |-- README.txt | | | |-- VectorWidget.h | | |-- medCreateMeshFromMask | | | |-- CMakeLists.txt | | | |-- medCreateMeshFromMask.cpp | | | |-- medCreateMeshFromMask.h | | | |-- medCreateMeshFromMaskPlugin.cpp | | | |-- medCreateMeshFromMaskPluginExport.h | | | |-- medCreateMeshFromMaskPlugin.h | | | |-- medCreateMeshFromMaskPlugin.json | | | |-- medCreateMeshFromMaskToolBox.cpp | | | |-- medCreateMeshFromMaskToolBox.h | | |-- medFilteringWorkspaceL | | | |-- CMakeLists.txt | | | |-- medFilteringWorkspaceL.cpp | | | |-- medFilteringWorkspaceL.h | | | |-- medFilteringWorkspaceLPlugin.cpp | | | |-- medFilteringWorkspaceLPluginExport.h | | | |-- medFilteringWorkspaceLPlugin.h | | | |-- medFilteringWorkspaceLPlugin.json | | |-- medMaskApplication | | | |-- CMakeLists.txt | | | |-- medMaskApplication.cpp | | | |-- medMaskApplication.h | | | |-- medMaskApplicationPlugin.cpp | | | |-- medMaskApplicationPluginExport.h | | | |-- medMaskApplicationPlugin.h | | | |-- medMaskApplicationPlugin.json | | | |-- medMaskApplicationToolBox.cpp | | | |-- medMaskApplicationToolBox.h | | |-- medMeshingWorkspace | | | |-- CMakeLists.txt | | | |-- medMeshingWorkspace.cpp | | | |-- medMeshingWorkspace.h | | | |-- medMeshingWorkspacePlugin.cpp | | | |-- medMeshingWorkspacePluginExport.h | | | |-- medMeshingWorkspacePlugin.h | | | |-- medMeshingWorkspacePlugin.json | | |-- medN4BiasCorrection | | | |-- CMakeLists.txt | | | |-- medN4BiasCorrection.cpp | | | |-- medN4BiasCorrection.h | | | |-- medN4BiasCorrection_p.h | | | |-- medN4BiasCorrectionPlugin.cpp | | | |-- medN4BiasCorrectionPluginExport.h | | | |-- medN4BiasCorrectionPlugin.h | | | |-- medN4BiasCorrectionPlugin.json | | | |-- medN4BiasCorrectionToolBox.cpp | | | |-- medN4BiasCorrectionToolBox.h | | |-- medRegistrationWorkspace | | | |-- CMakeLists.txt | | | |-- medRegistrationWorkspace.cpp | | | |-- medRegistrationWorkspace.h | | | |-- medRegistrationWorkspacePlugin.cpp | | | |-- medRegistrationWorkspacePluginExport.h | | | |-- medRegistrationWorkspacePlugin.h | | | |-- medRegistrationWorkspacePlugin.json | | |-- medRemeshing | | | |-- CMakeLists.txt | | | |-- medDecimateMeshProcess.cpp | | | |-- medDecimateMeshProcess.h | | | |-- medRefineMeshProcess.cpp | | | |-- medRefineMeshProcess.h | | | |-- medRemeshingPlugin.cpp | | | |-- medRemeshingPluginExport.h | | | |-- medRemeshingPlugin.h | | | |-- medRemeshingPlugin.json | | | |-- medRemeshingToolBox.cpp | | | |-- medRemeshingToolBox.h | | | |-- medSmoothMeshProcess.cpp | | | |-- medSmoothMeshProcess.h | | |-- medSegmentation | | | |-- annotations | | | | |-- medAnnIntImageMaskHelper.cpp | | | | |-- medAnnIntImageMaskHelper.h | | | | |-- medAnnIntSeedPointHelper.cpp | | | | |-- medAnnIntSeedPointHelper.h | | | | |-- medVtkSeedPointHandle.cpp | | | | |-- medVtkSeedPointHandle.h | | | |-- CMakeLists.txt | | | |-- COPYING.txt | | | |-- medAbstractPaintCommand.cpp | | | |-- medAbstractPaintCommand.h | | | |-- medAnnotationInteractor.cpp | | | |-- medAnnotationInteractor.h | | | |-- medClearMaskCommand.cpp | | | |-- medClearMaskCommand.h | | | |-- medMagicWandCommand.cpp | | | |-- medMagicWandCommand.h | | | |-- medPaintCommand.cpp | | | |-- medPaintCommand.h | | | |-- medSegmentationPlugin.cpp | | | |-- medSegmentationPluginExport.h | | | |-- medSegmentationPlugin.h | | | |-- medSegmentationPlugin.json | | | |-- medSegmentation.qrc | | | |-- pixmaps | | | | |-- magic_wand.png | | | |-- README.txt | | |-- medSegmentationWorkspace | | | |-- CMakeLists.txt | | | |-- medSegmentationWorkspace.cpp | | | |-- medSegmentationWorkspace.h | | | |-- medSegmentationWorkspacePlugin.cpp | | | |-- medSegmentationWorkspacePluginExport.h | | | |-- medSegmentationWorkspacePlugin.h | | | |-- medSegmentationWorkspacePlugin.json | | |-- medVtkFibersData | | | |-- CMakeLists.txt | | | |-- datas | | | | |-- medVtkFibersData.cpp | | | | |-- medVtkFibersData.h | | | |-- icons | | | | |-- fibers.png | | | |-- interactors | | | | |-- medVtkFibersDataInteractor.cpp | | | | |-- medVtkFibersDataInteractor.h | | | |-- limit | | | | |-- vtkLimitFibersToROI.cxx | | | | |-- vtkLimitFibersToROI.h | | | | |-- vtkLimitFibersToVOI.cxx | | | | |-- vtkLimitFibersToVOI.h | | | |-- manager | | | | |-- vtkFiberDataSetManager.cxx | | | | |-- vtkFiberDataSetManager.h | | | | |-- vtkFiberKeyboardCallback.cpp | | | | |-- vtkFiberKeyboardCallback.h | | | | |-- vtkFiberPickerCallback.cpp | | | | |-- vtkFiberPickerCallback.h | | | | |-- vtkFibersManagerCallback.cpp | | | | |-- vtkFibersManagerCallback.h | | | | |-- vtkFibersManager.cxx | | | | |-- vtkFibersManager.h | | | | |-- vtkImageToIsosurface.cxx | | | | |-- vtkImageToIsosurface.h | | | | |-- vtkIsosurfaceManager.cxx | | | | |-- vtkIsosurfaceManager.h | | | |-- medVtkFibersDataPlugin.cpp | | | |-- medVtkFibersDataPluginExport.h | | | |-- medVtkFibersDataPlugin.h | | | |-- medVtkFibersDataPlugin.json | | | |-- medVtkFibersData.qrc | | | |-- readers | | | | |-- medVtkFibersDataReader.cpp | | | | |-- medVtkFibersDataReader.h | | | | |-- vtkXMLFiberDataSetReader.cxx | | | | |-- vtkXMLFiberDataSetReader.h | | | |-- vtkFiberDataSet.cxx | | | |-- vtkFiberDataSet.h | | | |-- writers | | | |-- medVtkFibersDataWriter.cpp | | | |-- medVtkFibersDataWriter.h | | | |-- vtkXMLFiberDataSetWriter.cxx | | | |-- vtkXMLFiberDataSetWriter.h | | |-- medVtkView | | | |-- CMakeLists.txt | | | |-- medVtkView.cpp | | | |-- medVtkView.h | | | |-- medVtkViewNavigator.cpp | | | |-- medVtkViewNavigator.h | | | |-- medVtkViewObserver.cpp | | | |-- medVtkViewObserver.h | | | |-- medVtkViewPlugin.cpp | | | |-- medVtkViewPluginExport.h | | | |-- medVtkViewPlugin.h | | | |-- medVtkViewPlugin.json | | | |-- resources | | | |-- icons | | | | |-- 3DIcon.png | | | | |-- AxialIcon.png | | | | |-- broken_link.svg | | | | |-- CoronalIcon.png | | | | |-- cropping.png | | | | |-- cross.png | | | | |-- cross.svg | | | | |-- eye.png | | | | |-- link.svg | | | | |-- magnify.png | | | | |-- pan.svg | | | | |-- SagittalIcon.png | | | | |-- stack.png | | | | |-- wlww.png | | | |-- medVtkView.qrc | | |-- meshManipulation | | | |-- CMakeLists.txt | | | |-- meshManipulationPlugin.cpp | | | |-- meshManipulationPluginExport.h | | | |-- meshManipulationPlugin.h | | | |-- meshManipulationPlugin.json | | | |-- meshManipulationToolBox.cpp | | | |-- meshManipulationToolBox.h | | |-- meshMapping | | | |-- CMakeLists.txt | | | |-- meshMapping.cpp | | | |-- meshMapping.h | | | |-- meshMappingPlugin.cpp | | | |-- meshMappingPluginExport.h | | | |-- meshMappingPlugin.h | | | |-- meshMappingPlugin.json | | | |-- meshMappingToolBox.cpp | | | |-- meshMappingToolBox.h | | |-- polygonRoi | | | |-- CMakeLists.txt | | | |-- medRoiManagementToolBox.cpp | | | |-- medRoiManagementToolBox.h | | | |-- medRoiManager.cpp | | | |-- medRoiManager.h | | | |-- polygonRoi.cpp | | | |-- polygonRoi.h | | | |-- polygonRoiPlugin.cpp | | | |-- polygonRoiPluginExport.h | | | |-- polygonRoiPlugin.h | | | |-- polygonRoiPlugin.json | | | |-- polygonRoiToolBox.cpp | | | |-- polygonRoiToolBox.h | | | |-- vtkCircleActor2D.cxx | | | |-- vtkCircleActor2D.h | | | |-- vtkContourOverlayRepresentation.cxx | | | |-- vtkContourOverlayRepresentation.h | | | |-- vtkInriaInteractorStylePolygonRepulsor.cxx | | | |-- vtkInriaInteractorStylePolygonRepulsor.h | | |-- qtdcmDataSource | | | |-- CMakeLists.txt | | | |-- qtdcmDataSource.cpp | | | |-- qtdcmDataSource.h | | | |-- qtdcmDataSourcePlugin.cpp | | | |-- qtdcmDataSourcePluginExport.h | | | |-- qtdcmDataSourcePlugin.h | | | |-- qtdcmDataSourcePlugin.json | | | |-- qtdcmDataSourceSerieToolBox.cpp | | | |-- qtdcmDataSourceSerieToolBox.h | | | |-- qtdcmDataSourceServersSettingsToolBox.cpp | | | |-- qtdcmDataSourceServersSettingsToolBox.h | | |-- reformat | | | |-- CMakeLists.txt | | | |-- medCropToolBox.cpp | | | |-- medCropToolBox.h | | | |-- medReformatWorkspace.cpp | | | |-- medReformatWorkspace.h | | | |-- medResliceViewer.cpp | | | |-- medResliceViewer.h | | | |-- README.txt | | | |-- reformatPlugin.cpp | | | |-- reformatPluginExport.h | | | |-- reformatPlugin.h | | | |-- reformatPlugin.json | | | |-- resampleProcess.cpp | | | |-- resampleProcess.h | | | |-- resliceToolBox.cpp | | | |-- resliceToolBox.h | | |-- undoRedoRegistration | | | |-- CMakeLists.txt | | | |-- icons | | | | |-- ArrowDown.png | | | | |-- ArrowUp.png | | | | |-- BlueArrowRight.png | | | |-- undoRedoRegistration.cpp | | | |-- undoRedoRegistration.h | | | |-- undoRedoRegistrationPlugin.cpp | | | |-- undoRedoRegistrationPluginExport.h | | | |-- undoRedoRegistrationPlugin.h | | | |-- undoRedoRegistrationPlugin.json | | | |-- undoRedoRegistration.qrc | | | |-- undoRedoRegistrationToolBox.cpp | | | |-- undoRedoRegistrationToolBox.h | | |-- variationalSegmentation | | | |-- CMakeLists.txt | | | |-- itkVariationalFunctionImageToImageFilter.h | | | |-- itkVariationalFunctionImageToImageFilter.txx | | | |-- variationalSegmentation.cpp | | | |-- variationalSegmentation.h | | | |-- variationalSegmentationPlugin.cpp | | | |-- variationalSegmentationPluginExport.h | | | |-- variationalSegmentationPlugin.h | | | |-- variationalSegmentationPlugin.json | | | |-- varSegToolBox.cpp | | | |-- varSegToolBox.h | | | |-- vtkLandmarkSegmentationController.cpp | | | |-- vtkLandmarkSegmentationController.h | | | |-- vtkLandmarkWidget.cpp | | | |-- vtkLandmarkWidget.h | | |-- voiCutter | | | |-- CMakeLists.txt | | | |-- voiCutterPlugin.cpp | | | |-- voiCutterPluginExport.h | | | |-- voiCutterPlugin.h | | | |-- voiCutterPlugin.json | | | |-- voiCutterToolBox.cpp | | | |-- voiCutterToolBox.h | | | |-- vtkInriaInteractorStyleDrawPolygon.cxx | | | |-- vtkInriaInteractorStyleDrawPolygon.h | | |-- vtkDataMesh | | |-- CMakeLists.txt | | |-- datas | | | |-- vtkDataMesh4D.cpp | | | |-- vtkDataMesh4D.h | | | |-- vtkDataMesh.cpp | | | |-- vtkDataMesh.h | | |-- interactors | | | |-- vtkDataMesh4DInteractor.cpp | | | |-- vtkDataMesh4DInteractor.h | | | |-- vtkDataMeshInteractor.cpp | | | |-- vtkDataMeshInteractor.h | | |-- navigators | | | |-- vtkDataMeshNavigator.cpp | | | |-- vtkDataMeshNavigator.h | | |-- readers | | | |-- vtkDataManagerReader.cxx | | | |-- vtkDataManagerReader.h | | | |-- vtkDataMesh4DReader.cpp | | | |-- vtkDataMesh4DReader.h | | | |-- vtkDataMeshReaderBase.cpp | | | |-- vtkDataMeshReaderBase.h | | | |-- vtkDataMeshReader.cpp | | | |-- vtkDataMeshReader.h | | |-- vtkDataManager.cxx | | |-- vtkDataManager.h | | |-- vtkDataMeshPlugin.cpp | | |-- vtkDataMeshPluginExport.h | | |-- vtkDataMeshPlugin.h | | |-- vtkDataMeshPlugin.json | | |-- writers | | |-- vtkDataManagerWriter.cxx | | |-- vtkDataManagerWriter.h | | |-- vtkDataMesh4DWriter.cpp | | |-- vtkDataMesh4DWriter.h | | |-- vtkDataMeshWriterBase.cpp | | |-- vtkDataMeshWriterBase.h | | |-- vtkDataMeshWriter.cpp | | |-- vtkDataMeshWriter.h | |-- medImagingCompatibility | | |-- CMakeLists.txt | | |-- medComposerImagingExtension.cpp | | |-- medComposerImagingExtensionExport.h | | |-- medComposerImagingExtension.h | | |-- medImagingCompatibilityExtensionPlugin.cpp | | |-- medImagingCompatibilityExtensionPlugin.h | | |-- medImagingCompatibilityExtensionPlugin.json | | |-- medImagingCompatibility.qrc | | |-- medToDtkImageNode.cpp | | |-- medToDtkImageNode.h | | |-- medToDtkImageNode.json | | |-- medToMedImageNode.cpp | | |-- medToMedImageNode.h | | |-- medToMedImageNode.json | |-- medITKImageDTKImageConverter | | |-- CMakeLists.txt | | |-- dtkItkImageConverter.h | | |-- dtkItkImageConverter.tpp | | |-- dtkItkPixelTypeTrait.h | | |-- medITKImageDTKImageConverter.cpp | | |-- medITKImageDTKImageConverter.h | | |-- medITKImageDTKImageConverterPlugin.cpp | | |-- medITKImageDTKImageConverterPlugin.h | | |-- medITKImageDTKImageConverterPlugin.json | | |-- medITKImageDTKImageConverterPlugin.qrc | |-- process | |-- arithmetic_operation | | |-- CMakeLists.txt | | |-- medItkAddImageProcess.cpp | | |-- medItkAddImageProcess.h | | |-- medItkAddImageProcessPresenter.h | | |-- medItkArithmeticOperationProcessPlugin.cpp | | |-- medItkArithmeticOperationProcessPluginExport.h | | |-- medItkArithmeticOperationProcessPlugin.h | | |-- medItkArithmeticOperationProcessPlugin.json | | |-- medItkArithmeticOperationProcessPlugin.qrc | | |-- medItkDivideImageProcess.cpp | | |-- medItkDivideImageProcess.h | | |-- medItkDivideImageProcessPresenter.h | | |-- medItkMultiplyImageProcess.cpp | | |-- medItkMultiplyImageProcess.h | | |-- medItkMultiplyImageProcessPresenter.h | | |-- medItkSubtractImageProcess.cpp | | |-- medItkSubtractImageProcess.h | | |-- medItkSubtractImageProcessPresenter.h | |-- bias_correction | | |-- CMakeLists.txt | | |-- medItkBiasCorrectionProcess.cpp | | |-- medItkBiasCorrectionProcess.h | | |-- medItkBiasCorrectionProcessPlugin.cpp | | |-- medItkBiasCorrectionProcessPluginExport.h | | |-- medItkBiasCorrectionProcessPlugin.h | | |-- medItkBiasCorrectionProcessPlugin.json | | |-- medItkBiasCorrectionProcessPlugin.qrc | | |-- medItkBiasCorrectionProcessPresenter.cpp | | |-- medItkBiasCorrectionProcessPresenter.h | |-- dwi_basic_thresholding | | |-- CMakeLists.txt | | |-- medItkDWIBasicThresholdingProcess.cpp | | |-- medItkDWIBasicThresholdingProcess.h | | |-- medItkDWIBasicThresholdingProcessPlugin.cpp | | |-- medItkDWIBasicThresholdingProcessPluginExport.h | | |-- medItkDWIBasicThresholdingProcessPlugin.h | | |-- medItkDWIBasicThresholdingProcessPlugin.json | | |-- medItkDWIBasicThresholdingProcessPlugin.qrc | | |-- medItkDWIBasicThresholdingProcessPresenter.cpp | | |-- medItkDWIBasicThresholdingProcessPresenter.h | |-- mask_image | | |-- CMakeLists.txt | | |-- medItkMaskImageProcess.cpp | | |-- medItkMaskImageProcess.h | | |-- medItkMaskImageProcessPlugin.cpp | | |-- medItkMaskImageProcessPluginExport.h | | |-- medItkMaskImageProcessPlugin.h | | |-- medItkMaskImageProcessPlugin.json | | |-- medItkMaskImageProcessPlugin.qrc | | |-- medItkMaskImageProcessPresenter.h | |-- morphomath_operation | | |-- CMakeLists.txt | | |-- medItkClosingImageProcess.cpp | | |-- medItkClosingImageProcess.h | | |-- medItkClosingImageProcessPresenter.h | | |-- medItkDilateImageProcess.cpp | | |-- medItkDilateImageProcess.h | | |-- medItkDilateImageProcessPresenter.h | | |-- medItkErodeImageProcess.cpp | | |-- medItkErodeImageProcess.h | | |-- medItkErodeImageProcessPresenter.h | | |-- medItkMorphomathOperationProcessPlugin.cpp | | |-- medItkMorphomathOperationProcessPluginExport.h | | |-- medItkMorphomathOperationProcessPlugin.h | | |-- medItkMorphomathOperationProcessPlugin.json | | |-- medItkMorphomathOperationProcessPlugin.qrc | | |-- medItkOpeningImageProcess.cpp | | |-- medItkOpeningImageProcess.h | | |-- medItkOpeningImageProcessPresenter.h | |-- single_filter | | |-- CMakeLists.txt | | |-- medItkAddProcess.cpp | | |-- medItkAddProcess.h | | |-- medItkAddProcessPresenter.h | | |-- medItkDivideProcess.cpp | | |-- medItkDivideProcess.h | | |-- medItkDivideProcessPresenter.h | | |-- medItkGaussianProcess.cpp | | |-- medItkGaussianProcess.h | | |-- medItkGaussianProcessPresenter.h | | |-- medItkInvertProcess.cpp | | |-- medItkInvertProcess.h | | |-- medItkInvertProcessPresenter.h | | |-- medItkMedianProcess.cpp | | |-- medItkMedianProcess.h | | |-- medItkMedianProcessPresenter.h | | |-- medItkMultiplyProcess.cpp | | |-- medItkMultiplyProcess.h | | |-- medItkMultiplyProcessPresenter.h | | |-- medItkNormalizeProcess.cpp | | |-- medItkNormalizeProcess.h | | |-- medItkNormalizeProcessPresenter.h | | |-- medItkShrinkProcess.cpp | | |-- medItkShrinkProcess.h | | |-- medItkShrinkProcessPresenter.h | | |-- medItkSingleFilterOperationProcessPlugin.cpp | | |-- medItkSingleFilterOperationProcessPluginExport.h | | |-- medItkSingleFilterOperationProcessPlugin.h | | |-- medItkSingleFilterOperationProcessPlugin.json | | |-- medItkSingleFilterOperationProcessPlugin.qrc | | |-- medItkSubtractProcess.cpp | | |-- medItkSubtractProcess.h | | |-- medItkSubtractProcessPresenter.h | | |-- medItkWindowingProcess.cpp | | |-- medItkWindowingProcess.h | | |-- medItkWindowingProcessPresenter.h | |-- ttkTensorEstimationProcess | | |-- CMakeLists.txt | | |-- ttkTensorEstimationProcess.cpp | | |-- ttkTensorEstimationProcess.h | | |-- ttkTensorEstimationProcessPlugin.cpp | | |-- ttkTensorEstimationProcessPluginExport.h | | |-- ttkTensorEstimationProcessPlugin.h | | |-- ttkTensorEstimationProcessPlugin.json | | |-- ttkTensorEstimationProcessPlugin.qrc | | |-- ttkTensorEstimationProcessPresenter.cpp | | |-- ttkTensorEstimationProcessPresenter.h | |-- ttkTensorScalarMapsProcess | | |-- CMakeLists.txt | | |-- dtitrack.qrc | | |-- icons | | | |-- adc.png | | | |-- cl.png | | | |-- cp.png | | | |-- cs.png | | | |-- fac.png | | | |-- fal.png | | | |-- fa.png | | | |-- l1.png | | | |-- l2.png | | | |-- l3.png | | | |-- ra.png | | | |-- vr.png | | |-- ttkTensorScalarMapsProcess.cpp | | |-- ttkTensorScalarMapsProcess.h | | |-- ttkTensorScalarMapsProcessPlugin.cpp | | |-- ttkTensorScalarMapsProcessPluginExport.h | | |-- ttkTensorScalarMapsProcessPlugin.h | | |-- ttkTensorScalarMapsProcessPlugin.json | | |-- ttkTensorScalarMapsProcessPlugin.qrc | | |-- ttkTensorScalarMapsProcessPresenter.cpp | | |-- ttkTensorScalarMapsProcessPresenter.h | |-- ttkTensorTractographyProcess | |-- CMakeLists.txt | |-- ttkTensorTractographyProcess.cpp | |-- ttkTensorTractographyProcess.h | |-- ttkTensorTractographyProcessPlugin.cpp | |-- ttkTensorTractographyProcessPluginExport.h | |-- ttkTensorTractographyProcessPlugin.h | |-- ttkTensorTractographyProcessPlugin.json | |-- ttkTensorTractographyProcessPlugin.qrc | |-- ttkTensorTractographyProcessPresenter.cpp | |-- ttkTensorTractographyProcessPresenter.h |-- utils |-- osx_packaging |-- BaseMedinriaPackage.sparseimage.gz 191 directories, 1827 files