Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkPythonService.cpp File Reference
#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)
 

Macro Definition Documentation

◆ NPY_NO_DEPRECATED_API

#define NPY_NO_DEPRECATED_API

Definition at line 28 of file mitkPythonService.cpp.

Typedef Documentation

◆ ist

typedef itksys::SystemTools ist

Definition at line 37 of file mitkPythonService.cpp.

Function Documentation

◆ DeterminePixelType()

mitk::PixelType DeterminePixelType ( const std::string &  pythonPixeltype,
unsigned long  nrComponents,
int  dimensions 
)