Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkBinaryThresholdTool.h"
#include "mitkBoundingObjectToSegmentationFilter.h"
#include "mitkToolManager.h"
#include "mitkColorProperty.h"
#include "mitkDataStorage.h"
#include "mitkLevelWindowProperty.h"
#include "mitkOrganTypeProperty.h"
#include "mitkProperties.h"
#include "mitkRenderingManager.h"
#include "mitkVtkResliceInterpolationProperty.h"
#include <mitkCoreObjectFactory.h>
#include "mitkImageAccessByItk.h"
#include "mitkImageCast.h"
#include "mitkImageStatisticsHolder.h"
#include "mitkImageTimeSelector.h"
#include "mitkLabelSetImage.h"
#include "mitkMaskAndCutRoiImageFilter.h"
#include "mitkPadImageFilter.h"
#include <itkBinaryThresholdImageFilter.h>
#include <itkImageRegionIterator.h>
#include "usGetModuleContext.h"
#include "usModule.h"
#include "usModuleResource.h"
Go to the source code of this file.
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
template<typename TPixel , unsigned int VImageDimension> | |
static void | ITKSetVolume (itk::Image< TPixel, VImageDimension > *originalImage, mitk::Image *segmentation, unsigned int timeStep) |
Variables | |
static BinaryThresholdToolRegistrationMethod | mitk::somestaticinitializer_BinaryThresholdTool |
|
static |
Definition at line 245 of file mitkBinaryThresholdTool.cpp.
References mitk::Image::SetVolume().
Referenced by mitk::BinaryThresholdTool::CreateNewSegmentationFromThreshold().