Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ addDimensions
Method
addDimensions
pdal/StageWrapper.hpp:24–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
s.initialize();
23
}
24
static void addDimensions(Stage& s, PointLayoutPtr layout)
25
{ s.addDimensions(layout); }
26
static void ready(Stage& s, PointTableRef table)
27
{ s.ready(table); }
28
static void done(Stage& s, PointTableRef table)
Callers
1
prepare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected