MCPcopy Create free account
hub / github.com/PDAL/PDAL / processOne

Method processOne

pdal/StageWrapper.hpp:70–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68{
69public:
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); }

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected