Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ addStage
Method
addStage
pdal/PipelineManager.cpp:565–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
563
}
564
565
void PipelineManager::addStage(Stage *s)
566
{
567
m_stages.push_back(s);
568
}
569
570
571
// Set allowed dimensions on both tables since we don
't know which one we'
re going to use.
Callers
1
getFileInfo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected