Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
Go to the source code of this file.
Functions | |
static std::vector< double > | splitDouble (std::string str, char delimiter) |
static std::vector< unsigned int > | splitUInt (std::string str, char delimiter) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 45 of file CLRandomSampling.cpp.
References mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::CLASS_DEPENDEND_ACCEPTANCE_RATE, mitk::CLASS_DEPENDEND_NUMBER_OF_ACCEPTANCE, mitkCommandLineParser::Directory, mitkCommandLineParser::File, mitkCommandLineParser::helpText(), image, mitkCommandLineParser::Input, mitk::RandomImageSampler::New(), mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), mitk::SINGLE_ACCEPTANCE_RATE, mitk::SINGLE_NUMBER_OF_ACCEPTANCE, splitDouble(), and splitUInt().
|
static |
Definition at line 17 of file CLRandomSampling.cpp.
Referenced by main().
|
static |
Definition at line 31 of file CLRandomSampling.cpp.
Referenced by main().