MCPcopy Create free account
hub / github.com/SuperElastix/elastix / SetCommandLineArguments

Method SetCommandLineArguments

Testing/itkCommandLineArgumentParser.cxx:43–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 */
42
43void
44CommandLineArgumentParser::SetCommandLineArguments(int argc, char ** argv)
45{
46 this->m_Argv.resize(argc);
47 for (IndexType i = 0; i < static_cast<IndexType>(argc); ++i)
48 {
49 this->m_Argv[i] = argv[i];
50 }
51 this->CreateArgumentMap();
52
53} // end SetCommandLineArguments()
54
55
56/**

Callers 5

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

CreateArgumentMapMethod · 0.95

Tested by 1

mainFunction · 0.64