MCPcopy Create free account
hub / github.com/PDAL/PDAL / versionInteger

Function versionInteger

pdal/pdal_config.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int versionInteger()
118{
119 return versionMajor() * 100 * 100 +
120 versionMinor() * 100 +
121 versionPatch();
122}
123
124std::string sha1()
125{

Callers 1

TESTFunction · 0.85

Calls 3

versionMajorFunction · 0.85
versionMinorFunction · 0.85
versionPatchFunction · 0.85

Tested by 1

TESTFunction · 0.68