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

Method prepared

filters/GridDecimationFilter.cpp:81–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void GridDecimationFilter::prepared(PointTableRef table)
82{
83 PointLayoutPtr layout(table.layout());
84
85 for (expr::AssignStatement& expr : m_args->m_statements)
86 {
87 auto status = expr.prepare(layout);
88 if (!status)
89 throwError(status.what());
90 }
91}
92
93void GridDecimationFilter::ready(PointTableRef table)
94{

Callers

nothing calls this directly

Calls 2

prepareMethod · 0.45
whatMethod · 0.45

Tested by

no test coverage detected