Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::ImageCaster Class Reference

This class is just a proxy for global functions which are needed by the python wrapping process since global functions cannnot be wrapped. Static method can be wrapped though. More...

#include <mitkImageCaster.h>

Static Public Member Functions

static void CastBaseData (mitk::BaseData *const, itk::SmartPointer< mitk::Image > &)
 

Detailed Description

This class is just a proxy for global functions which are needed by the python wrapping process since global functions cannnot be wrapped. Static method can be wrapped though.

Definition at line 39 of file mitkImageCaster.h.

Member Function Documentation

void mitk::ImageCaster::CastBaseData ( mitk::BaseData * const  mitkBaseData,
itk::SmartPointer< mitk::Image > &  mitkoutputimage 
)
static

Definition at line 36 of file mitkImageCaster.cpp.


The documentation for this class was generated from the following files: