Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "mitkLabelSetImage.h"
#include "mitkImageAccessByItk.h"
#include "mitkImageCast.h"
#include "mitkImageReadAccessor.h"
#include "mitkInteractionConst.h"
#include "mitkLookupTableProperty.h"
#include "mitkPadImageFilter.h"
#include "mitkRenderingManager.h"
#include <vtkCell.h>
#include <vtkTransform.h>
#include <vtkTransformPolyDataFilter.h>
#include <itkImageRegionIterator.h>
#include <itkQuadEdgeMesh.h>
#include <itkTriangleMeshToBinaryImageFilter.h>
#include <itkCommand.h>
Go to the source code of this file.
Functions | |
template<typename TPixel , unsigned int VDimensions> | |
void | SetToZero (itk::Image< TPixel, VDimensions > *source) |
void SetToZero | ( | itk::Image< TPixel, VDimensions > * | source | ) |
Definition at line 39 of file mitkLabelSetImage.cpp.
Referenced by mitk::LabelSetImage::AddLayer(), and mitk::LabelSetImage::Initialize().