Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ toNative
Function
toNative
pdal/util/Utils.hpp:1148–1151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1146
*/
1147
template<typename E>
1148
typename std::underlying_type<E>::type toNative(E e)
1149
{
1150
return static_cast<typename std::underlying_type<E>::type>(e);
1151
}
1152
1153
} // namespace Utils
1154
} // namespace pdal
Callers
15
toString
Function · 0.50
toString
Function · 0.50
initialize
Method · 0.50
readyFile
Method · 0.50
BpfHeader
Method · 0.50
update
Method · 0.50
registerFixedDim
Method · 0.50
TEST
Function · 0.50
registerDim
Method · 0.50
assignDim
Method · 0.50
hasDim
Method · 0.50
update
Method · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40