|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "time.h"#include <sstream>#include <fstream>#include <mitkIOUtil.h>#include "mitkCommandLineParser.h"#include <vtkSmartPointer.h>#include <vtkImageMarchingCubes.h>#include <vtkXMLPolyDataWriter.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 13 of file CLNrrdToPoly.cpp.
| typedef itk::Image< double, 3 > FloatImageType |
Definition at line 27 of file CLNrrdToPoly.cpp.
| typedef itk::Image< unsigned char, 3 > MaskImageType |
Definition at line 28 of file CLNrrdToPoly.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 31 of file CLNrrdToPoly.cpp.
References mitkCommandLineParser::addArgument(), mitkCommandLineParser::File, image, mitkCommandLineParser::Image, mitkCommandLineParser::Input, mask, MITK_INFO, mitk::Surface::New(), mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), and mitkCommandLineParser::setTitle().