MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / SetName

Method SetName

Code/Common/src/sitkCommand.cxx:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void
35Command::SetName(const std::string & n)
36{
37 ObjectOwnedBase::SetName(n);
38}
39
40void
41Command::Execute()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected