Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ spatialReferenceChanged
Method
spatialReferenceChanged
pdal/StageWrapper.hpp:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
static bool processOne(Streamable& s, PointRef& point)
71
{ return s.processOne(point); }
72
static void spatialReferenceChanged(Streamable& s,
73
const SpatialReference& srs)
74
{ s.spatialReferenceChanged(srs); }
75
};
76
77
} //namespace pdal
Callers
1
execute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected