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

Method invalidateProducts

pdal/PointView.cpp:218–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218void PointView::invalidateProducts()
219{
220 m_index2.reset();
221 m_index3.reset();
222 // Should all meshes also be invalidated?
223}
224
225
226KD3Index& PointView::build3dIndex()

Callers 4

filterMethod · 0.80
filterMethod · 0.80
filterMethod · 0.80
filterMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected