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

Method setFieldInternal

pdal/PointRef.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void PointRef::setFieldInternal(Dimension::Id dim, void *val)
24{
25 if (m_view && m_viewIdx == m_view->size())
26 m_idx = m_view->addPoint();
27 m_table->setFieldInternal(dim, m_idx, val);
28}
29
30void PointRef::setPointId(PointId idx)
31{

Callers 2

setPackedPointFunction · 0.45
setFieldMethod · 0.45

Calls 2

sizeMethod · 0.45
addPointMethod · 0.45

Tested by

no test coverage detected