13 #ifndef MITKIMAGECASTER_H 14 #define MITKIMAGECASTER_H 16 #include <itkCastImageFilter.h> 20 #include <vtkRenderWindow.h> 22 #include <boost/preprocessor/seq/for_each.hpp> 23 #include <boost/preprocessor/tuple/rem.hpp> 25 #define DeclareMitkImageCasterMethods(r, data, type) \ 26 static void CastToItkImage(const mitk::Image *, itk::SmartPointer<itk::Image<BOOST_PP_TUPLE_REM(2) type>> &); \ 27 static void CastToMitkImage(const itk::Image<BOOST_PP_TUPLE_REM(2) type> *, itk::SmartPointer<mitk::Image> &); 54 static void Set3DRenderer(vtkRenderer *renderer);
55 static vtkRenderer *Get3DRenderer();
62 #endif // MITKIMAGECASTER_H Class for storing surfaces (vtkPolyData).
static vtkRenderer * m_3DRenderer
Base of all data objects.
This class is just a proxy for global functions which are needed by the python wrapping process since...
DataCollection - Class to facilitate loading/accessing structured data.
#define MITK_ACCESSBYITK_TYPES_DIMN_SEQ(dim)
#define DeclareMitkImageCasterMethods(r, data, type)