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

Method data

pdal/private/Raster.hpp:178–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 { return m_limits.yOrigin + (j + .5) * edgeLength(); }
177
178 const T *data() const
179 { return m_data.data(); }
180
181 T *data()
182 { return m_data.data(); }

Callers 15

doneFileMethod · 0.45
readMethod · 0.45
doneMethod · 0.45
SolveMethod · 0.45
positionMethod · 0.45
fillmissingMethod · 0.45
readPgPatchMethod · 0.45
writeTileMethod · 0.45
addPointMethod · 0.45
initializeMethod · 0.45
getValueMethod · 0.45
inBufferShiftDownMethod · 0.45

Calls

no outgoing calls

Tested by 1

setFilePathMethod · 0.36