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

Method grow

plugins/e57/io/Utils.cpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void Dim::grow(double val)
266{
267 m_min = std::fmin(m_min, val);
268 m_max = std::fmax(m_max, val);
269}
270
271void ExtraDims::addDim(std::string name, Dimension::Type type)
272{

Callers 5

TESTFunction · 0.45
inspectMethod · 0.45
writeMethod · 0.45
processOneMethod · 0.45
decodeHeaderMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36