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

Function base

pdal/DimUtil.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101inline BaseType base(Type t)
102{
103 return BaseType(Utils::toNative(t) & 0xFF00);
104}
105
106static const int COUNT = 1024;
107static const int PROPRIETARY = 512;

Callers 6

writeValueMethod · 0.85
writeOneMethod · 0.85
storeMethod · 0.85
resolveTypeMethod · 0.85
toMetadataMethod · 0.85
baseMethod · 0.85

Calls 2

BaseTypeEnum · 0.85
toNativeFunction · 0.50

Tested by

no test coverage detected