MCPcopy 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

toStringFunction · 0.50
toStringFunction · 0.50
initializeMethod · 0.50
readyFileMethod · 0.50
BpfHeaderMethod · 0.50
updateMethod · 0.50
registerFixedDimMethod · 0.50
TESTFunction · 0.50
registerDimMethod · 0.50
assignDimMethod · 0.50
hasDimMethod · 0.50
updateMethod · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40