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

Function initialize

pdal/Stage.hpp:438–439  ·  view source on GitHub ↗

Initialize stage after options have been processed. Implement in subclass. If you don't require the \ref table argument, you can implement the version of this function that takes no arguments instead of this function. \param table PointTable associated with pipeline. */

Source from the content-addressed store, hash-verified

436 \param table PointTable associated with pipeline.
437 */
438 virtual void initialize(PointTableRef /*table*/)
439 { initialize(); }
440
441 /**
442 Initialize stage after options have been processed. Implement in

Callers 15

inspectMethod · 0.85
inspectMethod · 0.85
inspectMethod · 0.85
inspectMethod · 0.85
inspectMethod · 0.85
inspectMethod · 0.85
initializeMethod · 0.85
inspectMethod · 0.85
inspectMethod · 0.85
EptInfoMethod · 0.85
VoxelRayTraceMethod · 0.85
inspectMethod · 0.85

Calls

no outgoing calls

Tested by 2

OGRSpecMethod · 0.68
updateMethod · 0.68