Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
QmitkTotalSegmentatorToolInstaller.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef QmitkTotalSegmentatorToolInstaller_h
14 #define QmitkTotalSegmentatorToolInstaller_h
15 
17 
19 {
20 public:
21  static const QString VENV_NAME;
22  static const QString TOTALSEGMENTATOR_VERSION;
23  static const QStringList PACKAGES;
24  static const QString STORAGE_DIR;
26  QString GetVirtualEnvPath() override;
27  static void PrintProcessEvent(itk::Object *, const itk::EventObject &e, void *);
28 };
29 
30 #endif
Abstract Class to Setup a python virtual environment and pip install required packages....
QString GetVirtualEnvPath() override
Get the Virtual Env Path object. Override this method in the respective tool installer class.
static void PrintProcessEvent(itk::Object *, const itk::EventObject &e, void *)