Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 21 of file mitkBooleanOperation.cpp.
|
static |
Definition at line 37 of file mitkBooleanOperation.cpp.
References mitk::CastToItkImage(), and Get3DSegmentation().
Referenced by mitk::BooleanOperation::GetResult().
|
static |
Definition at line 23 of file mitkBooleanOperation.cpp.
References mitk::ImageTimeSelector::New().
Referenced by CastTo3DItkImage().