Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkCommon.h>
#include <chrono>
#include <mitkIOUtil.h>
#include <mitkCommandLineParser.h>
#include <mitkException.h>
#include <mitkPhotoacousticFilterService.h>
#include <mitkBeamformingSettings.h>
#include <mitkCastToFloatImageFilter.h>
#include <itksys/SystemTools.hxx>
#include <tinyxml\tinyxml.h>
Go to the source code of this file.
Functions | |
InputParameters | parseInput (int argc, char *argv[]) |
void | ParseXML (std::string xmlFile, InputParameters input, CropSettings &cropSet, ResamplingSettings &resSet) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 137 of file PAResampleCropTool.cpp.
References MITK_INFO, mitk::PhotoacousticFilterService::New(), parseInput(), ParseXML(), and mitk::IOUtil::Save().
InputParameters parseInput | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 47 of file PAResampleCropTool.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::beginGroup(), mitkCommandLineParser::Bool, mitkCommandLineParser::endGroup(), mitkCommandLineParser::File, mitkCommandLineParser::Image, mitkCommandLineParser::Input, MITK_INFO, mitkThrow, mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitkCommandLineParser::String.
Referenced by main().
void ParseXML | ( | std::string | xmlFile, |
InputParameters | input, | ||
CropSettings & | cropSet, | ||
ResamplingSettings & | resSet | ||
) |
Definition at line 109 of file PAResampleCropTool.cpp.
References MITK_INFO, and mitkThrow.
Referenced by main().