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

Function size

pdal/DimUtil.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94};
95
96inline std::size_t size(Type t)
97{
98 return Utils::toNative(t) & 0xFF;
99}
100
101inline BaseType base(Type t)
102{

Callers 15

resolveTypeMethod · 0.70
endMethod · 0.70
basic_sortMethod · 0.70
calculateBoundsMethod · 0.70
toMetadataMethod · 0.70
dumpMethod · 0.70
addPointMethod · 0.70
setFieldInternalMethod · 0.70
getFieldInternalMethod · 0.70
getDimensionMethod · 0.70
readyMethod · 0.70
readFieldMethod · 0.70

Calls 1

toNativeFunction · 0.50

Tested by

no test coverage detected