Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ StageInstance
Method
StageInstance
pdal/Stage.cpp:233–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
int m_id;
232
233
StageInstance(Stage *s, int id) : m_stage(s), m_id(id)
234
{}
235
StageInstance() : m_stage(nullptr), m_id(0)
236
{}
237
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected