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

Method StringCast

Testing/itkCommandLineArgumentParser.cxx:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 */
209
210bool
211CommandLineArgumentParser::StringCast(const std::string & parameterValue, std::string & casted) const
212{
213 casted = parameterValue;
214 return true;
215
216} // end StringCast()
217
218
219/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected