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

Method DeltaKernel

kernels/DeltaKernel.cpp:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52std::string DeltaKernel::getName() const { return s_info.name; }
53
54DeltaKernel::DeltaKernel() : m_detail(false), m_allDims(false)
55{}
56
57
58void DeltaKernel::addSwitches(ProgramArgs& args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected