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

Function fromString

pdal/SrsBounds.hpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65{
66 template<>
67 inline StatusWithReason fromString(const std::string& s,
68 SrsBounds& srsBounds)
69 {
70 std::string::size_type pos(0);
71 srsBounds.parse(s, pos);
72 return true;
73 }
74}
75
76PDAL_EXPORT std::ostream& operator << (std::ostream& out, const SrsBounds& bounds);

Callers 3

valueFunction · 0.70
loadMethod · 0.70
setMethod · 0.70

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected