Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
inline std::size_t size(Type t)
97
{
98
return Utils::toNative(t) & 0xFF;
99
}
100
101
inline BaseType base(Type t)
102
{
Callers
15
resolveType
Method · 0.70
end
Method · 0.70
basic_sort
Method · 0.70
calculateBounds
Method · 0.70
toMetadata
Method · 0.70
dump
Method · 0.70
addPoint
Method · 0.70
setFieldInternal
Method · 0.70
getFieldInternal
Method · 0.70
getDimension
Method · 0.70
ready
Method · 0.70
readField
Method · 0.70
Calls
1
toNative
Function · 0.50
Tested by
no test coverage detected