Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkPythonService.h"
#include <Python.h>
#include <mitkIOUtil.h>
#include <QFile>
#include <QDir>
#include <PythonQt.h>
#include "PythonPath.h"
#include <vtkPolyData.h>
#include <mitkRenderingManager.h>
#include <mitkImageReadAccessor.h>
#include <mitkImageWriteAccessor.h>
#include <numpy/arrayobject.h>
#include <mitkExceptionMacro.h>
#include <dlfcn.h>
Go to the source code of this file.
Functions | |
mitk::PixelType | DeterminePixelType (const std::string &pythonPixeltype, int nrComponents, int dimensions) |
mitk::PixelType DeterminePixelType | ( | const std::string & | pythonPixeltype, |
int | nrComponents, | ||
int | dimensions | ||
) |
Definition at line 466 of file mitkPythonService.cpp.
References mitkThrow.
Referenced by mitk::PythonService::CopyCvImageFromPython(), and mitk::PythonService::CopySimpleItkImageFromPython().