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

Method initialize

filters/InfoFilter.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151void InfoFilter::initialize(PointTableRef table)
152{
153 getMetadata().add(table.layout()->toMetadata());
154}
155
156
157void InfoFilter::ready(PointTableRef)

Callers

nothing calls this directly

Calls 3

getMetadataFunction · 0.50
addMethod · 0.45
toMetadataMethod · 0.45

Tested by

no test coverage detected