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

Method swap

pdal/PointRef.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void PointRef::swap(const PointRef& r1, const PointRef& r2)
42{
43 assert(r1.m_view);
44 assert(r2.m_view);
45
46 r1.m_view->swapItems(r1.m_viewIdx, r2.m_viewIdx);
47}
48
49void PointRef::swap(PointRef& r1, PointRef& r2)
50{

Callers 11

initializeMethod · 0.80
LasHeader.cppFile · 0.80
segmentTreeMethod · 0.80
processGroundMethod · 0.80
clearMethod · 0.80
toWKTMethod · 0.80
runMethod · 0.80
setLimitsMethod · 0.80
dilateDiamondFunction · 0.80
erodeDiamondFunction · 0.80
clearTasksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected