Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
inline BaseType base(Type t)
102
{
103
return BaseType(Utils::toNative(t) & 0xFF00);
104
}
105
106
static const int COUNT = 1024;
107
static const int PROPRIETARY = 512;
Callers
6
writeValue
Method · 0.85
writeOne
Method · 0.85
store
Method · 0.85
resolveType
Method · 0.85
toMetadata
Method · 0.85
base
Method · 0.85
Calls
2
BaseType
Enum · 0.85
toNative
Function · 0.50
Tested by
no test coverage detected