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

Method prepared

filters/InfoFilter.cpp:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140void InfoFilter::prepared(PointTableRef table)
141{
142 m_dims = table.layout()->dimTypes();
143 m_pointSize = table.layout()->pointSize();
144 if (m_pointSpec.size())
145 parsePointSpec();
146 if (m_querySpec.size())
147 parseQuerySpec();
148}
149
150
151void InfoFilter::initialize(PointTableRef table)

Callers

nothing calls this directly

Calls 3

pointSizeMethod · 0.80
dimTypesMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected