|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkProperties.h"#include "mitkCommandLineParser.h"#include "mitkIOUtil.h"#include <mitkArithmeticOperation.h>Go to the source code of this file.
Functions | |
| static bool | ConvertToBool (std::map< std::string, us::Any > &data, std::string name) |
| int | main (int argc, char *argv[]) |
|
static |
Definition at line 20 of file ImageAndValueArithmetic.cpp.
References us::any_cast().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 36 of file ImageAndValueArithmetic.cpp.
References mitk::ArithmeticOperation::Add(), mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, ConvertToBool(), mitk::ArithmeticOperation::Divide(), mitkCommandLineParser::File, mitkCommandLineParser::Float, mitkCommandLineParser::helpText(), image, mitkCommandLineParser::Input, inputFilename, mitk::IOUtil::Load(), MITK_INFO, mitk::ArithmeticOperation::Multiply(), mitkCommandLineParser::Output, outputFilename, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitk::ArithmeticOperation::Subtract().