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

Method setField

plugins/rdb/io/RdbPointcloud.cpp:394–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 PointRefAdapter(PointRef& point): point(point) { }
393 point_count_t size() const { return 0; }
394 void setField(
395 const Dimension::Id dimension,
396 const Dimension::Type type,
397 const PointId /*index*/,
398 const void* value
399 ) const
400 {
401 point.setField(dimension, type, value);
402 }
403 PointRef& point;
404 };
405 return readPoints(PointRefAdapter(point), 1) == 1;

Callers 15

writeMethod · 0.45
readMethod · 0.45
teaserMethod · 0.45
copyDataToPointMethod · 0.45
copyDataToPointMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
processOneMethod · 0.45
copyPointMethod · 0.45
runAlgorithmMethod · 0.45
CollectTrianglesClass · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
processOneMethod · 0.36
setXYZFunction · 0.36
TESTFunction · 0.36