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

Function GetHelpString

Testing/elxInvertTransform.cxx:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 */
37
38std::string
39GetHelpString()
40{
41 return "Usage:\n"
42 "elxInvertTransform\n"
43 " -tp transform parameters file to be inverted\n"
44 " -out output inverted transform parameters filename\n"
45 " -m moving image file name\n"
46 "Currently only 3D, {Euler, Affine} supported.";
47
48} // end GetHelpString()
49
50
51int

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected