Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void PointView::invalidateProducts()
219
{
220
m_index2.reset();
221
m_index3.reset();
222
// Should all meshes also be invalidated?
223
}
224
225
226
KD3Index& PointView::build3dIndex()
Callers
4
filter
Method · 0.80
filter
Method · 0.80
filter
Method · 0.80
filter
Method · 0.80
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected