Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkIPythonService.h>
Public Attributes | |
std::string | m_Name |
std::string | m_Type |
std::string | m_Value |
describes a python variable (data container)
Definition at line 32 of file mitkIPythonService.h.
std::string mitk::PythonVariable::m_Name |
Definition at line 34 of file mitkIPythonService.h.
Referenced by QmitkPythonVariableStackTableModel::data(), and mitk::PythonService::GetVariableStack().
std::string mitk::PythonVariable::m_Type |
Definition at line 35 of file mitkIPythonService.h.
Referenced by QmitkPythonVariableStackTableModel::data(), and mitk::PythonService::GetVariableStack().
std::string mitk::PythonVariable::m_Value |
Definition at line 36 of file mitkIPythonService.h.
Referenced by QmitkPythonVariableStackTableModel::data(), and mitk::PythonService::GetVariableStack().