Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ l_initialize
Method
l_initialize
pdal/Stage.cpp:407–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
406
407
void Stage::l_initialize(PointTableRef table)
408
{
409
m_metadata = table.metadata().add(getName());
410
}
411
412
413
void Stage::l_prepared(PointTableRef table)
Callers
2
prepare
Method · 0.45
initialize
Method · 0.45
Calls
2
getName
Function · 0.50
add
Method · 0.45
Tested by
no test coverage detected