Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <itkCastImageFilter.h>
#include <itkImage.h>
#include <mitkImageCast.h>
#include <mitkSurface.h>
#include <vtkRenderWindow.h>
#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/preprocessor/tuple/rem.hpp>
Go to the source code of this file.
Classes | |
class | mitk::ImageCaster |
This class is just a proxy for global functions which are needed by the python wrapping process since global functions cannot be wrapped. Static method can be wrapped though. More... | |
class | mitk::Caster |
class | mitk::RendererAccess |
Namespaces | |
mitk | |
Find image slices visible on a given plane. | |
Macros | |
#define | DeclareMitkImageCasterMethods(r, data, type) |
#define DeclareMitkImageCasterMethods | ( | r, | |
data, | |||
type | |||
) |
Definition at line 25 of file mitkImageCaster.h.