Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include "time.h"
#include <sstream>
#include <mitkIOUtil.h>
#include <vtkPolyData.h>
#include <vtkCellArray.h>
#include <mitkSurface.h>
#include "mitkCommandLineParser.h"
#include <mitkSurfaceToImageFilter.h>
#include <vtkSmartPointer.h>
#include <vtkLinearExtrusionFilter.h>
#include <mitkConvert2Dto3DImageFilter.h>
Go to the source code of this file.
Macros | |
#define | mitkCLPolyToNrrd_cpp |
Typedefs | |
typedef itk::Image< double, 3 > | FloatImageType |
typedef itk::Image< unsigned char, 3 > | MaskImageType |
Functions | |
int | main (int argc, char *argv[]) |
#define mitkCLPolyToNrrd_cpp |
Definition at line 17 of file CLPolyToNrrd.cpp.
typedef itk::Image< double, 3 > FloatImageType |
Definition at line 37 of file CLPolyToNrrd.cpp.
typedef itk::Image< unsigned char, 3 > MaskImageType |
Definition at line 38 of file CLPolyToNrrd.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 40 of file CLPolyToNrrd.cpp.
References mitkCommandLineParser::addArgument(), mitkCommandLineParser::InputDirectory, mitkCommandLineParser::InputFile, mitk::IOUtil::LoadBaseData(), mitk::IOUtil::LoadImage(), MITK_INFO, mitk::Convert2Dto3DImageFilter::New(), mitk::New(), mitk::SurfaceToImageFilter::New(), mitkCommandLineParser::OutputDirectory, mitkCommandLineParser::parseArguments(), mitk::IOUtil::SaveImage(), mitk::IOUtil::SaveSurface(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().