|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkCommandLineParser.h"#include "mitkIOUtil.h"#include <mitkImageCast.h>#include <typeinfo>Go to the source code of this file.
Macros | |
| #define | CONVERT_IMAGE(TYPE, DIM) |
| #define | CONVERT_IMAGE_TYPE(TYPE) |
Functions | |
| int | main (int argc, char *argv[]) |
| #define CONVERT_IMAGE | ( | TYPE, | |
| DIM | |||
| ) |
Definition at line 18 of file ImageTypeConverter.cpp.
| #define CONVERT_IMAGE_TYPE | ( | TYPE | ) |
Definition at line 26 of file ImageTypeConverter.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 42 of file ImageTypeConverter.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, CONVERT_IMAGE_TYPE, mitkCommandLineParser::File, mitkCommandLineParser::helpText(), image, mitkCommandLineParser::Input, MITK_INFO, mitk::Image::New(), mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitkCommandLineParser::String.