Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
void Dim::grow(double val)
266
{
267
m_min = std::fmin(m_min, val);
268
m_max = std::fmax(m_max, val);
269
}
270
271
void ExtraDims::addDim(std::string name, Dimension::Type type)
272
{
Callers
5
TEST
Function · 0.45
inspect
Method · 0.45
write
Method · 0.45
processOne
Method · 0.45
decodeHeader
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36