Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 <QFileInfo>
#include <QCoreApplication>
#include <itksys/SystemTools.hxx>
#include <numpy/arrayobject.h>
#include <mitkExceptionMacro.h>
#include <dlfcn.h>
Go to the source code of this file.
Macros | |
#define | NPY_NO_DEPRECATED_API |
Typedefs | |
typedef itksys::SystemTools | ist |
Functions | |
mitk::PixelType | DeterminePixelType (const std::string &pythonPixeltype, unsigned long nrComponents, int dimensions) |
#define NPY_NO_DEPRECATED_API |
Definition at line 28 of file mitkPythonService.cpp.
typedef itksys::SystemTools ist |
Definition at line 37 of file mitkPythonService.cpp.
mitk::PixelType DeterminePixelType | ( | const std::string & | pythonPixeltype, |
unsigned long | nrComponents, | ||
int | dimensions | ||
) |
Definition at line 417 of file mitkPythonService.cpp.
References mitkThrow.
Referenced by mitk::PythonService::CopyCvImageFromPython(), and mitk::PythonService::CopySimpleItkImageFromPython().