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

Method ready

pdal/Streamable.cpp:95–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 };
94
95 void ready(PointTableRef& table)
96 {
97 for (auto s : *this)
98 {
99 s->startLogging();
100 s->ready(table);
101 s->stopLogging();
102 SpatialReference srs = s->getSpatialReference();
103 if (!srs.empty())
104 table.setSpatialReference(srs);
105 }
106 }
107
108 void done(PointTableRef& table)
109 {

Callers 1

executeMethod · 0.45

Calls 5

startLoggingMethod · 0.80
stopLoggingMethod · 0.80
getSpatialReferenceMethod · 0.80
emptyMethod · 0.45
setSpatialReferenceMethod · 0.45

Tested by

no test coverage detected