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

Method PipelineKernel

kernels/PipelineKernel.cpp:60–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58std::string PipelineKernel::getName() const { return s_info.name; }
59
60PipelineKernel::PipelineKernel() : m_validate(false), m_progressFd(-1)
61{}
62
63
64void PipelineKernel::validateSwitches(ProgramArgs& args)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected