Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ initialize
Method
initialize
filters/InfoFilter.cpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
150
151
void InfoFilter::initialize(PointTableRef table)
152
{
153
getMetadata().add(table.layout()->toMetadata());
154
}
155
156
157
void InfoFilter::ready(PointTableRef)
Callers
nothing calls this directly
Calls
3
getMetadata
Function · 0.50
add
Method · 0.45
toMetadata
Method · 0.45
Tested by
no test coverage detected