Medical Imaging Interaction Toolkit  2023.12.99-63768887
Medical Imaging Interaction Toolkit
mitk::PythonVariable Struct Reference

#include <mitkIPythonService.h>

Collaboration diagram for mitk::PythonVariable:

Public Attributes

std::string m_Name
 
std::string m_Type
 
std::string m_Value
 

Detailed Description

describes a python variable (data container)

See also
IPythonService::GetVariableStack()

Definition at line 34 of file mitkIPythonService.h.

Member Data Documentation

◆ m_Name

std::string mitk::PythonVariable::m_Name

Definition at line 36 of file mitkIPythonService.h.

◆ m_Type

std::string mitk::PythonVariable::m_Type

Definition at line 37 of file mitkIPythonService.h.

◆ m_Value

std::string mitk::PythonVariable::m_Value

Definition at line 38 of file mitkIPythonService.h.


The documentation for this struct was generated from the following file: