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

Method toMetadata

pdal/PointRef.hpp:436–442  ·  view source on GitHub ↗

Convert a PointRef to metadata. \return A node containing the PointRef as metadata. */

Source from the content-addressed store, hash-verified

434 \return A node containing the PointRef as metadata.
435*/
436inline MetadataNode PointRef::toMetadata() const
437{
438 MetadataNode node;
439
440 toMetadata(node);
441 return node;
442}
443
444/**
445 Add PointRef data to a root MetadataNode

Callers

nothing calls this directly

Calls 3

toMetadataFunction · 0.85
dimNameMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected