Skip to content
  • Emilie Wernert's avatar
    refactor(configs): split image and model config · 2099c1e1
    Emilie Wernert authored
    Create new bundles for configs according to the dependencies.
    - dataManagerConfig: contains configuration for ImageManager and OrganManager, it does not depend of VTK
    - qtSceneConfig: contains the configuration for the TF widget, it depends to scene2D
    - imageConfig: depends of scene2D and VTK
    
    It allows to use the manager and TF configs in applications that does not use VTK.
    2099c1e1