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

Function finalize

pdal/PointTable.hpp:70–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 MetadataNode metadata()
69 { return m_metadata->getNode(); }
70 virtual void finalize()
71 { m_layoutRef.finalize(); }
72 void setSpatialReference(const SpatialReference& srs)
73 {
74 clearSpatialReferences();

Callers

nothing calls this directly

Calls 3

capacityFunction · 0.85
resizeMethod · 0.80
finalizeMethod · 0.45

Tested by

no test coverage detected