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

Method PrintAllArguments

Testing/itkCommandLineArgumentParser.cxx:95–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 */
94
95void
96CommandLineArgumentParser::PrintAllArguments() const
97{
98 auto iter = this->m_ArgumentMap.begin();
99
100 for (; iter != this->m_ArgumentMap.end(); ++iter)
101 {
102 std::cout << iter->first << std::endl;
103 }
104
105} // end PrintAllArguments()
106
107
108/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected