Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void
35
Command::SetName(const std::string & n)
36
{
37
ObjectOwnedBase::SetName(n);
38
}
39
40
void
41
Command::Execute()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected