MCPcopy 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
47unsigned int
48Version::MajorVersion()
49{
50 return SimpleITK_VERSION_MAJOR;
51}
52unsigned int
53Version::MinorVersion()
54{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected