Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimpleITK/SimpleITK
/ MajorVersion
Method
MajorVersion
Code/Common/src/sitkVersion.cxx:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
{
46
47
unsigned int
48
Version::MajorVersion()
49
{
50
return SimpleITK_VERSION_MAJOR;
51
}
52
unsigned int
53
Version::MinorVersion()
54
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected