Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperElastix/elastix
/ CommandLineArgumentParser
Method
CommandLineArgumentParser
Testing/itkCommandLineArgumentParser.cxx:30–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
*/
29
30
CommandLineArgumentParser::CommandLineArgumentParser()
31
{
32
this->m_Argv.clear();
33
this->m_ArgumentMap.clear();
34
this->m_ProgramHelpText =
"No help text provided."
;
35
36
} // end Constructor
37
38
39
/**
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected