Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkBooleanOperation.h"
#include <itkAndImageFilter.h>
#include <itkNotImageFilter.h>
#include <itkOrImageFilter.h>
#include <mitkExceptionMacro.h>
#include <mitkImageCast.h>
#include <mitkImageTimeSelector.h>
Go to the source code of this file.
Typedefs | |
typedef itk::Image< mitk::Label::PixelType, 3 > | ImageType |
Functions | |
static mitk::Image::Pointer | Get3DSegmentation (mitk::Image::Pointer segmentation, unsigned int time) |
static ImageType::Pointer | CastTo3DItkImage (mitk::Image::Pointer segmentation, unsigned int time) |
typedef itk::Image<mitk::Label::PixelType, 3> ImageType |
Definition at line 25 of file mitkBooleanOperation.cpp.
|
static |
Definition at line 41 of file mitkBooleanOperation.cpp.
References mitk::CastToItkImage(), and Get3DSegmentation().
|
static |
Definition at line 27 of file mitkBooleanOperation.cpp.
References mitk::ImageTimeSelector::New().
Referenced by CastTo3DItkImage().