Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
CLPointSetToSegmentation.cpp File Reference
#include "time.h"
#include <sstream>
#include <mitkIOUtil.h>
#include <mitkPointSet.h>
#include <mitkImageCast.h>
#include <itkImageRegionIteratorWithIndex.h>
#include <limits>
#include "mitkCommandLineParser.h"

Go to the source code of this file.

Macros

#define mitkCLPolyToNrrd_cpp
 

Typedefs

typedef itk::Image< double, 3 > FloatImageType
 
typedef itk::Image< unsigned short, 3 > MaskImageType
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ mitkCLPolyToNrrd_cpp

#define mitkCLPolyToNrrd_cpp

Definition at line 13 of file CLPointSetToSegmentation.cpp.

Typedef Documentation

◆ FloatImageType

typedef itk::Image< double, 3 > FloatImageType

Definition at line 28 of file CLPointSetToSegmentation.cpp.

◆ MaskImageType

typedef itk::Image< unsigned short, 3 > MaskImageType

Definition at line 29 of file CLPointSetToSegmentation.cpp.

Function Documentation

◆ main()