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

Function toName

pdal/DimUtil.hpp:66–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66inline std::string toName(BaseType b)
67{
68 switch (b)
69 {
70 case BaseType::Signed:
71 return "signed";
72 case BaseType::Unsigned:
73 return "unsigned";
74 case BaseType::Floating:
75 return "floating";
76 default:
77 return "";
78 }
79}
80
81enum class Type
82{

Callers 3

writeOneMethod · 0.85
storeMethod · 0.85
toMetadataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected