Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkCommon.h>
#include <chrono>
#include <mitkPATissueGeneratorParameters.h>
#include <mitkPATissueGenerator.h>
#include <mitkPAPhantomTissueGenerator.h>
#include <mitkIOUtil.h>
#include <mitkCommandLineParser.h>
#include <mitkUIDGenerator.h>
#include <mitkException.h>
#include <itksys/SystemTools.hxx>
Go to the source code of this file.
Functions | |
TissueGeneratorParameters::Pointer | CreatePhantom_04_04_18_Parameters () |
InputParameters | parseInput (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
TissueGeneratorParameters::Pointer CreatePhantom_04_04_18_Parameters | ( | ) |
Definition at line 27 of file PAPhantomGenerator.cpp.
References mitk::pa::VesselMeanderStrategy::CalculateNewDirectionVectorInStraightLine(), mitk::pa::TissueGeneratorParameters::New(), and verbose().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 172 of file PAPhantomGenerator.cpp.
References CreatePhantom_04_04_18_Parameters(), mitk::pa::InSilicoTissueGenerator::GenerateInSilicoData(), MITK_INFO, parseInput(), and mitk::IOUtil::Save().
InputParameters parseInput | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 81 of file PAPhantomGenerator.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::beginGroup(), mitkCommandLineParser::Bool, mitkCommandLineParser::Directory, mitkCommandLineParser::endGroup(), mitkCommandLineParser::File, mitkCommandLineParser::Input, MITK_INFO, mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and mitkCommandLineParser::String.
Referenced by main().