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

Method parse

filters/private/DimRange.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void DimRange::parse(const std::string& r)
167{
168 std::string::size_type pos = subParse(r);
169 if (pos != r.size())
170 throw error("Invalid characters following valid range.");
171}
172
173// Dim ranges sort so that all ranges of a dimension are contiguous.
174// Beyond that we don't care. (See pointPasses)

Callers 2

setValueMethod · 0.45
DimRange.cppFile · 0.45

Calls 2

errorClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected