Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ initialize
Method
initialize
pdal/StageWrapper.hpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
{
14
public:
15
static void initialize(Stage& s, PointTableRef table)
16
{
17
s.l_initialize(table);
18
s.initialize();
19
}
20
static void initialize(Stage& s)
21
{
22
s.initialize();
Callers
nothing calls this directly
Calls
1
l_initialize
Method · 0.45
Tested by
no test coverage detected